@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--bg:#0a0a0b;--surface:#151517;--surface2:#1d1d20;--line:#ffffff1a;--text:#f5f5f2;--muted:#f5f5f085;--accent:#cbff4d;--accent-ink:#0a0a0b;--danger:#ff6b5e;--role-target:#f5c518;--role-control:#4dd9c0;--role-limited:#ffa94d;--role-pay:#c792ea;--role-ink:#0a0a0b;--category-substance:#6ea8ff;--category-activity:#8ce99a;--category-telemetry:#9aa0a6;--font-heading:"Space Grotesk", sans-serif;--font-body:-apple-system, system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);margin:0;font-size:15px}*{scrollbar-width:thin;scrollbar-color:var(--line) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#ffffff38}a{color:var(--accent)}a:hover{color:#e0ff8f}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell{background:var(--bg);flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}@media (min-width:640px){.app-shell{border-left:1px solid var(--line);border-right:1px solid var(--line);max-width:640px}}@media (min-width:900px){.app-shell{max-width:760px}}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px}.at-capture-input::placeholder{color:var(--muted)}.at-capture-input{-webkit-appearance:none}.at-chip-row{scrollbar-width:none}.at-chip-row::-webkit-scrollbar{display:none}
