:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f3f3f1;background:#050505;font-synthesis:none;text-rendering:optimizeLegibility;color-scheme:dark;--orange:#ff6200;--muted:#939390;--line:#242422 }*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--orange);outline-offset:4px}svg{width:20px;height:20px;display:block;flex-shrink:0}button{touch-action:manipulation}.app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden;background:#050505}.sidebar{width:272px;flex:0 0 272px;background:#0b0b0a;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:32px 20px 24px;z-index:5}.brand-row{display:flex;align-items:center;justify-content:space-between;margin:0 5px 38px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#f5f5f2;font-size:17px;letter-spacing:-.6px}.brand-mark{font-size:30px;color:var(--orange);font-weight:800}.icon-button{min-width:44px;min-height:44px;background:transparent;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#a5a5a0}.icon-button:hover{background:#20201e;color:#fff}.sidebar-close,.menu-button{display:none}.new-chat{display:flex;align-items:center;gap:10px;width:100%;min-height:48px;padding:12px 15px;border:1px solid #57311a;border-radius:12px;background:#1d120a;color:#ff873d;font-size:13px;font-weight:600}.new-chat:hover{background:#2b190d}.history-heading{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:#8b8b85;margin:32px 4px 14px}.history-search{display:flex;align-items:center;gap:9px;padding:0 10px;border:1px solid var(--line);border-radius:10px;margin-bottom:12px;color:#777}.history-search svg{width:15px}.history-search input{min-width:0;width:100%;height:42px;border:0;background:none;color:#eee;font-size:13px}.conversation-list{overflow:auto;display:flex;flex-direction:column;gap:5px}.conversation-item{border:0;background:none;text-align:left;border-radius:10px;padding:12px;color:#aaa;display:flex;flex-direction:column;gap:7px}.conversation-item span{overflow-wrap:anywhere}.conversation-item small{font-size:10px;color:#888}.conversation-item:hover{background:#161614}.conversation-item.active{background:#20150d;color:#ff9d5f}.history-empty{font-size:12px;color:#8c8c87;line-height:1.7;padding:0 6px}.sidebar-footer{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:24px;font-size:10px;letter-spacing:1.5px;color:#b5b5ac}.sidebar-footer small{display:block;font-size:10px;letter-spacing:0;color:#7e7e78;margin-top:6px}.main-panel{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.topbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:14px;height:84px;border-bottom:1px solid #191918;padding:0 36px}.topbar-context{display:flex;align-items:center;gap:13px;font-size:13px;min-width:0}.context-dot{width:6px;height:6px;flex-shrink:0;background:var(--orange);border-radius:50%;box-shadow:0 0 12px #ff620050}.context-divider{color:#4b4b46}.context-muted{color:#888881;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40vw}.chat-stage{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding:40px max(28px,calc((100% - 780px)/2));scrollbar-width:thin;scrollbar-color:#32322c transparent}.chat-empty{display:flex;align-items:center}.welcome{width:100%;padding:16px 0 24px}.welcome-eyebrow{display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:2px;color:#b1a69b;font-weight:600;margin-bottom:26px}.welcome-eyebrow>span{height:5px;width:5px;border-radius:50%;background:var(--orange)}h1{font-size:clamp(44px,5.4vw,76px);line-height:1.04;font-weight:600;letter-spacing:-3.8px;margin:0}h1 em{color:var(--orange);font-style:normal}.welcome p{color:#a2a29b;font-size:14px;line-height:1.8;margin:24px 0 30px}.prompt-examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.prompt-examples button{border:1px solid var(--line);border-radius:14px;background:#0e0e0c;text-align:left;padding:17px 14px;display:flex;flex-wrap:wrap;align-items:center;gap:18px}.prompt-examples button:hover{border-color:#764020;background:#171009}.prompt-number{font-size:10px;color:#7e746a;font-family:monospace}.prompt-copy{width:100%;order:2}.prompt-copy strong{display:block;font-size:12px;font-weight:500;color:#e8e6df}.prompt-copy small{display:block;font-size:10px;color:#92928a;margin-top:6px}.prompt-arrow{margin-left:auto;color:var(--orange);font-size:17px}.composer-wrap{flex-shrink:0;width:min(836px,100%);margin:0 auto;padding:12px 28px max(18px,env(safe-area-inset-bottom));background:#050505}.mode-selector{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:12px}.mode-selector button{border:1px solid transparent;display:flex;align-items:center;gap:7px;min-height:40px;padding:7px 10px;background:transparent;border-radius:20px;font-size:11px;color:#a1a19a}.mode-selector button.selected{border-color:#573018;color:#ff934e;background:#1b1109}.radio-dot{width:5px;height:5px;border:1px solid #77776f;border-radius:50%}.selected .radio-dot{background:var(--orange);border-color:var(--orange)}.toggle{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:11px;min-height:44px;cursor:pointer;color:#aaa}.toggle input{position:absolute;opacity:0;width:1px;height:1px}.toggle:has(input:focus-visible){outline:2px solid var(--orange);outline-offset:3px;border-radius:8px}.toggle-track{display:block;width:28px;height:17px;border-radius:20px;padding:3px;background:#34342f}.toggle-track span{display:block;height:11px;width:11px;background:#b1b1a9;border-radius:50%;transition:transform .2s}.toggle.on .toggle-track{background:#6b2d06}.toggle.on .toggle-track span{background:var(--orange);transform:translate(11px)}.composer{border:1px solid #383831;background:#11110f;border-radius:20px;padding:5px;transition:border-color .2s}.composer:focus-within{border-color:#a54a12;box-shadow:0 0 0 2px #ff62000b}textarea{width:100%;display:block;background:none;border:0;color:#eee;padding:14px 14px 5px;resize:none;font-size:16px;line-height:1.5;min-height:49px;max-height:140px;outline:none}textarea::placeholder{color:#8f8f87}.composer-actions{display:flex;align-items:center;gap:2px;padding:0 3px 3px}.character-count{margin-left:auto;color:#8c8c83;font-family:monospace;font-size:10px;padding:0 12px}.send-button{background:var(--orange);border:0;color:#180b00;width:44px;height:44px;border-radius:14px;display:grid;place-items:center}.send-button:hover{background:#ff8b43}.send-button:disabled{background:#2b2b25;color:#8c8c80;cursor:not-allowed}.composer-note{text-align:center;color:#898980;font-size:10px;line-height:1.5;margin:12px 0 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.attachment-chip{display:flex;align-items:center;gap:7px;width:fit-content;max-width:calc(100% - 20px);margin:8px 10px 0;padding:4px 8px;background:#27190e;border:1px solid #573018;border-radius:8px;color:#fdb37d;font-size:12px}.attachment-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-chip button{min-width:36px;min-height:36px;border:0;background:none;color:inherit}.message-stack{display:flex;flex-direction:column;gap:32px;max-width:780px;margin:0 auto}.message{display:grid;grid-template-columns:32px minmax(0,1fr);gap:14px}.message-avatar,.loading-avatar{width:30px;height:30px;display:grid;place-items:center;border:1px solid #542b13;border-radius:9px;background:#211208;color:var(--orange);font-size:20px}.message.user .message-avatar{font-size:9px;background:#20201b;border-color:#393931;color:#bbb}.message-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px;margin:6px 0 12px}.mode-pill{font-size:9px;color:#aaa69b;padding:3px 7px;background:#1b1b17;border-radius:4px}.message-body p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.8;color:#deded5;margin:0}.message.user .message-body{padding:0 14px 14px;background:#13130f;border-radius:0 14px 14px}.loading-row{display:flex;align-items:center;gap:12px;color:#aaa;font-size:12px}.typing{display:flex;gap:5px}.typing i{width:4px;height:4px;border-radius:50%;background:var(--orange);animation:pulse 1s infinite alternate}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.2}}.notice{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.5;padding:10px 13px;border:1px solid #5a3220;border-radius:12px;background:#21150c;margin-bottom:10px;color:#efd6c4}.notice button{margin-left:auto;border:0;background:none;color:inherit;min-height:44px;min-width:44px;display:grid;place-items:center}.notice-error{border-color:#704335}.notice-info{margin-top:15px}.notice-icon{color:var(--orange)}.listening{color:var(--orange);background:#271608}.scrim{display:none}@media (max-width:1100px){.sidebar{width:242px;flex-basis:242px;padding-inline:16px}.prompt-examples{grid-template-columns:1fr}.prompt-examples button{flex-wrap:nowrap;gap:14px;padding:13px 16px}.prompt-copy{width:auto;order:0}.prompt-copy small{margin-top:4px}.chat-stage{padding-top:24px;padding-bottom:24px}h1{font-size:58px}.welcome-eyebrow{font-size:8px;letter-spacing:1.5px;margin-bottom:22px}}@media (max-width:800px){.sidebar{position:fixed;inset:0 auto 0 0;width:min(310px,86vw);transform:translate(-100%);visibility:hidden;transition:transform .2s;padding-top:max(24px,env(safe-area-inset-top));padding-bottom:max(24px,env(safe-area-inset-bottom))}.sidebar-open{transform:translate(0);visibility:visible}.sidebar-close,.menu-button{display:inline-flex}.scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#000b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:0;z-index:4}.topbar{height:calc(66px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;gap:8px}.topbar-context{flex:1;justify-content:center;font-size:14px;font-weight:600}.context-divider,.context-muted,.context-dot{display:none}.chat-stage{padding:20px 24px}.welcome{padding:12px 0 18px}.welcome-eyebrow{font-size:8px;letter-spacing:1.4px;margin-bottom:23px}h1{font-size:clamp(45px,12vw,64px);letter-spacing:-2.8px}.welcome p{font-size:13px;margin:21px 0 24px;line-height:1.8}.prompt-examples{gap:8px}.prompt-examples button{padding:13px 14px;border-radius:12px}.prompt-copy strong{font-size:12px}.composer-wrap{padding:10px 16px max(12px,env(safe-area-inset-bottom))}.mode-selector{gap:2px;margin-bottom:8px}.mode-selector button{font-size:10px;padding:7px 8px}.radio-dot{display:none}.toggle{font-size:10px;gap:5px}.composer-note{font-size:9px;margin-top:9px}.message-body p{font-size:14px}}@media (max-width:360px){.chat-stage{padding-inline:18px}.welcome-eyebrow{letter-spacing:1px;font-size:7px}.mode-selector button{padding-inline:6px;font-size:9px}.toggle{font-size:9px}.toggle-track{width:25px}.toggle.on .toggle-track span{transform:translate(8px)}}@media (max-height:700px){.chat-empty{align-items:flex-start}.welcome-eyebrow{margin-bottom:15px}.welcome p{margin:16px 0}.prompt-copy small{display:none}.welcome{padding-top:4px}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.brand-logo{width:42px;height:42px;object-fit:contain;border-radius:8px;flex-shrink:0}.header-logo{width:32px;height:32px;object-fit:contain;border-radius:6px;flex-shrink:0}.message-avatar img,.loading-avatar img{width:100%;height:100%;object-fit:contain;border-radius:inherit}.install-guide{margin:4px 0 18px;padding:12px;border:1px solid #44301e;border-radius:12px;color:#c4b7a7;font-size:12px}.install-guide summary{min-height:24px;cursor:pointer;color:#ff934e}.install-guide p{font-size:12px;line-height:1.7;margin-bottom:0}@media (display-mode: standalone){.install-guide{display:none}}
