:root{--bg: #0b0f19;--surface: #111827;--surface-2: #161f33;--border: #243049;--text: #e5e7eb;--muted: #9aa4b8;--accent: #6366f1;--accent-text: #ffffff;--good: #34d399;--warn: #fbbf24;--bad: #f87171;--radius: 10px;--gap: 1rem}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #f7f8fb;--surface: #ffffff;--surface-2: #f1f3f8;--border: #e2e6ef;--text: #131722;--muted: #5d6679;--accent: #4f46e5;--good: #059669;--warn: #b45309;--bad: #dc2626}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.55 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}h1{font-size:1.35rem;margin:0 0 .25rem}h2{font-size:1.05rem;margin:0 0 .5rem}p{margin:0 0 .75rem}.muted{color:var(--muted)}.small{font-size:.85rem}.shell{display:grid;grid-template-columns:210px 1fr;min-height:100vh}.sidebar{border-right:1px solid var(--border);padding:1.25rem 1rem;background:var(--surface);display:flex;flex-direction:column;gap:.35rem}.brand{font-weight:600;margin-bottom:.75rem}.nav{display:block;padding:.45rem .6rem;border-radius:var(--radius);color:var(--text);text-decoration:none}.nav:hover{background:var(--surface-2)}.nav.active{background:var(--accent);color:var(--accent-text)}.spacer{flex:1}.page{padding:1.5rem;max-width:900px}@media(max-width:720px){.shell{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid var(--border)}.brand,.spacer{width:100%}.page{padding:1rem}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;margin-bottom:.75rem}.row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.between{justify-content:space-between}button{font:inherit;padding:.45rem .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.55;cursor:default}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}button.danger{color:var(--bad)}input,textarea,select{font:inherit;width:100%;padding:.5rem .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);color:var(--text)}textarea{resize:vertical;min-height:3.5rem}label{display:block;margin-bottom:.65rem}label>span{display:block;margin-bottom:.2rem;color:var(--muted);font-size:.85rem}.badge{font-size:.75rem;padding:.1rem .45rem;border-radius:999px;border:1px solid var(--border);color:var(--muted);white-space:nowrap}.badge.good{color:var(--good);border-color:currentColor}.badge.warn{color:var(--warn);border-color:currentColor}.badge.bad{color:var(--bad);border-color:currentColor}.notice{border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:.6rem .8rem;margin-bottom:.75rem;background:var(--surface)}.notice.bad{border-left-color:var(--bad)}.notice.good{border-left-color:var(--good)}code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}pre{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .75rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.chat{display:flex;flex-direction:column;height:calc(100vh - 3rem);max-width:760px}.transcript{flex:1;overflow-y:auto;padding-right:.25rem}.msg{margin-bottom:.85rem;white-space:pre-wrap}.msg .who{font-size:.75rem;color:var(--muted);margin-bottom:.15rem}.msg.user .bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .7rem;display:inline-block;max-width:100%}.tool{font-size:.85rem;color:var(--muted);border-left:2px solid var(--border);padding-left:.6rem;margin:.35rem 0}.composer{display:flex;gap:.5rem;align-items:flex-end;padding-top:.75rem;border-top:1px solid var(--border)}.auth{max-width:24rem;margin:12vh auto;padding:0 1rem}
