@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#8aab84;font-family:Inter,system-ui,sans-serif}#root{width:100%;height:100%}.sage-scene{background:radial-gradient(80% 60% at 50% 45%,#9dba96 0%,#7fa079 40%,#6b8c65 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.sage-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.sage-center{z-index:2;flex-direction:column;align-items:center;gap:0;display:flex;position:relative}@font-face{font-family:Anemoia;src:url(/Anemoia.woff)format("woff");font-weight:400;font-style:normal}.sage-title{letter-spacing:.02em;color:#f5ede0;text-shadow:0 2px 6px #1e140540;-webkit-user-select:none;user-select:none;margin:0;font-family:Anemoia,Georgia,serif;font-size:clamp(112px,22vw,196px);font-style:normal;font-weight:400;line-height:.92}.sage-bottom{z-index:2;justify-content:center;display:flex;position:absolute;bottom:48px;left:0;right:0}.sage-button{letter-spacing:.14em;color:#f2e8d8;cursor:pointer;-webkit-backdrop-filter:blur(6px);z-index:2;background:#5a76558c;border:1px solid #f2e8d84d;border-radius:100px;outline:none;padding:8px 26px;font-family:Inter,system-ui,sans-serif;font-size:clamp(11px,1.1vw,13px);font-weight:400;position:relative}.sage-button:focus-visible{outline-offset:3px;outline:2px solid #f2e8d899}.chat-scene{background:#1c1c1e;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.chat-header{-webkit-backdrop-filter:blur(12px);z-index:10;background:#121214d9;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-back{color:#d2e1c8b3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1;transition:color .2s,background .2s}.chat-back:hover{color:#d2e1c8;background:#ffffff0f}.chat-header-title{color:#d2e1c8;letter-spacing:.05em;font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:400}.chat-header-spacer{width:40px}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:32px 24px 16px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.chat-bubble-row{animation:.22s bubble-in;display:flex}.chat-bubble-row.user{justify-content:flex-end}.chat-bubble-row.assistant{justify-content:flex-start}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:16px;max-width:min(72%,600px);padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}.chat-bubble.user{color:#e8e8ec;background:#4b4b55b3;border:1px solid #ffffff14;border-bottom-right-radius:4px}.chat-bubble.assistant{color:#c8c8d0;background:#242428d9;border:1px solid #ffffff0d;border-bottom-left-radius:4px}.chat-cursor{vertical-align:middle;background:#a0a0b0;border-radius:1px;width:2px;height:14px;margin-left:2px;animation:.85s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.chat-input-area{-webkit-backdrop-filter:blur(12px);background:#121214d9;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:flex-end;gap:10px;padding:16px 24px 24px;display:flex}.chat-input{color:#dddde4;resize:none;background:#28282eb3;border:1px solid #ffffff1a;border-radius:14px;outline:none;flex:1;min-height:46px;max-height:160px;padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.5;transition:border-color .2s;overflow-y:auto}.chat-input::placeholder{color:#b4b4c859;font-style:italic}.chat-input:focus{border-color:#a0a0b466}.chat-input:disabled{opacity:.5}.chat-send-btn{cursor:pointer;color:#e8e8ec;background:#50505fd9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;transition:background .2s,transform .1s,opacity .2s;display:flex}.chat-send-btn:hover:not(:disabled){background:#646476e6;transform:scale(1.06)}.chat-send-btn:active:not(:disabled){transform:scale(.96)}.chat-send-btn:disabled{opacity:.3;cursor:not-allowed}.chat-send-btn.stop{background:#8c3c32bf}.chat-send-btn.stop:hover{background:#a0463ad9}.stop-icon{background:#e8e0e0;border-radius:2px;width:12px;height:12px;display:block}@media (width<=480px){.chat-messages{padding:20px 14px 12px}.chat-input-area{padding:12px 14px 18px}.chat-bubble{max-width:88%;font-size:14px}}
