*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(150deg,#fff,#fff 18%,#11e39a 18%,#77f06d 60%,#e1f528 82%,#fff 82%,#fff);min-height:100vh;overflow-x:hidden}:root{--layout-padding-top: 6rem;--layout-padding-bottom: 4rem}#app{min-height:100vh;position:relative}.page-logo{position:fixed;top:2rem;left:2rem;z-index:100}.page-logo img{height:48px;width:auto}.main-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--layout-padding-top) 2rem var(--layout-padding-bottom);box-sizing:border-box}.chat-wrapper{position:relative;width:100%;max-width:1100px}.bot-wrapper{position:absolute;top:-120px;right:-80px;width:220px;height:220px;z-index:10;pointer-events:none}.bot-mascot,.bot-spline{position:absolute;top:0;right:0;width:220px;height:220px;transform:rotate(-10deg);filter:drop-shadow(0 12px 24px rgba(0,0,0,.2))}.bot-spline{z-index:15;--spline-viewer-background: transparent}.bot-spline::part(logo),.bot-spline::part(watermark),.bot-spline::part(loading){display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}spline-viewer{--watermark-display: none}.bot-mascot{z-index:20;transition:opacity .3s ease-out;object-fit:contain}.bot-mascot.hidden{opacity:0;visibility:hidden;pointer-events:none}.chat-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;overflow:hidden;height:calc(100vh - var(--layout-padding-top) - var(--layout-padding-bottom));max-height:calc(100vh - var(--layout-padding-top) - var(--layout-padding-bottom))}.messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#fafafa}.message{display:flex;gap:.75rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.avatar-logo{width:22px;height:22px;object-fit:contain;display:block}.avatar.user{background:#05e6a5;color:#333}.avatar.assistant{background:transparent;color:#333;box-shadow:none}.message-content{max-width:80%;padding:.875rem 1rem;border-radius:12px;line-height:1.5;font-size:.9375rem;box-shadow:0 2px 8px #00000014}.message.user .message-content{background:#05e6a5;color:#333;border-bottom-right-radius:4px}.message.assistant .message-content{background:#fff;color:#333;border-bottom-left-radius:4px}.message-has-app{gap:0}.message-has-app .avatar{display:none}.message-has-app .message-content{max-width:100%;width:100%}.app-iframe{width:100%;height:700px;border:1px solid #E6E6E6;border-radius:0;background:#fff}.system-message{text-align:center;padding:.5rem 1rem;background:#f7f7f7;border-radius:0;font-size:.875rem;color:#333;margin:0 auto}.page-footer{position:fixed;left:2rem;bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#3339;z-index:100}.page-footer a{color:inherit;text-decoration:none}.page-footer a:hover{color:#333}.input-container{padding:1rem 1.5rem;border-top:1px solid #f0f0f0;background:#fff}.input-wrapper{display:flex;gap:.75rem;align-items:center}.input{flex:1;padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.9375rem;font-family:inherit;transition:all .2s;background:#fff}.input:focus{outline:none;border-color:#05e6a5;box-shadow:0 0 0 3px #05e6a526}.input:disabled{background:#f5f5f5;cursor:not-allowed}.send-button{width:44px;height:44px;padding:0;background:#e1f528;color:#333;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){background:#05e6a5;transform:scale(1.05)}.send-button:active:not(:disabled){transform:scale(.98)}.send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.send-button svg{width:18px;height:18px}.loading{display:inline-block;width:14px;height:14px;border:2px solid rgba(51,51,51,.3);border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite;margin-left:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.typing-indicator{display:flex;gap:.3rem;padding:.75rem 1rem;background:#fff;border-radius:12px;width:fit-content}.typing-dot{width:6px;height:6px;background:#ccc;border-radius:50%;animation:typing 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.error-message{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #dc2626;margin:.5rem auto;max-width:90%;font-size:.875rem}.message-app{width:100%;max-width:none;padding:0;background:transparent;box-shadow:none}.app-iframe{width:100%;height:700px;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.system-message{text-align:center;padding:.5rem .75rem;background:#0000000d;border-radius:12px;font-size:.8125rem;color:#666;margin:0 auto}.messages::-webkit-scrollbar{width:6px}.messages::-webkit-scrollbar-track{background:transparent}.messages::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.messages::-webkit-scrollbar-thumb:hover{background:#ccc}@media(max-width:600px){:root{--layout-padding-top: 4rem;--layout-padding-bottom: 2.5rem}.page-logo{top:1rem;left:1rem}.page-logo img{height:36px}.main-layout{padding:var(--layout-padding-top) 1rem var(--layout-padding-bottom)}.chat-wrapper{max-width:100%}.bot-wrapper{top:-80px;right:-30px;width:140px;height:140px}.bot-mascot,.bot-spline{width:140px;height:140px}.bot-spline{display:none}.chat-container{height:75vh;border-radius:12px}.app-iframe{height:520px}.page-footer{left:1rem;bottom:1rem}}
