@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--app-height:100dvh;--bg:#000;--surface:#1c1c1e;--surface-2:#2c2c2e;--surface-3:#3a3a3c;--accent:#0a84ff;--text:#fff;--muted:#8e8e93;--faint:#636366;--line:#ffffff1a;--danger:#ff453a;--font-scale:1;color:var(--text);background:var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:calc(16px * var(--font-scale));--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{min-width:320px;height:100%;min-height:var(--app-height,100dvh);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit;-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}svg{stroke-width:1.8px;width:19px;height:19px}.boot{text-align:center;min-height:100dvh;color:var(--muted);place-content:center;gap:14px;font-size:13px;display:grid}.brand-mark{background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--line);width:72px;height:72px;color:var(--accent);border-radius:22px;place-items:center;margin:auto;display:grid}.brand-mark svg{width:28px;height:28px}.app-shell{height:var(--app-height,100dvh);background:var(--bg);grid-template-columns:280px minmax(0,1fr);display:grid}.sidebar{min-width:0;padding:18px 12px max(14px,env(safe-area-inset-bottom));border-right:.5px solid var(--line);background:var(--surface);z-index:20;flex-direction:column;display:flex}.sidebar-head{justify-content:space-between;align-items:center;min-height:42px;padding:0 8px 16px;display:flex}.brand{letter-spacing:-.03em;font-size:18px;font-weight:700}.new-chat,.sidebar-foot button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px;display:flex}.new-chat{background:var(--accent);color:#fff;font-size:14px;font-weight:600}.new-chat:active{opacity:.7;transform:scale(.985)}.history-label{text-transform:uppercase;color:var(--muted);letter-spacing:.08em;padding:24px 12px 9px;font-size:10px;font-weight:500}.history-list{scrollbar-width:none;flex-direction:column;flex:1;gap:3px;display:flex;overflow:auto}.history-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:11px 10px;display:flex}.history-item:hover,.history-item.active{background:var(--surface-2)}.history-item>span:first-child{width:28px;height:28px;color:var(--muted);background:#ffffff0f;border-radius:8px;place-items:center;display:grid}.history-item>span:first-child svg{width:15px;height:15px}.history-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.history-copy b{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.history-copy small{color:var(--muted);font-size:10px}.history-item .trash{opacity:0;width:15px;height:15px;color:var(--muted)}.history-item:hover .trash{opacity:1}.sidebar-foot{border-top:.5px solid var(--line);padding-top:10px}.sidebar-foot button{color:var(--accent);font-size:14px}.icon{cursor:pointer;color:var(--accent);background:0 0;border:0;border-radius:50%;place-items:center;padding:8px;display:grid}.icon:active{opacity:.55}.mobile-only,.backdrop{display:none}.chat-area{background:var(--bg);flex-direction:column;min-width:0;display:flex;position:relative}.topbar{border-bottom:.5px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:8;background:#000000e0;flex:0 0 58px;grid-template-columns:44px 1fr 44px;align-items:center;height:58px;padding:0 18px;display:grid}.mobile-chat-trigger,.settings-trigger{cursor:pointer;width:40px;height:40px;color:var(--accent);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.mobile-chat-trigger{justify-self:start}.settings-trigger{justify-self:end;position:relative}.settings-trigger.connected:after{content:"";background:#34c759;border:2px solid #000;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px}.topbar-brand{justify-content:center;align-items:center;gap:7px;min-width:0;display:flex}.topbar-brand strong{letter-spacing:-.02em;font-size:16px}.top-model{background:var(--surface-2);max-width:142px;color:var(--muted);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:0;border-radius:7px;align-items:center;gap:4px;padding:5px 7px;font-size:11px;display:flex;overflow:hidden}.top-model svg{flex:none;width:11px;height:11px}.chat-title,.secure,.mobile-new-chat{display:none}.messages{scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent;flex:1;padding:34px max(24px,50% - 390px) 190px;overflow:auto}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100dvh - 280px);padding:32px 0;display:flex}.orb{background:linear-gradient(180deg,var(--surface-2),var(--surface));width:86px;height:86px;color:var(--accent);border:.5px solid #ffffff24;border-radius:26px;place-items:center;margin:0 auto 24px;display:grid;box-shadow:0 24px 60px #00000080}.orb svg{width:32px;height:32px}.empty h1{letter-spacing:-.045em;margin:0 0 14px;font-size:34px;font-weight:700;line-height:1.15}.empty p{max-width:490px;color:var(--muted);margin:0 0 28px;font-size:14px;line-height:1.55}.suggestions{flex-wrap:wrap;justify-content:center;gap:8px;max-width:640px;display:flex}.suggestions button{border:.5px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:10px 14px;font-size:12px}.suggestions button:hover{background:var(--surface-2)}.message{grid-template-columns:34px minmax(0,1fr);gap:12px;margin-bottom:28px;animation:.22s appear;display:grid}@keyframes appear{0%{opacity:0;transform:translateY(5px)}}.avatar{background:var(--surface);border:.5px solid var(--line);width:32px;height:32px;color:var(--muted);border-radius:10px;place-items:center;font-size:9px;display:grid}.assistant .avatar{color:var(--accent)}.message-body{min-width:0;max-width:740px;font-size:14px;line-height:1.68}.message.user .message-body{background:var(--surface-2);border:.5px solid var(--line);white-space:pre-wrap;border-radius:4px 18px 18px;justify-self:start;width:-moz-fit-content;width:fit-content;max-width:min(640px,100%);padding:12px 15px}.markdown>:first-child{margin-top:0}.markdown>:last-child{margin-bottom:0}.markdown p,.markdown li{color:#f2f2f7}.markdown a{color:var(--accent);text-underline-offset:3px}.markdown h1,.markdown h2,.markdown h3{letter-spacing:-.025em;margin-top:1.5em}.markdown h1{font-size:25px}.markdown h2{font-size:21px}.markdown h3{font-size:17px}.markdown pre{background:var(--surface);border:.5px solid var(--line);border-radius:14px;padding:15px;overflow:auto}.markdown code{background:#ffffff12;border-radius:5px;padding:2px 5px;font-family:SFMono-Regular,Consolas,monospace;font-size:.88em}.markdown pre code{background:0 0;padding:0}.markdown blockquote{border-left:2px solid var(--surface-3);color:var(--muted);margin-left:0;padding-left:16px}.markdown table{border-collapse:collapse;width:100%;display:block;overflow:auto}.markdown th,.markdown td{border:.5px solid var(--line);text-align:left;padding:8px 10px}.reasoning-toggle{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin:0 0 10px;padding:0;font-size:11px;display:flex}.reasoning-toggle svg{width:14px;height:14px}.reasoning-toggle svg:last-child{transition:transform .2s}.reasoning-toggle .rotated{transform:rotate(180deg)}.reasoning{white-space:pre-wrap;border-left:1px solid var(--surface-3);max-height:250px;color:var(--muted);margin:0 0 15px;padding-left:14px;font:11px/1.7 SFMono-Regular,Consolas,monospace;overflow:auto}.message-loading{color:var(--muted);justify-content:center;align-items:center;padding:10px 2px 4px;display:inline-flex}.message-loading svg{width:24px;height:24px;overflow:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.message-files{flex-wrap:wrap;gap:7px;margin-bottom:8px;display:flex}.message-files span,.sources a{border:.5px solid var(--line);color:var(--muted);border-radius:10px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;display:flex}.message-files svg{width:13px}.research-progress{border:.5px solid var(--line);background:var(--surface);border-radius:16px;margin-bottom:12px;padding:15px}.research-progress>div:first-child{align-items:center;gap:10px;display:flex}.research-progress svg{color:var(--accent)}.research-progress span{flex-direction:column;flex:1;gap:2px;display:flex}.research-progress b{font-size:11px;font-weight:500}.research-progress small{color:var(--muted);font-size:10px}.research-progress em{color:var(--muted);font-size:10px;font-style:normal}.progress-track{background:#ffffff12;border-radius:3px;height:3px;margin-top:12px;overflow:hidden}.progress-track i,.file-progress i{background:var(--accent);height:100%;transition:width .3s;display:block}.sources{border-top:.5px solid var(--line);margin-top:15px;padding-top:10px}.sources summary{cursor:pointer;color:var(--muted);margin-bottom:8px;font-size:11px}.sources a{margin:5px 0;text-decoration:none}.composer-wrap{padding:12px max(24px,calc((100% - 780px)/2)) max(14px,env(safe-area-inset-bottom));z-index:6;background:linear-gradient(#0000 0,#000 22% 100%);position:absolute;bottom:0;left:0;right:0}.composer{background:var(--surface);border:.5px solid #ffffff21;border-radius:24px;align-items:flex-end;gap:7px;padding:8px;display:flex;box-shadow:0 12px 38px #00000061}.composer:focus-within{border-color:#0a84ffb3;box-shadow:0 0 0 3px #0a84ff1f}.composer textarea{resize:none;min-height:40px;max-height:150px;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:10px 7px;font-size:14px;line-height:1.45}.composer textarea::placeholder{color:var(--muted)}.plus-button{background:var(--surface-2);width:42px;height:42px;color:var(--accent);border:0;border-radius:15px;flex:none;align-self:flex-end}.send{color:#000;cursor:pointer;background:#fff;border:0;border-radius:15px;align-self:flex-end;place-items:center;width:42px;height:42px;display:grid}.send:disabled{opacity:.25;cursor:default}.send svg{width:17px}.send.stop{background:var(--surface-2);color:#fff}.send.stop svg{width:12px}.active-mode-row{background:var(--surface-2);width:max-content;max-width:100%;color:var(--accent);border-radius:999px;align-items:center;gap:7px;margin:0 0 8px 8px;padding:7px 9px;font-size:11px;display:flex}.active-mode-row button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;display:grid}.active-mode-row svg{width:13px;height:13px}.composer-note{text-align:center;color:var(--faint);margin-top:8px;font-size:9px}.attachment-row{scrollbar-width:none;gap:7px;margin-bottom:8px;display:flex;overflow:auto}.attachment{border:.5px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;gap:8px;min-width:190px;padding:9px 11px;display:flex}.attachment>svg{color:var(--accent);width:16px}.attachment span{flex-direction:column;flex:1;min-width:0;display:flex}.attachment b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.attachment small{color:var(--muted);font-size:9px}.attachment button{color:var(--muted);background:0 0;border:0;padding:0}.attachment button svg{width:14px}.file-progress{border:.5px solid var(--line);background:var(--surface);color:var(--muted);border-radius:12px;margin-bottom:8px;padding:9px 11px;font-size:10px}.file-progress>div{background:#ffffff12;height:2px;margin-top:7px}.error-toast{z-index:30;color:#ffb3ad;background:#2e1212f5;border:.5px solid #ff453a52;border-radius:14px;align-items:center;gap:15px;padding:11px 13px;font-size:11px;display:flex;position:absolute;bottom:150px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #00000080}.error-toast button{color:inherit;background:0 0;border:0;padding:0;display:grid}.error-toast svg{width:14px}.sheet-backdrop,.modal-backdrop{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#0000009e;border:0;position:fixed;inset:0}.sheet-backdrop{z-index:35}.action-sheet{z-index:36;background:#1c1c1ef5;border:.5px solid #ffffff29;border-radius:22px;width:min(360px,100vw - 28px);max-height:min(620px,100dvh - 130px);padding:10px;position:fixed;bottom:104px;left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 25px 80px #000000a6}.action-sheet header{border-bottom:.5px solid var(--line);justify-content:space-between;align-items:center;padding:6px 7px 10px;display:flex}.action-sheet header>div{flex-direction:column;gap:3px;display:flex}.action-sheet header b{font-size:14px}.action-sheet header small{color:var(--muted);font-size:10px}.sheet-options{padding-top:4px;display:grid}.sheet-options>button{border:0;border-bottom:.5px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:12px;padding:13px 9px;display:flex}.sheet-options>button:last-child{border-bottom:0}.sheet-options>button:hover,.sheet-options>button.selected{background:var(--surface-2);border-radius:12px}.sheet-options>button>svg{width:18px;color:var(--muted)}.sheet-options>button.selected>svg:first-child,.sheet-options>button>svg:last-child{color:var(--accent)}.sheet-options>button>svg:last-child{width:15px;margin-left:auto}.sheet-options span{flex-direction:column;flex:1;gap:3px;display:flex}.sheet-options b{font-size:13px;font-weight:500}.sheet-options small{color:var(--muted);font-size:10px}.modal-layer,.modal-backdrop{z-index:50;position:fixed;inset:0}.settings-panel{z-index:51;background:#000;flex-direction:column;width:min(520px,100%);display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-30px 0 80px #00000073}.settings-panel>header{border-bottom:.5px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px 14px;display:flex}.settings-panel h2{letter-spacing:-.04em;margin:0;font-size:24px}.settings-panel header p{display:none}.settings-scroll{padding:20px 18px 42px;overflow:auto}.settings-scroll>h3{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);margin:25px 12px 7px;font-size:10px;font-weight:400}.api-key-section{background:var(--surface);border-radius:15px;margin:0;padding:15px}.api-key-heading{align-items:center;gap:10px;margin-bottom:12px;display:flex}.api-key-heading>svg{display:none}.api-key-heading span{flex-direction:column;gap:5px;display:flex}.api-key-heading b{font-size:16px}.api-key-heading small{color:var(--muted);font-size:11px;line-height:1.4}.api-key-notice{color:#ffb3ad;margin:0 0 10px;font-size:11px;line-height:1.45}.api-key-section form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.api-key-section label{color:var(--muted);gap:6px;font-size:10px;font-weight:500;display:grid}.api-key-section input{background:var(--surface-2);width:100%;color:var(--text);border:0;border-radius:9px;outline:0;padding:11px 12px;font:12px SFMono-Regular,Consolas,monospace}.api-key-section input:focus{box-shadow:0 0 0 2px #0a84ff73}.verify-key{color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:9px;padding:11px 8px;font-size:12px;font-weight:500}.verify-key:disabled{opacity:.35}.key-result{color:var(--muted);align-items:center;gap:6px;margin-top:10px;font-size:11px;display:flex}.key-result:before{content:"";background:var(--danger);border-radius:50%;width:7px;height:7px}.key-result.success:before{background:#34c759}.key-result svg{display:none}.key-result.error{color:#ffb3ad}.model-grid{background:var(--surface);border-radius:15px;gap:0;margin-bottom:0;display:grid;overflow:hidden}.model-grid button{border:0;border-bottom:.5px solid var(--line);text-align:left;cursor:pointer;background:0 0;align-items:center;min-height:58px;padding:12px;display:flex}.model-grid button:last-child{border-bottom:0}.model-grid button.selected{background:var(--surface-2)}.model-grid span{flex-direction:column;flex:1;gap:4px;display:flex}.model-grid b{font-size:13px}.model-grid small{color:var(--muted);font-size:10px}.model-grid svg{color:var(--accent);width:15px}.toggle-row,.select-row,.range-row{border-bottom:.5px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:15px;min-height:54px;padding:11px 12px;display:flex}.model-grid+.toggle-row{border-radius:15px 15px 0 0;margin-top:18px}.select-row{border-bottom:0;border-radius:0 0 15px 15px}.toggle-row span,.select-row span{flex-direction:column;gap:3px;display:flex}.toggle-row b,.select-row b,.range-row span{font-size:13px}.toggle-row small,.select-row small{color:var(--muted);font-size:10px}.toggle-row input[type=checkbox]{appearance:none;background:var(--surface-3);border-radius:999px;flex:none;width:42px;height:25px;transition:all .2s;position:relative}.toggle-row input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:21px;height:21px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #00000073}.toggle-row input[type=checkbox]:checked{background:#34c759}.toggle-row input[type=checkbox]:checked:after{transform:translate(17px)}.select-row select{color:var(--muted);background:0 0;border:0;padding:7px;font-size:12px}.color-grid{background:var(--surface);border-radius:15px 15px 0 0;gap:0;display:grid;overflow:hidden}.color-grid label{border-bottom:.5px solid var(--line);min-height:52px;color:var(--text);justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;display:flex}.color-grid input{background:0 0;border:0;border-radius:8px;width:28px;height:28px;padding:0;overflow:hidden}.range-row input{accent-color:var(--accent)}.security-card{background:var(--surface);border-radius:15px;align-items:center;gap:11px;margin:25px 0 12px;padding:14px;display:flex}.security-card>svg{color:#34c759}.security-card div{flex-direction:column;gap:4px;display:flex}.security-card b{font-size:12px}.security-card small{color:var(--muted);font-size:10px}.danger{background:var(--surface);width:100%;color:var(--danger);cursor:pointer;border:0;border-radius:15px;justify-content:center;align-items:center;gap:7px;padding:14px;font-size:12px;display:flex}.danger svg{width:15px}.compact .message{margin-bottom:18px}.compact .message-body{line-height:1.52}@media (max-width:780px){.app-shell{grid-template-columns:1fr}.sidebar{width:100%;padding:calc(12px + env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom));box-shadow:none;background:#000;border:0;transition:transform .28s cubic-bezier(.22,.75,.25,1);position:fixed;inset:0;transform:translate(-102%)}.sidebar.open{transform:none}.sidebar-head{height:48px;padding:0 2px 10px}.sidebar-head .brand{font-size:24px}.mobile-only{display:grid}.backdrop{display:none}.new-chat{border-radius:14px;justify-content:center;padding:13px;font-size:15px}.history-label{padding-top:25px}.history-item{background:var(--surface);border-radius:14px;min-height:58px;margin-bottom:4px;padding:11px 12px}.history-item.active{background:var(--surface-2)}.history-item .trash{opacity:.7}.topbar{height:calc(52px + env(safe-area-inset-top));flex-basis:calc(52px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 8px 0}.topbar-brand strong{font-size:15px}.top-model{max-width:112px;font-size:10px}.messages{padding:24px 16px 164px}.empty{min-height:calc(var(--app-height,100dvh) - 210px);padding:24px 0 20px}.orb{border-radius:24px;width:80px;height:80px;margin-bottom:22px}.empty h1{font-size:29px}.empty p{max-width:340px;margin-bottom:24px;font-size:13px}.suggestions{gap:7px;max-width:350px}.suggestions button{padding:9px 12px;font-size:11px}.message{grid-template-columns:28px minmax(0,1fr);gap:9px;margin-bottom:24px}.avatar{border-radius:9px;width:28px;height:28px}.message-body{font-size:13px}.message.user .message-body{border-radius:4px 16px 16px;max-width:100%}.composer-wrap{padding:12px 10px max(9px,env(safe-area-inset-bottom))}.composer{border-radius:22px;padding:7px}.composer textarea{min-height:40px;font-size:16px}.api-key-section input{font-size:16px}.composer-note{display:none}.plus-button,.send{border-radius:14px;width:40px;height:40px}.error-toast{width:max-content;max-width:calc(100vw - 28px);bottom:115px}.action-sheet{width:100%;max-height:82dvh;padding:10px 12px calc(12px + env(safe-area-inset-bottom));border:0;border-top:.5px solid #ffffff29;border-radius:24px 24px 0 0;bottom:0;left:0;right:0;transform:none}.action-sheet:before{content:"";background:var(--surface-3);border-radius:5px;width:36px;height:5px;margin:0 auto 8px;display:block}.sheet-options>button{min-height:56px}.settings-panel{width:100%;box-shadow:none}.settings-panel>header{padding:calc(12px + env(safe-area-inset-top)) 14px 11px}.settings-panel h2{font-size:23px}.settings-scroll{padding:18px 12px 34px}.api-key-section form{grid-template-columns:1fr auto}}
