*{box-sizing:border-box}:root,[data-theme=light]{--color-bg: #ffffff;--color-bg-subtle: #f5f5f5;--color-surface: #ffffff;--color-border: #e0e0e0;--color-text: #1a1a1a;--color-text-muted: #5c5c5c;--color-primary: #0d47a1;--color-primary-hover: #1565c0;--color-primary-text: #ffffff;--color-error: #b71c1c;--color-error-bg: #ffebee;--color-success: #1b5e20;--color-focus-ring: #0d47a1;--font-sans: system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}[data-theme=dark]{--color-bg: #121212;--color-bg-subtle: #1e1e1e;--color-surface: #1e1e1e;--color-border: #333333;--color-text: #e8e8e8;--color-text-muted: #a0a0a0;--color-primary: #42a5f5;--color-primary-hover: #64b5f6;--color-primary-text: #000000;--color-error: #ef5350;--color-error-bg: #3d1f1f;--color-success: #66bb6a;--color-focus-ring: #64b5f6}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--line-height-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}#root{min-height:100vh}:focus{outline:none}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-link{position:absolute;top:var(--space-2);left:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--color-primary);color:var(--color-primary-text);border-radius:var(--radius-sm);text-decoration:none;z-index:100;transform:translateY(-120%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0)}
