:root {
  --black: #101010;
  --black-soft: #202020;
  --paper: #f5f2ea;
  --white: #fff;
  --red: #d92f24;
  --yellow: #f3c84b;
  --green: #1d7d64;
  --line: #d6d2c8;
  --muted: #73736f;
  --serif: 'STSong', 'SimSun', 'Songti SC', serif;
  --sans: 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif;
  --display: 'Arial Narrow', 'Bahnschrift Condensed', 'Microsoft YaHei UI', sans-serif;
  --wrap: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 9px 14px; color: white; background: var(--red); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.public-layout { width: 100%; margin-inline: auto; }
.public-layout.has-side-ads { display: grid; grid-template-columns: minmax(0, 184px) minmax(0, 1180px) minmax(0, 184px); justify-content: center; align-items: start; column-gap: 24px; }
.public-content { width: 100%; min-width: 0; }
.public-layout.has-side-ads .public-content .wrap { width: min(1180px, calc(100% - 48px)); }
.side-ad-rail { display: grid; gap: 18px; min-width: 0; padding-top: 24px; }
.side-ad-rail[aria-hidden="true"] { display: none; }
.side-ad { min-width: 0; padding: 10px 10px 12px; border-top: 5px solid var(--red); background: var(--white); box-shadow: 8px 8px 0 rgba(16,16,16,.08); }
.side-ad-label { display: block; margin-bottom: 9px; color: var(--red); font: 800 9px/1 var(--display); letter-spacing: 1.7px; }
.side-ad a { display: block; }
.side-ad img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #e3e0d6; }
.side-ad strong { display: block; margin-top: 10px; font: 800 15px/1.35 var(--serif); overflow-wrap: anywhere; }
.side-ad a:hover strong { color: var(--red); }
.side-ad a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.route-progress { position: fixed; z-index: 101; left: 0; top: 0; width: 100%; height: 3px; pointer-events: none; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.route-progress.active { transform: scaleX(.78); }
.route-loading { min-height: 65vh; display: grid; place-items: center; color: var(--muted); }

.site-header { position: sticky; z-index: 20; top: 0; color: white; background: var(--black); border-bottom: 1px solid #303030; }
.header-main { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.site-brand { flex: 0 0 auto; display: flex; align-items: center; gap: 11px; }
.brand-seal { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--red); font: 900 23px/1 var(--serif); transform: skew(-5deg); }
.site-brand strong { display: block; font: 900 20px/1 var(--serif); }
.site-brand small { display: block; margin-top: 6px; color: #8b8b8b; font: 9px/1 var(--display); letter-spacing: 2px; }
.site-nav { min-width: 0; display: flex; align-items: stretch; align-self: stretch; margin-left: auto; }
.site-nav a { position: relative; display: grid; place-items: center; padding: 0 17px; color: #c9c9c9; font-size: 13px; }
.site-nav a::after { content: ''; position: absolute; left: 17px; right: 17px; bottom: 18px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover { color: white; }
.site-nav a:hover::after { transform: scaleX(1); }
.admin-link { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #4b4b4b; color: #aaa; font-size: 11px; }
.admin-link:hover { border-color: var(--red); color: white; }
.site-search { flex: 0 1 218px; min-width: 150px; display: flex; align-items: center; gap: 7px; padding: 7px 0 7px 10px; border: 1px solid #454545; background: #1b1b1b; color: #aaa; }
.site-search:focus-within { border-color: var(--yellow); color: white; }
.site-search-icon { flex: 0 0 auto; font-size: 20px; line-height: 1; transform: translateY(-1px); }
.site-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: white; background: transparent; font-size: 12px; }
.site-search input::placeholder { color: #999; }
.site-search input::-webkit-search-cancel-button { display: none; }
.site-search button { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; padding: 0; border: 0; color: #aaa; background: transparent; cursor: pointer; }
.site-search button:hover { color: var(--yellow); }
.site-search-clear { display: none !important; font-size: 18px; }
.site-search-clear.visible { display: grid !important; }
.site-search-submit { border-left: 1px solid #454545 !important; font-size: 17px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.search-page { padding-block: 54px 90px; }
.search-page-head { max-width: 760px; padding-block: 48px 40px; }
.search-page-head h1 { margin: 13px 0 10px; font: 900 clamp(36px, 5vw, 62px)/1.08 var(--serif); overflow-wrap: anywhere; }
.search-page-head p { margin: 0; color: var(--muted); }
.search-results { display: grid; gap: 24px; max-width: 900px; }
.search-result-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; padding-block: 24px; border-top: 1px solid var(--line); }
.search-result-image { display: block; aspect-ratio: 4 / 3; background: #dedbd2 center / cover no-repeat; }
.search-result-image:not([style]) { background: var(--black) linear-gradient(135deg, #252525, #111); }
.search-result-card:hover .search-result-image { outline: 3px solid var(--red); outline-offset: -3px; }
.search-result-copy { min-width: 0; }
.search-result-copy h2 { margin: 8px 0 8px; font: 800 25px/1.3 var(--serif); overflow-wrap: anywhere; }
.search-result-copy h2 a:hover { color: var(--red); }
.search-result-copy p { margin: 0 0 17px; color: var(--muted); font-size: 13px; }
.search-result-copy .arrow-link { font-size: 12px; }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; }

.home-hero { position: relative; min-height: clamp(500px, 68vh, 720px); display: flex; align-items: flex-end; color: white; background-color: #1b1b1b; background-size: cover; background-position: center; }
.home-hero::before { content: ''; position: absolute; inset: 0; background: rgba(10,10,10,.68); }
.hero-inner { position: relative; z-index: 1; padding-block: 100px 76px; }
.hero-copy { width: min(760px, 76%); }
.hero-copy .entry-meta { color: #ddd; }
.hero-copy h1 { max-width: 760px; margin: 19px 0 21px; font: 900 clamp(45px, 5.6vw, 78px)/1.06 var(--serif); letter-spacing: 0; overflow-wrap: anywhere; }
.hero-copy > p { max-width: 610px; margin: 0 0 32px; color: #dedede; font-size: 17px; }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-weight: 700; }
.arrow-link-light { border-color: var(--yellow); color: white; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }
.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 13px; color: var(--muted); font-size: 11px; font-weight: 700; }
.entry-meta > * + *::before { content: '·'; margin-right: 13px; color: var(--red); }
.entry-meta > span:first-child { color: var(--red); text-transform: uppercase; }
.signal-strip { border-bottom: 1px solid #beb9ae; background: var(--yellow); }
.signal-strip .wrap { min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; font-size: 12px; }
.signal-strip strong { font: 800 12px var(--display); }
.signal-strip span { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.signal-strip time { color: #5c512d; }

.section { padding-block: 76px 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; padding-bottom: 17px; border-bottom: 2px solid var(--black); }
.section-heading > div { display: flex; align-items: baseline; gap: 15px; }
.section-index { color: var(--red); font: 800 13px var(--display); }
.section-heading h2 { margin: 0; font: 900 clamp(29px, 4vw, 45px)/1 var(--serif); }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; }
#latest-news { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; } #latest-news > .section-heading { grid-column: 2; grid-row: 1; } #latest-news > .news-layout { display: contents; } #latest-news .story-grid { grid-column: 2; grid-row: 2; grid-template-columns: 1fr; gap: 18px; } #latest-news .home-side-rail { grid-column: 1; grid-row: 1 / span 2; }
.home-side-rail { align-self: start; display: grid; gap: 24px; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 26px; }
.story-card { min-width: 0; }
.news-card { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.news-card-image { display: block; aspect-ratio: 1 / 1; background: #dedbd2 center / cover no-repeat; }
.news-card:hover .news-card-image { outline: 3px solid var(--red); outline-offset: -3px; }
.news-card-copy { min-width: 0; padding-top: 1px; }
.news-card-copy h3 { margin: 7px 0 0; font: 800 17px/1.35 var(--serif); overflow-wrap: anywhere; }
.news-card-copy h3 a:hover { color: var(--red); }
.news-card .entry-meta { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-card .entry-meta time, .news-card .entry-meta a { display: none; }
.story-image { position: relative; aspect-ratio: 16 / 10; display: block; overflow: hidden; background-color: #dedbd2; background-size: cover; background-position: center; }
.story-image::after { content: ''; position: absolute; inset: 0; border: 0 solid var(--red); transition: border-width .2s ease, background-color .2s ease; }
.story-card:hover .story-image::after { border-width: 5px; background: rgba(0,0,0,.08); }
.story-copy { padding-top: 16px; }
.story-copy h3 { margin: 10px 0 8px; font: 800 23px/1.3 var(--serif); overflow-wrap: anywhere; }
.story-copy h3 a:hover { color: var(--red); }
.story-copy > p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.media-badge { position: absolute; z-index: 2; left: 14px; bottom: 14px; padding: 6px 10px; color: white; background: var(--red); font-size: 11px; font-weight: 800; }
.live-badge::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 3px rgba(255,255,255,.25); }
.live-rail { color: white; background: var(--black); }
.live-item { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 13px; padding: 14px 18px; border-bottom: 1px solid #343434; }
.live-item:hover { background: var(--red); }
.live-item-image { position: relative; min-height: 68px; background: #2b2b2b center / cover no-repeat; }
.live-item-image .media-badge { left: 7px; bottom: 7px; padding: 4px 6px; font-size: 9px; }
.live-item-copy { min-width: 0; align-self: center; }
.live-item-copy strong, .live-item-copy span, .live-item-link { display: block; }
.live-item-copy .entry-meta { margin-bottom: 4px; color: #aaa; font-size: 9px; }
.live-item-copy .entry-meta time { margin-left: 8px; }
.live-item-copy strong { line-height: 1.35; }
.live-item-copy > span { margin-top: 5px; overflow: hidden; color: #aaa; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.live-item-link { margin-top: 8px; color: var(--yellow); font-size: 10px; font-weight: 800; }
.live-item-link span { display: inline; margin-left: 4px; }
.live-item:hover .live-item-copy span { color: #ffe0dc; }
.live-item:hover .live-item-copy .entry-meta, .live-item:hover .live-item-link { color: white; }
.event-rail { align-self: start; color: white; background: var(--black); }
.rail-heading { padding: 25px 25px 20px; border-bottom: 1px solid #393939; }
.rail-heading span { color: var(--yellow); font: 800 10px var(--display); letter-spacing: 1.5px; }
.rail-heading h2 { margin: 6px 0 0; font: 800 26px var(--serif); }
.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 26px; padding: 22px 25px 25px; }
.schedule-card { position: relative; min-width: 0; background: var(--white); color: var(--black); }
.schedule-card-image { display: block; aspect-ratio: 16 / 10; background: #dedbd2 center / cover no-repeat; }
.schedule-card:hover .schedule-card-image { outline: 4px solid var(--red); outline-offset: -4px; }
.schedule-card-copy { padding: 13px 42px 15px 15px; }
.schedule-card-copy h3 { margin: 6px 0 4px; font: 800 18px/1.25 var(--serif); overflow-wrap: anywhere; }
.schedule-card-copy h3 a:hover { color: var(--red); }
.schedule-card-copy p { margin: 0; overflow: hidden; color: var(--muted); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.schedule-card-date { position: absolute; top: 10px; left: 10px; display: grid; min-width: 42px; padding: 4px 6px; color: white; background: var(--red); text-align: center; line-height: 1; }
.schedule-card-date b { font: 800 20px/1 var(--display); }
.schedule-card-date small { margin-top: 4px; font-size: 9px; }
.schedule-card-arrow { position: absolute; right: 15px; bottom: 17px; color: var(--red); font: 900 20px/1 var(--display); }
.event-row { min-height: 142px; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 22px 20px; border: 1px solid #343434; border-top: 0; }
.event-row:hover { background: var(--red); }
.event-row time { text-align: center; border-right: 1px solid #474747; }
.event-row time b, .event-row time span { display: block; }
.event-row time b { font: 800 29px/1 var(--display); }
.event-row time span { margin-top: 4px; color: #aaa; font-size: 10px; }
.event-row > div { min-width: 0; }
.event-row strong, .event-row > div span { display: block; }
.event-row strong { line-height: 1.45; }
.event-row > div span { margin-top: 6px; overflow: hidden; color: #999; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.event-row:hover time span, .event-row:hover > div span { color: #ffe0dc; }
.event-row i { font-style: normal; }

.media-band { color: white; background: var(--black); padding-block: 2px; }
.section-heading-dark { border-color: #4a4a4a; }
.section-heading-dark > p { color: #9b9b9b; }
.media-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.media-grid .story-card-featured { grid-row: span 2; }
.media-grid .story-card-featured .story-image { aspect-ratio: 16 / 10.5; }
.media-grid .story-card-featured h3 { font-size: 30px; }
.media-grid .story-card:not(.story-card-featured) .story-copy > p { display: none; }
.media-grid .story-card:not(.story-card-featured) h3 { font-size: 18px; }
.media-grid .entry-meta { color: #999; }
.fighter-strip, .related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.fighter-strip .story-image { aspect-ratio: 4 / 3; filter: saturate(.75); }

.listing-head { position: relative; overflow: hidden; padding: 48px 0 55px; color: white; background: var(--black); }
.listing-head::after { content: ''; position: absolute; width: 310px; height: 310px; right: 5%; top: -155px; border: 62px solid var(--red); transform: rotate(15deg); opacity: .72; }
.listing-head .wrap { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--red); }
.listing-kicker, .entry-type { color: var(--yellow); font: 800 11px var(--display); letter-spacing: 1.6px; }
.listing-head h1 { max-width: 800px; margin: 9px 0 10px; font: 900 clamp(48px, 7vw, 86px)/1.05 var(--serif); overflow-wrap: anywhere; }
.listing-head > .wrap > p { max-width: 620px; margin: 0; color: #b9b9b9; }
.child-categories { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.child-categories a { padding: 7px 12px; border: 1px solid #4d4d4d; font-size: 11px; }
.child-categories a:hover { border-color: var(--red); background: var(--red); }
.listing-count { display: flex; align-items: center; gap: 18px; margin-bottom: 27px; color: var(--muted); font-size: 11px; }
.listing-count i { height: 1px; flex: 1; background: var(--line); }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 27px; }
.live-category-grid .story-card { position: relative; }
.live-category-grid .story-card::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--red); transform: scaleX(.22); transform-origin: left; transition: transform .2s ease; }
.live-category-grid .story-card:hover::after { transform: scaleX(1); }
.live-category-grid .story-image { background-color: var(--black-soft); }
.schedule-listing { display: grid; gap: 62px; }
.schedule-listing-group { --schedule-accent: var(--red); }
.schedule-listing-ongoing { --schedule-accent: var(--green); }
.schedule-listing-finished { --schedule-accent: #77736a; }
.schedule-listing-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 440px) auto; align-items: end; gap: 30px; margin-bottom: 25px; padding: 0 0 17px 17px; border-bottom: 2px solid var(--black); border-left: 5px solid var(--schedule-accent); }
.schedule-listing-head > div { min-width: 0; }
.schedule-listing-head span { color: var(--schedule-accent); font: 800 10px/1 var(--display); letter-spacing: 1.8px; }
.schedule-listing-head h2 { margin: 7px 0 0; font: 900 clamp(28px, 4vw, 42px)/1 var(--serif); }
.schedule-listing-head p { margin: 0; color: var(--muted); font-size: 12px; }
.schedule-listing-head > b { display: grid; width: 38px; height: 38px; place-items: center; color: white; background: var(--schedule-accent); font: 800 15px/1 var(--display); }
.schedule-listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 29px 26px; }
.schedule-listing-group .schedule-card { box-shadow: 7px 7px 0 rgba(16,16,16,.06); }
.schedule-listing-group .schedule-card-date { background: var(--schedule-accent); }
.schedule-listing-group .schedule-card-arrow { color: var(--schedule-accent); }
.schedule-listing-ongoing .schedule-card { outline: 2px solid var(--green); outline-offset: -2px; }
.schedule-empty { margin: 0; padding: 32px 28px; border: 1px dashed var(--line); color: var(--muted); background: rgba(255,255,255,.35); }
.schedule-other-content { margin-top: 72px; }
.schedule-other-content .schedule-listing-head { margin-bottom: 28px; }
.site-pagination { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.page-numbers { display: flex; align-items: center; gap: 6px; }
.page-numbers a, .page-ellipsis { min-width: 34px; height: 34px; display: inline-grid; place-items: center; padding: 0 8px; border: 1px solid var(--line); background: transparent; }
.page-numbers a:hover, .page-numbers a.active { color: var(--white); background: var(--black); border-color: var(--black); }
.page-step { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.page-step:hover { color: var(--red); }
.page-step[aria-disabled="true"] { color: #bdbab1; pointer-events: none; }

.entry-head { padding: 48px 0 62px; color: white; background: var(--black); }
.entry-head-image { position: relative; min-height: 560px; display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.entry-head-fighter { background-position: center 42%; }
.entry-head-image::before { content: ''; position: absolute; inset: 0; background: rgba(10,10,10,.67); }
.entry-head-image .wrap { position: relative; z-index: 1; }
.breadcrumbs-light { margin-bottom: 62px; color: #aaa; }
.entry-head h1 { max-width: 940px; margin: 13px 0 20px; font: 900 clamp(39px, 6vw, 70px)/1.12 var(--serif); overflow-wrap: anywhere; }
.entry-head .wrap > p { max-width: 720px; margin: 0 0 29px; color: #c7c7c7; font-size: 17px; }
.byline { display: flex; flex-wrap: wrap; gap: 13px 26px; color: #999; font-size: 11px; }
.byline span { color: white; font-weight: 700; }
.live-status { display: inline-flex; align-items: center; gap: 9px; color: #ff776e; font: 800 11px var(--display); letter-spacing: 1.4px; }
.live-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(217,47,36,.22); animation: livePulse 1.6s infinite; }
@keyframes livePulse { 50% { box-shadow: 0 0 0 9px rgba(217,47,36,0); } }
.player-section { padding: 44px 0; background: #050505; }
.player-frame { --player-mask-top: clamp(58px, 13%, 92px); --player-mask-bottom: clamp(34px, 10.5%, 66px); position: relative; width: min(100%, 1120px); aspect-ratio: 16 / 9; margin-inline: auto; overflow: hidden; background: #050505; box-shadow: 0 0 0 1px #292929; }
.player-frame iframe { position: relative; z-index: 0; width: 100%; height: 100%; display: block; border: 0; }
.player-frame-mask { position: absolute; z-index: 1; left: 0; right: 0; display: block; background: #050505; pointer-events: none; }
.player-frame-mask-top { top: 0; height: var(--player-mask-top); }
.player-frame-mask-bottom { bottom: 0; height: var(--player-mask-bottom); }
.player-unavailable { min-height: 420px; display: grid; align-content: center; justify-items: center; color: #aaa; background: #181818; text-align: center; }
.player-unavailable strong { color: white; font-size: 20px; }
.fight-results-slot:empty { display: none; }
.fight-results { margin: 0 0 46px; padding: 26px; background: var(--black); color: white; border-top: 5px solid var(--red); }
.fight-results-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.fight-results-head h2 { margin: 7px 0 0; color: white; font: 900 32px/1 var(--serif); }
.fight-results-head .section-index { color: var(--yellow); }
.fight-count { color: #aaa; font-size: 12px; }
.fight-list { display: grid; gap: 12px; }
.fight-card { overflow: hidden; background: #202020; border: 1px solid #383838; }
.fight-card-top { display: flex; justify-content: space-between; gap: 15px; padding: 10px 14px; color: #aaa; border-bottom: 1px solid #383838; font: 11px/1.3 var(--display); text-transform: uppercase; }
.fight-matchup { display: grid; grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr); align-items: stretch; }
.fight-fighter { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); grid-template-rows: 1fr auto; column-gap: 13px; padding: 15px; color: white; background: #252525; }
.fight-fighter:last-child { text-align: right; grid-template-columns: minmax(0, 1fr) 72px; }
.fight-fighter:last-child .fight-avatar { grid-column: 2; grid-row: 1 / span 2; }
.fight-fighter:last-child strong, .fight-fighter:last-child small { grid-column: 1; }
.fight-fighter.winner { background: #3b2522; box-shadow: inset 0 -4px 0 var(--red); }
.fight-avatar { width: 72px; aspect-ratio: 1; grid-row: 1 / span 2; overflow: hidden; align-self: center; background: #444; }
.fight-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fight-avatar span { display: grid; height: 100%; place-items: center; color: #aaa; font: 700 20px var(--display); }
.fight-fighter strong { align-self: end; overflow-wrap: anywhere; font-size: 16px; line-height: 1.25; }
.fight-fighter small { align-self: start; margin-top: 5px; color: #aaa; font-size: 11px; }
.fight-center { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; padding: 10px 5px; text-align: center; background: #171717; border-inline: 1px solid #383838; }
.fight-center b { color: var(--yellow); font: 900 25px/1 var(--display); }
.fight-center span { color: #ddd; font-size: 11px; line-height: 1.3; }
.fight-center i { color: var(--red); font: 700 9px var(--display); letter-spacing: 1px; }
.article-layout { display: block; padding-block: 72px 96px; }
.article-body { width: min(100%, 900px); min-width: 0; margin-inline: auto; font: 18px/1.95 var(--serif); }
.article-body > p:first-of-type::first-letter { float: left; margin: 9px 9px 0 0; color: var(--red); font: 900 58px/.74 var(--serif); }
.article-body p { margin: 0 0 28px; }
.article-body h2.content-block-heading, .article-body h3.content-block-heading { margin: 43px 0 18px; font: 900 30px/1.25 var(--serif); }
.article-body h3.content-block-heading { font-size: 24px; }
.content-block-image { margin: 38px 0; }
.content-block-image img { width: 100%; height: auto; display: block; }
.content-block-image figcaption { margin-top: 9px; color: var(--muted); font: 12px/1.5 var(--sans); }
.content-block-quote { margin: 35px 0; padding: 7px 0 7px 24px; border-left: 4px solid var(--red); color: #4b4842; font-style: italic; }
.content-block-list { margin: 0 0 30px; padding-left: 28px; }
.content-block-list li { padding-left: 5px; margin-bottom: 8px; }
.inline-keyword { color: var(--red); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(217,47,36,.35); text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
.inline-keyword:hover { color: var(--black); text-decoration-color: var(--red); }
.inline-keyword:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 43px; padding: 0; border-top: 3px solid var(--black); border-bottom: 1px solid var(--line); }
.fact-grid > div { min-width: 0; padding: 17px 12px; border-bottom: 1px solid var(--line); }
.fact-grid dt { color: var(--muted); font: 11px var(--sans); }
.fact-grid dd { margin: 3px 0 0; font: 800 16px var(--sans); overflow-wrap: anywhere; }
.fighter-profile { margin: 0 0 64px; border-top: 5px solid var(--black); background: var(--white); box-shadow: 10px 10px 0 rgba(16,16,16,.06); }
.fighter-profile-head, .fighter-history-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 25px 28px 22px; }
.fighter-profile-head { color: white; background: var(--black); }
.fighter-profile-head h2, .fighter-history-head h2 { margin: 6px 0 0; font: 900 clamp(30px, 4vw, 44px)/1.1 var(--serif); }
.fighter-profile-head .section-index { color: var(--yellow); }
.fighter-record { color: var(--yellow); font: 900 21px/1.2 var(--display); letter-spacing: .7px; text-align: right; }
.fighter-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.fighter-facts > div { min-width: 0; padding: 20px 28px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fighter-facts > div:nth-child(3n) { border-right: 0; }
.fighter-facts dt { color: var(--muted); font: 700 11px/1.3 var(--sans); }
.fighter-facts dd { margin: 6px 0 0; font: 800 17px/1.45 var(--sans); overflow-wrap: anywhere; }
.fighter-titles { display: grid; grid-template-columns: 165px minmax(0, 1fr); gap: 24px; padding: 25px 28px 28px; }
.fighter-titles > span { color: var(--red); font: 900 11px/1.4 var(--display); letter-spacing: 1.6px; text-transform: uppercase; }
.fighter-titles ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fighter-titles li { position: relative; padding-left: 22px; font: 800 16px/1.5 var(--sans); }
.fighter-titles li::before { content: ''; position: absolute; left: 0; top: .72em; width: 10px; height: 3px; background: var(--red); }
.fighter-history { width: 100%; margin: 0 0 64px; }
.fighter-history-head { padding-inline: 0; border-bottom: 1px solid var(--line); }
.fighter-history-head .section-index { color: var(--red); }
.fighter-history-head .fight-count { color: var(--muted); }
.fighter-history-table-wrap { width: 100%; overflow-x: auto; }
.fighter-history-table { width: 100%; min-width: 1040px; border-collapse: collapse; table-layout: auto; font-family: var(--sans); font-size: 13px; line-height: 1.45; }
.fighter-history-table th { padding: 15px 12px; color: #999792; background: #efede7; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; text-align: left; white-space: nowrap; }
.fighter-history-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.fighter-history-table tbody tr { background: rgba(255,255,255,.22); transition: background-color .18s ease; }
.fighter-history-table tbody tr:hover { background: rgba(255,255,255,.72); }
.fighter-history-result { width: 95px; font-weight: 900; }
.fighter-history-result.win { color: #0a9f36; }
.fighter-history-result.loss { color: #e3312c; }
.fighter-history-result.draw, .fighter-history-result.pending { color: var(--muted); }
.fighter-history-opponent { min-width: 190px; }
.fighter-history-opponent { display: flex; align-items: center; gap: 12px; }
.fighter-history-opponent img, .fighter-history-avatar { width: 54px; height: 54px; flex: 0 0 54px; object-fit: cover; object-position: center top; background: #e7e4dc; }
.fighter-history-avatar.is-empty { position: relative; }
.fighter-history-avatar.is-empty::after { content: '—'; position: absolute; inset: 0; display: grid; place-items: center; color: #aaa; }
.fighter-history-opponent a { font-weight: 800; }
.fighter-history-opponent a:hover { color: var(--red); }
.fighter-history-event { min-width: 235px; font-weight: 700; }
.related-section { padding: 67px 0 85px; border-top: 1px solid var(--line); background: #ebe7dc; }
.cross-category-band { padding: 76px 0 92px; color: white; background: var(--black); border-top: 6px solid var(--red); }
.cross-category-band .section-heading { border-bottom-color: #383838; }
.cross-category-band .section-heading > p { color: #929292; }
.cross-category-list { display: grid; gap: 62px; }
.cross-category-section { min-width: 0; }
.cross-category-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.cross-category-heading > div { display: flex; align-items: baseline; gap: 14px; }
.cross-category-heading h3 { margin: 0; font: 900 clamp(25px, 3vw, 36px)/1.1 var(--serif); }
.cross-category-heading .arrow-link { flex: 0 0 auto; color: #ddd; border-color: var(--yellow); font-size: 12px; }
.cross-category-heading .arrow-link:hover { color: var(--yellow); }
.cross-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.cross-category-grid .story-copy h3 { color: white; }
.cross-category-grid .story-copy > p { color: #999; }
.cross-category-grid .entry-meta { color: #8d8d8d; }
.cross-category-band .empty-inline { margin: 0; padding: 22px 0; border-top: 1px solid #393939; color: #888; }
.empty-state { min-height: 440px; display: grid; align-content: center; justify-items: start; }
.empty-state.compact { min-height: 280px; }
.empty-state h1, .empty-state h2 { margin: 0 0 12px; font: 900 40px var(--serif); }
.empty-inline { color: var(--muted); }
.not-found { min-height: 67vh; display: grid; align-content: center; justify-items: start; }
.not-found > span { color: var(--red); font: 900 72px/1 var(--display); }
.not-found h1 { margin: 10px 0 0; font: 900 clamp(38px, 6vw, 70px) var(--serif); }
.not-found p { color: var(--muted); }

.site-footer { color: white; background: var(--black); border-top: 6px solid var(--red); }
.footer-grid { min-height: 215px; display: grid; grid-template-columns: 1.4fr 1fr auto; align-items: center; gap: 70px; }
.footer-brand { display: flex; align-items: center; gap: 17px; }
.footer-brand strong { font: 900 23px var(--serif); }
.footer-brand p { max-width: 410px; margin: 6px 0 0; color: #888; font-size: 11px; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; color: #aaa; font-size: 12px; }
.site-footer nav a:hover { color: var(--yellow); }
.footer-meta { display: grid; gap: 13px; color: #777; font-size: 10px; text-align: right; }
.footer-meta a { color: #aaa; }

@media (max-width: 980px) {
  .admin-link { display: none; }
  .site-nav a { padding-inline: 11px; }
  #latest-news { display: block; } #latest-news > .section-heading { display: block; } #latest-news > .news-layout { display: block; } #latest-news .story-grid, #latest-news .home-side-rail { width: 100%; }
  .home-side-rail { grid-template-columns: 1fr; }
  .rail-heading { grid-row: auto; }
  .event-row { min-height: 128px; }
  .media-grid { grid-template-columns: 1.4fr 1fr; }
  .media-grid .story-card-featured { grid-row: span 3; }
  .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schedule-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-layout { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-block: 50px; }
  .footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; text-align: left; }
}

@media (max-width: 1615px) {
  .public-layout.has-side-ads { grid-template-columns: minmax(0, 1fr) minmax(0, 1180px) minmax(0, 1fr); column-gap: 12px; }
  .side-ad { padding: 8px; }
  .side-ad img { aspect-ratio: 4 / 5; }
  .side-ad strong { margin-top: 8px; font-size: 12px; }
}

@media (max-width: 900px) {
  .public-layout.has-side-ads { display: block; }
  .side-ad-rail { width: var(--wrap); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; padding-block: 24px 0; }
  .side-ad-rail-right { padding-bottom: 24px; }
  .side-ad { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; align-items: start; }
  .side-ad-label { grid-column: 1 / -1; }
  .side-ad strong { margin-top: 0; font-size: 13px; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 32px, 1180px); }
  .header-main { min-height: 116px; padding-block: 9px; flex-wrap: wrap; align-content: center; gap: 0; }
  .brand-seal { width: 37px; height: 37px; font-size: 20px; }
  .site-brand strong { font-size: 18px; }
  .site-brand small { letter-spacing: 1.2px; }
  .menu-button { display: block; }
  .site-search { order: 3; flex: 0 0 100%; width: 100%; min-width: 0; margin-top: 8px; }
  .site-nav { position: fixed; inset: 116px 0 auto; display: none; padding: 12px 16px 20px; color: white; background: var(--black); border-top: 1px solid #323232; box-shadow: 0 20px 40px rgba(0,0,0,.25); }
  .site-nav.open { display: grid; }
  .site-nav a { min-height: 48px; display: flex; justify-content: flex-start; padding: 0 6px; border-bottom: 1px solid #2b2b2b; }
  .site-nav a::after { display: none; }
  .home-hero { min-height: calc(100svh - 110px); background-position: 62% center; }
  .hero-inner { padding-block: 65px 56px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-copy > p { font-size: 14px; }
  .signal-strip .wrap { grid-template-columns: auto 1fr; gap: 13px; }
  .signal-strip time { display: none; }
  .section { padding-block: 54px 62px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading > p { margin-top: 11px; }
  .story-grid, .listing-grid { grid-template-columns: 1fr; gap: 36px; }
  .schedule-listing { gap: 48px; }
  .schedule-listing-head { grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding-left: 13px; }
  .schedule-listing-head p { grid-column: 1 / -1; grid-row: 2; }
  .schedule-listing-head > b { grid-column: 2; grid-row: 1; }
  .schedule-listing-grid { grid-template-columns: 1fr; gap: 20px; }
  .story-image { aspect-ratio: 16 / 9; }
  .story-copy h3 { font-size: 22px; }
  .event-rail { display: block; }
  .schedule-grid { grid-template-columns: 1fr; gap: 18px; padding: 18px 16px 20px; }
  .home-side-rail { display: block; }
  .event-row { min-height: 96px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-grid .story-card-featured { grid-row: auto; }
  .media-grid .story-card-featured .story-image { aspect-ratio: 16 / 9; }
  .fighter-strip, .related-grid, .cross-category-grid { grid-template-columns: 1fr; }
  .listing-head { padding-block: 28px 43px; }
  .listing-head::after { right: -150px; }
  .breadcrumbs { margin-bottom: 32px; }
  .listing-head h1 { font-size: 48px; }
  .search-page { padding-block: 30px 64px; }
  .search-page-head { padding-block: 35px 28px; }
  .search-page-head h1 { font-size: clamp(36px, 11vw, 52px); }
  .search-result-card { grid-template-columns: 1fr; gap: 16px; padding-block: 20px; }
  .search-result-image { aspect-ratio: 16 / 9; }
  .search-result-copy h2 { font-size: 22px; }
  .entry-head { padding: 30px 0 49px; }
  .entry-head-image { min-height: min(650px, calc(100svh - 68px)); }
  .breadcrumbs-light { margin-bottom: 48px; }
  .entry-head h1 { font-size: clamp(36px, 11vw, 53px); }
  .entry-head-fighter { background-position: center 38%; }
  .entry-head .wrap > p { font-size: 14px; }
  .player-section { padding-block: 20px; }
  .player-section .wrap { width: 100%; }
  .player-unavailable { min-height: 240px; }
  .article-layout { display: block; padding-block: 50px 64px; }
  .public-layout { display: block; width: 100%; }
  .public-content { width: 100%; }
  .public-layout.has-side-ads .public-content .wrap { width: var(--wrap); }
  .side-ad-rail { grid-template-columns: 1fr; width: var(--wrap); }
  .article-body { font-size: 17px; }
  .fighter-profile { margin-bottom: 48px; box-shadow: 6px 6px 0 rgba(16,16,16,.06); }
  .fighter-profile-head, .fighter-history-head { align-items: flex-start; padding: 20px 18px; }
  .fighter-profile-head { display: block; }
  .fighter-record { display: block; margin-top: 16px; text-align: left; }
  .fighter-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fighter-facts > div, .fighter-facts > div:nth-child(3n) { padding: 16px 18px 18px; border-right: 1px solid var(--line); }
  .fighter-facts > div:nth-child(2n) { border-right: 0; }
  .fighter-titles { grid-template-columns: 1fr; gap: 12px; padding: 20px 18px 23px; }
  .fighter-history { margin-bottom: 48px; }
  .fighter-history-head { padding-inline: 0; }
  .fighter-history-table-wrap { overflow: visible; }
  .fighter-history-table { min-width: 0; display: block; font-size: 13px; }
  .fighter-history-table thead { display: none; }
  .fighter-history-table tbody, .fighter-history-table tr { display: block; }
  .fighter-history-table tr { margin-bottom: 14px; padding: 12px 14px; background: var(--white); border-left: 4px solid var(--black); box-shadow: 4px 4px 0 rgba(16,16,16,.06); }
  .fighter-history-table tr:hover { background: var(--white); }
  .fighter-history-table td { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; width: 100%; padding: 8px 0; border-bottom: 1px solid #ebe9e3; }
  .fighter-history-table td:last-child { border-bottom: 0; }
  .fighter-history-table td::before { content: attr(data-label); color: var(--muted); font-size: 10px; font-weight: 700; }
  .fighter-history-table .fighter-history-opponent { display: grid; grid-template-columns: 92px minmax(0, 1fr); }
  .fighter-history-table .fighter-history-opponent::before { grid-row: 1 / span 2; }
  .fighter-history-table .fighter-history-opponent img, .fighter-history-table .fighter-history-opponent .fighter-history-avatar { grid-column: 2; grid-row: 1; }
  .fighter-history-table .fighter-history-opponent > span { grid-column: 2; grid-row: 2; }
  .fight-results { padding: 21px 16px; }
  .fight-matchup { grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr); }
  .fight-fighter { grid-template-columns: 48px minmax(0, 1fr); column-gap: 8px; padding: 11px 8px; }
  .fight-fighter:last-child { grid-template-columns: minmax(0, 1fr) 48px; }
  .fight-avatar { width: 48px; }
  .fight-fighter strong { font-size: 13px; }
  .fight-center b { font-size: 20px; }
  .fight-card-top { font-size: 10px; }
  .fact-grid { grid-template-columns: 1fr; }
  .related-section { padding-block: 50px 62px; }
  .cross-category-band { padding-block: 52px 64px; }
  .cross-category-heading { display: block; }
  .cross-category-heading .arrow-link { display: inline-flex; margin-top: 17px; }
  .footer-grid { grid-template-columns: 1fr; gap: 33px; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}