:root{color:#191b1f;font-synthesis:none;background:#f6f7f9;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}*{box-sizing:border-box}html,body,#assistant-app{min-height:100%;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.center-state,.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.center-state{color:#666b73;align-content:center}.login-shell{background:radial-gradient(circle at 0 0,#fff 0,#f3f4f7 42%,#e9ebef 100%)}.login-card{background:#ffffffe6;border:1px solid #dedfe3;border-radius:24px;width:min(420px,100%);padding:40px;box-shadow:0 24px 80px #181b201a}.brand-mark{color:#fff;letter-spacing:-.05em;background:#191b1f;border-radius:17px;place-items:center;width:56px;height:56px;font-weight:750;display:grid}.brand-mark.small{border-radius:14px;width:44px;height:44px;margin-inline:auto}.eyebrow{letter-spacing:.14em;color:#747983;margin:20px 0 8px;font-size:11px;font-weight:750}h1,h2,p{margin-top:0}.login-card h1{margin-bottom:10px;font-size:32px}.muted{color:#686d76;line-height:1.6}form{gap:16px;margin-top:28px;display:grid}label{gap:7px;font-size:13px;font-weight:650;display:grid}input,textarea{color:#191b1f;background:#fff;border:1px solid #d4d6db;border-radius:12px;outline:none;width:100%}input{height:46px;padding:0 14px}input:focus,textarea:focus{border-color:#888e98;box-shadow:0 0 0 3px #191b1f14}.primary{color:#fff;background:#191b1f;border:0;border-radius:12px;min-height:48px;font-weight:700}.error{color:#b42318;font-size:13px}.app-shell{min-height:100vh;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:24px;max-width:1440px;margin:0 auto 18px;display:flex}.topbar .eyebrow{margin:0 0 5px}.topbar h1{letter-spacing:-.035em;margin:0;font-size:clamp(22px,3vw,32px)}.header-actions{gap:8px;display:flex}.ghost{color:#42464e;background:#fff;border:1px solid #d8dadd;border-radius:10px;min-height:40px;padding:0 14px}.workspace{grid-template-columns:260px minmax(0,1fr);gap:16px;max-width:1440px;height:calc(100vh - 116px);min-height:620px;margin:auto;display:grid}.side-panel,.chat-panel{background:#fff;border:1px solid #e0e1e4;border-radius:20px;box-shadow:0 12px 44px #14171c0d}.side-panel{flex-direction:column;gap:12px;padding:18px;display:flex}.budget-card,.privacy-note{background:#f6f7f9;border-radius:14px;padding:16px}.budget-heading{justify-content:space-between;gap:10px;font-size:13px;display:flex}.budget-track{background:#dedfe3;border-radius:999px;height:6px;margin:14px 0 8px;overflow:hidden}.budget-track span{border-radius:inherit;background:#22252a;height:100%;display:block}.budget-card p,.privacy-note p{color:#727780;margin:0;font-size:12px;line-height:1.55}.budget-card .warning{color:#9a6700;margin-top:8px}.privacy-note{margin-top:auto}.privacy-note strong{margin-bottom:8px;font-size:13px;display:block}.chat-panel{grid-template-rows:minmax(0,1fr) auto;min-width:0;display:grid;overflow:hidden}.message-stream{scroll-behavior:smooth;padding:28px max(24px,8vw);overflow-y:auto}.empty-state{text-align:center;max-width:620px;margin:10vh auto 0}.empty-state h2{margin:18px 0 8px;font-size:26px}.empty-state>p{color:#747983}.prompt-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:26px;display:grid}.prompt-grid button{text-align:left;background:#fafafa;border:1px solid #e0e1e4;border-radius:12px;min-height:48px;padding:12px 14px}.prompt-grid button:hover{background:#f4f5f6;border-color:#b8bbc1}.message{max-width:820px;margin:0 auto 22px}.message.user{background:#eceef1;border-radius:18px 18px 4px;width:fit-content;max-width:min(76%,720px);margin-right:0;padding:12px 15px}.message-meta{color:#858a93;flex-wrap:wrap;gap:8px;margin-bottom:7px;font-size:11px;font-weight:700;display:flex}.version-chip{color:#4e5560}.message-content{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.75}.message-actions{color:#848992;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:11px;display:flex}.message-actions button{color:#656a73;background:0 0;border:0;border-radius:7px;padding:5px 8px}.message-actions button:hover{background:#f0f1f3}.composer-wrap{padding:12px max(18px, 6vw) calc(14px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-top:1px solid #ececee}.mode-picker{gap:5px;margin-bottom:9px;display:flex;overflow-x:auto}.mode-picker button{color:#686d76;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;min-height:32px;padding:0 12px}.mode-picker button.active{color:#191b1f;background:#f0f1f3;border-color:#d7d9dd;font-weight:700}.composer{background:#fff;border:1px solid #d8dadd;border-radius:17px;align-items:flex-end;gap:8px;padding:8px;display:flex;position:relative;box-shadow:0 8px 30px #14171c12}.composer textarea{resize:vertical;min-height:54px;max-height:180px;box-shadow:none;border:0;padding:10px;line-height:1.5}.send,.stop{border:0;border-radius:11px;flex:none;min-width:62px;height:42px;font-weight:700}.send{color:#fff;background:#191b1f}.stop{color:#a11b1b;background:#fdecec}.composer-hint{color:#90949c;text-align:center;margin:7px 4px 0;font-size:11px}.composer-error,.notice{margin:0 4px 7px}.notice{color:#277451;font-size:12px}@media (width<=760px){.app-shell{padding:0}.topbar{background:#fff;border-bottom:1px solid #e6e7e9;min-height:74px;margin:0;padding:12px 16px}.topbar h1{font-size:19px}.topbar .eyebrow{font-size:9px}.header-actions .install-action{display:none}.header-actions .logout-action{min-width:56px}.workspace{height:calc(100vh - 74px);min-height:0;display:block}.side-panel{display:none}.chat-panel{height:100%;box-shadow:none;border:0;border-radius:0}.message-stream{padding:22px 16px}.message.user{max-width:86%}.empty-state{margin-top:7vh}.prompt-grid{grid-template-columns:1fr}.composer-wrap{padding-inline:12px}.composer-hint{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
