:root{--canvas:#fff8ef;--brand-50:#fff4e5;--brand-100:#ffe3bd;--brand-300:#fdba74;--brand-400:#fb923c;--brand-500:#f97316;--brand-600:#ea580c;--brand-700:#c2410c;--emerald:#059669;--emerald-soft:#ecfdf5;--slate:#172033;--muted:#68758a;--line:rgba(148,163,184,0.28);--white-soft:rgba(255,255,255,0.72);--shadow-warm:0 24px 60px -36px rgba(120,45,10,0.45);font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}*,:after,:before{min-width:0}body,html{width:100%;height:100%;margin:0;overflow:hidden}button,input,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-backdrop{background:linear-gradient(135deg,rgba(251,146,60,.18),rgba(5,150,105,.09) 45%,rgba(255,248,239,.96)),var(--canvas);color:var(--slate);min-height:100vh;min-height:100dvh;overflow:hidden}.app-frame{width:min(1360px,100%);max-width:100vw;height:100vh;height:100dvh;margin:0 auto;padding:20px}.app-frame,.app-window{display:flex;min-height:0;overflow:hidden}.app-window{width:100%;max-width:100%;height:calc(100vh - 40px);height:calc(100dvh - 40px);background:var(--canvas);border:1px solid rgba(255,255,255,.66);border-radius:28px}.app-window,.lock-window{box-shadow:0 40px 90px -30px rgba(120,45,10,.45)}.lock-window{display:grid;place-items:center;width:100%;height:calc(100vh - 40px);height:calc(100dvh - 40px);min-height:0;overflow:hidden;background:rgba(255,248,239,.78);border:1px solid rgba(255,255,255,.66);border-radius:28px}.lock-panel{display:grid;justify-items:center;grid-gap:16px;gap:16px;width:min(420px,calc(100vw - 36px));padding:30px;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:rgba(255,255,255,.68);box-shadow:var(--shadow-warm)}.lock-panel h1{margin:0;font-family:Space Grotesk,Geist,sans-serif;font-size:28px;letter-spacing:0}.password-field{display:grid;grid-template-columns:minmax(0,1fr) 44px;grid-gap:8px;gap:8px;width:100%;padding:8px;border:1px solid rgba(255,255,255,.74);border-radius:18px;background:rgba(255,255,255,.86)}.password-field input{min-width:0;height:42px;border:0;outline:0;background:transparent;color:var(--slate);padding:0 8px}.password-field button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;color:white;background:var(--slate)}.login-error{margin:-4px 0 0;color:#b91c1c;font-size:13px;font-weight:750}.history-rail{display:flex;flex:0 0 292px;flex-direction:column;gap:14px;min-height:0;padding:18px;border-right:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.42);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:flex-basis .18s ease,width .18s ease,padding .18s ease}.history-scrim{display:none}.history-rail.is-closed{flex-basis:0;width:0;padding:0;overflow:hidden;border-right:0}.history-head{display:flex;align-items:center;gap:12px}.history-head strong{display:block;font-family:Space Grotesk,Geist,sans-serif;font-size:20px;letter-spacing:0}.history-head span{display:block;margin-top:2px;color:var(--emerald);font-size:12px;font-weight:750}.avatar-mark,.brand-mark{width:40px;height:40px;flex:0 0 auto;border-radius:14px;background:linear-gradient(135deg,var(--brand-400),var(--brand-600));box-shadow:0 10px 24px rgba(249,115,22,.3)}.avatar-mark,.brand-mark,.new-chat-button{display:inline-flex;align-items:center;justify-content:center;color:white}.new-chat-button{gap:8px;min-height:42px;border-radius:16px;background:var(--slate);font-weight:800;box-shadow:var(--shadow-warm)}.backup-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.backup-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid rgba(148,163,184,.22);border-radius:14px;color:#334155;background:rgba(255,255,255,.68);font-size:12px;font-weight:800}.backup-actions button:hover{color:var(--brand-700);background:white}.backup-actions input{display:none}.backup-notice{margin-top:-5px;padding:0 3px;color:var(--muted);font-size:11px;font-weight:750}.history-search{display:grid;grid-template-columns:18px minmax(0,1fr) 28px;align-items:center;grid-gap:8px;gap:8px;min-height:40px;padding:0 8px 0 12px;border:1px solid rgba(148,163,184,.22);border-radius:15px;color:#64748b;background:rgba(255,255,255,.72)}.history-search input{width:100%;min-width:0;border:0;outline:0;color:var(--slate);background:transparent;font-size:13px;font-weight:700}.history-search input::-webkit-search-cancel-button{display:none}.history-search input::placeholder{color:#94a3b8}.history-search button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:9px;color:#64748b;background:rgba(241,245,249,.82)}.history-list{display:grid;grid-gap:8px;gap:8px;min-height:0;overflow-y:auto;padding-right:3px}.history-item{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;grid-template-rows:auto auto;grid-gap:8px;gap:8px;min-height:48px;padding:9px 11px;border-radius:16px;color:#334155;background:transparent;text-align:left}.history-item.active,.history-item:hover{background:rgba(255,255,255,.8)}.history-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750}.history-item small{grid-column:3;grid-row:1;color:var(--muted);font-size:11px}.history-snippet{grid-column:2/4;grid-row:2;overflow:hidden;color:var(--muted);font-size:11px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.history-empty{padding:10px 11px;color:var(--muted);font-size:12px;font-weight:700}.chat-stage{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:0;min-width:0;max-width:100%;overflow:hidden;flex:1 1}.chat-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.45);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-title,.chat-topbar{display:flex;align-items:center}.chat-title{min-width:0;gap:12px}.chat-title h1{margin:0;font-family:Space Grotesk,Geist,sans-serif;font-size:20px;letter-spacing:0}.chat-title h1,.chat-title p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-title p{margin:2px 0 0;max-width:min(64vw,560px);color:var(--muted);font-size:12px}.top-actions{display:flex;align-items:center;gap:8px}.live-voice-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 12px;border-radius:14px;color:#334155;background:rgba(255,255,255,.68);font-size:12px;font-weight:850}.live-voice-button.active,.live-voice-button:hover{color:white;background:var(--emerald)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;color:#475569;background:rgba(255,255,255,.68)}.icon-button:hover{color:var(--brand-700);background:white}.icon-button.danger:hover{color:#b91c1c}.mobile-only{display:none}.messages-pane{display:flex;min-height:0;min-width:0;max-width:100%;flex-direction:column;gap:18px;overscroll-behavior:contain;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:26px 22px}.welcome-panel{display:grid;justify-items:center;align-self:center;width:min(520px,100%);margin:auto;padding:30px;border:1px solid rgba(255,255,255,.62);border-radius:24px;background:rgba(255,255,255,.48);text-align:center;box-shadow:var(--shadow-warm)}.welcome-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;color:var(--brand-700);background:var(--brand-50)}.welcome-panel h2{margin:16px 0 4px;font-size:30px;letter-spacing:0}.welcome-panel p{margin:0;color:var(--muted)}.chat-message{display:grid;grid-gap:7px;gap:7px;width:min(760px,100%);max-width:100%;min-width:0}.chat-message.user{align-self:flex-end;justify-items:end}.chat-message.assistant{align-self:flex-start}.message-bubble,.status-bubble,.typing-bubble{justify-self:start;width:auto;max-width:min(100%,calc(100vw - 56px));min-width:0;overflow:hidden;border-radius:22px;padding:13px 15px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.user .message-bubble{justify-self:end}.message-content{display:grid;grid-gap:.48em;gap:.48em;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.message-files{display:grid;grid-gap:6px;gap:6px;margin-bottom:8px}.message-file{display:inline-grid;grid-template-columns:16px minmax(0,auto);align-items:center;gap:7px;max-width:min(100%,320px);padding:7px 9px;border-radius:12px;color:#1e3a8a;background:rgba(239,246,255,.9);font-size:12px;font-weight:800}.message-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user .message-file{color:white;background:rgba(255,255,255,.16)}.message-content blockquote,.message-content ol,.message-content p,.message-content pre,.message-content ul{max-width:100%;min-width:0;margin:0}.message-content ol,.message-content ul{display:grid;grid-gap:.28em;gap:.28em;padding-left:1.18rem}.message-content li{padding-left:.1rem;overflow-wrap:anywhere;word-break:break-word}.message-heading{font-weight:850}.message-content blockquote{padding-left:.82rem;border-left:3px solid rgba(249,115,22,.34);color:#475569}.message-content a{color:var(--brand-700);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.user .message-content a{color:white}.message-content code{max-width:100%;padding:.08em .34em;border-radius:7px;background:rgba(15,23,42,.08);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em;white-space:break-spaces;overflow-wrap:anywhere;word-break:break-word}.message-content pre{overflow-x:auto;padding:10px 11px;border-radius:12px;background:rgba(15,23,42,.08)}.message-content pre code{display:block;padding:0;background:transparent}.user .message-content code,.user .message-content pre{background:rgba(255,255,255,.16)}.user .message-bubble{color:white;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));box-shadow:0 16px 30px -22px rgba(194,65,12,.8)}.assistant .message-bubble,.status-bubble,.typing-bubble{border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.78);box-shadow:0 18px 38px -30px rgba(15,23,42,.55)}.message-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;max-width:100%;color:var(--muted);font-size:11px}.message-meta span{max-width:min(360px,80vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-actions{display:flex;max-width:100%;flex-wrap:wrap;align-items:center;gap:6px}.chat-message.user .message-actions{justify-content:flex-end}.message-action{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;border:1px solid rgba(148,163,184,.25);border-radius:10px;color:#64748b;background:rgba(255,255,255,.62)}.message-action:hover{color:var(--brand-700);background:white}.message-action:disabled{opacity:.72}.citation-row{display:grid;grid-gap:8px;gap:8px;width:min(600px,100%);max-width:min(600px,100%);min-width:0}.citation-row a{display:block;min-width:0;max-width:100%;padding:10px 12px;border:1px solid rgba(148,163,184,.28);border-radius:16px;color:var(--slate);background:rgba(255,255,255,.7);text-decoration:none}.citation-row span,.citation-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.citation-row strong{font-size:13px}.citation-row span{margin-top:3px;color:var(--muted);font-size:11px}.typing-bubble{display:flex;gap:5px;align-items:center;min-width:62px}.status-bubble{display:inline-flex;align-items:center;gap:8px;color:var(--brand-700);font-size:13px;font-weight:800}.typing-bubble span{width:7px;height:7px;border-radius:50%;background:var(--brand-500);animation:pulse 1.1s ease-in-out infinite}.typing-bubble span:nth-child(2){animation-delay:.12s}.typing-bubble span:nth-child(3){animation-delay:.24s}.composer{padding:16px 20px 20px;min-width:0;max-width:100%;overflow:hidden;border-top:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.38);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.composer-mode{display:flex;justify-content:space-between;gap:10px;width:min(900px,100%);margin:0 auto 8px;padding:8px 10px;border:1px solid rgba(249,115,22,.18);border-radius:14px;background:rgba(255,244,229,.86);font-size:12px;font-weight:750}.composer-mode,.composer-mode button{align-items:center;color:var(--brand-700)}.composer-mode button{display:inline-flex;justify-content:center;width:25px;height:25px;border-radius:9px;background:rgba(255,255,255,.72)}.composer-mode.is-voice{border-color:rgba(5,150,105,.18);color:var(--emerald);background:rgba(236,253,245,.86)}.composer-mode.is-error{border-color:rgba(185,28,28,.18);color:#b91c1c;background:rgba(254,242,242,.9)}.composer-mode.is-file{border-color:rgba(37,99,235,.16);color:#1d4ed8;background:rgba(239,246,255,.9)}.composer-mode.is-file button{color:#1d4ed8}.file-tray{display:flex;flex-wrap:wrap;gap:8px;width:min(900px,100%);margin:0 auto 8px}.file-chip{display:grid;grid-template-columns:16px minmax(0,1fr) auto 24px;align-items:center;grid-gap:7px;gap:7px;max-width:min(100%,360px);min-height:36px;padding:6px 7px 6px 10px;border:1px solid rgba(37,99,235,.16);border-radius:13px;color:#1e3a8a;background:rgba(239,246,255,.9);font-size:12px;font-weight:780}.file-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-chip small{color:#64748b;font-size:11px;font-weight:750;white-space:nowrap}.file-chip button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;color:#1d4ed8;background:rgba(255,255,255,.72)}.composer-inner{display:grid;grid-template-columns:42px minmax(0,1fr) 42px 46px;align-items:end;grid-gap:10px;gap:10px;width:min(900px,100%);max-width:100%;min-width:0;margin:0 auto;padding:10px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 18px 48px -34px rgba(15,23,42,.7)}.chat-file-input{display:none}.composer textarea{min-width:0;width:100%;min-height:42px;max-height:160px;resize:none;border:0;outline:0;background:transparent;color:var(--slate);line-height:1.5;padding:9px 0;overflow-wrap:anywhere;word-break:break-word}.composer textarea::placeholder{color:#94a3b8}.file-button,.send-button,.voice-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px}.file-button{color:#1d4ed8;background:rgba(239,246,255,.92)}.file-button:hover{color:white;background:#2563eb}.voice-button{color:#64748b;background:rgba(241,245,249,.92)}.voice-button.is-listening,.voice-button:hover{color:white;background:var(--emerald)}.voice-button.is-listening{box-shadow:0 0 0 5px rgba(5,150,105,.12)}.send-button{color:white;background:var(--slate)}.live-voice-overlay{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.34);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.live-voice-panel{display:grid;grid-gap:18px;gap:18px;width:min(430px,100%);max-height:calc(100dvh - 36px);overflow:hidden;padding:18px;border:1px solid rgba(255,255,255,.76);border-radius:24px;background:rgba(255,248,239,.94);box-shadow:0 28px 80px -38px rgba(15,23,42,.78)}.live-voice-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.live-voice-head strong{display:block;font-family:Space Grotesk,Geist,sans-serif;font-size:18px;letter-spacing:0}.live-voice-wave{display:flex;align-items:center;justify-content:center;gap:5px;min-height:112px;padding:14px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(236,253,245,.58)),rgba(255,255,255,.62)}.live-voice-wave span{width:7px;height:18px;border-radius:999px;background:var(--emerald);opacity:.36;transform-origin:center}.phase-listening .live-voice-wave span,.phase-speaking .live-voice-wave span,.phase-thinking .live-voice-wave span{animation:voice-wave .76s ease-in-out infinite;animation-delay:calc(var(--bar-index) * 42ms)}.phase-thinking .live-voice-wave span{background:var(--brand-500);animation-duration:1.04s}.phase-speaking .live-voice-wave span{background:var(--brand-700);animation-duration:.62s}.live-voice-status{margin:-4px 0 0;color:var(--muted);font-size:13px;font-weight:750;text-align:center}.live-voice-main{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;border-radius:17px;color:white;background:var(--slate);font-weight:850}.phase-listening .live-voice-main{background:var(--emerald)}.phase-speaking .live-voice-main{background:var(--brand-700)}@keyframes voice-wave{0%,to{height:16px;opacity:.34}50%{height:62px;opacity:1}}@keyframes pulse{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}.spin{animation:spin .8s linear infinite}@media (max-width:900px){.app-backdrop{overflow:hidden}.app-frame{height:100vh;height:100dvh;min-height:0;padding:0}.app-window{min-height:0}.app-window,.lock-window{height:100vh;height:100dvh;border:0;border-radius:0}.history-scrim{position:fixed;inset:0;z-index:25;display:block;background:rgba(15,23,42,.32);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.history-rail{position:fixed;inset:0 auto 0 0;z-index:30;width:min(310px,86vw);max-height:100dvh;flex-basis:auto;box-shadow:20px 0 70px -45px rgba(15,23,42,.8);transform:translateX(0);transition:transform .18s ease}.history-rail.is-closed{transform:translateX(-100%);width:min(310px,86vw);padding:18px}.mobile-only{display:inline-flex}.desktop-only{display:none}}@media (max-width:640px){.avatar-mark{width:36px;height:36px;border-radius:13px}.chat-topbar{gap:8px;padding:10px}.chat-title{gap:8px}.chat-title h1{max-width:42vw;font-size:17px}.chat-title p{max-width:44vw;font-size:11px}.top-actions{gap:6px}.live-voice-button{width:36px;min-height:36px;padding:0;border-radius:13px}.live-voice-button span{display:none}.icon-button{width:36px;height:36px;border-radius:13px}.messages-pane{gap:14px;padding:14px 8px}.chat-message{width:94%;max-width:calc(100% - 8px)}.message-bubble,.status-bubble,.typing-bubble{border-radius:18px;padding:11px 13px;font-size:14px}.message-meta{gap:5px;font-size:10px}.citation-row a{padding:9px 10px;border-radius:14px}.welcome-panel{width:calc(100vw - 36px);padding:22px 18px;border-radius:20px}.welcome-panel h2{font-size:24px}.composer{padding:10px}.composer-inner{grid-template-columns:40px minmax(0,1fr) 40px 40px;gap:8px;padding:8px;border-radius:18px}.composer textarea{min-height:40px;max-height:130px;padding:8px 2px 8px 6px;font-size:14px}.file-button,.send-button,.voice-button{width:40px;height:40px;border-radius:14px}.live-voice-overlay{padding:10px}.live-voice-panel{gap:14px;padding:14px;border-radius:20px}.live-voice-wave{min-height:92px;gap:4px;padding:10px}.live-voice-wave span{width:6px}}@media (max-width:420px){.chat-title h1{max-width:38vw}.chat-title p{max-width:40vw}.history-rail{width:88vw}.chat-message{width:96%}.lock-panel{padding:24px 18px;border-radius:20px}}