/*
Theme Name:  MSport GH Monitor
Theme URI:   http://msport-gh.199-217-99-58.sslip.io
Description: MSport Ghana editorial — near-black ground, electric ochre + leaf + red accents. Network template clone (site #1 section map), mp- prefix, zero class overlap with sportybet-gh + betway-gh outside SAFE primitives.
Author:      Africa Pilot
Version:     0.4.0
License:     Proprietary
Text Domain: msport-gh
*/

/* ==========================================================================
   1. DESIGN TOKENS — near-black ground, saturated accents
   ========================================================================== */
:root {
  --mp-bg:            #0d0b09;
  --mp-bg-1:          #14110d;
  --mp-bg-2:          #1c1812;
  --mp-bg-3:          #2a241c;
  --mp-bg-card:       #14110d;
  --mp-bg-card-2:     #1c1812;

  --mp-ink:           #f8f5ed;
  --mp-ink-2:         #c8bca5;
  --mp-ink-3:         #8f8470;
  --mp-ink-mute:      #5b5340;

  --mp-border:        rgba(245,158,11,0.10);
  --mp-border-strong: rgba(245,158,11,0.28);

  /* Primary — electric ochre */
  --mp-brand:         #f59e0b;
  --mp-brand-deep:    #d97706;
  --mp-brand-light:   #fbbf24;
  --mp-brand-glow:    rgba(245,158,11,0.45);
  --mp-brand-ink:     #0d0b09;

  /* Leaf-green */
  --mp-leaf:          #4ade80;
  --mp-leaf-deep:     #22c55e;
  --mp-leaf-glow:     rgba(74,222,128,0.40);

  /* Warm red */
  --mp-red:           #f87171;
  --mp-red-deep:      #ef4444;
  --mp-red-glow:      rgba(248,113,113,0.42);

  /* Amber */
  --mp-amber:         #fbbf24;
  --mp-amber-glow:    rgba(251,191,36,0.40);

  /* Sky for cards variety */
  --mp-sky:           #38bdf8;
  --mp-violet:        #a78bfa;
  --mp-magenta:       #ec4899;

  /* Semantic */
  --mp-pos:           #4ade80;
  --mp-neg:           #f87171;
  --mp-warn:          #fbbf24;

  /* Gradients */
  --mp-grad-hero:     radial-gradient(ellipse at 92% -10%, rgba(245,158,11,0.28), transparent 55%), radial-gradient(ellipse at 8% 110%, rgba(74,222,128,0.18), transparent 55%), linear-gradient(180deg, #0d0b09 0%, #14110d 100%);
  --mp-grad-cta:      linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --mp-grad-leaf:     linear-gradient(135deg, #4ade80, #22c55e);
  --mp-grad-red:      linear-gradient(135deg, #f87171, #ef4444);
  --mp-grad-bleed:    radial-gradient(80% 100% at 90% 0%, rgba(245,158,11,0.30), transparent 55%), radial-gradient(80% 100% at 10% 100%, rgba(74,222,128,0.18), transparent 60%), linear-gradient(160deg, #14110d, #1c1812);
  --mp-grad-card:     linear-gradient(180deg, var(--mp-bg-card), var(--mp-bg-card-2));

  /* Type */
  --mp-font-body:     'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mp-font-display:  'Sora', 'Inter', system-ui, sans-serif;
  --mp-font-mono:     'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
  --mp-font-serif:    'IBM Plex Serif', Georgia, serif; /* blockquotes only */

  --mp-t-mega:        clamp(2.5rem, 6vw + 0.5rem, 4.5rem);
  --mp-t-display:     clamp(2rem, 4.6vw + 0.5rem, 3rem);
  --mp-t-h1:          clamp(1.75rem, 3vw + 0.5rem, 2.25rem);
  --mp-t-h2:          clamp(1.5rem, 2.5vw + 0.5rem, 1.875rem);
  --mp-t-h3:          1.125rem;
  --mp-t-body:        1rem;
  --mp-t-sm:          0.9375rem;
  --mp-t-xs:          0.75rem;

  --mp-s-1: 4px; --mp-s-2: 8px; --mp-s-3: 12px; --mp-s-4: 16px; --mp-s-5: 24px;
  --mp-s-6: 32px; --mp-s-7: 48px; --mp-s-8: 64px; --mp-s-9: 96px;

  --mp-max-w:         1200px;
  --mp-radius:        10px;
  --mp-radius-lg:     16px;
  --mp-radius-xl:     24px;
  --mp-radius-pill:   999px;

  --mp-shadow:        0 4px 24px rgba(0,0,0,0.45);
  --mp-shadow-lg:     0 12px 48px rgba(0,0,0,0.55);
  --mp-glow-brand:    0 0 0 1px var(--mp-brand), 0 0 24px var(--mp-brand-glow);
  --mp-glow-leaf:     0 0 0 1px var(--mp-leaf), 0 0 24px var(--mp-leaf-glow);
  --mp-glow-red:      0 0 0 1px var(--mp-red),  0 0 24px var(--mp-red-glow);

  --mp-t-anim:        180ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   2. BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mp-bg);
  color: var(--mp-ink);
  font-family: var(--mp-font-body);
  font-size: var(--mp-t-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }

a { color: var(--mp-brand-light); text-decoration: none; transition: color var(--mp-t-anim); }
a:hover { color: var(--mp-amber); }

h1, h2, h3, h4 {
  font-family: var(--mp-font-display);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0; line-height: 1.05;
  color: var(--mp-ink);
}
h1 { font-size: var(--mp-t-h1); }
h2 { font-size: var(--mp-t-h2); letter-spacing: -0.02em; }
h3 { font-size: var(--mp-t-h3); letter-spacing: -0.015em; }
p  { margin: 0 0 var(--mp-s-4); color: var(--mp-ink-2); }
strong { font-weight: 700; color: var(--mp-ink); }

/* Gradient word treatments */
.mp-tx-ochre   { background: linear-gradient(120deg, #f59e0b, #fbbf24); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mp-tx-leaf    { background: linear-gradient(120deg, #4ade80, #22c55e); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mp-tx-red     { background: linear-gradient(120deg, #f87171, #ef4444); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ==========================================================================
   3. LAYOUT
   ========================================================================== */
.wrap { max-width: var(--mp-max-w); margin: 0 auto; padding: 0 var(--mp-s-5); }
.mp-grid-12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--mp-s-5); }
.mp-col-7 { grid-column: span 7; }
.mp-col-5 { grid-column: span 5; }

/* Section helpers */
.mp-sect       { padding: var(--mp-s-8) 0; position: relative; }
.mp-sect-tinted{ background: linear-gradient(180deg, var(--mp-bg), var(--mp-bg-1)); }
.mp-sect-card  { background: var(--mp-bg-1); }
.mp-sect-bleed { background: var(--mp-bg); }
.mp-sect-h     { padding: var(--mp-s-8) 0; position: relative; background: linear-gradient(180deg, var(--mp-bg-1), var(--mp-bg)); }

.mp-sect-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: var(--mp-s-5); margin-bottom: var(--mp-s-6); flex-wrap: wrap;
}
.mp-sect-eyebrow {
  display: inline-block;
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600;
  color: var(--mp-brand);
  background: rgba(245,158,11,0.08);
  padding: 5px 12px; border-radius: var(--mp-radius-pill);
  border: 1px solid var(--mp-border-strong);
  margin-bottom: var(--mp-s-3);
}
.mp-sect-h2  { font-size: var(--mp-t-display); }
.mp-sect-desc { font-size: 1.0625rem; color: var(--mp-ink-2); max-width: 60ch; margin-top: var(--mp-s-3); }
.mp-sect-link {
  font-family: var(--mp-font-mono); font-size: 0.875rem; font-weight: 700;
  color: var(--mp-brand-light); text-decoration: none;
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* ==========================================================================
   4. OFFER-BAR (top sticky strip)
   ========================================================================== */
.mp-offer-bar {
  background: linear-gradient(90deg, #14110d, #1c1812, #14110d);
  border-bottom: 1px solid var(--mp-border-strong);
  padding: 10px 0;
  position: relative; z-index: 60;
}
.mp-offer-bar-inner {
  display: flex; align-items: center; justify-content: center; gap: var(--mp-s-3);
  font-size: 0.875rem; color: var(--mp-ink-2); flex-wrap: wrap;
}
.mp-offer-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mp-font-mono);
  background: rgba(74,222,128,0.10);
  color: var(--mp-leaf);
  border: 1px solid rgba(74,222,128,0.30);
  padding: 3px 10px; border-radius: var(--mp-radius-pill);
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.10em; font-weight: 700;
}
.mp-offer-link {
  font-family: var(--mp-font-display); font-weight: 700; color: var(--mp-brand-light);
  text-decoration: none;
}
.mp-offer-link:hover { color: var(--mp-amber); }

/* ==========================================================================
   5. NAV / TOPBAR
   ========================================================================== */
.mp-topbar {
  background: rgba(13,11,9,0.85);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--mp-border);
  padding: var(--mp-s-3) 0;
  position: sticky; top: 0; z-index: 55;
}
.mp-topbar nav.wrap { display: flex; align-items: center; gap: var(--mp-s-5); }
.mp-brand-line {
  display: flex; align-items: center; gap: var(--mp-s-3);
  text-decoration: none; color: var(--mp-ink); margin-right: auto;
}
.mp-brand-line img { width: 32px; height: 32px; filter: drop-shadow(0 4px 10px var(--mp-brand-glow)); }
.mp-brand-line .mp-brand-name {
  font-family: var(--mp-font-display); font-weight: 800;
  font-size: 1.0625rem; letter-spacing: -0.015em; color: var(--mp-ink);
}
.mp-nav-links { display: flex; gap: var(--mp-s-5); }
.mp-nav-links a {
  font-family: var(--mp-font-mono);
  font-size: 0.8125rem; font-weight: 600;
  text-decoration: none; color: var(--mp-ink-2);
  position: relative; padding: 4px 0;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.mp-nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: linear-gradient(90deg, var(--mp-brand), var(--mp-leaf));
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--mp-t-anim);
}
.mp-nav-links a:hover { color: var(--mp-ink); }
.mp-nav-links a:hover::after { transform: scaleX(1); }

/* ==========================================================================
   6. TICKER STRIP — rotating verified-fact chips
   ========================================================================== */
.mp-ticker {
  background: var(--mp-bg-1);
  border-bottom: 1px solid var(--mp-border);
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
.mp-ticker::before, .mp-ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.mp-ticker::before { left: 0; background: linear-gradient(90deg, var(--mp-bg-1), transparent); }
.mp-ticker::after  { right: 0; background: linear-gradient(-90deg, var(--mp-bg-1), transparent); }
.mp-ticker-track {
  display: inline-flex; gap: var(--mp-s-3); white-space: nowrap;
  animation: mp-ticker-scroll 38s linear infinite;
}
.mp-ticker-chip {
  display: inline-flex; align-items: center; gap: var(--mp-s-2);
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; font-weight: 600;
  color: var(--mp-ink-2);
  background: rgba(245,158,11,0.05);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius-pill);
  padding: 5px 12px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.mp-ticker-chip strong { color: var(--mp-brand-light); font-weight: 700; }
.mp-ticker-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mp-leaf); box-shadow: 0 0 8px var(--mp-leaf-glow); }
@keyframes mp-ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   7. HERO
   ========================================================================== */
.mp-hero {
  padding: var(--mp-s-9) 0 var(--mp-s-8);
  position: relative;
  background: var(--mp-grad-hero);
  overflow: hidden;
}
.mp-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,158,11,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,158,11,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask: radial-gradient(circle at 70% 0%, black, transparent 70%);
  pointer-events: none;
}
.mp-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--mp-s-7);
  align-items: start;
}
.mp-hero-eyebrow {
  display: inline-block;
  font-family: var(--mp-font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--mp-leaf);
  background: rgba(74,222,128,0.08);
  padding: 5px 14px;
  border-radius: var(--mp-radius-pill);
  border: 1px solid rgba(74,222,128,0.30);
  margin-bottom: var(--mp-s-4);
}
.mp-mega-h1 {
  font-family: var(--mp-font-display);
  font-weight: 800;
  font-size: var(--mp-t-mega);
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin: 0 0 var(--mp-s-4);
  color: var(--mp-ink);
}
.mp-mega-h1 span { text-shadow: 0 0 50px var(--mp-brand-glow); }
.mp-hero-lede {
  font-size: 1.125rem;
  color: var(--mp-ink-2);
  max-width: 34em;
  margin-bottom: var(--mp-s-6);
  line-height: 1.55;
}
.mp-hero-ctas { display: flex; gap: var(--mp-s-3); flex-wrap: wrap; margin-bottom: var(--mp-s-7); }

/* hero 4-stat row */
.mp-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--mp-s-3);
  margin-top: var(--mp-s-6);
}
.mp-hero-stat {
  display: flex; flex-direction: column; gap: var(--mp-s-1);
  padding: var(--mp-s-3) var(--mp-s-4);
  background: var(--mp-bg-card);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
}
.mp-hero-stat-num {
  font-family: var(--mp-font-display);
  font-size: 1.625rem; font-weight: 800;
  line-height: 1; letter-spacing: -0.02em;
  color: var(--mp-brand-light);
  text-shadow: 0 0 24px var(--mp-brand-glow);
}
.mp-hero-stat-num.mp-leaf-tx { color: var(--mp-leaf); text-shadow: 0 0 24px var(--mp-leaf-glow); }
.mp-hero-stat-num.mp-red-tx  { color: var(--mp-red); text-shadow: 0 0 24px var(--mp-red-glow); }
.mp-hero-stat-num.mp-num-sm  { font-size: 1.125rem; }
.mp-hero-stat-label {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 600; color: var(--mp-ink-3);
}

/* Hero data panel — restyled DARK with glow */
.mp-data-panel {
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-xl);
  padding: var(--mp-s-5);
  position: relative; overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(245,158,11,0.15),
    0 30px 80px -20px rgba(0,0,0,0.7),
    inset 0 1px 0 rgba(245,158,11,0.10);
}
.mp-data-panel::after {
  content: ""; position: absolute; inset: -1px;
  background: linear-gradient(135deg, var(--mp-brand-glow), transparent 30%, transparent 70%, var(--mp-leaf-glow));
  -webkit-mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000);
  mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000);
  -webkit-mask-composite: xor; mask-composite: exclude;
  padding: 1px; border-radius: var(--mp-radius-xl);
  pointer-events: none; opacity: 0.6;
}
.mp-panel-label {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700;
  color: var(--mp-brand);
  margin-bottom: var(--mp-s-3);
  display: flex; align-items: center; gap: var(--mp-s-2);
}
.mp-panel-label::before {
  content: ""; width: 18px; height: 2px; background: var(--mp-brand); display: inline-block; border-radius: 2px; box-shadow: 0 0 8px var(--mp-brand-glow);
}
.mp-panel-source {
  font-size: 0.75rem; color: var(--mp-ink-3);
  margin-top: var(--mp-s-3); font-family: var(--mp-font-mono);
}
.mp-sparkline { width: 100%; height: 110px; display: block; filter: drop-shadow(0 0 12px var(--mp-brand-glow)); }
.mp-channels-diagram { width: 100%; height: auto; display: block; margin-top: var(--mp-s-5); filter: drop-shadow(0 0 8px var(--mp-leaf-glow)); }

/* ==========================================================================
   8. BUTTONS
   ========================================================================== */
.mp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px;
  border-radius: var(--mp-radius);
  text-decoration: none;
  font-family: var(--mp-font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.2;
  transition: transform var(--mp-t-anim), box-shadow var(--mp-t-anim);
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.mp-btn-lg { padding: 15px 28px; font-size: 1rem; }
.mp-btn-xl { padding: 17px 32px; font-size: 1.0625rem; }
.mp-btn:hover { transform: translateY(-2px); }
.mp-btn-primary {
  background: var(--mp-grad-cta);
  color: var(--mp-brand-ink);
  box-shadow: 0 12px 32px -10px var(--mp-brand-glow), 0 0 0 1px rgba(245,158,11,0.40) inset;
}
.mp-btn-primary:hover {
  color: var(--mp-brand-ink);
  box-shadow: 0 18px 44px -12px var(--mp-brand-glow), 0 0 0 1px rgba(245,158,11,0.50) inset;
}
.mp-btn-ghost {
  background: rgba(245,158,11,0.04);
  border-color: var(--mp-border-strong);
  color: var(--mp-ink);
}
.mp-btn-ghost:hover {
  border-color: var(--mp-brand);
  color: var(--mp-brand-light);
  background: rgba(245,158,11,0.10);
}

/* ==========================================================================
   9. STAT-STRIP (4 stats under hero)
   ========================================================================== */
.mp-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  overflow: hidden;
  margin: 0 0 var(--mp-s-8);
  box-shadow: var(--mp-shadow-lg);
}
.mp-stat {
  background: linear-gradient(180deg, var(--mp-bg-card), #18140e);
  padding: var(--mp-s-5);
  display: flex; flex-direction: column; gap: var(--mp-s-2);
}
.mp-stat-figure {
  font-family: var(--mp-font-display);
  font-weight: 800;
  font-size: clamp(1.625rem, 3vw, 2.375rem);
  line-height: 1;
  color: var(--mp-brand-light);
  text-shadow: 0 0 28px var(--mp-brand-glow);
  letter-spacing: -0.025em;
}
.mp-stat-figure-small { font-size: clamp(1.25rem, 2.4vw, 1.625rem); }
.mp-stat-figure-leaf { color: var(--mp-leaf); text-shadow: 0 0 24px var(--mp-leaf-glow); }
.mp-stat-figure-red  { color: var(--mp-red);  text-shadow: 0 0 24px var(--mp-red-glow); }
.mp-stat-label {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--mp-ink-2);
  font-weight: 600;
}
.mp-stat-source {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem;
  color: var(--mp-ink-3);
  margin-top: auto; opacity: 0.85;
}

/* ==========================================================================
   10. STEPS — 3-step funnel
   ========================================================================== */
.mp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--mp-s-4);
  counter-reset: mp-step;
  margin: var(--mp-s-6) 0;
}
.mp-step {
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  padding: var(--mp-s-6);
  position: relative; counter-increment: mp-step;
  box-shadow: var(--mp-shadow);
  transition: transform var(--mp-t-anim);
}
.mp-step:hover { transform: translateY(-3px); }
.mp-step::before {
  content: counter(mp-step);
  position: absolute;
  top: var(--mp-s-4); right: var(--mp-s-5);
  font-family: var(--mp-font-display);
  font-weight: 800; font-size: 2.5rem;
  background: linear-gradient(135deg, var(--mp-brand), var(--mp-amber));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  opacity: 0.55; line-height: 1;
}
.mp-step h3 {
  font-family: var(--mp-font-display);
  font-size: 1.125rem; font-weight: 700;
  margin: 0 0 var(--mp-s-3);
  color: var(--mp-ink);
  padding-right: 3rem;
}
.mp-step p { margin: 0 0 var(--mp-s-3); font-size: var(--mp-t-sm); color: var(--mp-ink-2); }
.mp-step-time {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.10em;
  font-weight: 700; color: var(--mp-leaf);
  background: rgba(74,222,128,0.10);
  padding: 4px 12px; border-radius: var(--mp-radius-pill);
  border: 1px solid rgba(74,222,128,0.25);
}

/* ==========================================================================
   11. GAME TILES — 6 vivid gradient cards
   ========================================================================== */
.mp-games {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--mp-s-4);
}
.mp-game {
  background: var(--mp-bg-card);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius-lg);
  overflow: hidden;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform var(--mp-t-anim), box-shadow var(--mp-t-anim);
}
.mp-game:hover { transform: translateY(-3px); box-shadow: var(--mp-shadow-lg); }
.mp-game-art {
  height: 140px; position: relative;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mp-font-display);
  font-size: 2.5rem; font-weight: 800;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.04em;
  overflow: hidden;
}
.mp-game-art::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.20), transparent 50%);
  pointer-events: none;
}
.mp-game-art-aviator   { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.mp-game-art-superkick { background: linear-gradient(135deg, #4ade80, #14b8a6); }
.mp-game-art-madpunch  { background: linear-gradient(135deg, #f87171, #ec4899); }
.mp-game-art-spin      { background: linear-gradient(135deg, #fbbf24, #f97316); }
.mp-game-art-mcards    { background: linear-gradient(135deg, #38bdf8, #a78bfa); }
.mp-game-art-mines     { background: linear-gradient(135deg, #a78bfa, #ec4899); }
.mp-game-tag {
  position: absolute; top: 12px; right: 12px;
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; font-weight: 700;
  background: rgba(13,11,9,0.65);
  color: var(--mp-ink);
  padding: 4px 8px; border-radius: 6px;
  text-transform: uppercase; letter-spacing: 0.06em;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.mp-game-tag-tbd    { color: var(--mp-amber); border-color: rgba(251,191,36,0.40); }
.mp-game-tag-native { color: var(--mp-leaf); border-color: rgba(74,222,128,0.40); }
.mp-game-body { padding: var(--mp-s-4) var(--mp-s-5); display: flex; flex-direction: column; gap: var(--mp-s-2); }
.mp-game-name {
  font-family: var(--mp-font-display);
  font-size: 1.0625rem; font-weight: 700;
  margin: 0; color: var(--mp-ink); letter-spacing: -0.015em;
}
.mp-game-meta {
  display: flex; gap: var(--mp-s-3); align-items: center;
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; color: var(--mp-ink-3);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.mp-game-rtp {
  background: rgba(74,222,128,0.10);
  color: var(--mp-leaf);
  border: 1px solid rgba(74,222,128,0.22);
  padding: 2px 6px; border-radius: 4px; font-weight: 700;
}
.mp-game-cta {
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; font-weight: 700;
  color: var(--mp-brand-light);
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* ==========================================================================
   12. PROMO ROW — 4 promo-class cards
   ========================================================================== */
.mp-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--mp-s-4);
}
.mp-promo {
  position: relative; overflow: hidden;
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  padding: var(--mp-s-5);
  display: flex; flex-direction: column; gap: var(--mp-s-3);
  text-decoration: none; color: inherit;
  transition: transform var(--mp-t-anim);
}
.mp-promo:hover { transform: translateY(-3px); border-color: var(--mp-brand); }
.mp-promo-hot {
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(248,113,113,0.18), transparent 50%),
    linear-gradient(180deg, var(--mp-bg-card), var(--mp-bg-card-2));
  border-color: rgba(248,113,113,0.30);
}
.mp-promo-leaf {
  background:
    radial-gradient(120% 80% at 0% 100%, rgba(74,222,128,0.18), transparent 50%),
    linear-gradient(180deg, var(--mp-bg-card), var(--mp-bg-card-2));
  border-color: rgba(74,222,128,0.30);
}
.mp-promo-tag {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--mp-amber);
  background: rgba(251,191,36,0.08);
  border: 1px solid rgba(251,191,36,0.28);
  padding: 3px 10px;
  border-radius: var(--mp-radius-pill);
  align-self: flex-start;
}
.mp-promo-tag-tbd { color: var(--mp-amber); }
.mp-promo-tag-on  { color: var(--mp-leaf); background: rgba(74,222,128,0.08); border-color: rgba(74,222,128,0.28); }
.mp-promo-amount {
  font-family: var(--mp-font-display);
  font-weight: 800; font-size: 1.875rem;
  line-height: 1;
  color: var(--mp-brand-light);
  text-shadow: 0 0 24px var(--mp-brand-glow);
  letter-spacing: -0.02em;
}
.mp-promo-amount.mp-leaf-tx { color: var(--mp-leaf); text-shadow: 0 0 24px var(--mp-leaf-glow); }
.mp-promo-amount.mp-red-tx  { color: var(--mp-red);  text-shadow: 0 0 24px var(--mp-red-glow); }
.mp-promo-name {
  font-family: var(--mp-font-display); font-weight: 700;
  font-size: 1.0625rem; color: var(--mp-ink); margin: 0;
}
.mp-promo-desc { font-size: 0.875rem; color: var(--mp-ink-2); margin: 0; line-height: 1.5; }
.mp-promo-cta {
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; font-weight: 700;
  color: var(--mp-brand-light);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: auto;
}

/* ==========================================================================
   13. COMPARE TABLE
   ========================================================================== */
.mp-cmp {
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  overflow: hidden;
  box-shadow: var(--mp-shadow);
}
.mp-cmp-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  font-size: var(--mp-t-sm);
}
.mp-cmp-table th, .mp-cmp-table td {
  padding: var(--mp-s-3) var(--mp-s-4);
  text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--mp-border);
}
.mp-cmp-table thead th {
  font-family: var(--mp-font-mono);
  text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.75rem; font-weight: 700;
  color: var(--mp-ink-3);
  background: var(--mp-bg-1);
  border-bottom: 1px solid var(--mp-border-strong);
}
.mp-cmp-col-us {
  background: linear-gradient(180deg, rgba(245,158,11,0.10), rgba(245,158,11,0.04));
  color: var(--mp-brand-light) !important;
  border-left: 1px solid var(--mp-border-strong);
  border-right: 1px solid var(--mp-border-strong);
  font-weight: 700;
}
.mp-cmp-table tbody tr:last-child td { border-bottom: 0; }
.mp-cmp-table tbody td { color: var(--mp-ink-2); }
.mp-cmp-yes  { color: var(--mp-leaf); font-weight: 700; }
.mp-cmp-no   { color: var(--mp-red);  font-weight: 700; }
.mp-cmp-mid  { color: var(--mp-amber); font-weight: 700; }
.mp-cmp-tbd  {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; font-weight: 700;
  color: var(--mp-amber);
  background: rgba(251,191,36,0.10);
  border: 1px solid rgba(251,191,36,0.30);
  padding: 2px 8px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* ==========================================================================
   14. TRUST STRIP + EDITOR LINE + BYLINE
   ========================================================================== */
.mp-trust-strip {
  background: linear-gradient(180deg, var(--mp-bg-1), var(--mp-bg));
  border-top: 1px solid var(--mp-border);
  border-bottom: 1px solid var(--mp-border);
  padding: var(--mp-s-6) 0;
}
.mp-trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--mp-s-5);
  max-width: var(--mp-max-w); margin: 0 auto; padding: 0 var(--mp-s-5);
}
.mp-trust-item {
  display: grid; grid-template-columns: 36px 1fr; gap: var(--mp-s-3); align-items: center;
}
.mp-trust-item-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mp-brand), var(--mp-amber));
  color: var(--mp-brand-ink);
  display: grid; place-items: center;
  font-family: var(--mp-font-display); font-weight: 800; font-size: 1.0625rem;
  box-shadow: 0 0 18px var(--mp-brand-glow);
}
.mp-trust-item-label {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--mp-ink-3); font-weight: 600;
}
.mp-trust-item-val { font-family: var(--mp-font-display); font-weight: 700; color: var(--mp-ink); font-size: 0.9375rem; }
.mp-trust-strip-score {
  max-width: var(--mp-max-w); margin: var(--mp-s-5) auto 0; padding: 0 var(--mp-s-5);
  display: flex; align-items: center; gap: var(--mp-s-4); flex-wrap: wrap;
  padding-top: var(--mp-s-5); border-top: 1px solid var(--mp-border);
}
.mp-trust-strip-score-val {
  font-family: var(--mp-font-display); font-weight: 800; font-size: 1.875rem;
  color: var(--mp-brand-light); text-shadow: 0 0 24px var(--mp-brand-glow); line-height: 1;
}
.mp-trust-strip-score-val small { color: var(--mp-ink-3); font-size: 0.875rem; font-weight: 600; }
.mp-trust-strip-score a { color: var(--mp-ink-2); font-family: var(--mp-font-mono); font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.06em; }
.mp-trust-strip-score a:hover { color: var(--mp-brand-light); }
.mp-trust-strip-reviewer {
  max-width: var(--mp-max-w); margin: var(--mp-s-3) auto 0; padding: 0 var(--mp-s-5);
  display: flex; align-items: center; gap: var(--mp-s-3);
  font-size: 0.875rem; color: var(--mp-ink-2);
}
.mp-trust-strip-reviewer-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mp-leaf), var(--mp-leaf-deep));
  color: var(--mp-brand-ink);
  display: grid; place-items: center;
  font-family: var(--mp-font-display); font-weight: 800; font-size: 0.8125rem;
  box-shadow: 0 0 12px var(--mp-leaf-glow);
}

/* ==========================================================================
   15. ARTICLE — editorial section with sticky TOC
   ========================================================================== */
.mp-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: var(--mp-s-7);
  padding: var(--mp-s-8) 0;
  position: relative;
}
.mp-prose { max-width: 66ch; color: var(--mp-ink-2); }
.mp-prose img { max-width: 100%; height: auto; border-radius: var(--mp-radius); }
.mp-prose h1 { color: var(--mp-ink); font-size: clamp(1.875rem, 3.6vw, 2.5rem); margin-bottom: var(--mp-s-4); }
.mp-prose h2 {
  position: relative; padding-top: var(--mp-s-3);
  color: var(--mp-ink); margin-top: var(--mp-s-8);
  font-family: var(--mp-font-display);
}
.mp-prose h2::before {
  content: ""; position: absolute; left: 0; top: 0;
  width: 44px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--mp-brand), var(--mp-leaf));
}
.mp-prose h3 { color: var(--mp-ink); margin-top: var(--mp-s-5); font-family: var(--mp-font-display); }
.mp-prose p { color: var(--mp-ink-2); }
.mp-prose ul, .mp-prose ol { padding-left: 22px; color: var(--mp-ink-2); }
.mp-prose li { margin: var(--mp-s-2) 0; }
.mp-prose a { color: var(--mp-brand-light); border-bottom: 1px solid rgba(245,158,11,0.30); padding-bottom: 1px; }
.mp-prose a:hover { color: var(--mp-amber); border-color: var(--mp-amber); }
.mp-prose strong { color: var(--mp-ink); }
.mp-prose code {
  background: rgba(74,222,128,0.10);
  padding: 1px 6px; border-radius: 4px;
  font-size: 0.875em; font-family: var(--mp-font-mono);
  color: var(--mp-leaf);
}
.mp-prose blockquote {
  margin: var(--mp-s-5) 0;
  padding: var(--mp-s-5) var(--mp-s-6);
  border-left: 4px solid var(--mp-brand);
  background: linear-gradient(90deg, rgba(245,158,11,0.10), transparent);
  border-radius: 0 var(--mp-radius-lg) var(--mp-radius-lg) 0;
  color: var(--mp-ink);
  font-family: var(--mp-font-serif);   /* serif allowed ONLY in blockquotes */
  font-style: italic; font-size: 1.0625rem;
}
.mp-prose table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  margin: var(--mp-s-5) 0;
  border-radius: var(--mp-radius-lg); overflow: hidden;
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  box-shadow: var(--mp-shadow);
}
.mp-prose thead { background: linear-gradient(180deg, rgba(245,158,11,0.16), rgba(245,158,11,0.06)); }
.mp-prose th {
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--mp-ink); font-weight: 700;
  padding: var(--mp-s-3) var(--mp-s-4); text-align: left;
  border-bottom: 1px solid var(--mp-border-strong);
}
.mp-prose td {
  padding: var(--mp-s-3) var(--mp-s-4); text-align: left;
  font-size: var(--mp-t-sm); color: var(--mp-ink-2);
  border-bottom: 1px solid var(--mp-border);
  vertical-align: top;
}
.mp-prose tbody tr:last-child td { border-bottom: 0; }
.mp-prose tbody tr:nth-child(odd) td { background: rgba(245,158,11,0.02); }

/* Verdict pull-quote variant */
.mp-verdict {
  font-family: var(--mp-font-serif);
  font-style: italic;
  font-size: 1.25rem; line-height: 1.5;
  color: var(--mp-ink);
  padding: var(--mp-s-6) var(--mp-s-7);
  background: linear-gradient(90deg, rgba(245,158,11,0.12), transparent);
  border-left: 4px solid var(--mp-brand);
  border-radius: 0 var(--mp-radius-lg) var(--mp-radius-lg) 0;
  margin: var(--mp-s-6) 0;
  position: relative;
}
.mp-verdict-byline {
  font-family: var(--mp-font-mono);
  font-style: normal; font-size: 0.75rem;
  color: var(--mp-ink-3); margin-top: var(--mp-s-3);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.mp-verdict-byline strong { color: var(--mp-brand-light); }

/* ==========================================================================
   16. SIDEBAR / TOC
   ========================================================================== */
.mp-toc {
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  padding: var(--mp-s-5);
  position: sticky; top: 88px;
  box-shadow: var(--mp-shadow);
}
.mp-toc-title {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--mp-brand);
  margin: 0 0 var(--mp-s-3); font-weight: 700;
  display: flex; align-items: center; gap: var(--mp-s-2);
}
.mp-toc-title::before {
  content: ""; width: 14px; height: 2px; background: var(--mp-brand); display: inline-block;
}
.mp-toc ol { margin: 0; padding-left: 18px; font-size: var(--mp-t-sm); color: var(--mp-ink-2); }
.mp-toc ul { list-style: none; margin: 0; padding: 0; font-size: var(--mp-t-sm); }
.mp-toc li { margin: 2px 0; }
.mp-toc a { color: var(--mp-ink-2); text-decoration: none; }
.mp-toc a:hover { color: var(--mp-brand-light); }

/* Sidebar shortcut card */
.mp-side-shortcut {
  margin-top: var(--mp-s-4);
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  padding: var(--mp-s-5);
  box-shadow: var(--mp-shadow);
}
.mp-side-shortcut-eyebrow {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--mp-leaf); font-weight: 700; margin-bottom: var(--mp-s-2);
}
.mp-side-shortcut-h {
  font-family: var(--mp-font-display);
  font-weight: 700; font-size: 1rem; color: var(--mp-ink);
  margin: 0 0 var(--mp-s-2);
}
.mp-side-shortcut-sub { font-size: 0.8125rem; color: var(--mp-ink-3); margin: 0 0 var(--mp-s-3); }

.mp-side {
  display: flex; flex-direction: column; gap: var(--mp-s-4);
  position: sticky; top: 88px; align-self: start;
}
.mp-side-card {
  background: var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  padding: var(--mp-s-5);
  box-shadow: var(--mp-shadow);
}
.mp-side-title {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--mp-brand); font-weight: 700;
  margin: 0 0 var(--mp-s-3);
  display: flex; align-items: center; gap: var(--mp-s-2);
}
.mp-side-title::before {
  content: ""; width: 14px; height: 2px; background: var(--mp-brand); display: inline-block;
}

/* ==========================================================================
   17. BYLINE + AUTHOR CARD
   ========================================================================== */
.mp-byline {
  display: flex; align-items: center; gap: var(--mp-s-3);
  padding: var(--mp-s-4) 0;
  border-top: 1px solid var(--mp-border);
  border-bottom: 1px solid var(--mp-border);
  margin: var(--mp-s-5) 0;
}
.mp-byline-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mp-leaf), var(--mp-leaf-deep));
  color: var(--mp-brand-ink);
  display: grid; place-items: center;
  font-family: var(--mp-font-display);
  font-weight: 800; font-size: 1.0625rem;
  box-shadow: 0 8px 24px -8px var(--mp-leaf-glow);
}
.mp-byline-meta { font-size: var(--mp-t-sm); color: var(--mp-ink-2); line-height: 1.4; font-family: var(--mp-font-mono); }
.mp-byline-name { color: var(--mp-ink); font-weight: 700; }

.mp-author-card {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(74,222,128,0.10), transparent 50%),
    var(--mp-grad-card);
  border: 1px solid var(--mp-border-strong);
  border-radius: var(--mp-radius-lg);
  padding: var(--mp-s-5);
  margin: var(--mp-s-7) 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: var(--mp-s-5);
  box-shadow: var(--mp-shadow);
}
.mp-author-card-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mp-leaf), var(--mp-leaf-deep));
  color: var(--mp-brand-ink);
  display: grid; place-items: center;
  font-family: var(--mp-font-display);
  font-weight: 800; font-size: 1.625rem;
  box-shadow: 0 12px 32px -10px var(--mp-leaf-glow);
}
.mp-author-card-h {
  font-family: var(--mp-font-display);
  font-weight: 700; font-size: 1.125rem;
  margin: 0 0 4px; color: var(--mp-ink);
}
.mp-author-card-role {
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; color: var(--mp-ink-3);
  text-transform: uppercase; letter-spacing: 0.10em;
  margin-bottom: var(--mp-s-2);
}
.mp-author-card-bio { font-size: var(--mp-t-sm); color: var(--mp-ink-2); margin: 0; line-height: 1.6; }

/* ==========================================================================
   18. FINAL CTA BLOCK (full-bleed)
   ========================================================================== */
.mp-cta-block {
  position: relative; overflow: hidden;
  border-radius: var(--mp-radius-xl);
  padding: var(--mp-s-9) var(--mp-s-6);
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(245,158,11,0.30), transparent 55%),
    radial-gradient(60% 80% at 50% 100%, rgba(248,113,113,0.15), transparent 55%),
    linear-gradient(180deg, var(--mp-bg-1), var(--mp-bg));
  border: 1px solid var(--mp-border-strong);
  text-align: center;
  box-shadow: var(--mp-shadow-lg);
}
.mp-cta-block::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,158,11,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,158,11,0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask: radial-gradient(circle at 50% 50%, black, transparent 75%);
  pointer-events: none; opacity: 0.5;
}
.mp-cta-block-inner { position: relative; max-width: 720px; margin: 0 auto; }
.mp-cta-block-eyebrow {
  display: inline-block;
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em;
  font-weight: 700; color: var(--mp-amber);
  background: rgba(251,191,36,0.10);
  padding: 5px 14px; border-radius: var(--mp-radius-pill);
  border: 1px solid rgba(251,191,36,0.30);
  margin-bottom: var(--mp-s-4);
}
.mp-cta-block-h {
  font-family: var(--mp-font-display);
  font-size: var(--mp-t-display); font-weight: 800;
  line-height: 1.05; letter-spacing: -0.025em;
  color: var(--mp-ink); margin: 0 0 var(--mp-s-4);
}
.mp-cta-block-sub {
  font-size: 1.0625rem; color: var(--mp-ink-2);
  max-width: 56ch; margin: 0 auto var(--mp-s-6);
}
.mp-cta-block-terms {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; color: var(--mp-ink-3);
  margin-top: var(--mp-s-5); letter-spacing: 0.04em;
}
.mp-cta-block-terms a { color: var(--mp-brand-light); }

/* ==========================================================================
   19. STICKY BOTTOM CTA (mobile)
   ========================================================================== */
.mp-bottom-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: linear-gradient(180deg, var(--mp-bg-1), var(--mp-bg));
  border-top: 1px solid var(--mp-border-strong);
  padding: 10px var(--mp-s-4);
  align-items: center; gap: var(--mp-s-3);
  box-shadow: 0 -12px 24px rgba(0,0,0,0.5);
}
.mp-bottom-cta-text { flex: 1; font-size: 0.8125rem; color: var(--mp-ink); }
.mp-bottom-cta-text strong { color: var(--mp-brand-light); font-weight: 700; }
.mp-bottom-cta a {
  background: var(--mp-grad-cta);
  color: var(--mp-brand-ink);
  font-family: var(--mp-font-display); font-weight: 700;
  text-decoration: none; padding: 10px 16px;
  border-radius: var(--mp-radius); font-size: 0.875rem;
  box-shadow: 0 8px 18px -6px var(--mp-brand-glow);
}

/* ==========================================================================
   20. FOOTER
   ========================================================================== */
.mp-foot {
  background:
    radial-gradient(80% 100% at 100% 0%, rgba(245,158,11,0.10), transparent 60%),
    radial-gradient(80% 100% at 0% 100%, rgba(74,222,128,0.06), transparent 60%),
    linear-gradient(180deg, var(--mp-bg-1), var(--mp-bg));
  border-top: 1px solid var(--mp-border-strong);
  padding: var(--mp-s-8) 0 var(--mp-s-5);
  margin-top: var(--mp-s-9);
  position: relative;
}
.mp-foot::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--mp-brand), var(--mp-leaf), var(--mp-amber));
}
.mp-foot-top {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr;
  gap: var(--mp-s-7);
}
.mp-foot-brand-row { display: flex; align-items: center; gap: var(--mp-s-3); margin-bottom: var(--mp-s-3); }
.mp-foot-brand-row img { width: 28px; height: 28px; }
.mp-foot-brand-row span {
  font-family: var(--mp-font-display); font-weight: 800;
  font-size: 1.0625rem; color: var(--mp-ink);
}
.mp-foot-col h4 {
  font-family: var(--mp-font-mono);
  font-size: 0.6875rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--mp-ink-3);
  margin: 0 0 var(--mp-s-3); font-weight: 700;
}
.mp-foot-col ul { list-style: none; padding: 0; margin: 0; font-size: var(--mp-t-sm); }
.mp-foot-col li { margin: var(--mp-s-2) 0; }
.mp-foot-col a {
  color: var(--mp-ink-2); text-decoration: none;
  border-bottom: 1px solid transparent;
  font-family: var(--mp-font-mono); font-size: 0.8125rem;
}
.mp-foot-col a:hover { color: var(--mp-brand-light); border-color: rgba(245,158,11,0.4); }
.mp-foot-disclaimer-box {
  background: rgba(248,113,113,0.06);
  border: 1px solid rgba(248,113,113,0.25);
  border-radius: var(--mp-radius);
  padding: var(--mp-s-3) var(--mp-s-4);
  font-size: 0.8125rem;
  color: var(--mp-ink-2);
  margin-top: var(--mp-s-4);
  display: flex; align-items: flex-start; gap: var(--mp-s-3);
}
.mp-foot-disclaimer-box a { color: var(--mp-leaf); }
.mp-foot-age-mark {
  flex-shrink: 0;
  font-family: var(--mp-font-display);
  font-weight: 800; font-size: 1rem;
  color: var(--mp-red);
  background: rgba(248,113,113,0.10);
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(248,113,113,0.30);
  text-shadow: 0 0 12px var(--mp-red-glow);
}
.mp-foot-bottom {
  margin-top: var(--mp-s-6);
  padding-top: var(--mp-s-4);
  border-top: 1px solid var(--mp-border);
  font-family: var(--mp-font-mono);
  font-size: 0.75rem; color: var(--mp-ink-3);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--mp-s-3);
}

/* ==========================================================================
   21. SKIP LINK
   ========================================================================== */
.mp-skip-link { position: absolute; left: -9999px; }
.mp-skip-link:focus {
  position: fixed !important; left: var(--mp-s-4) !important; top: var(--mp-s-4) !important;
  z-index: 9999 !important; padding: var(--mp-s-3) var(--mp-s-4) !important;
  background: var(--mp-brand) !important; color: var(--mp-brand-ink) !important;
  font-weight: 800 !important; border-radius: var(--mp-radius) !important;
  box-shadow: var(--mp-shadow-lg) !important;
}

/* ==========================================================================
   22. REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .mp-ticker-track { animation: none !important; }
}

/* ==========================================================================
   23. RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .mp-grid-12 > .mp-col-7, .mp-grid-12 > .mp-col-5 { grid-column: 1 / -1; }
  .mp-hero { padding: var(--mp-s-7) 0; }
  .mp-hero-grid { grid-template-columns: 1fr; gap: var(--mp-s-6); }
  .mp-hero-stats { grid-template-columns: 1fr 1fr; }
  .mp-stat-strip { grid-template-columns: 1fr 1fr; margin-bottom: var(--mp-s-7); }
  .mp-steps { grid-template-columns: 1fr; }
  .mp-games { grid-template-columns: 1fr 1fr; }
  .mp-promo-grid { grid-template-columns: 1fr 1fr; }
  .mp-trust-strip-inner { grid-template-columns: 1fr 1fr; }
  .mp-article-grid { grid-template-columns: 1fr; }
  .mp-side, .mp-toc { position: static; }
  .mp-foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .mp-bottom-cta { display: flex; }
  body { padding-bottom: 64px; }
  .mp-offer-bar-inner { font-size: 0.8125rem; }
  .mp-topbar nav.wrap { flex-wrap: wrap; gap: var(--mp-s-3); }
  .mp-nav-links { gap: var(--mp-s-3); font-size: 0.75rem; flex-wrap: wrap; }
  .mp-hero-stats { grid-template-columns: 1fr 1fr; }
  .mp-stat-strip { grid-template-columns: 1fr 1fr; }
  .mp-games { grid-template-columns: 1fr; }
  .mp-promo-grid { grid-template-columns: 1fr; }
  .mp-trust-strip-inner { grid-template-columns: 1fr; }
  .mp-cmp-table { font-size: 0.8125rem; }
  .mp-cmp-table th, .mp-cmp-table td { padding: var(--mp-s-2) var(--mp-s-3); }
  .mp-cta-block { padding: var(--mp-s-7) var(--mp-s-4); }
  .mp-foot-top { grid-template-columns: 1fr; }
  .mp-author-card { grid-template-columns: 56px 1fr; }
  .mp-author-card-avatar { width: 56px; height: 56px; font-size: 1.375rem; }
}
