/* The Bapp — shared design system. Loaded after the preserved legacy layouts. */
:root, :root[data-theme="light"] {
  --bapp-carbon:#1c1a19; --bapp-bone:#f3eee5; --bapp-paper:#fffdfa;
  --bapp-signal:#ad5039; --bapp-steel:#536a7b; --bapp-victory:#b88732;
  --display:"Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --bg:var(--bapp-bone); --text:var(--bapp-carbon); --panel:var(--bapp-paper);
  --panel-strong:#e9e7df; --muted:#686f67; --line:#d8dcd3;
  --red:var(--bapp-signal); --amber:#a78044; --blue:var(--bapp-steel);
  --green:var(--bapp-victory); --input-bg:var(--bapp-paper);
}
body, body #rankings, body #upcoming, body #results, body #daily, body #scorecard, body .fan-canvas {
  --bapp-carbon:#1c1a19; --bapp-bone:#f3eee5; --bapp-paper:#fffdfa;
  --bapp-signal:#ad5039; --bapp-steel:#536a7b; --bapp-victory:#b88732;
  --score-ink:var(--bapp-carbon); --score-paper:var(--bapp-paper); --score-red:var(--bapp-signal);
  --organization-color:var(--bapp-signal);
}
body {background:var(--bapp-bone);color:var(--bapp-carbon);font-family:"Avenir Next",system-ui,sans-serif;}
body button,body input,body select {font-family:inherit;}
body button {touch-action:manipulation;}
body :focus-visible {outline:3px solid var(--bapp-steel);outline-offset:4px;}
body [hidden] {display:none !important;}
body .app-shell,body .main-content {min-width:0;max-width:100%;}
body .main-content {width:min(1440px,100%);margin-inline:auto;}
body .app-topbar {display:flex;gap:24px;min-height:96px;padding:20px 0;margin:0 28px;border-bottom:1px solid #d8dcd3;background:transparent;}
body .desktop-topbar-brand {display:flex;align-items:center;gap:11px;flex:0 0 auto;color:var(--bapp-carbon);}
body .desktop-topbar-brand img {display:block;width:44px;height:44px;object-fit:contain;}
body .desktop-topbar-brand strong {font:800 19px/1 var(--display);text-transform:none;letter-spacing:-.6px;}
body .desktop-primary-nav {display:flex;justify-content:center;gap:clamp(12px,2vw,28px);flex:1;min-width:0;}
body .desktop-primary-nav button {font:650 13px/1.3 var(--display);text-transform:none;letter-spacing:0;color:#4e5953;white-space:nowrap;padding:10px 0;}
body .desktop-primary-nav button:hover {color:var(--bapp-signal);}
body .topbar-actions {min-width:0;gap:10px;flex:0 0 auto;}
body .topbar-search {width:40px;min-width:40px;padding:10px;}
body .topbar-search > span:last-child {display:none;}
body .topbar-account {border-radius:7px;background:var(--bapp-carbon);color:#fffefa;border:0;}
body .hero-panel {margin:22px 28px 0;min-height:0;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#961f30 0%,#711923 55%,#3b1118 100%);box-shadow:0 22px 55px rgba(82,20,28,.2);}
body .hero-media {background:radial-gradient(circle at 50% -10%,rgba(255,214,181,.2),transparent 43%),linear-gradient(90deg,rgba(51,8,14,.2),transparent 48%,rgba(51,8,14,.28));opacity:1;}
body .hero-panel::before,body .hero-panel::after {display:none;}
body .hero-fight-content {padding:30px clamp(18px,4vw,62px) 24px;background:radial-gradient(ellipse at 50% 0%,rgba(255,215,178,.14),transparent 62%);}
body .hero-status-row {display:flex;justify-content:space-between;gap:12px;width:100%;margin-bottom:26px;}
body .hero-status {padding:0;border:0;background:none;color:#dbb68d;letter-spacing:.15em;font:650 11px/1.4 var(--display);text-transform:uppercase;}
body .hero-status i {display:none;}
body .hero-edition {color:#c9c1b8;font:550 12px/1.4 var(--display);letter-spacing:.04em;}
body .hero-matchup {display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,.6fr) minmax(0,1fr);gap:24px;align-items:center;width:100%;max-width:950px;margin:auto;}
body .hero-fighter {min-width:0;padding:0;text-align:center;background:transparent;}
body .hero-fighter-image {width:100%;height:auto;aspect-ratio:5/4;max-height:260px;min-height:0;display:grid;place-items:center;border:1px solid #ffffff2e;border-radius:9px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(32,7,11,.46));box-shadow:0 18px 42px rgba(38,4,9,.25);}
body .hero-fighter-image img {width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:saturate(.82) contrast(1.03);}
body .hero-fighter-image > span {font:500 clamp(36px,5vw,70px)/1 Georgia,serif;color:#b9c5bb;}
body .hero-fighter-name {font:650 clamp(22px,2.8vw,40px)/1.08 var(--display);letter-spacing:-1.2px;text-transform:none;color:#fffefa;margin-top:16px;overflow-wrap:anywhere;}
body .hero-fighter > small {font:500 12px/1.5 var(--display);color:#bbc8c0;margin-top:7px;}
body .hero-fight-center > strong {font:italic 500 clamp(40px,5vw,70px)/1 Georgia,serif;color:#dbb68d;}
body .hero-fight-center > span {font:600 9px/1.5 var(--display);letter-spacing:.18em;color:#c9c1b8;}
body .hero-fight-center > small {font:400 11px/1.6 var(--display);color:#c9c1b8;max-width:170px;}
body .hero-actions {margin:26px 0 0;gap:10px;}
body .primary-action {background:var(--bapp-signal);border-color:var(--bapp-signal);color:#fff;box-shadow:none;border-radius:7px;font-weight:650;}
body .hero-secondary {background:transparent;border:1px solid #ffffff45;color:#fffefa;border-radius:7px;}
body .hero-carousel-controls {display:flex;justify-content:center;align-items:center;gap:12px;margin-top:22px;color:#d0d8ce;font:500 11px/1 var(--display);}
body .hero-carousel-controls button {height:34px;min-width:34px;border:1px solid #ffffff30;border-radius:50%;background:transparent;color:#fffefa;}
body .hero-carousel-controls #hero-pause {border-radius:20px;padding:0 13px;color:#c9c1b8;}
@keyframes bapp-featured-left-in {from{opacity:0;transform:translate3d(-28px,8px,0) scale(.975)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes bapp-featured-right-in {from{opacity:0;transform:translate3d(28px,8px,0) scale(.975)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes bapp-featured-center-in {from{opacity:0;transform:translateY(10px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes bapp-featured-detail-in {from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference) {
 body .hero-panel.is-fight-switching-forward .hero-fighter-blue,body .hero-panel.is-fight-switching-back .hero-fighter-red {animation:bapp-featured-left-in 560ms cubic-bezier(.22,1,.36,1) both;}
 body .hero-panel.is-fight-switching-forward .hero-fighter-red,body .hero-panel.is-fight-switching-back .hero-fighter-blue {animation:bapp-featured-right-in 560ms cubic-bezier(.22,1,.36,1) both;}
 body .hero-panel.is-fight-switching-forward .hero-fight-center,body .hero-panel.is-fight-switching-back .hero-fight-center {animation:bapp-featured-center-in 480ms 70ms cubic-bezier(.2,1.25,.35,1) both;}
 body .hero-panel.is-fight-switching-forward .hero-status-row,body .hero-panel.is-fight-switching-back .hero-status-row,body .hero-panel.is-fight-switching-forward .hero-actions,body .hero-panel.is-fight-switching-back .hero-actions,body .hero-panel.is-fight-switching-forward .hero-carousel-controls,body .hero-panel.is-fight-switching-back .hero-carousel-controls {animation:bapp-featured-detail-in 420ms 110ms cubic-bezier(.22,1,.36,1) both;}
 body .hero-panel.is-fight-switching-forward .hero-fighter-image img,body .hero-panel.is-fight-switching-back .hero-fighter-image img {animation:bapp-featured-image-in 620ms cubic-bezier(.22,1,.36,1) both;}
}
@keyframes bapp-featured-image-in {from{transform:scale(1.055);filter:saturate(.65) blur(2px)}to{transform:scale(1);filter:saturate(.82) blur(0)}}
body .no-upcoming .hero-matchup,body .no-upcoming .hero-actions,body .no-upcoming .hero-carousel-controls {display:none;}
body .home-results-ticker {margin-inline:28px;border-radius:0 0 10px 10px;background:#e9e2d9;border:0;color:var(--bapp-carbon);}
body .home-results-ticker > button {background:var(--bapp-carbon);color:#fffefa;}
body .home-editorial-grid {gap:22px;margin:28px;}
body .home-editorial-panel,body .panel {border-radius:12px;box-shadow:none;border-color:#d8dcd3;background:var(--bapp-paper);}
body .home-editorial-panel h2,body .section-heading h2 {font-family:var(--display);font-weight:650;letter-spacing:-.6px;text-transform:none;}
body .home-statement {display:none;}
body .home-upcoming-row,body .home-recent-row,body .home-p4p-row {border-color:#d8dcd3;}
body .home-champion-card {border-radius:8px;}
body #upcoming.view-section,body #results.view-section,body #rankings.view-section,body #scorecard.view-section {background:var(--bapp-bone);border:0;box-shadow:none;color:var(--bapp-carbon);}
body #rankings .rankings-masthead,body #upcoming .schedule-masthead,body #results .results-masthead,body #scorecard .scorecard-masthead,body #daily .daily-game-masthead {background:var(--bapp-carbon);border:0;border-radius:12px;margin:22px 28px 24px;padding:34px;min-height:0;}
body #rankings .rankings-masthead h2,body #upcoming .schedule-masthead h2,body #results .results-masthead h2,body #scorecard .scorecard-masthead h2 {font:550 clamp(36px,5vw,58px)/1.05 var(--display);letter-spacing:-2px;text-transform:none;color:#fffefa;}
body #rankings .rankings-masthead .eyebrow,body #upcoming .schedule-masthead .eyebrow,body #results .results-masthead .eyebrow {color:#dbb68d;}
body #rankings .rankings-masthead p,body #upcoming .schedule-masthead p,body #results .results-masthead p {color:#c9c1b8;font-size:13px;}
body #rankings .rankings-snapshot {position:static;transform:none;display:flex;gap:22px;align-self:center;}
body #rankings .rankings-snapshot strong {color:#dbb68d;font:500 25px/1.2 var(--display);}
body #rankings .rankings-snapshot small {color:#c9c1b8;}
body #rankings .ranking-division-rail {display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;padding:4px 0 10px;max-width:100%;scrollbar-width:thin;}
body #rankings .ranking-division-button {flex:0 0 178px;min-width:0;border:1px solid #d8dcd3;border-radius:8px;background:var(--bapp-paper);scroll-snap-align:center;}
body #rankings .ranking-division-button.is-active {background:var(--bapp-carbon);border-color:var(--bapp-carbon);}
body #rankings .ranking-division-weight {background:#e9e2d9;color:var(--bapp-carbon);border-radius:5px;font-family:var(--display);}
body #rankings .ranking-division-button.is-active .ranking-division-weight {background:#dbb68d;color:var(--bapp-carbon);}
body #rankings .ranking-division-banner {display:block;margin-bottom:16px;}
body #rankings .ranking-division-banner > div:first-child {display:none;}
body #rankings .championship-strip {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100% !important;max-width:100% !important;gap:10px;overflow:visible;padding:10px;border:1px solid #ded5ca;border-radius:12px;background:#e9e2d9;}
body #rankings .championship-chip,body #rankings .championship-chip.is-active {display:flex;justify-content:flex-start;gap:12px;width:auto;min-width:0;min-height:74px;aspect-ratio:auto;padding:14px;text-align:left;border-radius:9px;border:1px solid #d2c7bb;background:linear-gradient(145deg,#fffdfa,#f4ece3);box-shadow:inset 0 1px 0 #fff,0 4px 10px #4f403014;--organization-color:var(--bapp-carbon);}
body #rankings .championship-chip.is-active {background:var(--bapp-carbon);border-color:var(--bapp-carbon);color:#fffefa;}
body #rankings .championship-chip.is-unverified {opacity:.78;background:linear-gradient(145deg,#f5eee6,#e8ded3);border-style:dashed;cursor:not-allowed;box-shadow:inset 0 1px 0 #fff;}
body #rankings .championship-chip.is-unverified b {color:#605a55;}
body #rankings .championship-chip-mark {display:none;}
body #rankings .championship-chip-copy {justify-items:start;gap:7px;min-width:0;}
body #rankings .championship-chip b {font:750 15px/1 var(--display);letter-spacing:.06em;}
body #rankings .championship-chip small {max-width:100%;white-space:normal;line-height:1.35;font-size:11px;text-align:left;}
body #rankings .ranking-board {border-radius:12px;overflow:hidden;--organization-color:var(--bapp-signal);}
body #rankings .ranking-board-header {border-top:0;padding:20px;background:#e9e2d9;}
body #rankings .ranking-board-header h3 {font:650 21px/1.2 var(--display);text-transform:none;letter-spacing:-.5px;}
body #rankings .official-ranking-row {min-height:76px;border-color:#e4e7df;}
body #rankings .official-ranking-row.is-champion {background:#f3e8df;}
body #rankings .official-ranking-name strong {font:650 15px/1.3 var(--display);text-transform:none;letter-spacing:0;}
body #rankings .official-ranking-photo {width:42px;height:48px;border-radius:5px;}
body #rankings .official-ranking-photo img {width:100%;height:100%;object-fit:cover;object-position:50% 20%;}
body #rankings .ranking-verification {padding:22px;margin:0;border-top:1px solid #d8dcd3;color:#686f67;font-size:13px;}
body #rankings .ranking-source-note {display:grid;font-size:11px;}
body #rankings .ranking-source-note a {color:var(--bapp-signal);}
body #upcoming .upcoming-month-tabs {display:flex;overflow-x:auto;max-width:100%;gap:7px;background:transparent;padding-block:8px;}
body #upcoming .upcoming-month-tab {flex:0 0 auto;min-width:88px;border:1px solid #d8dcd3;border-radius:7px;background:var(--bapp-paper);}
body #upcoming .upcoming-month-tab.is-active,body #upcoming .upcoming-month-tab.is-active span,body #upcoming .upcoming-month-tab.is-active small {background:var(--bapp-carbon);color:#fffefa !important;}
body #scorecard .scorecard-layout {gap:20px;align-items:start;}
body #scorecard .score-input-panel,body #scorecard .score-table-panel {border:1px solid #d8dcd3;border-radius:12px;background:var(--bapp-paper);box-shadow:none;padding:0 0 20px;}
body #scorecard .scorecard-heading h2,body #scorecard .score-table-panel h2 {font:650 25px/1.12 var(--display);text-transform:none;letter-spacing:-.7px;overflow-wrap:anywhere;}
body #scorecard .corner-card {min-width:0;background:#eef3f4;border-left-color:var(--bapp-steel);}
body #scorecard .corner-card.red {background:#f8eee8;border-left-color:var(--bapp-signal);}
body #scorecard .corner-card strong {font:650 15px/1.3 var(--display);overflow-wrap:anywhere;}
body #scorecard .score-option.blue {background:#eef3f4;border-top-color:var(--bapp-steel);}
body #scorecard .score-option.red {background:#f8eee8;border-top-color:var(--bapp-signal);}
body #scorecard .score-option {min-width:0;display:flex;flex-wrap:wrap;gap:10px;}
body #scorecard .score-choice-copy {min-width:0;flex:1 1 100px;}
body #scorecard .score-choice-copy strong {white-space:normal;font-size:14px;}
body #scorecard .score-option em {font-size:14px;}
body #scorecard .score-even-button {background:#f0ebe3;border-color:#d8d2c8;}
body #scorecard .score-round-strip {border-radius:7px;padding:8px;}
body #scorecard .score-round-dot.is-active {box-shadow:0 0 0 2px #dbb68d;border-color:var(--bapp-carbon);}
body #scorecard #score-ending {margin:18px 20px 0;}
body #scorecard .score-ending-editor {border:1px solid #d8d2c8;border-radius:8px;padding:14px;background:#f0ebe3;}
body #scorecard .score-ending-editor summary {cursor:pointer;font-weight:650;font-size:14px;}
body #scorecard .score-ending-editor summary span {display:block;color:#686f67;font-size:11px;margin-top:5px;}
body #scorecard #score-ending-form {display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:16px;}
body #scorecard #score-ending-form label {display:grid;gap:6px;font-size:12px;min-width:0;}
body #scorecard #score-ending-form select {width:100%;min-width:0;min-height:44px;border:1px solid #c9cec3;border-radius:5px;background:#fffefa;color:#182523;}
body #scorecard #score-ending-form button {grid-column:1/-1;}
body #scorecard .score-ending-verdict {display:grid;gap:12px;padding:18px;border:1px solid #d8d2c8;border-radius:8px;background:#f0ebe3;}
body #scorecard table thead th {background:var(--bapp-carbon);}
body #scorecard table thead th:nth-child(2) {background:var(--bapp-steel);}
body #scorecard table thead th:nth-child(3) {background:var(--bapp-signal);}
body .site-footer {background:var(--bapp-carbon);color:#fffefa;border-radius:14px;margin:24px 28px;overflow:hidden;}
body .site-footer-main {padding:36px;gap:28px;}
body .site-footer-intro strong {font:500 clamp(30px,4vw,48px)/1.08 var(--display);letter-spacing:-1.5px;text-transform:none;}
body .site-footer-emblem {display:none;}
body .site-footer-bottom {padding:22px 36px;border-top:1px solid #ffffff25;}
body .site-footer-wordmark {display:flex;align-items:center;gap:12px;}
body .site-footer-wordmark img {object-fit:contain;}
body .site-footer-wordmark strong {font:700 18px/1 var(--display);}
body .site-footer-wordmark small {display:none;}
body .app-download-footer {margin:28px;padding:28px;border-radius:12px;background:#e9e2d9;}
body .fan-gallery-window {--fan-card-width:min(440px,58vw);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;}
body .fan-canvas {background:linear-gradient(145deg,#9b3028 0%,#76231f 58%,#5d1d1b 100%);color:#fff8ee;}
body .fan-canvas-heading h2 {color:#fff8ee;}
body .fan-canvas-heading .eyebrow {color:#f1c8a2;}
body .fan-canvas-intro p,body .fan-gallery-footer > small {color:#f3ddd0;}
body .fan-canvas-intro a {border-color:#fff8ee;background:#fff8ee;color:#3a1c19;}
body .fan-canvas-intro a:hover {border-color:#f1c8a2;background:#f1c8a2;color:#3a1c19;}
body .fan-canvas-rules span {border-color:#ffffff42;color:#fff1e5;background:#ffffff0d;}
body .fan-gallery-window::-webkit-scrollbar {display:none;}
body .fan-gallery-track {display:flex;align-items:center;gap:22px;width:max-content;margin:0;padding:8px max(24px,calc((100vw - var(--fan-card-width))/2));transform:none;animation:none;}
body .fan-gallery-card,body .fan-gallery-card.is-side {flex:0 0 var(--fan-card-width);width:var(--fan-card-width);aspect-ratio:4/5;opacity:.62;transform:scale(.94);scroll-snap-align:center;transition:opacity 220ms ease,transform 220ms ease;}
body .fan-gallery-card.is-active {opacity:1;transform:scale(1);}
body .fan-gallery-card img {object-fit:cover;}
body .fan-gallery-controls {display:flex;align-items:center;justify-content:center;gap:10px;}
body .fan-gallery-arrow {display:grid;place-items:center;width:40px;height:40px;border:1px solid #ffffff52;border-radius:50%;background:#fff8ee;color:#4b211d;font-size:18px;cursor:pointer;transition:border-color 160ms ease,background-color 160ms ease,color 160ms ease;}
body .fan-gallery-arrow:hover,body .fan-gallery-arrow:focus-visible {border-color:var(--bapp-carbon);background:var(--bapp-carbon);color:#fffefa;}
body .fan-gallery-dots {display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #ded5ca;border-radius:999px;background:var(--bapp-paper);}
body .fan-gallery-dots button {width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#b8afa4;cursor:pointer;transition:width 180ms ease,background-color 180ms ease;}
body .fan-gallery-dots button.is-active {width:28px;border-radius:999px;background:var(--bapp-signal);}
body .fan-gallery-count {min-width:38px;color:#fff1e5;font:650 11px/1 var(--display);font-variant-numeric:tabular-nums;}
#bapp-loading {position:fixed;inset:0;z-index:10000;background:#1c1a19;color:#fffdfa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;}
#bapp-loading strong {font:500 25px/1.2 var(--display);letter-spacing:-.8px;}
#bapp-loading span {font-size:12px;color:#c9c1b8;}
#bapp-loading i {height:2px;width:100px;background:linear-gradient(90deg,transparent,#dbb68d,transparent);animation:bapp-load 1.4s ease-in-out infinite;}
@keyframes bapp-load {50%{transform:scaleX(.35);opacity:.35;}}
@media(min-width:921px) {body .sidebar {display:none;}body .app-shell {display:block;}body .main-content {padding:0 0 20px;}body .topbar-date {display:none;}}
@media(max-width:1100px) and (min-width:921px) {body .app-topbar {gap:16px;}body .desktop-primary-nav {gap:14px;}body .desktop-topbar-brand strong {font-size:16px;}}
@media(max-width:920px) {
 body .app-topbar {min-height:60px;margin:0 16px;padding:10px 0;justify-content:space-between;}
 body .desktop-primary-nav,body .desktop-topbar-brand {display:none;}
 body .main-content {padding-inline:0;}
 body .sidebar {background:var(--bapp-paper);border-color:#d8dcd3;}
 body .hero-panel {margin:14px 16px 0;}
 body .hero-fight-content {padding:20px 20px;}
 body .hero-matchup {gap:12px;grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);}
 body .hero-fighter-image {aspect-ratio:4/5;max-height:240px;}
 body .hero-fighter-name {font-size:clamp(20px,4vw,30px);letter-spacing:-.5px;}
 body .hero-fight-center > small {font-size:10px;}
 body .home-results-ticker {margin-inline:16px;}
 body .home-editorial-grid {margin:20px 16px;gap:16px;}
 body #rankings .rankings-masthead,body #upcoming .schedule-masthead,body #results .results-masthead,body #scorecard .scorecard-masthead {margin:16px;padding:26px;}
 body #rankings .rankings-snapshot {gap:18px;margin-top:20px;}
 body #rankings .ranking-source-note {width:100%;padding-top:8px;}
 body .site-footer {margin:20px 16px;}
 body .site-footer-main {padding:28px;}
 body .site-footer-bottom {padding:20px 28px;}
 body .app-download-footer {margin:20px 16px;}
}
@media(max-width:540px) {
 body .fan-gallery-window {--fan-card-width:min(310px,78vw);}
 body .fan-gallery-track {gap:14px;padding-inline:calc((100vw - var(--fan-card-width))/2);}
 body .fan-gallery-footer {padding-inline:16px;}
 body .fan-canvas-rules {gap:6px;}
 body .fan-canvas-rules span {font-size:9px;}
 body .hero-status-row {gap:6px;align-items:start;margin-bottom:18px;}
 body .hero-status,body .hero-edition {font-size:9px;}
 body .hero-matchup {grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);gap:9px;align-items:start;}
 body .hero-fight-center {align-self:center;}
 body .hero-fight-center > strong {font-size:28px;}
 body .hero-fight-center > span,body .hero-fight-center > small {display:none;}
 body .hero-fighter-name {font-size:21px;}
 body .hero-fighter-image {max-height:185px;}
 body .hero-actions {display:grid;grid-template-columns:1fr 1fr;margin-top:22px;}
 body .hero-actions button {min-width:0;padding:12px 9px;font-size:12px;}
 body #rankings .championship-strip {gap:6px;}
 body #rankings .championship-chip,body #rankings .championship-chip.is-active {min-height:80px;padding:10px 8px;align-items:start;}
 body #rankings .championship-chip b {font-size:13px;}
 body #rankings .championship-chip small {font-size:9px;overflow-wrap:anywhere;}
 body #rankings .ranking-board-header {padding:16px;gap:8px;}
 body #rankings .ranking-board-header h3 {font-size:18px;}
 body #rankings .ranking-board-count {font-size:10px;}
 body #rankings .rankings-masthead h2,body #upcoming .schedule-masthead h2,body #results .results-masthead h2 {font-size:38px;}
 body #scorecard .round-winner-choices {grid-template-columns:1fr;}
 body #scorecard .score-option {min-height:80px;}
 body #scorecard .score-fight-card {grid-template-columns:1fr;gap:8px;}
 body #scorecard .corner-vs {display:none;}
 body #scorecard .score-choice-photo {width:42px;height:42px;}
 body #scorecard .score-table-panel .score-summary {gap:8px;}
 body #scorecard .summary-card strong {font-size:13px;overflow-wrap:anywhere;}
 body #scorecard .table-wrap table {min-width:0;width:100%;table-layout:fixed;}
 body #scorecard table th,body #scorecard table td {white-space:normal;overflow-wrap:anywhere;padding:12px 8px;}
 body .site-footer-main {grid-template-columns:1fr 1fr;gap:24px;}
 body .site-footer-intro {grid-column:1/-1;}
 body .site-footer-bottom {display:grid;gap:14px;}
}
@media(prefers-reduced-motion:reduce) {*,*::before,*::after {animation:none !important;transition:none !important;scroll-behavior:auto !important;}}

/* Daily badge wall: compact, legible achievement medallions with live progress. */
body #daily {
 --daily-crimson:#982c2f;
 --daily-crimson-deep:#711f23;
 --daily-brass:#d8aa62;
 --daily-ink:#171313;
}
body #daily .daily-game-masthead {
 background:linear-gradient(135deg,#982c2f 0%,#711f23 62%,#3c171a 100%);
 color:#fff9f1;
}
body #daily .daily-game-masthead .eyebrow {color:#f1c8a2;}
body #daily .daily-game-masthead h2 {color:#fff9f1;font:600 clamp(40px,5vw,62px)/1.02 var(--display);letter-spacing:-2px;text-transform:none;}
body #daily .daily-game-masthead p {color:#f0d8ca;}
body #daily .daily-trophy-case {
 gap:0;
 padding:24px;
 border:1px solid #4a3030;
 background:linear-gradient(155deg,#261c1c 0%,#171313 72%);
 box-shadow:0 18px 44px rgba(48,18,20,.16);
}
body #daily .daily-trophy-heading {align-items:center;border-bottom-color:rgba(255,255,255,.12);}
body #daily .daily-trophy-heading .eyebrow {color:#e5ba78;}
body #daily .daily-trophy-heading > strong {
 display:grid;
 place-items:center;
 min-width:52px;
 height:30px;
 padding:0 10px;
 border:1px solid rgba(229,186,120,.34);
 border-radius:999px;
 color:#f4d39d;
 background:rgba(229,186,120,.08);
 font-variant-numeric:tabular-nums;
}
body #daily .daily-badges {gap:10px;padding:18px 0;}
body #daily .daily-badge {
 display:grid;
 grid-template-columns:62px minmax(0,1fr);
 gap:13px;
 align-items:center;
 min-height:86px;
 padding:11px 12px 11px 10px;
 border:1px solid rgba(255,255,255,.11);
 border-radius:10px;
 background:rgba(255,255,255,.035);
 opacity:1;
 overflow:hidden;
}
body #daily .daily-badge::after {
 content:"";
 position:absolute;
 inset:0 auto 0 0;
 width:3px;
 background:rgba(255,255,255,.14);
}
body #daily .daily-badge-medallion {
 position:relative;
 display:grid;
 place-items:center;
 width:58px;
 height:58px;
 padding:4px;
 border-radius:50%;
 background:conic-gradient(#ba4b51 var(--badge-progress),rgba(255,255,255,.12) 0);
 box-shadow:0 0 0 1px rgba(255,255,255,.1);
}
body #daily .daily-badge-medallion > span {
 display:grid;
 place-items:center;
 width:100%;
 height:100%;
 border:1px solid rgba(255,255,255,.12);
 border-radius:50%;
 background:#211919;
 color:#aa9d95;
 font:750 .86rem/1 var(--display);
 letter-spacing:.04em;
}
body #daily .daily-badge-medallion > i {
 position:absolute;
 right:-1px;
 bottom:-1px;
 display:none;
 place-items:center;
 width:21px;
 height:21px;
 border:2px solid #211919;
 border-radius:50%;
 background:#f0c581;
 color:#321d18;
 font:900 11px/1 system-ui,sans-serif;
}
body #daily .daily-badge-copy {display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;min-width:0;}
body #daily .daily-badge-copy strong {color:#fff9f1;font:650 .9rem/1.15 var(--display);letter-spacing:-.1px;}
body #daily .daily-badge-copy small {
 grid-column:1/-1;
 color:#a99d96;
 font-size:.62rem;
 font-weight:650;
 line-height:1.35;
 white-space:normal;
}
body #daily .daily-badge-copy em {
 grid-column:2;
 grid-row:1;
 align-self:center;
 color:#c87c80;
 font-size:.55rem;
 font-style:normal;
 font-weight:850;
 letter-spacing:.06em;
 text-transform:uppercase;
 white-space:nowrap;
}
body #daily .daily-badge.is-unlocked {
 border-color:rgba(229,186,120,.42);
 background:linear-gradient(135deg,rgba(152,44,47,.24),rgba(229,186,120,.08));
}
body #daily .daily-badge.is-unlocked::after {background:#d8aa62;}
body #daily .daily-badge.is-unlocked .daily-badge-medallion {
 background:conic-gradient(#e4b66e 100%,#e4b66e 0);
 box-shadow:0 0 0 1px rgba(229,186,120,.4),0 6px 16px rgba(0,0,0,.2);
}
body #daily .daily-badge.is-unlocked .daily-badge-medallion > span {
 border-color:#c68e48;
 background:radial-gradient(circle at 34% 28%,#b94349,#8c272c 66%,#681c20);
 color:#fff6e9;
 text-shadow:0 1px 0 rgba(0,0,0,.2);
}
body #daily .daily-badge.is-unlocked .daily-badge-medallion > i {display:grid;}
body #daily .daily-badge.is-unlocked .daily-badge-copy small,
body #daily .daily-badge.is-unlocked .daily-badge-copy em {color:#efc886;}
body #daily .daily-next-unlock {padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.035);}
body #daily .daily-next-unlock small {color:#efc886;}
body #daily .daily-next-unlock > i {height:5px;border-radius:999px;}
body #daily .daily-next-unlock > i b {border:0;border-radius:999px;background:linear-gradient(90deg,#982c2f,#e0ad63);}

@media(max-width:980px) {
 body #daily .daily-game-masthead {margin:16px;padding:28px;}
 body #daily .daily-badges {grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px) {
 body #daily .daily-game-masthead {margin:12px;padding:28px 20px;}
 body #daily .daily-game-masthead h2 {font-size:42px;letter-spacing:-1.4px;}
 body #daily .daily-trophy-case {padding:18px 14px;}
 body #daily .daily-badges {grid-template-columns:1fr;}
 body #daily .daily-badge {min-height:82px;}
}

/* The dark appearance uses the same crimson identity on every screen. */
:root[data-theme="dark"] {
 color-scheme:dark;
 --bg:#100d0e; --sidebar-bg:#171314; --panel:#1c1718; --panel-strong:#282123;
 --panel-soft:rgba(255,255,255,.055); --text:#f6f0e9; --muted:#bdb1a8;
 --line:rgba(255,255,255,.13); --input-bg:#151112; --brand-bg:#100d0e;
 --nav-icon-bg:rgba(255,255,255,.08); --bapp-bone:#100d0e; --bapp-paper:#1c1718;
 --bapp-signal:#c64b45; --bapp-steel:#7f9fb2; --bapp-victory:#d5a64f;
}
:root[data-theme="dark"] body,
:root[data-theme="dark"] body #rankings,
:root[data-theme="dark"] body #upcoming,
:root[data-theme="dark"] body #results,
:root[data-theme="dark"] body #scorecard,
:root[data-theme="dark"] body .fan-canvas {
 --bapp-bone:#100d0e; --bapp-paper:#1c1718; --bapp-signal:#c64b45;
 --bapp-steel:#7f9fb2; --bapp-victory:#d5a64f; --score-ink:#f6f0e9;
 --score-paper:#1c1718; --score-red:#d95a55; color:#f6f0e9;
}
:root[data-theme="dark"] body {background:#100d0e;color:#f6f0e9;}
:root[data-theme="dark"] body .main-content,
:root[data-theme="dark"] body #upcoming.view-section,
:root[data-theme="dark"] body #results.view-section,
:root[data-theme="dark"] body #rankings.view-section,
:root[data-theme="dark"] body #scorecard.view-section {background:#100d0e;color:#f6f0e9;}
:root[data-theme="dark"] body .app-topbar {border-bottom-color:rgba(255,255,255,.12);}
:root[data-theme="dark"] body .desktop-topbar-brand,
:root[data-theme="dark"] body .desktop-primary-nav button {color:#eee7df;}
:root[data-theme="dark"] body .desktop-primary-nav button:hover,
:root[data-theme="dark"] body .desktop-primary-nav button.is-active {color:#ef8b83;}
:root[data-theme="dark"] body .topbar-account {background:#c64b45;color:#fff;}
:root[data-theme="dark"] body .topbar-search,
:root[data-theme="dark"] body .mobile-theme-cycle,
:root[data-theme="dark"] body .language-card select {border-color:rgba(255,255,255,.15);background:#211b1c;color:#f6f0e9;}
:root[data-theme="dark"] body .sidebar {border-color:rgba(255,255,255,.12);background:#171314;}
:root[data-theme="dark"] body .brand,
:root[data-theme="dark"] body .sidebar button,
:root[data-theme="dark"] body .language-card > span {color:#f6f0e9;}
:root[data-theme="dark"] body .home-results-ticker {background:#241d1e;color:#f6f0e9;}
:root[data-theme="dark"] body .home-results-ticker > button {background:#c64b45;color:#fff;}
:root[data-theme="dark"] body .home-editorial-panel,
:root[data-theme="dark"] body .panel,
:root[data-theme="dark"] body .news-strip,
:root[data-theme="dark"] body .birthday-card,
:root[data-theme="dark"] body .support-dialog,
:root[data-theme="dark"] body .account-dialog,
:root[data-theme="dark"] body .app-download-footer {border-color:rgba(255,255,255,.12);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body .home-upcoming-row,
:root[data-theme="dark"] body .home-recent-row,
:root[data-theme="dark"] body .home-p4p-row {border-color:rgba(255,255,255,.1);}
:root[data-theme="dark"] body .home-upcoming-row:hover,
:root[data-theme="dark"] body .home-recent-row:hover,
:root[data-theme="dark"] body .home-p4p-row:hover {background:rgba(255,255,255,.045);}
:root[data-theme="dark"] body .fan-gallery-dots {border-color:rgba(255,255,255,.18);background:#211b1c;}
:root[data-theme="dark"] body input,
:root[data-theme="dark"] body select,
:root[data-theme="dark"] body textarea {border-color:rgba(255,255,255,.16);background:#151112;color:#f6f0e9;}
:root[data-theme="dark"] body input::placeholder,
:root[data-theme="dark"] body textarea::placeholder {color:#968b85;}
:root[data-theme="dark"] body #rankings .ranking-division-button,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab {border-color:rgba(255,255,255,.13);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body #rankings .ranking-division-button.is-active,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab.is-active,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab.is-active span,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab.is-active small {border-color:#c64b45;background:#c64b45;color:#fff !important;}
:root[data-theme="dark"] body #rankings .ranking-division-weight {background:#2b2325;color:#f6f0e9;}
:root[data-theme="dark"] body #rankings .ranking-division-button.is-active .ranking-division-weight {background:#efc3a0;color:#35191b;}
:root[data-theme="dark"] body #rankings .championship-strip {border-color:rgba(255,255,255,.12);background:#171314;}
:root[data-theme="dark"] body #rankings .championship-chip,
:root[data-theme="dark"] body #rankings .championship-chip.is-unverified {border-color:rgba(255,255,255,.13);background:linear-gradient(145deg,#282123,#1e191a);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);color:#f6f0e9;}
:root[data-theme="dark"] body #rankings .championship-chip.is-active {border-color:#c64b45;background:#c64b45;color:#fff;}
:root[data-theme="dark"] body #rankings .championship-chip.is-unverified b {color:#d1c6be;}
:root[data-theme="dark"] body #rankings .ranking-board {border-color:rgba(255,255,255,.12);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body #rankings .ranking-board-header {border-color:rgba(255,255,255,.1);background:#241d1e;}
:root[data-theme="dark"] body #rankings .ranking-board-header h3,
:root[data-theme="dark"] body #rankings .official-ranking-name strong {color:#f6f0e9;}
:root[data-theme="dark"] body #rankings .ranking-board-header .eyebrow,
:root[data-theme="dark"] body #rankings .ranking-board-count,
:root[data-theme="dark"] body #rankings .ranking-verification {color:#bdb1a8;}
:root[data-theme="dark"] body #rankings .official-ranking-row {border-color:rgba(255,255,255,.09);background:#1c1718;}
:root[data-theme="dark"] body #rankings .official-ranking-row.is-champion {background:#302022;}
:root[data-theme="dark"] body #rankings .rankings-result-card {border-color:rgba(255,255,255,.12);background:#211b1c;color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-list,
:root[data-theme="dark"] body #upcoming .schedule-event-card,
:root[data-theme="dark"] body #results #results-list {border-color:rgba(255,255,255,.12);background:#1c1718;color:#f6f0e9;box-shadow:none;}
:root[data-theme="dark"] body #upcoming .schedule-event-row {border-color:rgba(255,255,255,.1);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-event-row:hover {background:#241d1e;}
:root[data-theme="dark"] body #upcoming .schedule-card-drawer {border-color:rgba(255,255,255,.1);background:#171314;}
:root[data-theme="dark"] body #upcoming .schedule-card-heading h3 {color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-card-heading p {color:#bdb1a8;}
:root[data-theme="dark"] body #scorecard .score-input-panel,
:root[data-theme="dark"] body #scorecard .score-table-panel {border-color:rgba(255,255,255,.13);background:#1c1718;color:#f6f0e9;box-shadow:none;}
:root[data-theme="dark"] body #scorecard .scorecard-heading,
:root[data-theme="dark"] body #scorecard .score-table-panel > .section-heading {border-color:rgba(255,255,255,.1);}
:root[data-theme="dark"] body #scorecard .corner-card,
:root[data-theme="dark"] body #scorecard .corner-card.blue,
:root[data-theme="dark"] body #scorecard .corner-card.red,
:root[data-theme="dark"] body #scorecard .score-option,
:root[data-theme="dark"] body #scorecard .score-option.blue,
:root[data-theme="dark"] body #scorecard .score-option.red,
:root[data-theme="dark"] body #scorecard .score-option.even,
:root[data-theme="dark"] body #scorecard .summary-card,
:root[data-theme="dark"] body #scorecard .round-control,
:root[data-theme="dark"] body #scorecard .score-even-button,
:root[data-theme="dark"] body #scorecard .score-ending-editor,
:root[data-theme="dark"] body #scorecard .score-ending-verdict {border-color:rgba(255,255,255,.13);background:#241d1e;color:#f6f0e9;}
:root[data-theme="dark"] body #scorecard .score-option.is-active {border-color:#d95a55;background:#3a2224;box-shadow:inset 0 0 0 2px #d95a55;}
:root[data-theme="dark"] body #scorecard .score-table-panel .table-wrap {border-color:rgba(255,255,255,.1);background:#171314;}
:root[data-theme="dark"] body #scorecard th,
:root[data-theme="dark"] body #scorecard td {border-color:rgba(255,255,255,.1);}
:root[data-theme="dark"] body #scorecard .active-round td,
:root[data-theme="dark"] body #scorecard .active-round th {background:#342629;}
:root[data-theme="dark"] body #scorecard #score-ending-form select {border-color:rgba(255,255,255,.15);background:#151112;color:#f6f0e9;}
:root[data-theme="dark"] body .site-footer {background:#171313;}

/* September 8 polish: a single crimson / black system across every route. */
:root[data-theme="light"] body .hero-media,
:root[data-theme="dark"] body .hero-media,
body .hero-media {
 background:
  linear-gradient(90deg,rgba(54,4,10,.78) 0%,rgba(67,7,14,.36) 42%,rgba(46,4,9,.72) 100%),
  linear-gradient(180deg,rgba(160,25,42,.16),rgba(25,2,6,.52)),
  url("assets/ringside.webp") center 52% / cover no-repeat !important;
 opacity:1;
 filter:saturate(.82) contrast(1.08);
}
:root[data-theme="light"] body .hero-panel,
:root[data-theme="dark"] body .hero-panel,
body .hero-panel {background:linear-gradient(135deg,#961f30 0%,#711923 55%,#3b1118 100%);}
body .hero-fight-content {position:relative;z-index:1;}

#bapp-loading {
 background:
  radial-gradient(circle at 50% 47%,rgba(176,28,42,.2),transparent 28%),
  #080708;
 color:#fff;
}
#bapp-loading img {filter:drop-shadow(0 8px 24px rgba(203,43,53,.28));}
#bapp-loading span {color:#dc7772;}
#bapp-loading i {background:linear-gradient(90deg,transparent,#d9323d,transparent);box-shadow:0 0 18px rgba(217,50,61,.45);}

.theme-cycle {
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:7px;
 min-width:80px;
 min-height:40px;
 padding:0 11px;
 border:1px solid #d8dcd3;
 border-radius:999px;
 background:var(--bapp-paper);
 color:var(--bapp-carbon);
 font:700 11px/1 var(--display);
 cursor:pointer;
 white-space:nowrap;
}
.theme-cycle-icon {display:none;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.theme-cycle-auto {width:17px;height:17px;place-items:center;border:1px solid currentColor;border-radius:50%;font:800 9px/1 var(--display);}
.theme-cycle[data-mode="auto"] .theme-cycle-auto,
.theme-cycle[data-mode="light"] .theme-cycle-day,
.theme-cycle[data-mode="dark"] .theme-cycle-night {display:grid;}
.desktop-theme-cycle {display:inline-flex;}
body .mobile-theme-cycle {display:none;}

.account-identity {display:flex;align-items:center;gap:7px;min-width:0;}
.account-mini-badges,.profile-earned-badges {display:flex;align-items:center;gap:5px;}
.earned-badge-icon {
 display:grid;
 place-items:center;
 width:32px;
 height:32px;
 flex:0 0 32px;
 border:2px solid #d5a65e;
 border-radius:50%;
 background:radial-gradient(circle at 32% 25%,#c9474c,#842126 68%,#571316);
 color:#fff7ea;
 box-shadow:0 3px 9px rgba(42,9,12,.22),inset 0 0 0 2px rgba(255,255,255,.12);
}
.earned-badge-icon svg {width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.earned-badge-icon.is-compact {width:21px;height:21px;flex-basis:21px;border-width:1px;}
.earned-badge-icon.is-compact svg {width:12px;height:12px;}
.profile-identity-row {display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:13px;border-bottom:1px solid var(--line);}
.profile-identity-row > strong {min-width:0;font:750 16px/1.2 var(--display);overflow-wrap:anywhere;}
.profile-earned-badges {flex-wrap:wrap;justify-content:flex-end;}
.profile-earned-badges small {max-width:230px;color:var(--muted);font-size:11px;text-align:right;}
body #daily .daily-badge-medallion svg {width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}

body #live.live-view {
 margin:0;
 padding:0 0 34px;
 border:0;
 border-radius:0;
 background:var(--bapp-bone);
 color:var(--bapp-carbon);
 box-shadow:none;
}
body #live > .section-heading {
 position:relative;
 min-height:210px;
 align-content:end;
 margin:22px 28px 24px;
 padding:34px;
 overflow:hidden;
 border:0;
 border-radius:12px;
 background:
  linear-gradient(90deg,rgba(25,4,7,.92),rgba(112,18,29,.78)),
  url("assets/ringside.webp") center 52% / cover no-repeat;
 color:#fff;
}
body #live > .section-heading::after {position:absolute;inset:auto 34px 0;height:4px;background:#ca3740;content:"";}
body #live > .section-heading .eyebrow {color:#f58a84;}
body #live > .section-heading h2 {margin:8px 0 7px;color:#fff;font:650 clamp(36px,5vw,58px)/1.02 var(--display);letter-spacing:-2px;text-transform:none;}
body #live > .section-heading p {max-width:570px;margin:0;color:#d7cbc5;font-size:13px;}
body #live #live-list {margin:0 28px;padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--bapp-paper);}
body #live .live-empty-state {min-height:250px;border:1px dashed var(--line);border-radius:10px;background:color-mix(in srgb,var(--bapp-paper) 88%,var(--bapp-signal) 12%);}
body #live .live-empty-state strong {color:var(--bapp-carbon);}
body #live .live-empty-state p {color:var(--muted);}
body #live .live-empty-state button {border-color:var(--bapp-signal);background:var(--bapp-signal);color:#fff;}

@media(min-width:921px) {
 body .main-content {overflow:visible;}
 html.website-mode body .desktop-sticky-nav {left:0;display:flex !important;}
 body .app-topbar {position:sticky;top:0;z-index:88;background:color-mix(in srgb,var(--bapp-bone) 92%,transparent);backdrop-filter:blur(18px);}
}

@media(max-width:1100px) and (min-width:921px) {
 body .desktop-primary-nav {gap:10px;}
 body .desktop-primary-nav button {font-size:12px;}
 .theme-cycle {min-width:72px;padding-inline:9px;}
}

@media(max-width:920px) {
 .desktop-theme-cycle {display:none;}
 body .mobile-theme-cycle {display:inline-flex;width:auto;min-width:82px;min-height:36px;padding:0 10px;}
 body .sidebar {position:sticky;top:0;z-index:110;}
 body #live > .section-heading {min-height:185px;margin:12px;padding:24px 18px;}
 body #live > .section-heading::after {right:18px;left:18px;}
 body #live > .section-heading h2 {font-size:38px;}
 body #live #live-list {margin:0 12px;padding:12px;}
}

/* Cover legacy hard-coded light surfaces when Night is selected. */
:root[data-theme="dark"] body #upcoming .schedule-toolbar,
:root[data-theme="dark"] body #upcoming .schedule-filter-row,
:root[data-theme="dark"] body #upcoming #upcoming-list,
:root[data-theme="dark"] body #upcoming .schedule-event,
:root[data-theme="dark"] body #upcoming .schedule-event[open],
:root[data-theme="dark"] body #results .results-toolbar,
:root[data-theme="dark"] body #results .results-archive-event,
:root[data-theme="dark"] body #results .results-archive-event[open],
:root[data-theme="dark"] body #results #results-list {border-color:rgba(255,255,255,.12);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-route-switch,
:root[data-theme="dark"] body #upcoming .upcoming-month-tabs,
:root[data-theme="dark"] body #results .results-route-switch,
:root[data-theme="dark"] body #results .results-month-tabs {background:#282123;}
:root[data-theme="dark"] body #upcoming .schedule-route-switch button,
:root[data-theme="dark"] body #upcoming .upcoming-scope-tab,
:root[data-theme="dark"] body #results .results-route-switch button,
:root[data-theme="dark"] body #results .results-month-tab {color:#d9cec7 !important;}
:root[data-theme="dark"] body #upcoming .schedule-route-switch button.is-active,
:root[data-theme="dark"] body #upcoming .upcoming-scope-tab.is-active,
:root[data-theme="dark"] body #results .results-route-switch button.is-active,
:root[data-theme="dark"] body #results .results-month-tab.is-active {border-color:#c64b45;background:#c64b45;color:#fff !important;}
:root[data-theme="dark"] body #upcoming .upcoming-search,
:root[data-theme="dark"] body #results .results-search {border-color:rgba(255,255,255,.15);background:#151112;}
:root[data-theme="dark"] body #upcoming .upcoming-search input,
:root[data-theme="dark"] body #results .results-search input {background:transparent;color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .upcoming-month-summary,
:root[data-theme="dark"] body #results .results-search-summary,
:root[data-theme="dark"] body #upcoming .schedule-matchup-copy > small,
:root[data-theme="dark"] body #upcoming .schedule-matchup-copy > em,
:root[data-theme="dark"] body #upcoming .schedule-event-meta small,
:root[data-theme="dark"] body #results .results-archive-copy > small,
:root[data-theme="dark"] body #results .results-archive-meta small,
:root[data-theme="dark"] body #results .result-community {color:#bdb1a8;}
:root[data-theme="dark"] body #upcoming .schedule-date,
:root[data-theme="dark"] body #upcoming .schedule-matchup-copy > strong,
:root[data-theme="dark"] body #upcoming .event-bout-copy h4,
:root[data-theme="dark"] body #upcoming .schedule-event-meta,
:root[data-theme="dark"] body #results .results-archive-date,
:root[data-theme="dark"] body #results .results-search-summary strong,
:root[data-theme="dark"] body #results .results-archive-copy > strong,
:root[data-theme="dark"] body #results .results-archive-meta,
:root[data-theme="dark"] body #results .result-bout,
:root[data-theme="dark"] body #results .result-fighter,
:root[data-theme="dark"] body #results .results-card-heading h3 {color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-event-meta svg,
:root[data-theme="dark"] body #results .results-archive-meta svg {stroke:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-details-action,
:root[data-theme="dark"] body #upcoming .event-calendar-button,
:root[data-theme="dark"] body #upcoming .event-alert-button,
:root[data-theme="dark"] body #results .results-details-action {border-color:rgba(255,255,255,.17);background:#241d1e;color:#f6f0e9;}
:root[data-theme="dark"] body #upcoming .schedule-card-drawer,
:root[data-theme="dark"] body #results .results-card-drawer {border-color:rgba(255,255,255,.1);background:#171314;}
:root[data-theme="dark"] body #upcoming .event-bout,
:root[data-theme="dark"] body #upcoming .event-bout.is-main,
:root[data-theme="dark"] body #results .results-bout-ledger {border-color:rgba(255,255,255,.11);background:#211b1c;color:#f6f0e9;}
:root[data-theme="dark"] body #results .result-fighter.is-opponent {color:#c5bab3;}
:root[data-theme="dark"] body #results .result-fighter.is-winner {background:rgba(213,166,79,.13);}

/* Dark schedule controls must keep their labels readable over the charcoal toolbar. */
:root[data-theme="dark"] body #upcoming .upcoming-month-tab,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab span,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab small {color:#f6f0e9 !important;}
:root[data-theme="dark"] body #upcoming .upcoming-month-summary strong {color:#f6f0e9 !important;}
:root[data-theme="dark"] body #upcoming .upcoming-month-summary {color:#c8bdb5 !important;}

/* Match Upcoming's month picker to the clean segmented control used by Results. */
body #upcoming .upcoming-month-tabs {
 display:flex;
 align-items:center;
 gap:3px;
 max-width:100%;
 padding:4px;
 overflow-x:auto;
 border:0;
 border-radius:999px;
 background:#ece6da;
 scrollbar-width:none;
}
body #upcoming .upcoming-month-tabs::-webkit-scrollbar {display:none;}
body #upcoming .upcoming-month-tab,
body #upcoming .upcoming-month-tab span,
body #upcoming .upcoming-month-tab small {
 color:#56534e !important;
 opacity:1 !important;
}
body #upcoming .upcoming-month-tab {
 display:inline-flex;
 flex:0 0 auto;
 align-items:center;
 min-width:max-content;
 min-height:42px;
 padding:0 19px;
 border:0 !important;
 border-radius:999px;
 background:transparent;
 box-shadow:none;
 font:800 .82rem/1 var(--display-font);
 text-align:center;
}
body #upcoming .upcoming-month-tab.is-active,
body #upcoming .upcoming-month-tab.is-active span,
body #upcoming .upcoming-month-tab.is-active small {
 background:var(--bapp-signal);
 color:#fff !important;
}
:root[data-theme="dark"] body #upcoming .upcoming-month-tabs {background:#282123;}
:root[data-theme="dark"] body #upcoming .upcoming-month-tab {background:transparent;border:0 !important;}
:root[data-theme="dark"] body #upcoming .upcoming-month-tab,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab span,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab small {color:#d9cec7 !important;}
:root[data-theme="dark"] body #upcoming .upcoming-month-tab.is-active,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab.is-active span,
:root[data-theme="dark"] body #upcoming .upcoming-month-tab.is-active small {background:#c64b45;color:#fff !important;}

body .account-confirmation {
 display:grid;
 justify-items:center;
 gap:9px;
 margin:12px 0 4px;
 padding:22px 18px;
 border:1px solid rgba(184,134,54,.42);
 border-radius:12px;
 background:rgba(184,134,54,.09);
 text-align:center;
}
body .account-confirmation-mark {
 display:grid;
 place-items:center;
 width:42px;
 height:42px;
 border-radius:50%;
 background:#b88636;
 color:#fff;
 font-size:1.3rem;
 font-weight:950;
}
body .account-confirmation-mark img {width:30px;height:30px;object-fit:contain;}
body .account-oauth > div {grid-template-columns:1fr;}
body .account-oauth .oauth-button {width:100%;}
body .account-confirmation strong {color:var(--text);font:900 1.2rem/1.1 var(--display-font);}
body .account-confirmation p {max-width:390px;margin:0;color:var(--muted);font-size:.88rem;line-height:1.55;}
body .account-confirmation .account-resend {min-height:42px;margin-top:5px;padding:0 18px;}
body .account-confirmation small {min-height:1.4em;color:var(--muted);line-height:1.4;}
body .account-status.is-success {color:#9a6b20;font-weight:850;}
body .account-status.is-error {color:#b52e34;font-weight:850;}
:root[data-theme="dark"] body .account-confirmation {border-color:rgba(219,171,91,.5);background:rgba(219,171,91,.12);}
:root[data-theme="dark"] body .account-confirmation strong {color:#fff8f1;}
:root[data-theme="dark"] body .account-confirmation p,
:root[data-theme="dark"] body .account-confirmation small {color:#d8ccc4;}
:root[data-theme="dark"] body .account-status.is-success {color:#e3b76d;}
:root[data-theme="dark"] body .account-status.is-error {color:#ff8e8e;}

:root[data-theme="dark"] body #daily,
:root[data-theme="dark"] body .daily-home-teaser {
 --daily-ivory:#100d0e;
 --daily-paper:#1c1718;
 --daily-ink:#f6f0e9;
 --daily-muted:#bdb1a8;
 --daily-brass:#df6a63;
 --daily-crimson:#c64b45;
 background:#100d0e;
 color:#f6f0e9;
}
:root[data-theme="dark"] body .daily-home-teaser {border-color:rgba(255,255,255,.13);background:#1c1718;}
:root[data-theme="dark"] body .daily-home-action {border-color:#c64b45;background:#c64b45;color:#fff;}
:root[data-theme="dark"] body #daily .daily-challenge-spotlight {background:#100d0e;}
:root[data-theme="dark"] body #daily .daily-challenge-copy,
:root[data-theme="dark"] body #daily .daily-choices button,
:root[data-theme="dark"] body #daily .daily-complete {border-color:rgba(255,255,255,.13);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body #daily .daily-round-meta {border-color:rgba(255,255,255,.12);}
:root[data-theme="dark"] body #daily .daily-question strong,
:root[data-theme="dark"] body #daily .daily-round-meta strong,
:root[data-theme="dark"] body #daily .daily-complete strong {color:#f6f0e9;}
:root[data-theme="dark"] body #daily .daily-question small,
:root[data-theme="dark"] body #daily .daily-complete p {color:#bdb1a8;}
:root[data-theme="dark"] body #daily .daily-choices button:hover,
:root[data-theme="dark"] body #daily .daily-choices button:focus-visible {border-color:#d95a55;background:#302022;color:#fff;}
:root[data-theme="dark"] body #daily .daily-trophy-case {background:linear-gradient(145deg,#211719,#100d0e);color:#f6f0e9;}
:root[data-theme="dark"] body #live.live-view {background:#100d0e;color:#f6f0e9;}
:root[data-theme="dark"] body #live #live-list {border-color:rgba(255,255,255,.12);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body #live .live-empty-state {border-color:rgba(255,255,255,.15);background:#241d1e;}
:root[data-theme="dark"] body #live .live-empty-state strong {color:#f6f0e9;}
:root[data-theme="dark"] body .theme-cycle {border-color:rgba(255,255,255,.15);background:#211b1c;color:#f6f0e9;}
body .boxer-home-grid.is-empty {display:none !important;}

/* Keep the footer and signed-in identity calm beside the ringside hero. */
body .site-footer-main,
:root[data-theme="light"] body .site-footer-main,
:root[data-theme="dark"] body .site-footer-main {
 background:linear-gradient(135deg,#751b28 0%,#57131d 52%,#351015 100%);
}
body .site-footer-social a:not([aria-disabled="true"]):hover {color:#57131d;}
body .topbar-account.is-signed-in,
:root[data-theme="light"] body .topbar-account.is-signed-in,
:root[data-theme="dark"] body .topbar-account.is-signed-in {
 max-width:190px;
 min-height:42px;
 padding:5px 10px 5px 6px;
 gap:8px;
 border:1px solid rgba(205,77,75,.5);
 border-radius:999px;
 background:#24191b;
 color:#fff;
 box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
body .topbar-account.is-signed-in .account-avatar {width:30px;height:30px;flex-basis:30px;border-color:#d76661;background:#a92f38;color:#fff;}
body .topbar-account.is-signed-in .account-identity {display:flex;align-items:center;min-width:0;}
body .topbar-account.is-signed-in .account-name {display:flex;align-items:center;gap:5px;min-width:0;color:#fff;font-size:13px;text-transform:none;}
body .topbar-account.is-signed-in .account-role,
body .topbar-account.is-signed-in .account-record {display:none;}
body .topbar-account.is-signed-in .account-mini-badges {flex:0 0 auto;gap:3px;}
body .topbar-account.is-signed-in .earned-badge-icon.is-compact {width:19px;height:19px;flex-basis:19px;}

/* On This Day follows the same dark/crimson editorial system. */
:root[data-theme="dark"] body #history.view-section {background:#100d0e;color:#f6f0e9;}
:root[data-theme="dark"] body #history .history-masthead,
:root[data-theme="dark"] body #history .history-topic-strip,
:root[data-theme="dark"] body #history .timeline,
:root[data-theme="dark"] body #history .timeline-item {border-color:rgba(255,255,255,.12);}
:root[data-theme="dark"] body #history .timeline-copy {border-color:rgba(255,255,255,.12);background:#1c1718;}
:root[data-theme="dark"] body #history .history-empty {border-color:rgba(255,255,255,.12);background:#1c1718;}
body .home-results-track em,
body .home-recent-list em {
 background:color-mix(in srgb,var(--bapp-victory) 15%,transparent);
 color:var(--bapp-victory);
}
body .home-results-track strong,
body .home-recent-list strong,
body #results .result-fighter.is-winner .result-fighter-copy strong {
 color:var(--bapp-victory);
}
:root[data-theme="dark"] body #results .results-archive-copy > em.is-official {
 background:#6f5221;
 color:#ffe1a0;
}

/* September 8 screenshot corrections: complete dark surfaces and stable P4P rows. */
:root[data-theme="dark"] body #rankings .rankings-results-rail,
:root[data-theme="dark"] body #rankings .p4p-source-bar,
:root[data-theme="dark"] body #rankings .ranking-panel {
 border-color:rgba(255,255,255,.12);
 background:#1c1718;
 color:#f6f0e9;
 box-shadow:none;
}
:root[data-theme="dark"] body #rankings .rankings-results-heading h2,
:root[data-theme="dark"] body #rankings .ranking-panel .section-heading h2,
:root[data-theme="dark"] body #rankings .ranking-copy strong,
:root[data-theme="dark"] body #rankings .ranking-stat,
:root[data-theme="dark"] body #rankings .ranking-division-picker,
:root[data-theme="dark"] body #rankings .ranking-division-picker-header {
 color:#f6f0e9;
}
:root[data-theme="dark"] body #rankings .ranking-card,
:root[data-theme="dark"] body #rankings .ranking-card.ranking-table-row,
:root[data-theme="dark"] body #rankings .ranking-card.ranking-table-row.rank-1 {
 border-color:rgba(255,255,255,.1);
 background:#1c1718;
 color:#f6f0e9;
}
:root[data-theme="dark"] body #rankings .ranking-card:hover {background:#282123;}
:root[data-theme="dark"] body #rankings .ranking-copy small,
:root[data-theme="dark"] body #rankings .rankings-result-date,
:root[data-theme="dark"] body #rankings .rankings-result-method,
:root[data-theme="dark"] body #rankings .rankings-result-matchup span,
:root[data-theme="dark"] body #rankings .p4p-source-bar small {color:#bdb1a8;}

:root[data-theme="dark"] body #scorecard .score-fight-picker,
:root[data-theme="dark"] body #scorecard .score-round-strip {
 border-color:rgba(255,255,255,.13);
 background:#241d1e;
 color:#f6f0e9;
}
:root[data-theme="dark"] body #scorecard .score-fight-picker strong {color:#f6f0e9;}
:root[data-theme="dark"] body #scorecard .score-fight-picker small,
:root[data-theme="dark"] body #scorecard .score-fight-picker em {color:#bdb1a8;}
:root[data-theme="dark"] body #scorecard .score-round-dot {border-color:rgba(255,255,255,.14);background:#30282a;color:#d0c4bb;}
:root[data-theme="dark"] body #scorecard .score-round-dot.is-active {border-color:#f6f0e9;background:#d5a64f;color:#171313;box-shadow:0 0 0 2px rgba(213,166,79,.22);}
:root[data-theme="dark"] body #scorecard .score-round-dot.is-blue {border-color:#7f9fb2;background:#24343d;color:#c7e1ef;}
:root[data-theme="dark"] body #scorecard .score-round-dot.is-red {border-color:#d95a55;background:#3a2224;color:#ffc4c0;}
:root[data-theme="dark"] body #scorecard .score-round-dot.is-even {border-color:#d5a64f;background:#3a3020;color:#ffe1a0;}

/* Keep every scorecard instruction and result legible in Night mode. */
:root[data-theme="dark"] body #scorecard {
 --score-ink:#f6f0e9;
 --score-paper:#1c1718;
 --score-bone:#100d0e;
}
:root[data-theme="dark"] body #scorecard .scorecard-heading h2,
:root[data-theme="dark"] body #scorecard .score-table-panel h2,
:root[data-theme="dark"] body #scorecard .score-instruction h3,
:root[data-theme="dark"] body #scorecard .round-control strong,
:root[data-theme="dark"] body #scorecard .score-option strong,
:root[data-theme="dark"] body #scorecard .score-even-button strong,
:root[data-theme="dark"] body #scorecard .summary-card strong,
:root[data-theme="dark"] body #scorecard tfoot th {color:#f6f0e9 !important;}
:root[data-theme="dark"] body #scorecard .score-instruction p,
:root[data-theme="dark"] body #scorecard .round-control span,
:root[data-theme="dark"] body #scorecard .corner-card span,
:root[data-theme="dark"] body #scorecard .corner-card small,
:root[data-theme="dark"] body #scorecard .summary-card span,
:root[data-theme="dark"] body #scorecard .score-choice-copy > span,
:root[data-theme="dark"] body #scorecard .score-even-button span,
:root[data-theme="dark"] body #scorecard .advanced-score-options summary,
:root[data-theme="dark"] body #scorecard .score-status,
:root[data-theme="dark"] body #scorecard .round-call,
:root[data-theme="dark"] body #scorecard .score-ending-editor summary span,
:root[data-theme="dark"] body #scorecard .score-ending-editor label {color:#c9bdb5 !important;}
:root[data-theme="dark"] body #scorecard .advanced-score-options {
 border-color:rgba(255,255,255,.14);
 background:#241d1e;
 color:#f6f0e9;
}
:root[data-theme="dark"] body #scorecard .score-option em {background:#100d0e;color:#fff;}
:root[data-theme="dark"] body #scorecard table tfoot th {background:#241d1e !important;color:#f6f0e9 !important;}
:root[data-theme="dark"] body #scorecard .score-option.is-active,
:root[data-theme="dark"] body #scorecard .score-even-button.is-active {
 border-color:#36a36b;
 background:rgba(54,163,107,.18);
 box-shadow:inset 0 0 0 2px #36a36b;
}
body #scorecard .table-wrap table {width:100%;table-layout:fixed;}
body #scorecard .table-wrap th {white-space:normal;overflow-wrap:anywhere;}
@media (max-width:1500px) and (min-width:861px) {
 body #scorecard .scorecard-layout {grid-template-columns:1fr;}
}

@media (min-width:921px) {
 body #rankings .ranking-card.ranking-table-row.rank-1 {
  grid-template-columns:52px minmax(230px,1.45fr) 74px 74px 48px repeat(4,38px) 164px 22px;
  gap:8px;
  min-height:94px;
  margin:0;
  padding:12px 22px;
  border-width:0 0 1px;
  border-radius:0;
 }
 body #rankings .ranking-card.rank-1 .ranking-rank {display:block;width:auto;height:auto;font-size:1.75rem;}
 body #rankings .ranking-card.rank-1 .ranking-photo {width:58px;height:58px;border-radius:50%;}
}

body #rankings .p4p-source-bar .live-dot {
 display:grid;
 width:22px;
 height:22px;
 place-items:center;
 border:1px solid color-mix(in srgb,var(--bapp-victory) 65%,transparent);
 border-radius:50%;
 background:color-mix(in srgb,var(--bapp-victory) 16%,transparent);
 color:var(--bapp-victory);
 box-shadow:none;
}
body #rankings .p4p-source-bar .live-dot::before {content:"✓";font:900 12px/1 system-ui,sans-serif;}
body #live .live-empty-icon {width:58px;height:58px;border-color:rgba(213,166,79,.55);background:rgba(213,166,79,.08);color:var(--bapp-victory);box-shadow:none;}
body #live .live-empty-icon svg {width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}

/* September 9 platform pass: clear product hierarchy, unified discovery, and community scoring. */
body .desktop-primary-nav button.is-active {color:var(--bapp-signal);position:relative;}
body .desktop-primary-nav button.is-active::after {content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:2px;background:var(--bapp-signal);}
body .hero-platform-copy {max-width:760px;margin:0 auto 20px;text-align:center;color:#fffefa;}
body .hero-platform-copy > span {display:block;margin-bottom:5px;color:#dbb68d;font:700 10px/1.4 var(--display);letter-spacing:.16em;text-transform:uppercase;}
body .hero-platform-copy h1 {margin:0;font:650 clamp(25px,3vw,38px)/1.06 var(--display);letter-spacing:-1.2px;color:#fffefa;}
body .hero-platform-copy p {margin:8px 0 0;color:#d6cbc3;font:500 12px/1.5 var(--display);}
body .hero-status-row {margin-bottom:18px;}
body .hero-fighter-image {max-height:220px;}
body .home-platform-links {display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin:18px 28px 0;overflow:hidden;border:1px solid #d8dcd3;border-radius:12px;background:#d8dcd3;}
body .home-platform-links button {display:flex;min-width:0;min-height:76px;flex-direction:column;align-items:flex-start;justify-content:center;padding:15px 18px;text-align:left;background:var(--bapp-paper);color:var(--bapp-carbon);transition:background .18s ease,color .18s ease,transform .18s ease;}
body .home-platform-links button:hover {background:var(--bapp-carbon);color:#fffefa;transform:translateY(-1px);}
body .home-platform-links span {color:var(--bapp-signal);font:700 9px/1.3 var(--display);letter-spacing:.11em;text-transform:uppercase;}
body .home-platform-links strong {margin-top:5px;font:650 14px/1.25 var(--display);}
body .fight-search-results {display:grid;gap:8px;margin:14px 0 18px;}
body .fight-search-heading {display:flex;align-items:center;justify-content:space-between;color:#6c746e;font-size:12px;}
body .fight-search-heading span {font:700 11px/1 var(--display);letter-spacing:.1em;text-transform:uppercase;color:var(--bapp-signal);}
body .fight-search-result {display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid #d8dcd3;border-radius:9px;background:var(--bapp-paper);color:var(--bapp-carbon);}
body .fight-search-result:hover {border-color:var(--bapp-signal);transform:translateY(-1px);}
body .fight-search-result > span:nth-child(2) {display:grid;gap:4px;min-width:0;}
body .fight-search-result strong {font:650 14px/1.25 var(--display);}
body .fight-search-result small {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#68716b;font-size:11px;}
body .fight-search-status {padding:6px 8px;border-radius:999px;background:#e9e2d9;color:#555d58;font:700 9px/1 var(--display);text-transform:uppercase;}
body .fight-search-status.is-final {background:color-mix(in srgb,var(--bapp-victory) 18%,#fff);color:#725113;}
body .profile-head {grid-template-columns:auto minmax(0,1fr) auto auto;}
body .boxer-public-profile {align-self:center;white-space:nowrap;text-decoration:none;}
body .profile-section .fight-row a,body .recent-fight a {display:inline-flex;margin-top:7px;color:var(--bapp-signal);font-weight:700;text-decoration:none;}
body .tale-fighter h3 a {color:inherit;text-decoration:none;}
body .tale-fighter h3 a:hover {color:var(--bapp-signal);}
body .tale-actions {display:flex;justify-content:center;gap:10px;margin-top:18px;}
body .tale-actions a {display:inline-flex;align-items:center;justify-content:center;text-decoration:none;}
body .scorecard-community {display:grid;gap:8px;margin:18px 20px 0;padding:18px;border:1px solid #d8dcd3;border-radius:10px;background:#f2ece5;color:var(--bapp-carbon);}
body .scorecard-community strong {font:650 17px/1.2 var(--display);}
body .scorecard-community small {color:#68716b;}
body .scorecard-consensus {display:grid;grid-template-columns:minmax(100px,auto) minmax(100px,1fr) minmax(100px,auto);gap:10px;align-items:center;font-size:12px;}
body .scorecard-consensus span:last-child {text-align:right;}
body .scorecard-consensus i {height:7px;overflow:hidden;border-radius:999px;background:var(--bapp-signal);}
body .scorecard-consensus em {display:block;height:100%;background:#7f9fb2;}
body .scorecard-share {flex-wrap:wrap;}
body .scorecard-community-submit {min-height:44px;}

:root[data-theme="dark"] body .home-platform-links {border-color:#332b2c;background:#332b2c;}
:root[data-theme="dark"] body .home-platform-links button,
:root[data-theme="dark"] body .fight-search-result {border-color:rgba(255,255,255,.11);background:#1c1718;color:#f6f0e9;}
:root[data-theme="dark"] body .home-platform-links button:hover {background:#2a2224;}
:root[data-theme="dark"] body .fight-search-heading,
:root[data-theme="dark"] body .fight-search-result small,
:root[data-theme="dark"] body .scorecard-community small {color:#bdb1a8;}
:root[data-theme="dark"] body .scorecard-community {border-color:rgba(255,255,255,.12);background:#241d1e;color:#f6f0e9;}

@media (max-width:1100px) and (min-width:861px) {
 body .desktop-primary-nav {gap:13px;}
 body .desktop-primary-nav button {font-size:12px;}
 body .desktop-theme-cycle,body .topbar-donate,body .connection-chip {display:none;}
 body .profile-head {grid-template-columns:auto minmax(0,1fr) auto;}
 body .boxer-public-profile {grid-column:2/4;justify-self:start;}
}
@media (max-width:860px) {
 body .hero-fight-content {padding:22px 14px 18px;}
 body .hero-platform-copy {margin-bottom:16px;padding:0 6px;}
 body .hero-platform-copy h1 {font-size:25px;}
 body .hero-platform-copy p {font-size:11px;}
 body .hero-fighter-image {max-height:178px;}
 body .home-platform-links {grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 12px 0;}
 body .home-platform-links button:last-child {grid-column:1/-1;}
 body .home-platform-links button {min-height:66px;padding:12px 14px;}
 body .profile-head {grid-template-columns:auto minmax(0,1fr);}
 body .profile-head .favorite-boxer-button,body .boxer-public-profile {grid-column:1/-1;justify-self:stretch;justify-content:center;}
 body .scorecard-consensus {grid-template-columns:1fr;}
 body .scorecard-consensus span:last-child {text-align:left;}
 body .fight-search-result {grid-template-columns:auto minmax(0,1fr);}
 body .fight-search-result > b {display:none;}
 body .tale-actions {flex-direction:column;}
}

/* Phone navigation exposes five stable destinations; secondary tools open from More. */
@media (max-width:920px) {
 body .nav-list > .nav-item {display:none;}
 body .nav-list > .nav-item:nth-child(1),
 body .nav-list > .nav-item:nth-child(3),
 body .nav-list > .nav-item:nth-child(5),
 body .nav-list > .nav-item:nth-child(7),
 body .nav-list > .nav-more {display:flex;}
 body .nav-list.is-expanded > .nav-item:nth-child(2),
 body .nav-list.is-expanded > .nav-item:nth-child(4),
 body .nav-list.is-expanded > .nav-item:nth-child(6),
 body .nav-list.is-expanded > .nav-item:nth-child(8),
 body .nav-list.is-expanded > .nav-item:nth-child(9),
 body .nav-list.is-expanded > .nav-item:nth-child(10) {display:flex;}
 body .nav-list.is-expanded > .nav-item:nth-child(2) {bottom:calc(346px + env(safe-area-inset-bottom));}
 body .nav-list.is-expanded > .nav-item:nth-child(4) {bottom:calc(294px + env(safe-area-inset-bottom));}
 body .nav-list.is-expanded > .nav-item:nth-child(6) {bottom:calc(242px + env(safe-area-inset-bottom));}
 body .nav-list.is-expanded > .nav-item:nth-child(8) {bottom:calc(190px + env(safe-area-inset-bottom));}
 body .nav-list.is-expanded > .nav-item:nth-child(9) {bottom:calc(138px + env(safe-area-inset-bottom));}
 body .nav-list.is-expanded > .nav-item:nth-child(10) {bottom:calc(86px + env(safe-area-inset-bottom));}
}
@media (max-width:640px) {
 body .nav-list > .nav-item {font-size:.56rem;}
 body .topbar-date {display:none;}
 body .app-topbar {height:54px;min-height:54px;margin-inline:10px;}
 body .topbar-actions {width:100%;justify-content:flex-end;}
 body .topbar-account {min-width:0;max-width:132px;}
 body .topbar-donate {min-width:0;}
 body .hero-panel {width:auto;margin:12px 10px 0;}
 body .home-results-ticker {margin-inline:10px;}
 body .hero-fight-content {padding:18px 12px 16px;}
 body .hero-platform-copy {margin-bottom:12px;}
 body .hero-platform-copy h1 {font-size:23px;}
 body .hero-platform-copy p {margin-top:6px;line-height:1.35;}
 body .hero-status-row {margin-bottom:12px;}
 body .hero-matchup {grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);gap:6px;}
 body .hero-fighter-name {font-size:clamp(15px,5.2vw,19px);line-height:1.05;overflow-wrap:normal;word-break:normal;}
 body .hero-fighter-image {max-height:160px;}
 body .hero-actions {margin-top:16px;}
 body .hero-carousel-controls {margin-top:14px;}
 body .home-platform-links {margin-inline:10px;}
 body #scorecard .score-fight-picker {align-items:center;}
 body #scorecard .score-fight-picker strong {overflow:visible;text-overflow:clip;white-space:normal;line-height:1.2;}
}
