:root{--bg:#eceff2;--surface:#fff;--surface-2:#e2e6ea;--border:#c9d0d7;--border-strong:#aab3bc;--text:#1a212a;--text-dim:#5a6470;--text-faint:#88919a;--accent:#1f6478;--accent-ink:#fff;--accent-wash:#dde9ec;--pass:#2f7a4f;--pass-wash:#e2f0e6;--caution:#a3702a;--caution-wash:#f3e8d6;--reject:#ac4636;--reject-wash:#f5e2de;--neutral-dot:#88919a;--shadow:0 1px 2px rgba(20,26,33,.06),0 6px 20px rgba(20,26,33,.05);--focus:0 0 0 3px rgba(31,100,120,.35)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#10151a;--surface:#171e25;--surface-2:#1f272f;--border:#2c3640;--border-strong:#3c4750;--text:#e7eaed;--text-dim:#a3adb6;--text-faint:#74808b;--accent:#5fb2c7;--accent-ink:#0b1116;--accent-wash:#1b2e34;--pass:#5cbf85;--pass-wash:#17281e;--caution:#d7a75e;--caution-wash:#2c2417;--reject:#e0806e;--reject-wash:#2c1c18;--neutral-dot:#74808b;--shadow:0 1px 2px rgba(0,0,0,.3),0 8px 24px rgba(0,0,0,.35);--focus:0 0 0 3px rgba(95,178,199,.35)}}:root[data-theme=dark]{--bg:#10151a;--surface:#171e25;--surface-2:#1f272f;--border:#2c3640;--border-strong:#3c4750;--text:#e7eaed;--text-dim:#a3adb6;--text-faint:#74808b;--accent:#5fb2c7;--accent-ink:#0b1116;--accent-wash:#1b2e34;--pass:#5cbf85;--pass-wash:#17281e;--caution:#d7a75e;--caution-wash:#2c2417;--reject:#e0806e;--reject-wash:#2c1c18;--neutral-dot:#74808b;--shadow:0 1px 2px rgba(0,0,0,.3),0 8px 24px rgba(0,0,0,.35);--focus:0 0 0 3px rgba(95,178,199,.35)}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14.5px;line-height:1.55;-webkit-font-smoothing:antialiased}.display,h1,h2,h3{font-family:Zilla Slab,Georgia,Times New Roman,serif;text-wrap:balance}.metric,.mono,.tag,.timestamp,code{font-family:IBM Plex Mono,ui-monospace,Menlo,Consolas,monospace}button,input,textarea{font-family:inherit}::selection{background:var(--accent-wash)}.app{height:100vh;display:grid;grid-template-rows:auto 1fr}.banner{display:flex;align-items:center;gap:.65rem;padding:.55rem 1.1rem;background:var(--surface-2);border-bottom:1px solid var(--border);color:var(--text-dim);font-size:.8rem}.banner svg{flex:none;color:var(--caution)}.banner strong{color:var(--text);font-weight:600}.shell{display:grid;grid-template-columns:280px 1fr;min-height:0}.sidebar{border-right:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;min-height:0;overflow-y:auto}.brand{padding:1.25rem 1.1rem 1rem;border-bottom:1px solid var(--border)}.brand-mark{display:flex;align-items:baseline;gap:.5rem}.brand-mark .num{font-family:Zilla Slab,serif;font-weight:700;font-size:2rem;color:var(--accent);letter-spacing:-.02em}.brand-mark .word{font-weight:600;font-size:.95rem;color:var(--text)}.brand .tagline{margin-top:.15rem;font-size:.75rem;color:var(--text-faint)}.brand .console-title{margin-top:.7rem;font-size:.8rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.side-section{padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.side-section h2{margin:0 0 .6rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);font-family:IBM Plex Sans,sans-serif}.viewer-name{width:100%;padding:.45rem .6rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.82rem}.viewer-name:focus{outline:none;box-shadow:var(--focus);border-color:var(--accent)}.viewer-hint{margin-top:.4rem;font-size:.72rem;color:var(--text-faint)}.prompt-chip{display:block;width:100%;text-align:left;padding:.55rem .65rem;margin-bottom:.4rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.8rem;cursor:pointer;transition:border-color .12s ease,background .12s ease}.prompt-chip:hover{border-color:var(--accent);background:var(--accent-wash)}.prompt-chip:focus-visible{outline:none;box-shadow:var(--focus)}.legend{display:flex;flex-direction:column;gap:.4rem}.legend-row{display:flex;align-items:center;gap:.5rem;font-size:.74rem;color:var(--text-dim)}.dot{width:8px;height:8px;border-radius:50%;flex:none}.audit-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;color:var(--text-dim);cursor:pointer;padding:0}.audit-toggle h2{margin:0}.audit-toggle svg{transition:transform .15s ease}.audit-toggle.open svg{transform:rotate(90deg)}.audit-list{margin-top:.6rem;display:flex;flex-direction:column;gap:.55rem;max-height:220px;overflow-y:auto}.audit-empty{font-size:.75rem;color:var(--text-faint);font-style:italic}.audit-entry{font-size:.74rem;color:var(--text-dim);border-left:2px solid var(--border-strong);padding-left:.5rem}.audit-entry .who{color:var(--text);font-weight:600}.audit-entry .ts{color:var(--text-faint);font-size:.68rem}.audit-entry .q{margin-top:.1rem}.audit-note{margin-top:.55rem}.audit-note,.sidebar-footer{font-size:.68rem;color:var(--text-faint)}.sidebar-footer{margin-top:auto;padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.signout-btn{align-self:flex-start;background:none;border:1px solid var(--border);border-radius:6px;padding:.3rem .6rem;color:var(--text-dim);font-size:.72rem;cursor:pointer}.signout-btn:hover{border-color:var(--accent);color:var(--accent)}.chat-col{display:flex;flex-direction:column;min-height:0}.thread{flex:1 1;overflow-y:auto;padding:1.5rem 1.5rem .5rem;display:flex;flex-direction:column;gap:1.1rem}.msg{display:flex;gap:.7rem;max-width:760px}.msg.user{align-self:flex-end;flex-direction:row-reverse}.msg.assistant{align-self:flex-start}.avatar{flex:none;width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:Zilla Slab,serif;font-weight:700;font-size:.85rem}.msg.assistant .avatar{background:var(--accent);color:var(--accent-ink)}.msg.user .avatar{background:var(--surface-2);color:var(--text-dim)}.bubble,.msg.user .avatar{border:1px solid var(--border)}.bubble{background:var(--surface);border-radius:12px;padding:.75rem .95rem;box-shadow:var(--shadow)}.msg.user .bubble{background:var(--accent-wash);border-color:var(--border)}.bubble p{margin:0 0 .6em}.bubble p:last-child{margin-bottom:0}.bubble ol,.bubble ul{margin:.3em 0 .6em;padding-left:1.2em}.bubble li{margin-bottom:.25em}.bubble strong{color:var(--text);font-weight:600}.bubble table{border-collapse:collapse;width:100%;margin:.4em 0 .8em;font-size:.86em}.bubble-scroll{overflow-x:auto}.bubble td,.bubble th{border:1px solid var(--border);padding:.35em .55em;text-align:left;vertical-align:top}.bubble th{background:var(--surface-2);font-weight:600}.verdict-pass{color:var(--pass);font-weight:600}.verdict-caution{color:var(--caution);font-weight:600}.verdict-reject{color:var(--reject);font-weight:600}.evtag{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:600;letter-spacing:.02em;padding:.08em .4em;border-radius:4px;background:var(--surface-2);color:var(--text-dim);border:1px solid var(--border)}.thinking{display:flex;gap:.3rem;align-items:center;padding:.2rem 0}.thinking span{width:6px;height:6px;border-radius:50%;background:var(--text-faint);animation:pulse 1.1s ease-in-out infinite}.thinking span:nth-child(2){animation-delay:.15s}.thinking span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.25}40%{opacity:1}}.truncated-note{margin-top:.5rem;font-size:.74rem;color:var(--caution)}.error-note{margin-top:.35rem;font-size:.8rem;color:var(--reject)}.composer{border-top:1px solid var(--border);background:var(--surface);padding:.85rem 1.5rem 1.05rem}.composer-inner{max-width:760px;margin:0 auto;display:flex;gap:.6rem;align-items:flex-end}.composer textarea{flex:1 1;resize:none;min-height:46px;max-height:160px;padding:.6rem .75rem;border-radius:10px;border:1px solid var(--border-strong);background:var(--bg);color:var(--text);font-size:.9rem;line-height:1.4}.composer textarea:focus{outline:none;box-shadow:var(--focus);border-color:var(--accent)}.send-btn,.stop-btn{flex:none;border:none;border-radius:10px;padding:.65rem 1.05rem;font-size:.85rem;font-weight:600;cursor:pointer}.send-btn{background:var(--accent);color:var(--accent-ink)}.send-btn:disabled{opacity:.45;cursor:default}.prompt-chip:focus-visible,.send-btn:focus-visible,.stop-btn:focus-visible{outline:none;box-shadow:var(--focus)}.stop-btn{background:var(--reject-wash);color:var(--reject);border:1px solid var(--reject)}.composer-foot{max-width:760px;margin:.45rem auto 0;font-size:.7rem;color:var(--text-faint);display:flex;justify-content:space-between}.unavailable{margin:auto;max-width:420px;text-align:center;padding:2rem;color:var(--text-dim)}.unavailable h2{margin-bottom:.5rem}@media (max-width:760px){.shell{grid-template-columns:1fr}.sidebar{display:none}}@media (prefers-reduced-motion:reduce){.audit-toggle svg,.thinking span{animation:none;transition:none}}.login-wrap{height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.75rem 1.5rem;box-shadow:var(--shadow)}.login-card .brand-mark{margin-bottom:.2rem}.login-card .console-title{font-size:.8rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.3rem}.login-field{margin-bottom:1rem}.login-field label{display:block;font-size:.75rem;color:var(--text-dim);margin-bottom:.4rem}.login-field input{width:100%;padding:.6rem .7rem;border-radius:8px;border:1px solid var(--border-strong);background:var(--bg);color:var(--text);font-size:.95rem;letter-spacing:.04em}.login-field input:focus{outline:none;box-shadow:var(--focus);border-color:var(--accent)}.login-submit{width:100%;border:none;border-radius:10px;padding:.7rem;background:var(--accent);color:var(--accent-ink);font-size:.9rem;font-weight:600;cursor:pointer}.login-submit:disabled{opacity:.5;cursor:default}.login-error{margin-top:.8rem;font-size:.8rem;color:var(--reject)}.login-foot{margin-top:1.3rem;font-size:.68rem;color:var(--text-faint)}