:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--accent: #f59e0b;--cyan: #06b6d4;--magenta: #d946ef;--pink: #ec4899;--bg-dark: #0a0a1a;--bg-dark-2: #0d0d2b;--bg-dark-3: #111133;--bg-card: #0f0f2e;--bg-light: #f8fafc;--text-primary: #0f172a;--text-secondary: #64748b;--text-light: #e2e8f0;--text-muted: #7a7a9e;--border: #e2e8f0;--border-dark: #1a1a3e;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--gradient-text: linear-gradient(135deg, #06b6d4, #8b5cf6, #d946ef);--gradient-btn: linear-gradient(135deg, #06b6d4, #6366f1);--gradient-border: linear-gradient(135deg, #06b6d4, #d946ef);--shadow: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:var(--bg-light);line-height:1.6}::selection{background:var(--primary);color:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
