/* 🚀 FOOTYGUIDE PREMIUM NEON OVERRIDE */

:root {
  --fg-primary: #ffb300 !important;
  --fg-neon-glow: 0 0 15px rgba(255, 179, 0, 0.6) !important;
  --fg-error-glow: 0 0 15px rgba(255, 76, 106, 0.6) !important;
}

/* Global Reset & Typography */
body {
  background: #060b14 !important;
  color: #f2f5fa !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

h1, h2, h3, .fg-section-title, .fg-highlight-label, .fg-logo-text {
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  letter-spacing: -1.5px !important;
}

/* Header & Logo */
.fg-header {
  background: rgba(15, 23, 36, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 2px solid var(--fg-primary) !important;
  box-shadow: var(--fg-neon-glow) !important;
}

.fg-logo-img {
  height: 45px !important;
  border-radius: 10px !important;
  filter: drop-shadow(var(--fg-neon-glow)) !important;
}

/* Highlight Card (Aggressive) */
.fg-highlight-card {
  background: linear-gradient(165deg, #0f1724 0%, #1a2438 100%) !important;
  border: 3px solid var(--fg-primary) !important;
  box-shadow: var(--fg-neon-glow) !important;
  position: relative !important;
  overflow: hidden !important;
  transform: skewX(-2deg) !important;
}

.fg-highlight-card-bar {
  height: 6px !important;
  background: var(--fg-primary) !important;
  box-shadow: 0 0 10px var(--fg-primary) !important;
}

.fg-highlight-label {
  color: #000 !important;
  background: var(--fg-primary) !important;
  padding: 4px 12px !important;
  font-size: 0.7rem !important;
  border-radius: 0 0 8px 0 !important;
  margin-left: -16px !important;
  margin-top: -16px !important;
  display: inline-block !important;
  transform: skewX(10deg) !important;
}

/* Game Cards */
.fg-game-card {
  background: #0f1724 !important;
  border: 1px solid #243044 !important;
  border-left: 4px solid #243044 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fg-game-card:hover {
  border-color: var(--fg-primary) !important;
  border-left-color: var(--fg-primary) !important;
  transform: translateX(5px) scale(1.02) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), var(--fg-neon-glow) !important;
  z-index: 10 !important;
}

/* Badges & Scores */
.fg-live-badge {
  background: #ff4c6a !important;
  color: white !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 900 !important;
  transform: skewX(-15deg) !important;
  box-shadow: var(--fg-error-glow) !important;
  padding: 4px 12px !important;
}

.fg-score {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 900 !important;
  font-style: italic !important;
  color: var(--fg-primary) !important;
  text-shadow: 0 0 8px rgba(255, 179, 0, 0.3) !important;
}

/* Navigation Tabs */
.fg-tab-nav {
  background: transparent !important;
  gap: 15px !important;
}

.fg-tab-nav a {
  border-radius: 8px 8px 0 0 !important;
  border: 1px solid transparent !important;
  padding: 10px 20px !important;
}

.fg-tab-nav a.active {
  background: var(--fg-surface) !important;
  border: 1px solid var(--fg-outline) !important;
  border-bottom: 4px solid var(--fg-primary) !important;
  color: var(--fg-primary) !important;
  transform: translateY(-2px) !important;
}

/* Utility: Force Skew */
.fg-skew {
  transform: skewX(-10deg) !important;
  display: inline-block !important;
}

/* Hide Old Elements */
.fg-promo-slot, .fg-ad-banner, [id*="google_ads"] {
  display: none !important;
}
