:root{--color-bg: #0A0F1E;--color-surface: #111827;--color-surface-2: #1a2236;--color-border: rgba(255,255,255,.08);--color-text: #F8FAFC;--color-text-muted: #94A3B8;--color-accent: #F97316;--color-accent-hover: #EA6A0A;--color-accent-dim: rgba(249,115,22,.15);--color-success: #22C55E;--color-error: #EF4444;--color-error-dim: rgba(239,68,68,.12);--color-male: #3B82F6;--color-female: #F97316;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-card: 0 1px 3px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.3);--shadow-glow: 0 0 24px rgba(249,115,22,.12);--duration-fast: .15s;--duration-normal: .25s;--ease-out: cubic-bezier(.16,1,.3,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DM Sans,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100dvh;line-height:1.5}#root{min-height:100dvh}input,button,select,textarea{font-family:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-surface-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
