:root{--color-primary: #4F46E5;--color-surface: #F8FAFC;--color-surface-hover: #DBEAFE;--color-background: #F8FAFC;--color-accent: #EDE9FE;--color-text-primary: #0F172A;--color-text-secondary: #475569;--color-text-muted: #64748B;--color-border-default: #CBD5E1;--color-border-subtle: #E2E8F0;--color-success: #3D6B4F;--color-success-soft: #CFFAFE;--color-warning: #D97706;--color-warning-soft: #FEF3C7;--color-error: #DC2626;--color-error-soft: #FEE2E2;--color-primary-soft: #E0E7FF;--color-primary-glow: #6366F1;--color-info: #2563EB;--color-info-soft: #DBEAFE;--color-purple: #7C3AED;--color-purple-soft: #EDE9FE;--color-teal: #0D9488;--color-orange: #EA580C;--focus-ring-color: #4F46E5;--focus-ring-width: 2px;--focus-ring-offset: 2px;--font-family-sans: "Satoshi", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 6px 20px rgba(15, 23, 42, .12);--shadow-lg: 0 16px 32px rgba(15, 23, 42, .18);--theme-transition-duration: .2s}[data-theme=dark]{color-scheme:dark;--color-primary: #818CF8;--color-surface: #222228;--color-surface-hover: #32323A;--color-background: #1A1A1F;--color-accent: #7C3AED14;--color-text-primary: #F8FAFC;--color-text-secondary: #94A3B8;--color-text-muted: #94A3B8;--color-border-default: #3A3A42;--color-border-subtle: #2E2E36;--color-success: #34D399;--color-success-soft: #34D39914;--color-warning: #FBBF24;--color-warning-soft: #FBBF2414;--color-error: #F87171;--color-error-soft: #F8717114;--color-primary-soft: #818CF814;--color-primary-glow: #6366F1;--color-info: #2563EB;--color-info-soft: #2563EB14;--color-purple: #7C3AED;--color-purple-soft: #7C3AED14;--color-teal: #0D9488;--color-orange: #FB923C;--focus-ring-color: #818CF8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .24);--shadow-md: 0 6px 20px rgba(0, 0, 0, .32);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .48)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-sans);color:var(--color-text-primary);background:var(--color-background);transition:background-color var(--theme-transition-duration) ease,color var(--theme-transition-duration) ease}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:var(--color-border-default);border-radius:3px}:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:var(--radius-sm)}.skip-nav{position:absolute;top:-40px;left:0;background:var(--color-primary);color:var(--color-surface);padding:8px 16px;z-index:10000;font-weight:600;text-decoration:none}.skip-nav:focus{top:0}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--color-surface);color:var(--color-text-primary);border-color:var(--color-border-default)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--color-text-muted)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.bpm-lane{animation:fadeInUp .5s ease both}@media(prefers-reduced-motion:reduce){:root{--theme-transition-duration: 0ms}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
