:root{color-scheme:light dark;--bg: #ffffff;--surface: #f6f7f9;--text: #15171a;--muted: #6b7280;--primary: #4f46e5;--primary-hover: #4338ca;--border: rgba(0,0,0,.08);--radius: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow: 0 6px 24px rgba(0,0,0,.08)}@media (prefers-color-scheme: dark){:root{--bg: #0b0c0f;--surface: #15171c;--text: #e7e9ee;--muted: #9aa3b2;--primary: #818cf8;--primary-hover: #a5b4fc;--border: rgba(255,255,255,.1);--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow: 0 8px 30px rgba(0,0,0,.5)}}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
