@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--gr-void:#f5f7fa;--gr-surface:#fff;--gr-surface-raised:#f1f5f9;--gr-border:#e2e8f0;--gr-border-subtle:#edf1f6;--gr-accent:#1d4ed8;--gr-accent-hover:#1e40af;--gr-accent-muted:rgba(29,78,216,.1);--gr-state:#1d4ed8;--gr-state-bg:rgba(29,78,216,.09);--gr-council:#7c3aed;--gr-council-bg:rgba(124,58,237,.09);--gr-success:#059669;--gr-warning:#d97706;--gr-danger:#dc2626;--gr-danger-bg:rgba(220,38,38,.08);--gr-text:#0a0f1e;--gr-text-secondary:#475569;--gr-muted:#64748b;--sidebar-width:clamp(440px,40vw,760px);--header-height:56px;--radius:8px;--radius-lg:12px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:var(--gr-void);color:var(--gr-text);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gr-border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--gr-muted)}.text-xs{font-size:11px;line-height:1.4}.text-sm{font-size:13px;line-height:1.5}.text-base{font-size:14px;line-height:1.5}.text-lg{font-size:16px;line-height:1.4}.text-xl{font-size:20px;line-height:1.3}.text-2xl{font-size:24px;line-height:1.25;font-weight:600;letter-spacing:-.02em}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-mono{font-family:JetBrains Mono,Fira Code,monospace;font-feature-settings:"tnum"}.text-secondary{color:var(--gr-text-secondary)}.text-muted{color:var(--gr-muted)}.glass{background:hsla(0,0%,100%,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--gr-border)}:focus-visible{outline:2px solid var(--gr-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}