:root{--primary: #818CF8;--primary-light: #A5B4FC;--primary-dark: #6366F1;--secondary: #F472B6;--success: #34D399;--warning: #FBBF24;--error: #F87171;--bg: #09090B;--surface: #111114;--surface-hover: #18181B;--text-primary: #FAFAFA;--text-secondary: #71717A;--text-muted: #52525B;--border: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}::selection{background:#818cf84d;color:#fff}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px #111114 inset;-webkit-text-fill-color:#FAFAFA;transition:background-color 5000s ease-in-out 0s}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
