*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-card: #1a1a2e;--bg-card-hover: #1f1f35;--border: #2a2a3e;--text-primary: #f0f0f5;--text-secondary: #8888a0;--text-muted: #55556a;--accent: #6c5ce7;--accent-light: #a29bfe;--success: #00cec9;--success-bg: rgba(0, 206, 201, .1);--danger: #ff6b6b;--danger-bg: rgba(255, 107, 107, .1);--warning: #feca57;--warning-bg: rgba(254, 202, 87, .1);--orange: #ff9f43;--gradient-accent: linear-gradient(135deg, #6c5ce7, #a29bfe);--gradient-success: linear-gradient(135deg, #00cec9, #55efc4);--gradient-danger: linear-gradient(135deg, #ff6b6b, #ee5a24);--shadow: 0 4px 24px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .4);--radius: 12px;--radius-lg: 16px;--radius-xl: 24px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent-light);text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
