/*
Theme Name: MMA Reports
Theme URI: https://mmareports.com/
Author: Gerry (with Claude)
Author URI: https://mmareports.com/
Description: The coolest MMA news theme around. A fight-poster-meets-newsroom WordPress theme with fighter profiles, events with live countdowns, a tale-of-the-tape comparison engine, pound-for-pound rankings, a breaking-news ticker, pick'em predictions, broadcast-style stat bars, schema.org SEO, PWA support, dark/light + Fight Night modes, AJAX live search and load-more, and a stack of broadcast-grade interactive toys. Don't blink.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mma-reports
Tags: news, sports, mma, magazine, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* ============================================================
   MMA REPORTS — DESIGN SYSTEM
   "Broadcast / Fight Card"
   ============================================================ */

:root {
  /* Canvas + surfaces */
  --ink:        #0B0B0E;   /* ring-canvas near-black */
  --ink-2:      #101117;
  --surface:    #15161B;   /* panels */
  --surface-2:  #1E2027;   /* raised panels */
  --surface-3:  #2A2D37;   /* borders / hovers */
  --line:       #2C2F3A;   /* hairlines */

  /* Ink / text */
  --bone:       #F4F1E9;   /* warm off-white body */
  --bone-dim:   #C9C7BF;
  --steel:      #8A8F9C;   /* captions / meta */
  --steel-dim:  #5B606D;

  /* Accents */
  --gold:       #E8B23A;   /* championship gold — premium */
  --gold-deep:  #B7841E;
  --blood:      #E2342B;   /* live / breaking / energy */
  --blood-deep: #A81B14;
  --win:        #38C172;   /* W */
  --loss:       #E2342B;   /* L */
  --draw:       #8A8F9C;   /* D */

  /* Category coding */
  --cat-ufc:    #D20A0A;
  --cat-pfl:    #00A3E0;
  --cat-one:    #C8102E;
  --cat-bellator:#E2342B;
  --cat-news:   #E8B23A;

  /* Type */
  --display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --body:    "Newsreader", Georgia, "Times New Roman", serif;
  --ui:      "Oswald", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Scale */
  --step--1: clamp(0.78rem, 0.74rem + 0.2vw, 0.86rem);
  --step-0:  clamp(1rem, 0.96rem + 0.25vw, 1.12rem);
  --step-1:  clamp(1.2rem, 1.1rem + 0.5vw, 1.45rem);
  --step-2:  clamp(1.45rem, 1.3rem + 0.9vw, 1.95rem);
  --step-3:  clamp(1.9rem, 1.6rem + 1.6vw, 2.9rem);
  --step-4:  clamp(2.5rem, 2rem + 3vw, 4.4rem);
  --step-5:  clamp(3.2rem, 2.4rem + 5vw, 6.5rem);

  /* Space */
  --gap: 1.25rem;
  --pad: clamp(1rem, 3vw, 2rem);
  --maxw: 1280px;
  --radius: 4px;
  --radius-lg: 10px;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --fast: 0.18s;
  --med: 0.32s;

  --shadow: 0 10px 30px -12px rgba(0,0,0,0.7);
  --shadow-gold: 0 0 0 1px rgba(232,178,58,0.35), 0 12px 30px -14px rgba(232,178,58,0.25);
}

/* Light mode override */
html[data-theme="light"] {
  --ink:        #F2F0EA;
  --ink-2:      #EDEAE2;
  --surface:    #FFFFFF;
  --surface-2:  #F7F5EF;
  --surface-3:  #E7E3D8;
  --line:       #DCD8CC;
  --bone:       #15161B;
  --bone-dim:   #34363F;
  --steel:      #5B606D;
  --steel-dim:  #8A8F9C;
  --shadow: 0 10px 30px -16px rgba(0,0,0,0.25);
}

/* Fight Night mode — crimson glow over dark */
html[data-fightnight="on"] {
  --gold: #E2342B;
  --gold-deep: #A81B14;
}
html[data-fightnight="on"] body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(120% 60% at 50% -10%, rgba(226,52,43,0.18), transparent 60%);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* subtle cage texture wash */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.04;
  background-image:
    repeating-linear-gradient(45deg, var(--bone) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-45deg, var(--bone) 0 1px, transparent 1px 22px);
  mix-blend-mode: overlay;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { padding: 0; list-style: none; }

h1, h2, h3, h4, h5 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--bone);
}

::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--gold); color: var(--ink); padding: 0.6rem 1rem;
  font-family: var(--ui); text-transform: uppercase; font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ============================================================
   LAYOUT
   ============================================================ */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); position: relative; z-index: 1; }
.site-main { padding-block: clamp(1.5rem, 4vw, 3rem); position: relative; z-index: 1; }
.grid { display: grid; gap: var(--gap); }
.flow > * + * { margin-top: 1.1em; }

.layout-2col {
  display: grid; gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) 320px;
}
@media (max-width: 980px) { .layout-2col { grid-template-columns: 1fr; } }

/* Section heading — broadcast lower-third style */
.section-head {
  display: flex; align-items: center; gap: 0.85rem;
  margin-bottom: 1.1rem;
}
.section-head h2 {
  font-size: var(--step-2);
  position: relative; padding-left: 0.9rem;
}
.section-head h2::before {
  content: ""; position: absolute; left: 0; top: 0.05em; bottom: 0.05em; width: 5px;
  background: linear-gradient(var(--gold), var(--gold-deep));
}
.section-head .more {
  margin-left: auto; font-family: var(--ui); text-transform: uppercase;
  font-size: var(--step--1); letter-spacing: 0.08em; color: var(--steel);
  border-bottom: 1px solid transparent; transition: color var(--fast), border-color var(--fast);
}
.section-head .more:hover { color: var(--gold); border-color: var(--gold); }

/* ============================================================
   TOP BAR + HEADER + NAV
   ============================================================ */
.topbar {
  background: var(--ink-2);
  border-bottom: 1px solid var(--line);
  font-family: var(--ui); font-size: var(--step--1);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.topbar .wrap { display: flex; align-items: center; gap: 1rem; height: 34px; }
.topbar .clock { color: var(--steel); }
.topbar .live-flag {
  display: none; align-items: center; gap: 0.4rem; color: var(--blood); font-weight: 600;
}
.topbar .live-flag.is-live { display: inline-flex; }
.topbar .live-flag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blood); animation: pulse 1.4s infinite; }
.topbar .socials { margin-left: auto; display: flex; gap: 0.8rem; }
.topbar .socials a { color: var(--steel); transition: color var(--fast); }
.topbar .socials a:hover { color: var(--gold); }
.topbar .mode-toggles { display: flex; gap: 0.5rem; }
.topbar .mode-toggles button {
  color: var(--steel); text-transform: uppercase; letter-spacing: 0.06em;
  border: 1px solid var(--line); padding: 1px 7px; border-radius: 2px; transition: all var(--fast);
}
.topbar .mode-toggles button:hover { color: var(--gold); border-color: var(--gold); }
.topbar .mode-toggles button[aria-pressed="true"] { color: var(--ink); background: var(--gold); border-color: var(--gold); }

@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.site-header {
  position: sticky; top: 0; z-index: 200;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: transform var(--med);
}
.site-header.is-hidden { transform: translateY(-100%); }
.site-header .wrap { display: flex; align-items: center; gap: 1.2rem; height: 70px; }

.brand { display: flex; align-items: center; gap: 0.6rem; max-height: 56px; }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand img, .brand .custom-logo { height: 50px; width: auto; max-width: 300px; object-fit: contain; display: block; }
.brand .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.brand .name {
  font-family: var(--display); font-weight: 700; font-size: 1.55rem; line-height: 0.9;
  text-transform: uppercase; letter-spacing: -0.02em;
}
.brand .name b { color: var(--gold); }
.brand .name small { display: block; font-size: 0.5rem; letter-spacing: 0.4em; color: var(--steel); font-weight: 500; }

.primary-nav { margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: 0.3rem; flex-wrap: nowrap; }
.primary-nav a {
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 500;
  padding: 0.6rem 0.8rem; display: block; color: var(--bone-dim); white-space: nowrap;
  position: relative; transition: color var(--fast);
}
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--gold); }
.primary-nav a::after {
  content: ""; position: absolute; left: 0.8rem; right: 0.8rem; bottom: 0.35rem; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--fast);
}
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); }

/* Mega-menu dropdowns */
.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--fast);
  padding: 0.4rem;
}
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.primary-nav .sub-menu a { padding: 0.5rem 0.7rem; }
.primary-nav .sub-menu a::after { display: none; }

.header-actions { display: flex; align-items: center; gap: 0.4rem; }
.icon-btn {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: var(--radius);
  color: var(--bone-dim); transition: all var(--fast);
}
.icon-btn:hover { color: var(--gold); background: var(--surface-2); }

/* Hamburger */
.nav-toggle { display: none; }
.burger { width: 24px; height: 16px; position: relative; }
.burger span { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: all var(--med); }
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 7px; }
.burger span:nth-child(3) { top: 14px; }
.nav-open .burger span:nth-child(1) { top: 7px; transform: rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { top: 7px; transform: rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: grid; }
  .primary-nav {
    position: fixed; inset: 70px 0 0 auto; width: min(82vw, 360px);
    background: var(--surface); border-left: 1px solid var(--line);
    transform: translateX(100%); transition: transform var(--med);
    overflow-y: auto; padding: 1rem; z-index: 199;
  }
  .nav-open .primary-nav { transform: translateX(0); }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding-left: 1rem; }
}

/* ============================================================
   BREAKING TICKER
   ============================================================ */
.ticker {
  background: var(--blood); color: #fff; overflow: hidden;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.04em;
  border-bottom: 1px solid var(--blood-deep);
}
.ticker .wrap { display: flex; align-items: stretch; gap: 0; padding-inline: 0; }
.ticker .label {
  background: var(--ink); color: var(--blood); font-weight: 700;
  padding: 0.55rem 1rem; display: flex; align-items: center; gap: 0.45rem; flex: none;
  position: relative; z-index: 2;
}
.ticker .label .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blood); animation: pulse 1.2s infinite; }
.ticker .track { overflow: hidden; flex: 1; display: flex; flex-wrap: nowrap; }
.ticker .marquee {
  display: inline-flex; flex: none; gap: 2.5rem; white-space: nowrap; padding: 0.55rem 1.5rem;
  animation: ticker-scroll 38s linear infinite;
}
.ticker:hover .marquee { animation-play-state: paused; }
.ticker .marquee a { display: inline-flex; align-items: center; gap: 0.5rem; }
.ticker .marquee a::before { content: "›"; color: rgba(255,255,255,0.6); }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ============================================================
   LIVE EVENT BANNER
   ============================================================ */
.live-banner {
  background: linear-gradient(100deg, var(--blood-deep), var(--ink) 70%);
  border: 1px solid var(--blood); border-radius: var(--radius-lg);
  padding: 1.1rem 1.4rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
  margin-bottom: 2rem; position: relative; overflow: hidden;
}
.live-banner .badge-live {
  font-family: var(--ui); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  background: var(--blood); color: #fff; padding: 0.3rem 0.7rem; border-radius: 3px;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.live-banner .badge-live .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: pulse 1s infinite; }
.live-banner h3 { font-size: var(--step-1); }
.live-banner .cta { margin-left: auto; }

/* ============================================================
   BUTTONS / BADGES / PILLS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600;
  padding: 0.7rem 1.2rem; border-radius: var(--radius); transition: all var(--fast);
  border: 1px solid transparent;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--bone); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-ghost { border-color: var(--line); color: var(--bone); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-blood { background: var(--blood); color: #fff; }
.btn-blood:hover { background: var(--blood-deep); transform: translateY(-2px); }

.badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.07em; font-weight: 600;
  font-size: 0.66rem; padding: 0.22rem 0.55rem; border-radius: 3px; line-height: 1;
}
.badge-cat { background: var(--gold); color: var(--ink); }
.badge-breaking { background: var(--blood); color: #fff; }
.badge-champ { background: linear-gradient(var(--gold), var(--gold-deep)); color: var(--ink); }
.badge-main { background: var(--surface-3); color: var(--gold); border: 1px solid var(--gold-deep); }
.badge-outline { border: 1px solid var(--line); color: var(--steel); }

.eyebrow {
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600;
  font-size: var(--step--1); color: var(--gold);
}

/* ============================================================
   ARTICLE CARDS
   ============================================================ */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; position: relative; transition: transform var(--fast), border-color var(--fast), box-shadow var(--fast);
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); border-color: var(--surface-3); box-shadow: var(--shadow); }
.card .thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--surface-2); }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--med); }
.card:hover .thumb img { transform: scale(1.05); }
.card .thumb .badge { position: absolute; top: 0.7rem; left: 0.7rem; z-index: 2; }
.card .body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.card .meta {
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em;
  font-size: var(--step--1); color: var(--steel); display: flex; gap: 0.6rem; flex-wrap: wrap; align-items: center;
}
.card .meta .cat { color: var(--gold); font-weight: 600; }
.card h3 { font-size: var(--step-1); line-height: 1.02; }
.card h3 a { transition: color var(--fast); }
.card:hover h3 a { color: var(--gold); }
.card .excerpt { color: var(--bone-dim); font-size: 0.92rem; line-height: 1.5; }
.card .card-foot { margin-top: auto; display: flex; align-items: center; gap: 0.7rem; font-family: var(--ui); font-size: var(--step--1); color: var(--steel); text-transform: uppercase; }

.cards-grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

/* Wide / list card */
.card-wide { flex-direction: row; }
.card-wide .thumb { width: 40%; aspect-ratio: 4/3; flex: none; }
.card-wide .body { padding: 1rem 1.2rem; }
@media (max-width: 560px) { .card-wide { flex-direction: column; } .card-wide .thumb { width: 100%; aspect-ratio: 16/9; } }

/* ============================================================
   HERO — TALE OF THE TAPE SPLIT (signature)
   ============================================================ */
.hero {
  display: grid; gap: var(--gap); margin-bottom: 2.5rem;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
}
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; } }

.hero-lead {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 440px;
  display: flex; align-items: flex-end; isolation: isolate; border: 1px solid var(--line);
}
.hero-lead img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-lead::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(11,11,14,0.96) 0%, rgba(11,11,14,0.4) 55%, rgba(11,11,14,0.1) 100%);
}
.hero-lead .hero-body { padding: clamp(1.2rem, 4vw, 2.2rem); max-width: 760px; }
.hero-lead h1 { font-size: var(--step-4); margin: 0.5rem 0; }
.hero-lead h1 a:hover { color: var(--gold); }
.hero-lead .dek { color: var(--bone-dim); font-size: var(--step-1); line-height: 1.4; max-width: 60ch; }
.hero-lead .meta { margin-top: 0.8rem; font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; color: var(--steel); font-size: var(--step--1); display: flex; gap: 0.8rem; }

.hero-side { display: grid; gap: var(--gap); grid-template-rows: repeat(3, 1fr); }
.hero-side .card { flex-direction: row; }
.hero-side .card .thumb { width: 38%; aspect-ratio: auto; }
.hero-side .card .body { padding: 0.7rem 0.9rem; gap: 0.3rem; }
.hero-side .card h3 { font-size: 1.02rem; line-height: 1.05; }
@media (max-width: 900px) { .hero-side { grid-template-rows: none; grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hero-side { grid-template-columns: 1fr; } }

/* Tale of the Tape — the split */
.tott {
  --seam: 8deg;
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  background: var(--surface);
}
.tott .tott-head {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; position: relative;
  background: linear-gradient(100deg, #1b0c0c, var(--ink) 45%, var(--ink) 55%, #0c0c1b);
}
.tott .fighter {
  padding: 1.4rem 1.2rem; position: relative; overflow: hidden; min-height: 220px;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 0.2rem;
}
.tott .fighter img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45; z-index: 0; }
.tott .fighter.red::before { content:""; position:absolute; inset:0; z-index:0; background: linear-gradient(0deg, rgba(168,27,20,0.85), transparent 70%); }
.tott .fighter.blue::before { content:""; position:absolute; inset:0; z-index:0; background: linear-gradient(0deg, rgba(0,80,150,0.85), transparent 70%); }
.tott .fighter > * { position: relative; z-index: 1; }
.tott .fighter.blue { text-align: right; align-items: flex-end; }
.tott .fighter .corner { font-family: var(--ui); font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.14em; color: var(--bone-dim); }
.tott .fighter .fname { font-family: var(--display); font-size: var(--step-2); line-height: 0.95; }
.tott .fighter .frec { font-family: var(--ui); color: var(--gold); letter-spacing: 0.05em; }
.tott .vs {
  display: grid; place-items: center; padding: 0 0.4rem; position: relative;
  background: var(--ink);
}
.tott .vs span {
  font-family: var(--display); font-size: var(--step-3); color: var(--gold);
  text-shadow: 0 0 24px rgba(232,178,58,0.5);
}
.tott .tott-rows { padding: 0.5rem 0; }
.tott .trow {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1.2rem; font-family: var(--ui); border-top: 1px solid var(--line);
}
.tott .trow .lbl { text-align: center; text-transform: uppercase; letter-spacing: 0.1em; font-size: var(--step--1); color: var(--steel); }
.tott .trow .v-red { text-align: left; font-weight: 600; }
.tott .trow .v-blue { text-align: right; font-weight: 600; }
.tott .trow .v-red.win, .tott .trow .v-blue.win { color: var(--gold); }
.tott .tott-foot { padding: 1rem 1.2rem; border-top: 1px solid var(--line); display: flex; gap: 0.8rem; align-items: center; }
.tott .tott-foot .event-name { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; color: var(--bone-dim); }

/* ============================================================
   SIDEBAR WIDGETS
   ============================================================ */
.widget { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.1rem 1.2rem; margin-bottom: var(--gap); }
.widget .widget-title {
  font-family: var(--display); font-size: var(--step-1); text-transform: uppercase;
  margin-bottom: 0.9rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 0.5rem;
}
.widget .widget-title::before { content: ""; width: 14px; height: 14px; background: var(--gold); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }

.trend-list { counter-reset: trend; }
.trend-list li { counter-increment: trend; display: flex; gap: 0.8rem; padding: 0.6rem 0; border-bottom: 1px dashed var(--line); align-items: flex-start; }
.trend-list li:last-child { border-bottom: 0; }
.trend-list li::before {
  content: counter(trend); font-family: var(--display); font-size: 1.6rem; color: var(--gold-deep);
  line-height: 1; min-width: 1.4ch; opacity: 0.8;
}
.trend-list a { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.02em; font-size: 0.86rem; line-height: 1.2; transition: color var(--fast); }
.trend-list a:hover { color: var(--gold); }
.trend-list .views { display: block; font-size: 0.7rem; color: var(--steel); margin-top: 0.2rem; }

/* Rankings widget rows */
.rank-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.7rem; padding: 0.55rem 0; border-bottom: 1px solid var(--line); font-family: var(--ui); }
.rank-row:last-child { border-bottom: 0; }
.rank-row .pos { font-family: var(--display); font-size: 1.3rem; width: 1.6ch; text-align: center; color: var(--bone); }
.rank-row .pos.c { color: var(--gold); }
.rank-row .name { text-transform: uppercase; letter-spacing: 0.02em; font-weight: 500; }
.rank-row .move { font-size: 0.75rem; }
.rank-row .move.up { color: var(--win); } .rank-row .move.down { color: var(--loss); } .rank-row .move.same { color: var(--steel); }

/* ============================================================
   COUNTDOWN
   ============================================================ */
.countdown { display: flex; gap: 0.5rem; font-family: var(--display); }
.countdown .unit { background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.5rem 0.6rem; text-align: center; min-width: 56px; }
.countdown .unit .num { font-size: 1.7rem; line-height: 1; color: var(--gold); display: block; font-variant-numeric: tabular-nums; }
.countdown .unit .lab { font-family: var(--ui); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--steel); }
.countdown.live .num { color: var(--blood); }

/* Upcoming events widget */
.event-mini { display: flex; gap: 0.85rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.event-mini:last-child { border-bottom: 0; }
.event-mini .date { font-family: var(--display); text-align: center; background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.4rem 0.5rem; flex: none; min-width: 54px; }
.event-mini .date .d { font-size: 1.5rem; line-height: 1; color: var(--gold); display: block; }
.event-mini .date .m { font-family: var(--ui); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); }
.event-mini .info { display: flex; flex-direction: column; gap: 0.15rem; }
.event-mini .info .name { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 500; line-height: 1.1; }
.event-mini .info .sub { font-size: 0.78rem; color: var(--steel); }

/* ============================================================
   SINGLE ARTICLE
   ============================================================ */
.reading-bar { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--gold), var(--blood)); z-index: 300; transition: width 0.1s linear; }

.article-hero { position: relative; }
.article-hero .featured { position: relative; aspect-ratio: 21/9; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); margin-bottom: 1.5rem; }
.article-hero .featured img { width: 100%; height: 100%; object-fit: cover; }

.article-head { max-width: 760px; margin-inline: auto; text-align: center; margin-bottom: 1.5rem; }
.article-head .kicker { margin-bottom: 0.7rem; display: inline-flex; gap: 0.5rem; }
.article-head h1 { font-size: var(--step-4); margin-bottom: 0.8rem; }
.article-head .dek { font-family: var(--body); color: var(--bone-dim); font-size: var(--step-1); line-height: 1.4; text-transform: none; font-weight: 400; }
.article-byline { display: flex; align-items: center; gap: 0.7rem; justify-content: center; margin-top: 1.2rem; font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.04em; font-size: var(--step--1); color: var(--steel); flex-wrap: wrap; }
.article-byline .avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.article-byline .author { color: var(--bone); }
.article-byline .sep { color: var(--steel-dim); }
.article-byline .read-time { color: var(--gold); }

.article-layout { display: grid; grid-template-columns: 64px minmax(0, 760px) 1fr; gap: 1.5rem; justify-content: center; align-items: start; }
@media (max-width: 980px) { .article-layout { grid-template-columns: 1fr; } }

.share-rail { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 0.5rem; }
@media (max-width: 980px) { .share-rail { flex-direction: row; position: static; justify-content: center; margin-bottom: 1rem; } }
.share-rail a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); color: var(--steel); transition: all var(--fast); }
.share-rail a:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }

.article-body { font-size: 1.12rem; line-height: 1.75; }
.article-body > p:first-of-type::first-letter {
  font-family: var(--display); float: left; font-size: 4.2rem; line-height: 0.72; padding: 0.1em 0.12em 0 0; color: var(--gold);
}
.article-body p { margin-bottom: 1.3em; }
.article-body h2 { font-size: var(--step-2); margin: 1.6em 0 0.5em; }
.article-body h3 { font-size: var(--step-1); margin: 1.4em 0 0.4em; }
.article-body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.article-body a:hover { text-decoration-thickness: 2px; }
.article-body img { border-radius: var(--radius-lg); margin: 1.5em 0; }
.article-body blockquote {
  border-left: 4px solid var(--gold); margin: 1.6em 0; padding: 0.3em 0 0.3em 1.4em;
  font-family: var(--display); text-transform: uppercase; font-size: var(--step-2); line-height: 1.05; color: var(--bone);
}
.article-body ul:not(.toc-list), .article-body ol { margin: 0 0 1.3em 1.4em; }
.article-body ul:not(.toc-list) li { list-style: disc; margin-bottom: 0.4em; }
.article-body ol li { list-style: decimal; margin-bottom: 0.4em; }
.article-body figcaption { font-family: var(--ui); font-size: var(--step--1); color: var(--steel); text-align: center; text-transform: uppercase; letter-spacing: 0.05em; }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }

/* Table of contents */
.toc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1rem 1.2rem; margin: 1.5em 0; }
.toc .toc-head { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-size: var(--step--1); margin-bottom: 0.6rem; }
.toc-list li { margin: 0.3rem 0; }
.toc-list a { font-family: var(--ui); color: var(--bone-dim); border-left: 2px solid var(--line); padding-left: 0.7rem; display: block; transition: all var(--fast); }
.toc-list a:hover { color: var(--gold); border-color: var(--gold); }

.article-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 2rem 0; }
.article-tags a { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.04em; font-size: var(--step--1); background: var(--surface-2); border: 1px solid var(--line); padding: 0.3rem 0.7rem; border-radius: 3px; color: var(--bone-dim); transition: all var(--fast); }
.article-tags a:hover { color: var(--gold); border-color: var(--gold); }

.author-card { display: flex; gap: 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.3rem; margin: 2rem 0; align-items: flex-start; }
.author-card .avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex: none; }
.author-card h4 { font-size: var(--step-1); }
.author-card .role { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); font-size: var(--step--1); margin: 0.2rem 0 0.5rem; }
.author-card p { color: var(--bone-dim); font-size: 0.95rem; }

.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
@media (max-width: 560px) { .post-nav { grid-template-columns: 1fr; } }
.post-nav a { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1rem 1.2rem; transition: all var(--fast); }
.post-nav a:hover { border-color: var(--gold); }
.post-nav .dir { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-size: var(--step--1); }
.post-nav .t { font-family: var(--display); font-size: var(--step-1); text-transform: uppercase; line-height: 1; margin-top: 0.3rem; display: block; }
.post-nav .next { text-align: right; }

/* ============================================================
   SHORTCODE BLOCKS (in-article)
   ============================================================ */
.statbar { margin: 1.5em 0; }
.statbar .sb-row { display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; gap: 0.6rem; margin-bottom: 0.6rem; font-family: var(--ui); }
.statbar .sb-track { position: relative; height: 26px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; display: flex; }
.statbar .sb-fill-l { background: linear-gradient(90deg, var(--blood-deep), var(--blood)); height: 100%; transition: width 1.2s var(--ease); }
.statbar .sb-fill-r { background: linear-gradient(90deg, #0a5aa0, #0a3a70); height: 100%; margin-left: auto; transition: width 1.2s var(--ease); }
.statbar .sb-lbl { text-align: center; text-transform: uppercase; letter-spacing: 0.08em; font-size: var(--step--1); color: var(--steel); margin-bottom: 0.6rem; }
.statbar .sb-val { font-family: var(--display); font-size: 1.3rem; text-align: center; }

.prosncons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5em 0; }
@media (max-width: 560px) { .prosncons { grid-template-columns: 1fr; } }
.prosncons .col { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1rem 1.2rem; }
.prosncons .col.pros { border-color: rgba(56,193,114,0.4); }
.prosncons .col.cons { border-color: rgba(226,52,43,0.4); }
.prosncons h5 { font-family: var(--display); text-transform: uppercase; margin-bottom: 0.6rem; }
.prosncons .pros h5 { color: var(--win); } .prosncons .cons h5 { color: var(--loss); }
.prosncons li { font-family: var(--body); margin-bottom: 0.4rem; padding-left: 1.2rem; position: relative; font-size: 0.95rem; }
.prosncons .pros li::before { content: "▲"; position: absolute; left: 0; color: var(--win); font-size: 0.7rem; }
.prosncons .cons li::before { content: "▼"; position: absolute; left: 0; color: var(--loss); font-size: 0.7rem; }

/* ============================================================
   FIGHTER PROFILE
   ============================================================ */
.fighter-hero {
  display: grid; grid-template-columns: 320px 1fr; gap: 2rem; align-items: end;
  background: linear-gradient(120deg, var(--surface), var(--ink)); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.2rem, 4vw, 2.2rem); position: relative; overflow: hidden;
}
@media (max-width: 760px) { .fighter-hero { grid-template-columns: 1fr; } }
.fighter-hero .portrait { aspect-ratio: 3/4; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); }
.fighter-hero .portrait img { width: 100%; height: 100%; object-fit: cover; }
.fighter-hero .fh-info .nick { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); }
.fighter-hero .fh-info h1 { font-size: var(--step-5); margin: 0.2rem 0; }
.fighter-hero .fh-info .record { font-family: var(--display); font-size: var(--step-3); color: var(--bone); }
.fighter-hero .fh-info .record b { color: var(--win); } .fighter-hero .fh-info .record .l { color: var(--loss); } .fighter-hero .fh-info .record .d { color: var(--draw); }
.fighter-hero .fh-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.8rem; }

.fighter-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: var(--gap); margin: 2rem 0; }
.stat-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.1rem; text-align: center; }
.stat-box .n { font-family: var(--display); font-size: var(--step-3); color: var(--gold); line-height: 1; }
.stat-box .l { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.08em; color: var(--steel); font-size: var(--step--1); margin-top: 0.3rem; }

/* Win method donut */
.method-split { display: grid; grid-template-columns: 200px 1fr; gap: 2rem; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem; margin: 2rem 0; }
@media (max-width: 560px) { .method-split { grid-template-columns: 1fr; justify-items: center; } }
.donut { --ko: 0; --sub: 0; --dec: 0; width: 180px; height: 180px; border-radius: 50%; position: relative;
  background: conic-gradient(var(--blood) 0 calc(var(--ko)*1%), var(--gold) calc(var(--ko)*1%) calc((var(--ko) + var(--sub))*1%), var(--steel) calc((var(--ko) + var(--sub))*1%) 100%); }
.donut::after { content: ""; position: absolute; inset: 28px; border-radius: 50%; background: var(--surface); }
.donut .center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.donut .center .tot { font-family: var(--display); font-size: 2rem; color: var(--bone); line-height: 1; }
.donut .center .lab { font-family: var(--ui); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--steel); }
.method-legend li { display: flex; align-items: center; gap: 0.6rem; font-family: var(--ui); padding: 0.4rem 0; text-transform: uppercase; letter-spacing: 0.04em; }
.method-legend .sw { width: 14px; height: 14px; border-radius: 3px; }
.method-legend .sw.ko { background: var(--blood); } .method-legend .sw.sub { background: var(--gold); } .method-legend .sw.dec { background: var(--steel); }
.method-legend .pct { margin-left: auto; color: var(--bone); font-weight: 600; }

/* ============================================================
   EVENT PAGE
   ============================================================ */
.event-hero { background: linear-gradient(120deg, #1a0c0c, var(--ink)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.2rem, 4vw, 2.4rem); text-align: center; margin-bottom: 2rem; position: relative; overflow: hidden; }
.event-hero .promo { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); }
.event-hero h1 { font-size: var(--step-5); margin: 0.3rem 0; }
.event-hero .venue { color: var(--bone-dim); font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; }
.event-hero .countdown { justify-content: center; margin-top: 1.4rem; }

.fightcard { display: flex; flex-direction: column; gap: 0.7rem; }
.bout {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.8rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 0.9rem 1.2rem; position: relative; transition: border-color var(--fast);
}
.bout:hover { border-color: var(--surface-3); }
.bout.main { border-color: var(--gold-deep); background: linear-gradient(100deg, rgba(232,178,58,0.06), var(--surface)); }
.bout .bout-tag { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); }
.bout .corner-f { display: flex; align-items: center; gap: 0.7rem; }
.bout .corner-f.blue { flex-direction: row-reverse; text-align: right; }
.bout .corner-f .pic { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--line); flex: none; }
.bout .corner-f.red .pic { border-color: var(--blood); } .bout .corner-f.blue .pic { border-color: #0a5aa0; }
.bout .corner-f .nm { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 600; line-height: 1; }
.bout .corner-f .rc { font-size: 0.75rem; color: var(--steel); font-family: var(--ui); }
.bout .vs-mid { text-align: center; }
.bout .vs-mid .vs { font-family: var(--display); color: var(--gold); font-size: 1.3rem; }
.bout .vs-mid .wc { font-family: var(--ui); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); display: block; }
@media (max-width: 560px) { .bout .corner-f .pic { width: 38px; height: 38px; } .bout { padding: 0.8rem; gap: 0.4rem; } }

.card-section-label { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-size: var(--step--1); margin: 1.4rem 0 0.6rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--line); }

/* ============================================================
   PICK'EM
   ============================================================ */
.pickem { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.3rem; margin: 2rem 0; }
.pickem .pe-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0.6rem; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid var(--line); }
.pickem .pe-row:last-child { border-bottom: 0; }
.pickem .pe-pick { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.03em; padding: 0.5rem 0.7rem; border: 1px solid var(--line); border-radius: var(--radius); transition: all var(--fast); text-align: center; }
.pickem .pe-pick:hover { border-color: var(--gold); }
.pickem .pe-pick.picked { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 600; }
.pickem .pe-vs { font-family: var(--display); color: var(--steel); }
.pickem .pe-bar { height: 5px; background: var(--surface-2); border-radius: 3px; overflow: hidden; margin-top: 0.3rem; }
.pickem .pe-bar i { display: block; height: 100%; background: var(--gold); }

/* ============================================================
   RANKINGS PAGE / FILTER
   ============================================================ */
.rank-filter { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.rank-filter button { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.04em; padding: 0.5rem 0.9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--bone-dim); transition: all var(--fast); }
.rank-filter button:hover { border-color: var(--gold); color: var(--gold); }
.rank-filter button.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.rank-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; font-family: var(--ui); }
.rank-table th { text-align: left; padding: 0.8rem 1rem; background: var(--ink-2); text-transform: uppercase; letter-spacing: 0.08em; font-size: var(--step--1); color: var(--steel); }
.rank-table td { padding: 0.7rem 1rem; border-top: 1px solid var(--line); }
.rank-table tr:hover td { background: var(--surface-2); }
.rank-table .pos { font-family: var(--display); font-size: 1.4rem; color: var(--bone); width: 50px; }
.rank-table .pos.c { color: var(--gold); }
.rank-table .fighter-cell { display: flex; align-items: center; gap: 0.7rem; }
.rank-table .fighter-cell img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.rank-table .fighter-cell .nm { text-transform: uppercase; font-weight: 500; }

/* ============================================================
   COMPARE TOOL
   ============================================================ */
.compare-tool { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem; }
.compare-pickers { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; margin-bottom: 1.5rem; }
@media (max-width: 560px) { .compare-pickers { grid-template-columns: 1fr; } .compare-pickers .vs-x { display: none; } }
.compare-pickers select { width: 100%; background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.7rem; font-family: var(--ui); text-transform: uppercase; }
.compare-pickers .vs-x { font-family: var(--display); font-size: var(--step-2); color: var(--gold); text-align: center; }
.compare-result { min-height: 100px; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter { background: linear-gradient(120deg, var(--gold-deep), var(--ink) 70%); border: 1px solid var(--gold-deep); border-radius: var(--radius-lg); padding: clamp(1.4rem, 4vw, 2.4rem); text-align: center; margin: 2.5rem 0; }
.newsletter h3 { font-size: var(--step-3); }
.newsletter p { color: var(--bone-dim); max-width: 50ch; margin: 0.5rem auto 1.2rem; }
.newsletter form { display: flex; gap: 0.5rem; max-width: 460px; margin-inline: auto; flex-wrap: wrap; }
.newsletter input[type=email] { flex: 1; min-width: 200px; background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.8rem 1rem; }
.newsletter input[type=email]:focus { border-color: var(--gold); outline: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink-2); border-top: 1px solid var(--line); margin-top: 3rem; position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; padding-block: 2.5rem; }
@media (max-width: 760px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .footer-top { grid-template-columns: 1fr; } }
.footer-col h4 { font-family: var(--display); text-transform: uppercase; font-size: var(--step-1); margin-bottom: 0.9rem; color: var(--bone); }
.footer-col a { display: block; padding: 0.3rem 0; color: var(--steel); font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.84rem; transition: color var(--fast); }
.footer-col a:hover { color: var(--gold); }
.footer-brand .name { font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.footer-brand .name b { color: var(--gold); }
.footer-brand p { color: var(--steel); font-size: 0.9rem; margin-top: 0.5rem; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 1.2rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.05em; font-size: var(--step--1); color: var(--steel); }
.footer-bottom .socials { margin-left: auto; display: flex; gap: 0.8rem; }
.footer-bottom .socials a:hover { color: var(--gold); }

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.search-overlay { position: fixed; inset: 0; z-index: 400; background: rgba(11,11,14,0.96); backdrop-filter: blur(8px); display: grid; place-items: start center; padding-top: 14vh; opacity: 0; visibility: hidden; transition: all var(--med); }
.search-overlay.open { opacity: 1; visibility: visible; }
.search-overlay .box { width: min(680px, 92vw); }
.search-overlay .field { display: flex; align-items: center; gap: 0.8rem; border-bottom: 2px solid var(--gold); padding-bottom: 0.6rem; }
.search-overlay input { flex: 1; background: none; border: 0; font-family: var(--display); font-size: var(--step-3); text-transform: uppercase; color: var(--bone); }
.search-overlay input:focus { outline: none; }
.search-overlay .close { color: var(--steel); font-size: 1.4rem; }
.search-results { margin-top: 1.2rem; display: flex; flex-direction: column; gap: 0.4rem; max-height: 50vh; overflow-y: auto; }
.search-results a { display: flex; gap: 0.8rem; padding: 0.6rem; border-radius: var(--radius); transition: background var(--fast); align-items: center; }
.search-results a:hover { background: var(--surface); }
.search-results .r-thumb { width: 56px; height: 40px; object-fit: cover; border-radius: 3px; flex: none; background: var(--surface-2); }
.search-results .r-type { font-family: var(--ui); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); }
.search-results .r-title { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.02em; }
.search-hint { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.08em; color: var(--steel); font-size: var(--step--1); margin-top: 1rem; }

/* ============================================================
   SKELETON / LOADERS / LOAD MORE
   ============================================================ */
.skeleton { background: linear-gradient(100deg, var(--surface) 30%, var(--surface-2) 50%, var(--surface) 70%); background-size: 200% 100%; animation: shimmer 1.3s infinite; border-radius: var(--radius); }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.skeleton-card { height: 320px; }

.loadmore-wrap { text-align: center; margin: 2rem 0; }
.spinner { width: 28px; height: 28px; border: 3px solid var(--line); border-top-color: var(--gold); border-radius: 50%; animation: spin 0.8s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--med) var(--ease), transform var(--med) var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* Back to top */
.to-top { position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 250; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; transform: translateY(16px); pointer-events: none; transition: all var(--med); }
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--bone); }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination { display: flex; gap: 0.4rem; justify-content: center; margin: 2.5rem 0; flex-wrap: wrap; }
.pagination .page-numbers { font-family: var(--display); display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 0.6rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--bone-dim); transition: all var(--fast); }
.pagination .page-numbers:hover { border-color: var(--gold); color: var(--gold); }
.pagination .page-numbers.current { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ============================================================
   COMMENTS
   ============================================================ */
.comments-area { margin: 2.5rem 0; }
.comments-area .comments-title { font-size: var(--step-2); margin-bottom: 1.2rem; }
.comment-list li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1rem 1.2rem; margin-bottom: 0.8rem; }
.comment-list .children { margin-left: 1.5rem; margin-top: 0.8rem; }
.comment-author { display: flex; align-items: center; gap: 0.6rem; font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.04em; }
.comment-author img { width: 36px; height: 36px; border-radius: 50%; }
.comment-meta { color: var(--steel); font-size: var(--step--1); }
.comment-form input, .comment-form textarea { width: 100%; background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.7rem; margin-bottom: 0.7rem; }
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--gold); outline: none; }

/* ============================================================
   404 / ARCHIVE HEADER / PAGE
   ============================================================ */
.page-hero { padding: clamp(1.5rem,5vw,3rem) 0; border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
.page-hero .eyebrow { display: block; margin-bottom: 0.4rem; }
.page-hero h1 { font-size: var(--step-4); }
.page-hero .desc { color: var(--bone-dim); max-width: 60ch; margin-top: 0.6rem; }

.error-404 { text-align: center; padding: 4rem 0; }
.error-404 .code { font-family: var(--display); font-size: clamp(6rem, 22vw, 16rem); line-height: 0.8; color: var(--gold); text-shadow: 0 0 60px rgba(232,178,58,0.3); }
.error-404 h1 { font-size: var(--step-3); margin: 0.5rem 0 1rem; }
.error-404 p { color: var(--bone-dim); margin-bottom: 1.5rem; }

.page-content { max-width: 760px; margin-inline: auto; }
.page-content h1 { font-size: var(--step-4); margin-bottom: 1rem; }

/* ============================================================
   UTILITIES
   ============================================================ */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.text-center { text-align: center; }
.mt-2 { margin-top: 1.2rem; } .mt-3 { margin-top: 2rem; }
.hidden { display: none !important; }

/* Print */
@media print {
  .site-header, .topbar, .ticker, .site-footer, .share-rail, .to-top, .newsletter, .comments-area { display: none !important; }
  body { background: #fff; color: #000; }
  .article-body { font-size: 12pt; }
}

/* ============================================================
   SUPPLEMENTARY COMPONENTS  (v1.0.0)
   Styling for every template / widget / shortcode / JS hook
   class introduced after the core system. Matches the
   Broadcast / Fight-Card design language.
   ============================================================ */

/* ---- Skip link --------------------------------------------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 9999;
  background: var(--gold); color: var(--ink);
  font-family: var(--ui); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; padding: 0.7rem 1.1rem; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

/* ---- Generic two-column layout ----------------------------- */
.layout-with-side {
  display: grid; grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(1.5rem, 4vw, 3rem); align-items: start;
  max-width: var(--maxw); margin-inline: auto; padding: var(--pad);
}
.layout-with-side .sidebar { position: sticky; top: 96px; }
.primary-col { min-width: 0; }
@media (max-width: 980px) {
  .layout-with-side { grid-template-columns: 1fr; }
  .layout-with-side .sidebar { position: static; }
}

/* ---- Archive heads ----------------------------------------- */
.archive-head { margin: 0 0 1.8rem; }
.archive-head.center { text-align: center; }
.archive-head.center .eyebrow { justify-content: center; }
.archive-title {
  font-family: var(--display); font-weight: 700; line-height: 0.95;
  font-size: var(--step-4); text-transform: uppercase; letter-spacing: -0.01em;
  margin: 0.2rem 0 0;
}
.archive-title .accent { color: var(--gold); }
.archive-desc { color: var(--steel); font-family: var(--body); max-width: 60ch; margin: 0.8rem 0 0; }
.archive-head.center .archive-desc { margin-inline: auto; }
.no-posts, .no-results {
  font-family: var(--body); color: var(--steel); font-size: var(--step-1);
  padding: 3rem 0; text-align: center;
}

/* ---- Pagination / load-more -------------------------------- */
.mmar-pagination { margin: 2.5rem 0 0; display: flex; justify-content: center; }
.mmar-pagination .nav-links { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.load-more-wrap { display: flex; justify-content: center; margin: 2.2rem 0 0; }
.load-more-wrap .btn[hidden] { display: none; }

/* ---- Front page: hero fallback story ----------------------- */
.hero-story { position: relative; min-height: 460px; display: flex; align-items: flex-end;
  border-radius: var(--radius-lg); overflow: hidden; }
.hero-story .hs-media { position: absolute; inset: 0; }
.hero-story .hs-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-story .hs-scrim { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,8,11,0.95) 5%, rgba(8,8,11,0.35) 55%, transparent 100%); }
.hero-story .hs-inner { position: relative; padding: clamp(1.4rem, 4vw, 2.6rem); }
.hero-flag { display: inline-flex; gap: 0.5rem; align-items: center; }
.hero-event { font-family: var(--display); font-size: var(--step-3); text-transform: uppercase;
  line-height: 0.96; margin: 0.5rem 0; }
.hero-count { margin: 0.8rem 0 0; }
.hero-meta { color: var(--steel); font-family: var(--ui); text-transform: uppercase;
  letter-spacing: 0.05em; font-size: var(--step--1); display: flex; gap: 1rem; }

/* ---- Front page: side stories ------------------------------ */
.hero-side { display: flex; flex-direction: column; gap: 0; background: transparent;
  border-radius: 0; overflow: visible; grid-template-rows: none; }
.hero-side .section-head { margin: 0 0 0.7rem; }
.side-story { display: grid; grid-template-columns: 96px 1fr; gap: 0.9rem; align-items: center;
  background: var(--surface); padding: 0.85rem; border-bottom: 1px solid var(--line);
  transition: background var(--fast) var(--ease); }
.side-story:hover { background: var(--surface-2); }
.ss-thumb { position: relative; aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; }
.ss-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ss-body { min-width: 0; }
.ss-cat { font-family: var(--ui); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--gold); }
.ss-title { font-family: var(--display); font-weight: 600; font-size: var(--step-0);
  line-height: 1.1; margin: 0.2rem 0; text-transform: uppercase; }
.ss-meta { color: var(--steel); font-family: var(--ui); font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.05em; }

/* ---- Front page: blocks ------------------------------------ */
.block-latest, .block-rankings { margin: 0 0 2.6rem; }
.head-link { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em;
  font-size: var(--step--1); color: var(--gold); }
.head-link:hover { color: var(--bone); }

/* ---- Article hero / single --------------------------------- */
.ah-media { position: absolute; inset: 0; }
.ah-media img { width: 100%; height: 100%; object-fit: cover; }
.ah-scrim { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,8,11,0.96) 4%, rgba(8,8,11,0.4) 50%, rgba(8,8,11,0.15) 100%); }
.ah-inner { position: relative; max-width: 920px; margin-inline: auto; width: 100%;
  padding: clamp(1.6rem, 5vw, 3.4rem); }
.ah-meta { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; margin: 0 0 0.9rem; }
.article-title { font-family: var(--display); font-weight: 700; text-transform: uppercase;
  line-height: 0.95; letter-spacing: -0.01em; font-size: var(--step-4); margin: 0; }
.article-standfirst { font-family: var(--body); font-size: var(--step-1); color: var(--bone-dim);
  margin: 1rem 0 0; max-width: 70ch; line-height: 1.4; }
.article-byline { display: flex; align-items: center; gap: 0.75rem; margin: 1.3rem 0 0; }
.by-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex: none;
  border: 2px solid var(--gold); }
.by-avatar img { width: 100%; height: 100%; object-fit: cover; }
.by-text { line-height: 1.2; }
.by-name { font-family: var(--ui); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.by-sub { color: var(--steel); font-family: var(--ui); font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.05em; }

.article-main { min-width: 0; }
.article-foot { margin: 2.4rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; justify-content: space-between; }
.article-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.tag-label { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.07em;
  font-size: 0.72rem; color: var(--steel); margin-right: 0.2rem; }
.react-btn { display: inline-flex; align-items: center; gap: 0.55rem; cursor: pointer;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600;
  background: var(--surface-2); color: var(--bone); border: 1px solid var(--line);
  padding: 0.6rem 1rem; border-radius: 999px; transition: all var(--fast) var(--ease); }
.react-btn:hover { border-color: var(--blood); color: var(--blood); transform: translateY(-1px); }
.react-btn.reacted { background: var(--blood); border-color: var(--blood); color: #fff; }
.react-btn .react-ic { font-size: 1.1em; line-height: 1; }
.react-count { font-variant-numeric: tabular-nums; }

/* author card / post nav / related */
.author-card { display: flex; gap: 1rem; align-items: flex-start; margin: 2.4rem 0 0;
  padding: 1.4rem; background: var(--surface); border: 1px solid var(--line);
  border-left: 3px solid var(--gold); border-radius: var(--radius); }
.author-card .ac-avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex: none; }
.author-card .ac-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ac-label { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.07em;
  font-size: 0.72rem; color: var(--gold); }
.ac-body h3 { font-family: var(--display); text-transform: uppercase; margin: 0.2rem 0 0.4rem; }
.ac-body p { color: var(--steel); font-family: var(--body); margin: 0; }

.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line);
  margin: 2.4rem 0 0; border-radius: var(--radius); overflow: hidden; }
.pn-prev, .pn-next { background: var(--surface); padding: 1.1rem 1.3rem;
  transition: background var(--fast) var(--ease); }
.pn-prev:hover, .pn-next:hover { background: var(--surface-2); }
.pn-next { text-align: right; }
.post-nav .pn-dir { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.07em;
  font-size: 0.7rem; color: var(--gold); }
.post-nav .pn-title { font-family: var(--display); text-transform: uppercase; line-height: 1.05;
  margin: 0.25rem 0 0; }
@media (max-width: 600px) { .post-nav { grid-template-columns: 1fr; } .pn-next { text-align: left; } }

.related { margin: 2.8rem 0 0; }

/* ---- Fighter single ---------------------------------------- */
.fh-bg { position: absolute; inset: 0; }
.fh-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.fh-inner { position: relative; display: grid; grid-template-columns: auto 1fr; gap: clamp(1.2rem, 4vw, 2.6rem);
  align-items: end; max-width: var(--maxw); margin-inline: auto; padding: clamp(1.6rem, 5vw, 3rem); }
.fh-portrait { position: relative; width: clamp(150px, 22vw, 260px); aspect-ratio: 3/4;
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); }
.fh-portrait img { width: 100%; height: 100%; object-fit: cover; }
.fh-id { min-width: 0; }
.fh-nick { font-family: var(--body); font-style: italic; color: var(--gold); font-size: var(--step-1); }
.fh-name { font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: var(--step-4); line-height: 0.9; margin: 0.2rem 0; }
.fh-rec { display: flex; align-items: baseline; gap: 0.6rem; margin: 0.6rem 0; }
.fh-rec .fh-rec-num { font-family: var(--display); font-size: var(--step-2); color: var(--bone); }
.fh-rec-label { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--steel); font-size: 0.78rem; }
.fh-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.7rem 0 1rem; }
@media (max-width: 720px) { .fh-inner { grid-template-columns: 1fr; } }

.fighter-body { max-width: var(--maxw); margin-inline: auto; padding: var(--pad); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; margin: 0 0 2rem; }
.stat-box { background: var(--surface); padding: 1.2rem 1rem; text-align: center; }
.sb-num { font-family: var(--display); font-size: var(--step-2); color: var(--gold); line-height: 1; }
.sb-lab { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.07em;
  font-size: 0.7rem; color: var(--steel); margin: 0.3rem 0 0; }

.fighter-cols { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(1.5rem,4vw,2.6rem);
  align-items: start; }
.fighter-side { position: sticky; top: 96px; display: grid; gap: 1.4rem; }
.fighter-bio { }
.fighter-news { margin: 2rem 0 0; }
@media (max-width: 920px) { .fighter-cols { grid-template-columns: 1fr; } .fighter-side { position: static; } }

/* win-method donut */
.win-method { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem; }
.donut { position: relative; width: 180px; height: 180px; margin: 0.4rem auto 1rem; }
.donut svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.donut-center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.donut-center .dc-num { font-family: var(--display); font-size: var(--step-2); color: var(--bone); line-height: 1; }
.donut-center .dc-lab { font-family: var(--ui); text-transform: uppercase; font-size: 0.66rem;
  letter-spacing: 0.08em; color: var(--steel); }

/* power meter */
.power-meter { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem 1.3rem; }
.power-meter .pm-head { display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.74rem;
  color: var(--steel); margin: 0 0 0.6rem; }
.pm-val { color: var(--gold); font-family: var(--display); font-size: var(--step-1); }
.power-meter .pm-track { height: 10px; background: var(--ink-2); border-radius: 999px; overflow: hidden;
  border: 1px solid var(--line); }
.pm-fill { height: 100%; width: var(--pw, 0%);
  background: linear-gradient(90deg, var(--blood) 0%, var(--gold) 100%);
  border-radius: 999px; transition: width 1s var(--ease); }

/* ---- Event single ------------------------------------------ */
.eh-bg { position: absolute; inset: 0; }
.eh-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.eh-scrim { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,8,11,0.95), rgba(8,8,11,0.45)); }
.eh-inner { position: relative; max-width: var(--maxw); margin-inline: auto;
  padding: clamp(1.6rem,5vw,3.2rem); text-align: center; }
.eh-title { font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: var(--step-4); line-height: 0.9; margin: 0.3rem 0; }
.eh-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.6rem;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.05em; font-size: var(--step--1);
  color: var(--bone-dim); margin: 1rem 0; }
.eh-facts span { display: inline-flex; align-items: center; gap: 0.4rem; }
.eh-facts .ef-ic { color: var(--gold); }

.event-body { max-width: 980px; margin-inline: auto; padding: var(--pad); }
.event-mainevent { margin: 0 0 2rem; }
.event-intro { font-family: var(--body); font-size: var(--step-1); color: var(--bone-dim);
  line-height: 1.5; margin: 0 0 2rem; }
.event-more { margin: 2.6rem 0 0; }

/* fight card */
.fc-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  margin: 0 0 1rem; flex-wrap: wrap; }
.pick-meter { flex: 1; min-width: 180px; }
.pick-meter .pm-bar { height: 8px; background: var(--ink-2); border: 1px solid var(--line);
  border-radius: 999px; overflow: hidden; }
.pick-progress { height: 100%; width: 0%; background: var(--gold); border-radius: 999px;
  transition: width var(--med) var(--ease); }
.fc-section { margin: 0 0 1.4rem; }
.fc-section-title { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.74rem; color: var(--gold); padding: 0 0 0.5rem; border-bottom: 1px solid var(--line);
  margin: 0 0 0.7rem; }
.bout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.6rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0.85rem 1rem; margin: 0 0 0.5rem; transition: border-color var(--fast) var(--ease); }
.bout.main { border-color: var(--gold-deep); box-shadow: var(--shadow-gold); }
.bout-side { display: flex; flex-direction: column; min-width: 0; }
.bout-side.blue { text-align: right; align-items: flex-end; }
.b-name { font-family: var(--display); font-weight: 600; text-transform: uppercase; line-height: 1.05; }
.b-rec { font-family: var(--ui); font-size: 0.72rem; color: var(--steel); letter-spacing: 0.04em; }
.bout-mid { text-align: center; }
.b-vs { font-family: var(--display); font-style: italic; color: var(--blood); font-weight: 700; }
.b-weight { font-family: var(--ui); font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--steel); display: block; margin: 0.2rem 0 0; }
.bout-tag { display: inline-block; font-family: var(--ui); font-size: 0.6rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--gold); border: 1px solid var(--gold-deep); border-radius: 3px;
  padding: 0.1rem 0.35rem; margin: 0.25rem auto 0; }
.pick-side { cursor: pointer; border-radius: var(--radius); padding: 0.35rem 0.5rem;
  transition: background var(--fast) var(--ease); }
.pick-side:hover { background: var(--surface-2); }
.pick-side.picked { background: rgba(232,178,58,0.14); box-shadow: inset 0 0 0 1px var(--gold-deep); }
.bout-side.red.picked { box-shadow: inset 0 0 0 1px var(--blood); background: rgba(226,52,43,0.14); }
.pick-note { font-family: var(--ui); font-size: 0.72rem; color: var(--steel); text-transform: uppercase;
  letter-spacing: 0.05em; margin: 0.8rem 0 0; text-align: center; }
@media (max-width: 560px) { .bout { grid-template-columns: 1fr auto 1fr; font-size: 0.9rem; } }

/* ---- Fighters archive -------------------------------------- */
.rank-filter { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center; margin: 0 0 1.8rem; }
.chip { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.74rem;
  background: var(--surface-2); color: var(--bone-dim); border: 1px solid var(--line);
  padding: 0.5rem 0.9rem; border-radius: 999px; transition: all var(--fast) var(--ease); cursor: pointer; }
.chip:hover { border-color: var(--gold-deep); color: var(--bone); }
.chip.active { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 700; }

.rank-table-full { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  margin: 0 0 2.6rem; }
.rank-table-full .rank-row { display: grid; grid-template-columns: 48px 56px 1fr auto auto;
  align-items: center; gap: 0.8rem; padding: 0.7rem 1rem; background: var(--surface);
  border-bottom: 1px solid var(--line); }
.rank-table-full .rank-row:last-child { border-bottom: 0; }
.rank-table-full .rank-row:hover { background: var(--surface-2); }
.rank-table-full .r-num { font-family: var(--display); font-size: var(--step-1); color: var(--gold);
  text-align: center; }
.rank-table-full .r-thumb { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }
.rank-table-full .r-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rank-table-full .r-name { font-family: var(--display); text-transform: uppercase; font-weight: 600; }
.rank-table-full .r-status { font-family: var(--ui); font-size: 0.7rem; color: var(--steel);
  text-transform: uppercase; letter-spacing: 0.05em; }

.roster { margin: 2rem 0 0; }
.roster-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; }
.roster-card { position: relative; aspect-ratio: 3/4; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--surface-2); display: flex; align-items: flex-end; }
.rc-portrait { position: absolute; inset: 0; }
.rc-portrait img { width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--med) var(--ease); }
.roster-card:hover .rc-portrait img { transform: scale(1.06); }
.rc-grad { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,8,11,0.95) 8%, transparent 60%); }
.rc-body { position: relative; padding: 0.9rem; width: 100%; }
.rc-name { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 1;
  font-size: var(--step-0); }
.rc-rec { font-family: var(--ui); font-size: 0.72rem; color: var(--gold); letter-spacing: 0.05em; }
.rc-rank { position: absolute; top: 0.6rem; left: 0.6rem; background: var(--gold); color: var(--ink);
  font-family: var(--display); font-weight: 700; width: 30px; height: 30px; display: grid;
  place-content: center; border-radius: 50%; font-size: 0.9rem; }

/* ---- Events archive ---------------------------------------- */
.event-schedule { margin: 0 0 2.8rem; }
.schedule-list { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.schedule-row { display: grid; grid-template-columns: 84px 1fr 64px; gap: 1rem; align-items: center;
  background: var(--surface); padding: 0.9rem 1.1rem; border-bottom: 1px solid var(--line);
  transition: background var(--fast) var(--ease); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row:hover { background: var(--surface-2); }
.sch-date { text-align: center; font-family: var(--display); line-height: 1; }
.sch-date .sd-day { font-size: var(--step-2); color: var(--gold); display: block; }
.sch-date .sd-mon { font-size: 0.72rem; text-transform: uppercase; color: var(--steel); letter-spacing: 0.08em; }
.sch-name { font-family: var(--display); font-weight: 600; text-transform: uppercase; line-height: 1.05; }
.sch-main { font-family: var(--body); font-style: italic; color: var(--bone-dim); font-size: 0.9rem; }
.sch-loc { font-family: var(--ui); font-size: 0.72rem; color: var(--steel); text-transform: uppercase;
  letter-spacing: 0.05em; }
.sch-thumb { width: 64px; height: 48px; border-radius: var(--radius); overflow: hidden; }
.sch-thumb img { width: 100%; height: 100%; object-fit: cover; }
.event-past { margin: 2.2rem 0 0; }
@media (max-width: 560px) { .schedule-row { grid-template-columns: 64px 1fr; } .sch-thumb { display: none; } }

/* ---- 404 --------------------------------------------------- */
.e404-inner { text-align: center; padding: clamp(2rem, 6vw, 4rem) var(--pad) 2rem;
  max-width: 720px; margin-inline: auto; }
.e404-big { font-family: var(--display); font-weight: 700; font-size: clamp(5rem, 22vw, 12rem);
  line-height: 0.82; color: var(--blood); letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(226,52,43,0.35); }
.e404-inner h1 { font-family: var(--display); text-transform: uppercase; font-size: var(--step-2);
  margin: 0.4rem 0; }
.e404-inner p { color: var(--steel); font-family: var(--body); }
.e404-actions { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin: 1.4rem 0; }
.e404-search { max-width: 460px; margin: 1rem auto 0; }
.e404-trending { max-width: var(--maxw); margin: 1rem auto 0; padding: var(--pad); }

/* ---- Search results page ----------------------------------- */
.search-list { display: grid; gap: 1px; background: var(--line); border-radius: var(--radius);
  overflow: hidden; }
.search-row { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; align-items: center;
  background: var(--surface); padding: 0.9rem; transition: background var(--fast) var(--ease); }
.search-row:hover { background: var(--surface-2); }
.search-row .sr-thumb { width: 120px; height: 80px; border-radius: var(--radius); overflow: hidden; }
.search-row .sr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.search-row .sr-type { font-family: var(--ui); font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--gold); }
.search-row .sr-title { font-family: var(--display); text-transform: uppercase; font-weight: 600;
  font-size: var(--step-1); line-height: 1.05; margin: 0.15rem 0; }
.sr-ex { color: var(--steel); font-family: var(--body); font-size: 0.92rem; }
@media (max-width: 560px) { .search-row { grid-template-columns: 1fr; } .search-row .sr-thumb { display: none; } }

/* ---- Compare tool ------------------------------------------ */
.compare-page { max-width: 980px; margin-inline: auto; padding: var(--pad); }
.compare-picks { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: end;
  margin: 0 0 1.6rem; }
.cp-field { display: flex; flex-direction: column; gap: 0.4rem; }
.cp-field label { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 0.72rem; color: var(--steel); }
.cp-field.red label { color: var(--blood); }
.cp-field.blue label { color: var(--cat-pfl); }
.cp-field select { font-family: var(--ui); background: var(--surface-2); color: var(--bone);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 0.7rem 0.8rem; font-size: 0.95rem; }
.cp-field select:focus { outline: none; border-color: var(--gold); }
.cp-swap { align-self: center; background: var(--surface-2); border: 1px solid var(--line);
  color: var(--gold); width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  font-size: 1.1rem; transition: all var(--fast) var(--ease); }
.cp-swap:hover { transform: rotate(180deg); border-color: var(--gold); }
.compare-out { min-height: 40px; }
.compare-hint { text-align: center; color: var(--steel); font-family: var(--body);
  padding: 2rem 0; }
.compare-extra { margin: 2rem 0 0; }
@media (max-width: 560px) { .compare-picks { grid-template-columns: 1fr; } .cp-swap { justify-self: center; } }

/* ---- Footer ------------------------------------------------ */
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 2fr; gap: clamp(1.5rem, 4vw, 3rem);
  max-width: var(--maxw); margin-inline: auto; padding: clamp(2rem, 5vw, 3.5rem) var(--pad) 2rem; }
.footer-brand .footer-logo { display: inline-flex; align-items: center; gap: 0.6rem; }
.footer-brand .footer-logo img, .footer-brand .footer-logo svg { height: 40px; width: auto; }
.footer-tag { color: var(--steel); font-family: var(--body); margin: 0.8rem 0 0; max-width: 36ch; }
.footer-nav { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav .menu { display: flex; flex-direction: column; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.footer-nav a { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.05em;
  font-size: 0.82rem; color: var(--bone-dim); }
.footer-nav a:hover { color: var(--gold); }
.footer-widgets { display: grid; gap: 1.2rem; }
.footer-col { }
.footer-bottom { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem;
  justify-content: space-between; align-items: center; max-width: var(--maxw); margin-inline: auto;
  padding: 1.2rem var(--pad); font-family: var(--ui); font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--steel); }
.footer-built { color: var(--steel-dim); }
.footer-built .accent { color: var(--gold); }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---- Newsletter band internals ----------------------------- */
.nl-copy { }
.nl-form { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.nl-form input[type="email"] { flex: 1; min-width: 220px; font-family: var(--ui);
  background: var(--ink-2); border: 1px solid var(--line); color: var(--bone);
  border-radius: var(--radius); padding: 0.8rem 1rem; }
.nl-form input[type="email"]:focus { outline: none; border-color: var(--gold); }

/* ---- Widget internals -------------------------------------- */
/* trending */
.trend-list { display: grid; gap: 0.2rem; }
.trend-list li { display: grid; grid-template-columns: 34px 1fr; gap: 0.7rem; align-items: center;
  padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
.trend-list li:last-child { border-bottom: 0; }
.rank-num { font-family: var(--display); font-size: var(--step-1); color: var(--gold-deep);
  text-align: center; line-height: 1; }
.t-body { min-width: 0; }
.t-title { font-family: var(--display); font-weight: 600; text-transform: uppercase; line-height: 1.05;
  font-size: 0.92rem; }
.t-meta { font-family: var(--ui); font-size: 0.68rem; color: var(--steel); text-transform: uppercase;
  letter-spacing: 0.05em; }
/* events widget */
.event-list { display: grid; gap: 0.5rem; }
.event-mini { display: grid; grid-template-columns: 54px 1fr; gap: 0.7rem; align-items: center; }
.date-chip { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  text-align: center; padding: 0.4rem; line-height: 1; }
.date-chip .dc-day { font-family: var(--display); font-size: var(--step-1); color: var(--gold); display: block; }
.date-chip .dc-mon { font-family: var(--ui); font-size: 0.6rem; text-transform: uppercase;
  color: var(--steel); letter-spacing: 0.06em; }
.ev-body { min-width: 0; }
.ev-name { font-family: var(--display); font-weight: 600; text-transform: uppercase; line-height: 1.05;
  font-size: 0.9rem; }
.ev-loc { font-family: var(--ui); font-size: 0.68rem; color: var(--steel); text-transform: uppercase;
  letter-spacing: 0.05em; }
/* rankings widget */
.rank-mini { display: grid; gap: 0.2rem; }
.rank-row { display: grid; grid-template-columns: 26px 40px 1fr auto; gap: 0.6rem; align-items: center;
  padding: 0.45rem 0; border-bottom: 1px solid var(--line); }
.rank-row:last-child { border-bottom: 0; }
.rank-row .r-num { font-family: var(--display); color: var(--gold-deep); text-align: center; }
.rank-row .r-thumb { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; }
.rank-row .r-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rank-row .r-name { font-family: var(--display); text-transform: uppercase; font-weight: 600;
  font-size: 0.88rem; }
/* spotlight widget */
.spotlight { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5;
  display: flex; align-items: flex-end; }
.spotlight img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-grad { position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,8,11,0.95) 10%, transparent 65%); }
.sp-body { position: relative; padding: 1rem; }
.sp-nick { font-family: var(--body); font-style: italic; color: var(--gold); }
.sp-name { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 0.95;
  font-size: var(--step-2); }
.sp-rec { font-family: var(--ui); font-size: 0.8rem; color: var(--bone-dim); letter-spacing: 0.05em; }
/* newsletter widget */
.news-mini .news-form { display: grid; gap: 0.5rem; }
.news-mini input[type="email"] { font-family: var(--ui); background: var(--ink-2);
  border: 1px solid var(--line); color: var(--bone); border-radius: var(--radius); padding: 0.7rem 0.9rem; }
.news-ok { color: var(--win); font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.05em;
  font-size: 0.8rem; }

/* ---- Shortcodes -------------------------------------------- */
/* statbar */
.statbar { margin: 1.4rem 0; }
.sb-head { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--ui);
  text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.8rem; margin: 0 0 0.4rem; }
.sb-r { color: var(--blood); font-family: var(--display); font-size: var(--step-1); }
.sb-b { color: var(--cat-pfl); font-family: var(--display); font-size: var(--step-1); }
.sb-lbl { color: var(--steel); }
.sb-track { display: flex; height: 12px; border-radius: 999px; overflow: hidden; background: var(--ink-2);
  border: 1px solid var(--line); }
.sb-fill-r { background: linear-gradient(90deg, var(--blood-deep), var(--blood)); width: 50%;
  transition: width 1s var(--ease); }
.sb-fill-b { background: linear-gradient(90deg, var(--cat-pfl), #4fc3f7); width: 50%;
  transition: width 1s var(--ease); margin-left: auto; }
/* pros & cons */
.prosncons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.4rem 0; }
.pc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem 1.2rem; }
.pc-pro { border-left: 3px solid var(--win); }
.pc-con { border-left: 3px solid var(--loss); }
.pc h4 { font-family: var(--ui); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.8rem;
  margin: 0 0 0.6rem; }
.pc-pro h4 { color: var(--win); }
.pc-con h4 { color: var(--loss); }
.pc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.pc li { display: flex; gap: 0.5rem; align-items: flex-start; font-family: var(--body);
  color: var(--bone-dim); }
.pc-ic { flex: none; font-weight: 700; }
.pc-pro .pc-ic { color: var(--win); }
.pc-con .pc-ic { color: var(--loss); }
@media (max-width: 560px) { .prosncons { grid-template-columns: 1fr; } }
/* fighter chip */
.fighter-chip { display: inline-grid; grid-template-columns: 52px 1fr; gap: 0.7rem; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0.6rem 0.9rem 0.6rem 0.6rem; margin: 0.4rem 0; }
.fighter-chip .fc-thumb { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; }
.fighter-chip .fc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fighter-chip .fc-name { font-family: var(--display); text-transform: uppercase; font-weight: 600; }
.fighter-chip .fc-nick { font-family: var(--body); font-style: italic; color: var(--gold);
  font-size: 0.84rem; }
.fighter-chip .fc-rec { font-family: var(--ui); font-size: 0.72rem; color: var(--steel); }
/* key facts */
.key-facts { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 1.4rem 0; list-style: none; }
.key-facts li { display: flex; gap: 0.6rem; padding: 0.35rem 0; font-family: var(--body);
  color: var(--bone-dim); border-bottom: 1px dashed var(--line); }
.key-facts li:last-child { border-bottom: 0; }
.key-facts li::before { content: "›"; color: var(--gold); font-weight: 700; }

/* ---- Reduced motion safety --------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .pm-fill, .sb-fill-r, .sb-fill-b, .pick-progress, .rc-portrait img, .cp-swap { transition: none; }
}
