@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{color-scheme:light dark;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5}:root{--nav-height: 56px;--page-max-width: 1200px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 9999px;--z-base: 0;--z-raised: 10;--z-nav: 100;--z-dropdown: 200;--z-overlay: 300;--z-banner: 400;--ease-standard: cubic-bezier(.4, 0, .2, 1);--ease-decelerate: cubic-bezier(0, 0, .2, 1);--transition-fast: .1s var(--ease-standard);--transition-base: .2s var(--ease-standard);--transition-slow: .35s var(--ease-decelerate);--shadow-card: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-overlay: 0 10px 30px rgba(0, 0, 0, .15);--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-raised: #f1f5f9;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-muted: #64748b;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-subtle: rgba(37, 99, 235, .08);--color-error: #dc2626;--color-error-subtle: rgba(220, 38, 38, .08);--color-warning: #d97706;--color-success: #16a34a}[data-theme=dark]{color-scheme:dark;--color-bg: #0b0f1a;--color-surface: #111827;--color-surface-raised: #1e2535;--color-border: #2d3748;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-primary: #3b82f6;--color-primary-hover: #60a5fa;--color-primary-subtle: rgba(59, 130, 246, .12);--color-error: #f87171;--color-error-subtle: rgba(248, 113, 113, .1);--color-warning: #fbbf24;--color-success: #4ade80}.material-symbols-outlined{font-family:Material Symbols Outlined,sans-serif;font-weight:400;font-style:normal;font-size:1.25em;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
