:root{--primary: #6366f1;--primary-hover: #4f46e5;--primary-light: #818cf8;--secondary: #ec4899;--accent: #22d3ee;--bg-main: #f8fafc;--bg-card: #ffffff;--bg-surface: #f1f5f9;--text-main: #0f172a;--text-muted: #64748b;--text-inverse: #ffffff;--border: #e2e8f0;--error: #ef4444;--warning: #f59e0b;--success: #10b981;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: 12px}[data-theme=dark]{--bg-main: #0f172a;--bg-card: #1e293b;--bg-surface: #334155;--text-main: #f8fafc;--text-muted: #94a3b8;--border: #334155}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--text-main)}button{cursor:pointer;border:none;border-radius:var(--radius);transition:all .2s ease;font-family:Inter,sans-serif;font-weight:500}button:active{transform:scale(.98)}.glass{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}[data-theme=dark] .glass{background:#1e293bb3;border:1px solid rgba(255,255,255,.1)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
