:root{color-scheme:light dark;--bg: #ffffff;--surface: #f6f6f6;--text: #111111;--muted: #693880;--accent: #9c35cc;--danger: #ff4757;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--radius-sm: 8px;--radius-md: 12px;--radius-rd: 25px;--radius-rdx: 50px;--motion-fast: .12s;--motion-medium: .2s;--motion-slow: .32s;--ease-standard: cubic-bezier(.2, 0, 0, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--shadow-sm: 0 2px 6px rgba(0, 0, 0, .08);--shadow-md: 0 6px 18px rgba(0, 0, 0, .12)}:root[data-theme=light]{--bg: #ffffff;--surface: #f6f6f6;--text: #111111;--muted: #693880;--accent: #9c35cc;--danger: #ff4757}:root[data-theme=dark]{--bg: #0f1115;--surface: #181b20;--text: #f2f3f5;--muted: #693880;--accent: #9c35cc;--danger: #ff6b6b}@media(prefers-color-scheme:dark){:root{--bg: #0f1115;--surface: #181b20;--text: #f2f3f5;--muted: #693880;--accent: #9c35cc;--danger: #ff6b6b}}@media(prefers-reduced-motion:reduce){:root{--motion-fast: 0ms;--motion-medium: 0ms;--motion-slow: 0ms}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;min-width:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;display:flex}a{color:inherit;text-decoration:none}#root{display:flex;flex-direction:column;flex:1;margin:0 auto;text-align:center}
