@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-primary: #0e0e0e;--bg-secondary: #1a1a1a;--bg-glass: rgba(255, 255, 255, .06);--bg-glass-hover: rgba(255, 255, 255, .09);--border-glass: rgba(255, 255, 255, .07);--border-glass-light: rgba(255, 255, 255, .12);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .5);--text-tertiary: rgba(255, 255, 255, .3);--text-muted: rgba(255, 255, 255, .25);--accent-green: #4ade80;--accent-green-bg: rgba(34, 197, 94, .1);--accent-green-border: rgba(34, 197, 94, .12);--accent-yellow: #fbbf24;--accent-yellow-bg: rgba(251, 191, 36, .1);--accent-yellow-border: rgba(251, 191, 36, .15);--accent-red: #f87171;--accent-red-bg: rgba(248, 113, 113, .1);--accent-red-border: rgba(248, 113, 113, .15);--radius-lg: 22px;--radius-md: 16px;--radius-sm: 14px;--blur-heavy: blur(40px) saturate(120%);--blur-medium: blur(24px);--blur-light: blur(10px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(170deg,var(--bg-secondary) 0%,var(--bg-primary) 50%);color:var(--text-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.15}}
