:root{--color-primary:#6366f1;--color-primary-hover:#4f46e5;--color-secondary:#ec4899;--color-bg-primary:#020617;--color-bg-secondary:#0f172a;--color-text-primary:#f8fafc;--color-text-muted:#94a3b8;--color-border:hsla(0,0%,100%,.1);--color-error:#ef4444;--font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background-color:var(--color-bg-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}