.login.svelte-110obhz{place-items:center;height:100dvh;padding:20px;display:grid}.login-card.svelte-110obhz{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;width:100%;max-width:340px;padding:26px;display:flex}.login-card.svelte-110obhz .brand:where(.svelte-110obhz){font-size:1.3rem;font-weight:700}.login-card.svelte-110obhz .muted:where(.svelte-110obhz){margin:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#0f1720;--surface:#18222e;--surface-2:#1f2c3a;--border:#2b3a4a;--text:#e7eef5;--muted:#93a4b5;--accent:#2dd4bf;--accent-ink:#06241f;--danger:#f87171;--ok:#34d399;--radius:14px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{--bg:#f4f7fa;--surface:#fff;--surface-2:#eef3f8;--border:#d8e0e8;--text:#16222e;--muted:#5b6b7b;--accent:#0d9488;--accent-ink:#fff}}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#app{height:100dvh}button{font:inherit;cursor:pointer}a{color:inherit}.app{grid-template-columns:240px 1fr;height:100dvh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:4px;padding:14px 10px;display:flex}.brand{align-items:center;gap:8px;padding:8px 12px 14px;font-size:1.15rem;font-weight:700;display:flex}.navbtn{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:.95rem;display:flex}.navbtn:hover{background:var(--surface-2);color:var(--text)}.navbtn.active{background:var(--accent);color:var(--accent-ink);font-weight:600}.navbtn .ico{text-align:center;width:1.4rem;font-size:1.15rem}.sidebar .spacer{flex:1}.content{min-width:0;overflow:auto}.tabbar{display:none}.page{max-width:900px;margin:0 auto;padding:18px clamp(14px,4vw,28px) 90px}.page h1{margin:6px 0 16px;font-size:1.25rem}.page h2{color:var(--muted);margin:22px 0 10px;font-size:1rem;font-weight:600}.cards{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.card .k{color:var(--muted);font-size:.8rem}.card .v{margin-top:4px;font-size:1.5rem;font-weight:700}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.list{flex-direction:column;gap:8px;display:flex}.item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:10px 12px}.item .sub{color:var(--muted);margin-top:2px;font-size:.82rem}.tag{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:1px 9px;font-size:.75rem;display:inline-block}.tag.cross{background:var(--accent);color:var(--accent-ink);border-color:#0000}.conf{font-variant-numeric:tabular-nums;color:var(--muted);font-size:.8rem}.muted{color:var(--muted)}.danger{color:var(--danger)}.ok{color:var(--ok)}input,textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;width:100%;padding:10px 12px}.btn{background:var(--accent);color:var(--accent-ink);border:0;border-radius:10px;padding:10px 14px;font-weight:600}.btn.ghost{background:var(--surface-2);color:var(--text)}.btn:disabled{opacity:.5}.chat{flex-direction:column;height:100dvh;display:flex}.chat .head{border-bottom:1px solid var(--border);padding:14px 18px;font-weight:600}.chat .stream{flex-direction:column;flex:1;gap:12px;padding:16px clamp(12px,4vw,24px);display:flex;overflow:auto}.bubble{white-space:pre-wrap;border-radius:16px;max-width:min(680px,86%);padding:11px 14px;line-height:1.45}.bubble.user{background:var(--accent);color:var(--accent-ink);border-bottom-right-radius:5px;align-self:flex-end}.bubble.brain{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:5px;align-self:flex-start}.steps{flex-direction:column;gap:5px;margin-top:8px;display:flex}.steps details{background:var(--surface-2);border:1px solid var(--border);border-radius:9px;padding:5px 9px;font-size:.8rem}.steps summary{cursor:pointer;color:var(--muted)}.steps pre{white-space:pre-wrap;word-break:break-word;color:var(--muted);margin:6px 0 0;font-size:.76rem}.suggests{flex-wrap:wrap;gap:8px;padding:4px 0 0;display:flex}.suggests button{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:7px 12px;font-size:.85rem}.composer{padding:12px clamp(12px,4vw,24px);padding-bottom:max(12px, env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--bg);gap:8px;display:flex}.composer textarea{resize:none;max-height:140px}.composer .send{border-radius:12px;flex:none;width:46px}.blink{animation:1s steps(2,end) infinite blink}@keyframes blink{50%{opacity:.3}}@media (width<=767px){.app{grid-template-rows:1fr;grid-template-columns:1fr}.sidebar{display:none}.tabbar{z-index:10;background:var(--surface);border-top:1px solid var(--border);padding:6px 4px max(6px, env(safe-area-inset-bottom));display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar button{color:var(--muted);background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:2px;padding:4px;font-size:.66rem;display:flex}.tabbar button.active{color:var(--accent)}.tabbar .ico{font-size:1.25rem}.chat{height:100dvh}.composer{position:sticky;bottom:0}}
