:root{color-scheme:dark;--header-height:72px;--agentic-background:#050b12;--agentic-background-deep:#02060b;--agentic-surface:#111c2e;--agentic-surface-soft:#16243a;--agentic-surface-raised:#21314a;--agentic-surface-selected:#114e5a;--agentic-surface-field:#0c1524;--agentic-surface-hover:#263955;--agentic-text:#f8fafc;--agentic-text-secondary:#eef4ff;--agentic-text-muted:#d9e4f2;--agentic-text-subtle:#c6d3e2;--agentic-text-disabled:#8ea0b6;--agentic-border:#8aa0b8;--agentic-border-strong:#a8b8cc;--agentic-primary:#14b8a6;--agentic-primary-hover:#5eead4;--agentic-primary-ink:#03131f;--agentic-info:#7dd3fc;--agentic-info-strong:#93c5fd;--agentic-info-ink:#041627;--agentic-focus:#5eead4;--agentic-success:#86efac;--agentic-success-ink:#052e1a;--agentic-warning:#fcd34d;--agentic-warning-ink:#2c1f03;--agentic-danger:#fda4af;--agentic-danger-strong:#fb7185;--agentic-danger-soft:#fecdd3;--agentic-accent-purple:#c4b5fd;--agentic-primary-rgb:20,184,166;--agentic-info-rgb:125,211,252;--agentic-info-strong-rgb:147,197,253;--agentic-success-rgb:134,239,172;--agentic-warning-rgb:252,211,77;--agentic-border-rgb:138,160,184;--agentic-text-rgb:248,250,252;--agentic-danger-rgb:253,164,175;--agentic-focus-ring:0 0 0 3px rgba(94,234,212,.42);font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;background-color:var(--agentic-background)}*,:after,:before{box-sizing:border-box}body{margin:0;background:var(--agentic-background);color:var(--agentic-text)}a{color:inherit}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--agentic-focus);outline-offset:2px;box-shadow:var(--agentic-focus-ring)}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.app-body{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-content{flex:1 1;height:calc(100vh - var(--header-height));max-height:calc(100vh - var(--header-height));overflow:auto}.app-contentFull{height:100vh;max-height:100vh}