@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@400;600;700;800&display=swap");:root{--bg:#0A0A0F;--page-bg:#111116;--surface:#13131A;--card:#1A1A24;--card2:#1E1E2C;--primary:#E4002B;--primary-dim:rgba(228,0,43,0.12);--primary-border:rgba(228,0,43,0.28);--accent:#60A5FA;--success:#10B981;--warning:#F59E0B;--text:#F9FAFB;--sub:#9CA3AF;--muted:#6B7280;--border:rgba(255,255,255,0.06);--border2:rgba(255,255,255,0.10)}*{box-sizing:border-box;padding:0;margin:0}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}