.page-home {
    background:
        radial-gradient(circle at 16% 8%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 32rem),
        radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.08), transparent 26rem),
        var(--theme-bg);
}

/* v0.7.38 live UI readability guards. */
.archive-hero h1,
.account-auth-copy h1,
.match-title-section h1,
.section-heading h2,
.match-newsletter-section h2,
.page-heading h1,
.page-heading h2,
.contact-page-heading h1 {
    line-height: 1 !important;
    overflow: visible !important;
}

.fighter-empty-state,
.archive-section .fighter-empty-state {
    grid-column: 1 / -1;
    max-width: 760px;
    min-height: 0 !important;
    padding: clamp(28px, 5vw, 44px) !important;
    text-align: left;
    width: 100%;
}

.fighter-empty-state h2 {
    font-size: clamp(34px, 5vw, 64px) !important;
    line-height: 1 !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
    word-break: normal !important;
}

.fighter-empty-state p {
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.45;
}

body:not(.admin-body) .account-panel a,
body:not(.admin-body) .auth-card a {
    color: #ffffff !important;
}

body:not(.admin-body) .account-panel a:hover,
body:not(.admin-body) .auth-card a:hover {
    color: var(--theme-accent) !important;
}

@media (max-width: 760px) {
    body:not(.admin-body) .site-header {
        align-items: center !important;
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        justify-content: start !important;
    }

    body:not(.admin-body) .site-menu-toggle {
        grid-column: 1 !important;
        justify-self: start !important;
        margin: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand {
        grid-column: 2 !important;
        justify-self: start !important;
        margin: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand-logo {
        max-height: 42px !important;
        max-width: min(var(--logo-width), 46vw, 170px) !important;
    }

    .archive-hero h1,
    .account-auth-copy h1,
    .match-title-section h1,
    .section-heading h2,
    .match-newsletter-section h2,
    .page-heading h1 {
        line-height: 1.02 !important;
    }
}

/* v0.7.42: fighter self-service, favourites and follow controls. */
.fighter-follow-button {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .22);
    color: var(--text);
    display: inline-flex;
    font-family: var(--heading-font);
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    text-decoration: none;
    text-transform: uppercase;
    transform: skewX(-8deg);
}

.fighter-follow-button > * {
    transform: skewX(8deg);
}

.fighter-follow-button svg {
    fill: transparent;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    width: 18px;
}

.fighter-follow-button.is-active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--button-text);
}

.fighter-follow-button.is-active svg {
    fill: currentColor;
}

.follow-fighter-form {
    margin: 0;
}

.match-fighter-card-detail .fighter-follow-button {
    width: 100%;
}

.account-favourites-section,
.followed-fighters-section {
    background: #05070a;
}

.followed-fighter-card {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.followed-fighter-card form {
    margin: 0;
}

.followed-fighter-card .button {
    width: 100%;
}

.fighter-dashboard-page .account-card {
    display: grid;
    gap: 16px;
}

.fighter-self-service-form textarea {
    min-height: 120px;
}

.fighter-hidden-heading .fighter-follow-button {
    margin-top: 18px;
}

@media (max-width: 760px) {
    .fighter-follow-button {
        min-height: 44px;
        width: 100%;
    }
}

/* v0.7.43: keep fighter action buttons compact on match/profile pages. */
body:not(.admin-body) .match-fighter-card-detail .fighter-follow-button,
body:not(.admin-body) .match-fighter-card-detail .fighter-fights-button,
body:not(.admin-body) .fighter-hidden-heading .fighter-follow-button {
    align-self: flex-start !important;
    justify-self: flex-start !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: auto !important;
}

body:not(.admin-body) .match-fighter-card-detail .fighter-fights-button {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

@media (max-width: 760px) {
    body:not(.admin-body) .fighter-follow-button,
    body:not(.admin-body) .match-fighter-card-detail .fighter-fights-button,
    body:not(.admin-body) .fighter-hidden-heading .fighter-follow-button {
        width: auto !important;
    }
}

.page-home .site-header {
    background: linear-gradient(180deg, rgba(5, 7, 10, 0.7), rgba(5, 7, 10, 0.14)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: none;
    position: absolute;
    width: 100%;
}

.site-header {
    align-items: center;
    background: rgba(5, 7, 10, 0.84) !important;
    backdrop-filter: blur(24px) saturate(1.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: grid !important;
    gap: 20px;
    grid-template-columns: minmax(120px, auto) minmax(0, auto);
    min-height: 76px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease, padding 220ms ease;
}

.site-header::after {
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--theme-accent) 46%, transparent), transparent);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 10%;
    opacity: 0.5;
    position: absolute;
    right: 10%;
}

.brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: 0;
}

.site-header .brand-logo {
    max-height: 38px;
    width: clamp(150px, 16vw, min(var(--logo-width, 190px), 190px));
}

.site-header.is-scrolled {
    background: rgba(5, 7, 10, 0.94) !important;
    backdrop-filter: blur(20px);
    border-color: rgba(255, 255, 255, 0.12) !important;
    min-height: 68px;
}

.site-nav {
    align-items: center;
    background: rgba(5, 7, 10, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    display: flex !important;
    gap: 4px !important;
    justify-self: end;
    max-width: 100%;
    padding: 5px;
    width: max-content;
}

.site-nav a {
    border: 0 !important;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1;
    padding: 10px 13px !important;
    position: relative;
    white-space: nowrap;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.site-nav .nav-link--primary {
    background: linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 92%, #ffffff), color-mix(in srgb, var(--theme-accent) 58%, #ffffff));
    box-shadow: 0 10px 28px color-mix(in srgb, var(--theme-accent) 24%, transparent);
    color: var(--button-text, #ffffff) !important;
}

.site-nav .nav-link--account {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

.site-nav .nav-link--admin {
    color: color-mix(in srgb, var(--theme-accent) 72%, #ffffff) !important;
}

.archive-hero {
    background-blend-mode: normal;
    min-height: min(860px, 100vh) !important;
    padding-top: clamp(118px, 12vw, 168px) !important;
}

.page-heading {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.96), rgba(13, 19, 25, 0.82)),
        radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--theme-accent) 28%, transparent), transparent 24rem),
        radial-gradient(circle at 10% 88%, rgba(255, 255, 255, 0.08), transparent 22rem) !important;
    border-top: 0 !important;
    min-height: 360px;
    overflow: hidden;
    padding-top: clamp(118px, 12vw, 156px) !important;
    position: relative;
}

.page-heading::after {
    background: linear-gradient(115deg, transparent 0 62%, color-mix(in srgb, var(--theme-accent) 58%, transparent) 62% 64%, transparent 64% 100%);
    content: "";
    inset: 0;
    opacity: 0.66;
    pointer-events: none;
    position: absolute;
}

.page-heading > * {
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.page-heading h1 {
    font-size: clamp(52px, 7vw, 98px);
    line-height: 0.86;
}

.page-heading p:not(.eyebrow) {
    color: rgba(246, 248, 243, 0.78) !important;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.45;
}

.archive-section {
    background:
        linear-gradient(180deg, rgba(5, 7, 10, 0.98), rgba(11, 17, 23, 0.92)),
        radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--theme-accent) 18%, transparent), transparent 24rem),
        radial-gradient(circle at 92% 70%, rgba(255, 255, 255, 0.06), transparent 24rem);
}

.archive-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.95) 0%, rgba(5, 7, 10, 0.72) 46%, rgba(5, 7, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(5, 7, 10, 0.18) 0%, rgba(5, 7, 10, 0.3) 48%, rgba(5, 7, 10, 0.94) 94%),
        radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--theme-accent) 28%, transparent), transparent 30rem) !important;
    opacity: 1 !important;
}

.archive-hero::after {
    background:
        linear-gradient(115deg, transparent 0 62%, color-mix(in srgb, var(--theme-accent) 46%, transparent) 62% 63.2%, transparent 63.2% 100%),
        linear-gradient(180deg, transparent 0 74%, var(--theme-bg) 100%) !important;
}

.archive-hero__media {
    filter: brightness(0.74) saturate(1.05) contrast(1.04);
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.archive-hero__content {
    max-width: 760px !important;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
}

.archive-hero h1 {
    font-size: clamp(54px, 8vw, 106px);
    letter-spacing: 0;
    line-height: 0.88;
    max-width: 760px;
}

.hero-kicker {
    color: rgba(246, 248, 243, 0.9) !important;
    font-size: clamp(17px, 1.5vw, 22px) !important;
    font-weight: 650 !important;
    line-height: 1.5 !important;
    max-width: 620px;
    text-transform: none !important;
}

.hero-meta-row span {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.105) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px;
}

.button {
    border-radius: var(--button-radius, 8px) !important;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button.primary {
    background: linear-gradient(135deg, var(--theme-accent), color-mix(in srgb, var(--theme-accent) 68%, #ffffff)) !important;
    border-color: color-mix(in srgb, var(--theme-accent) 72%, #ffffff) !important;
}

.button.secondary {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.home-page .section,
.home-page .newsletter-band {
    border-top: 0 !important;
    padding-top: clamp(70px, 8vw, 118px);
    padding-bottom: clamp(70px, 8vw, 118px);
    position: relative;
    overflow: hidden;
}

.image-backed-section::before {
    background:
        linear-gradient(90deg, var(--theme-bg) 0%, rgba(5, 7, 10, 0.82) 42%, rgba(5, 7, 10, 0.44) 100%),
        var(--section-image);
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.24;
    position: absolute;
}

.home-page .section > *,
.newsletter-modern > * {
    position: relative;
    z-index: 1;
}

.split-heading {
    margin-bottom: 28px;
}

.split-heading h2 {
    max-width: 780px;
}

.match-grid {
    gap: clamp(16px, 2vw, 26px) !important;
}

.page-inner .match-card,
.page-inner .fighter-card {
    background: rgba(255, 255, 255, 0.055) !important;
    border-color: rgba(255, 255, 255, 0.11) !important;
    border-radius: 14px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.pagination-wrap nav {
    color: rgba(246, 248, 243, 0.82) !important;
}

.pagination-wrap nav a,
.pagination-wrap nav span {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px !important;
    color: var(--theme-text) !important;
}

.match-card {
    background: linear-gradient(180deg, rgba(18, 25, 32, 0.86), rgba(8, 12, 17, 0.96)) !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.match-card:hover {
    border-color: color-mix(in srgb, var(--theme-accent) 54%, rgba(255, 255, 255, 0.2)) !important;
    transform: translateY(-6px);
}

.match-thumb {
    background:
        linear-gradient(135deg, rgba(129, 0, 0, 0.88), rgba(7, 13, 19, 0.88)),
        radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.18), transparent 13rem) !important;
    min-height: 205px;
}

.match-thumb img {
    filter: brightness(0.92) saturate(1.08);
}

.match-thumb span {
    color: rgba(255, 255, 255, 0.72);
}

.match-body {
    min-height: 150px !important;
    padding: 22px !important;
}

.match-body strong {
    font-size: clamp(22px, 2.2vw, 32px) !important;
}

.fighter-section {
    background:
        linear-gradient(135deg, rgba(13, 19, 25, 0.88), rgba(5, 7, 10, 0.98)),
        radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 22rem);
}

.fighter-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)) !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
    min-height: 190px !important;
    padding: 24px !important;
}

.fighter-card:hover {
    background: rgba(255, 255, 255, 0.09) !important;
    transform: translateY(-5px);
}

.about-band {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.88), rgba(13, 19, 25, 0.9)),
        radial-gradient(circle at 88% 15%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 26rem) !important;
}

.about-band__intro {
    align-items: center;
}

.about-band__intro > div:first-child {
    max-width: 760px;
}

.about-media img {
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.feature-list {
    display: grid;
    gap: 0;
    margin-top: 36px !important;
}

.feature-list li {
    border-color: rgba(255, 255, 255, 0.12) !important;
    padding: 20px 0 !important;
}

.feature-list strong {
    color: #ffffff;
}

.feature-list span {
    color: rgba(246, 248, 243, 0.74);
}

.home-social-stats {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.92), rgba(13, 19, 25, 0.82)),
        radial-gradient(circle at 80% 16%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 26rem),
        radial-gradient(circle at 12% 88%, rgba(255, 255, 255, 0.08), transparent 22rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: clamp(24px, 4vw, 56px);
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.home-social-stats__intro {
    align-self: center;
    max-width: 520px;
}

.home-social-stats__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-social-stat {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
    min-height: 150px;
    padding: 22px;
}

.home-social-stat strong {
    color: var(--theme-accent);
    display: block;
    font-family: var(--theme-heading);
    font-size: clamp(32px, 4.5vw, 62px);
    font-weight: 600;
    line-height: 0.9;
    text-transform: var(--theme-transform);
}

.home-social-stat span {
    color: rgba(246, 248, 243, 0.72);
    display: block;
    margin-top: 10px;
}

.newsletter-modern {
    align-items: center !important;
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.86), rgba(13, 19, 25, 0.72)),
        var(--newsletter-image),
        radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--theme-accent) 25%, transparent), transparent 24rem);
    background-position: center;
    background-size: cover;
    display: grid;
    gap: clamp(24px, 4vw, 64px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px) !important;
}

.newsletter-modern::before {
    background: linear-gradient(90deg, color-mix(in srgb, var(--theme-accent) 38%, transparent), transparent 38%);
    content: "";
    inset: 0;
    opacity: 0.2;
    position: absolute;
}

.newsletter-form {
    backdrop-filter: blur(22px);
    background: rgba(255, 255, 255, 0.115) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.newsletter-form input {
    background: rgba(5, 7, 10, 0.72) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

.site-footer {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(8, 12, 17, 0.98), #020304),
        radial-gradient(circle at 80% 10%, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 20rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: grid !important;
    gap: 28px;
    grid-template-columns: minmax(180px, 1fr) minmax(220px, auto);
}

.site-footer .brand-logo {
    max-height: 46px;
    width: clamp(150px, 18vw, min(var(--logo-width, 220px), 220px));
}

.watch-page,
.fighter-profile {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.94), rgba(13, 19, 25, 0.88)),
        var(--detail-image),
        radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 28rem);
    background-position: center;
    background-size: cover;
    min-height: 720px;
    padding-top: clamp(116px, 11vw, 158px) !important;
}

.player-shell,
.match-panel,
.match-detail-section .panel,
.fighter-portrait {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045)) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.player-shell iframe,
.player-placeholder {
    border-radius: 18px;
}

.match-panel {
    backdrop-filter: blur(18px);
    padding: 26px;
}

.account-auth-page {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.96), rgba(13, 19, 25, 0.86)),
        radial-gradient(circle at 76% 16%, color-mix(in srgb, var(--theme-accent) 22%, transparent), transparent 24rem);
    min-height: 720px;
    padding-top: clamp(118px, 12vw, 156px) !important;
}

.account-auth-copy {
    max-width: 620px;
}

.account-auth-copy h1 {
    font-size: clamp(52px, 7vw, 92px);
    line-height: 0.88;
}

.account-card {
    backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    border-radius: 20px !important;
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
}

.account-card input {
    background: rgba(5, 7, 10, 0.66) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.match-panel h1,
.fighter-profile h1 {
    font-size: clamp(44px, 5.5vw, 78px);
    line-height: 0.9;
}

.match-panel dl,
.fighter-profile dl {
    display: grid;
    gap: 10px;
}

.match-panel dl div,
.fighter-profile dl div {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 12px;
}

.match-detail-section {
    background:
        linear-gradient(180deg, rgba(5, 7, 10, 0.98), rgba(12, 17, 23, 0.98)),
        radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--theme-accent) 16%, transparent), transparent 24rem);
}

.match-detail-grid {
    gap: clamp(18px, 3vw, 28px) !important;
}

.match-fighter-profile {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px !important;
    padding: 16px;
}

.paywall-placeholder {
    display: grid;
    gap: 14px;
    min-height: 420px;
    place-items: center;
    text-align: center;
}

.checkout-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    display: grid;
    gap: 12px;
    margin: 18px 0 24px;
    padding: 16px;
}

.checkout-panel strong {
    color: var(--theme-text);
    font-family: var(--heading-font);
    font-size: 1.4rem;
    text-transform: uppercase;
}

.checkout-panel form,
.checkout-panel .button {
    width: 100%;
}

.checkout-panel .button {
    justify-content: center;
}

.checkout-secondary {
    border-top: 1px solid color-mix(in srgb, var(--theme-text) 16%, transparent);
    display: grid;
    gap: 10px;
    margin-top: 4px;
    padding-top: 14px;
}

.checkout-secondary strong {
    color: color-mix(in srgb, var(--theme-text) 76%, transparent);
    font-size: 1rem;
}

.account-auth-page {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.94), rgba(13, 19, 25, 0.86)),
        radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 27rem);
    display: grid;
    gap: clamp(24px, 5vw, 70px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    min-height: 760px;
    padding: clamp(130px, 13vw, 180px) clamp(20px, 5vw, 70px) clamp(70px, 8vw, 110px);
}

.account-auth-copy {
    max-width: 720px;
}

.account-auth-copy h1 {
    font-size: clamp(56px, 9vw, 124px);
    line-height: 0.86;
    margin: 0 0 18px;
}

.account-auth-copy p:not(.eyebrow) {
    color: rgba(246, 248, 243, 0.78);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
}

.account-card,
.empty-public-state {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    display: grid;
    gap: 14px;
    padding: clamp(20px, 4vw, 34px);
}

.account-card label {
    color: rgba(246, 248, 243, 0.82);
    display: grid;
    font-family: var(--heading-font);
    font-size: 0.82rem;
    font-weight: 600;
    gap: 8px;
    text-transform: uppercase;
}

.account-card input {
    background: rgba(5, 7, 10, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: var(--theme-text);
    min-height: 48px;
    padding: 11px 13px;
}

.account-card .checkbox-label {
    align-items: center;
    display: flex;
    text-transform: none;
}

.account-card .checkbox-label input {
    min-height: auto;
    width: auto;
}

.account-switch {
    color: rgba(246, 248, 243, 0.72);
    margin: 0;
}

.account-switch a,
.empty-public-state a {
    color: var(--theme-accent);
}

.empty-public-state {
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
}

.empty-public-state h2 {
    margin: 0;
}

.success-box,
.error-box {
    border-radius: 12px;
    font-weight: 700;
    padding: 13px 15px;
}

.success-box {
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(134, 239, 172, 0.32);
    color: #bbf7d0;
}

.error-box {
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(252, 165, 165, 0.36);
    color: #fecaca;
}

.fighter-profile {
    align-items: center;
}

.fighter-portrait {
    aspect-ratio: 4 / 5;
}

.fighter-portrait img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maintenance-body {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.72), rgba(5, 7, 10, 0.95)),
        radial-gradient(circle at 14% 10%, color-mix(in srgb, var(--theme-accent) 28%, transparent), transparent 28rem),
        var(--theme-bg) !important;
}

.maintenance-content {
    backdrop-filter: blur(12px);
}

.maintenance-content h1 {
    font-size: clamp(52px, 9vw, 118px) !important;
    line-height: 0.86 !important;
}

.maintenance-content .newsletter-form {
    max-width: 520px;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-socials a {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    padding: 8px 11px;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms ease, transform 650ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal],
    .button,
    .match-card,
    .fighter-card,
    .site-nav a {
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 900px) {
    .site-header {
        align-items: center;
        display: grid !important;
        gap: 10px;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 12px 16px !important;
    }

    .site-header .brand-logo {
        max-height: 32px;
        width: clamp(120px, 34vw, 160px);
    }

    .site-nav {
        border-radius: 999px;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        padding: 5px;
        scrollbar-width: none;
        width: 100%;
    }

    .site-nav::-webkit-scrollbar {
        display: none;
    }

    .site-nav a {
        flex: 0 0 auto;
        padding: 9px 12px !important;
    }

    .archive-hero {
        min-height: 760px !important;
        padding-top: 142px !important;
    }

    .archive-hero h1 {
        font-size: clamp(48px, 16vw, 78px);
    }

    .newsletter-modern,
    .home-social-stats,
    .site-footer,
    .account-auth-page {
        grid-template-columns: 1fr !important;
    }

    .home-social-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .site-header {
        gap: 9px;
    }

    .site-nav {
        border-radius: 20px;
    }

    .site-nav a {
        font-size: 12px;
        padding: 8px 10px !important;
    }

    .archive-hero {
        padding-top: 132px !important;
    }

    .home-social-stats__grid {
        grid-template-columns: 1fr;
    }
}

/* v0.6.6: stronger streaming/sports visual system after live design review. */
body {
    background:
        linear-gradient(180deg, #020304 0%, #05070a 46%, #020304 100%) !important;
}

.site-header {
    left: 0;
    right: 0;
}

.page-home .site-header,
.header-transparent {
    background: linear-gradient(180deg, rgba(2, 3, 5, 0.82), rgba(2, 3, 5, 0.28) 72%, transparent) !important;
}

.site-header .brand-logo {
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.42));
}

.site-nav {
    background: rgba(2, 3, 5, 0.68) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.site-nav a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px;
    border-radius: 4px !important;
}

.site-nav .nav-link--primary {
    background: linear-gradient(135deg, #b70f16, #f06a6a) !important;
    color: #ffffff !important;
}

.archive-hero {
    isolation: isolate;
    min-height: clamp(720px, 92vh, 980px) !important;
    padding-bottom: clamp(96px, 11vw, 150px) !important;
}

.archive-hero::before {
    background:
        linear-gradient(90deg, rgba(2, 3, 5, 0.96) 0%, rgba(2, 3, 5, 0.78) 34%, rgba(2, 3, 5, 0.28) 68%, rgba(2, 3, 5, 0.04) 100%),
        linear-gradient(180deg, rgba(2, 3, 5, 0.22) 0%, rgba(2, 3, 5, 0.12) 36%, rgba(2, 3, 5, 0.96) 100%) !important;
}

.archive-hero::after {
    background:
        linear-gradient(116deg, transparent 0 56%, rgba(183, 15, 22, 0.42) 56% 57.2%, transparent 57.2% 100%),
        linear-gradient(180deg, transparent 0 68%, var(--theme-bg) 100%) !important;
}

.archive-hero__media {
    filter: brightness(0.68) saturate(1.08) contrast(1.08) !important;
    object-position: 62% center !important;
}

.archive-hero__content {
    margin-left: clamp(16px, 2.8vw, 38px);
    max-width: 700px !important;
    padding-top: clamp(20px, 4vw, 54px);
    position: relative;
}

.archive-hero__content::before {
    background: #e21a23;
    content: "";
    height: clamp(86px, 10vw, 150px);
    left: clamp(-22px, -2vw, -16px);
    position: absolute;
    top: clamp(26px, 5vw, 58px);
    transform: skewX(-12deg);
    width: 7px;
}

.archive-hero h1 {
    font-size: clamp(58px, 7.4vw, 118px) !important;
    line-height: 0.84 !important;
    max-width: 690px !important;
}

.archive-hero .eyebrow,
.section-heading .eyebrow,
.home-social-stats .eyebrow,
.newsletter-modern .eyebrow {
    color: #e21a23 !important;
}

.hero-kicker {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: clamp(18px, 1.55vw, 23px) !important;
    max-width: 620px !important;
}

.hero-meta-row span {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.button.primary {
    background: linear-gradient(135deg, #b70f16, #ea444b) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(183, 15, 22, 0.28);
}

.button.secondary {
    background: rgba(255, 255, 255, 0.1) !important;
}

.button {
    border-radius: 3px !important;
}

.section-heading h2,
.home-social-stats__intro h2,
.newsletter-modern h2,
.about-band h2 {
    letter-spacing: 0 !important;
}

.section-heading h2::after,
.home-social-stats__intro h2::after,
.newsletter-modern h2::after,
.about-band h2::after {
    background: linear-gradient(90deg, #e21a23, transparent);
    content: "";
    display: block;
    height: 4px;
    margin-top: 16px;
    max-width: 132px;
    transform: skewX(-18deg);
}

.home-page .section,
.home-page .newsletter-band,
.archive-section,
.match-detail-section {
    padding-left: clamp(24px, 4vw, 70px) !important;
    padding-right: clamp(24px, 4vw, 70px) !important;
}

.home-page .section > *,
.archive-section > *,
.match-detail-section > *,
.newsletter-modern > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 100%;
}

.match-section {
    background:
        linear-gradient(180deg, #05070a 0%, #071017 100%),
        radial-gradient(circle at 88% 12%, rgba(183, 15, 22, 0.18), transparent 28rem) !important;
}

.match-grid {
    gap: clamp(18px, 2vw, 30px) !important;
}

.match-card {
    aspect-ratio: 16 / 13;
    background: #0b1118 !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 6px !important;
    display: grid;
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.match-card::before {
    background:
        linear-gradient(180deg, transparent 0%, rgba(2, 3, 5, 0.1) 35%, rgba(2, 3, 5, 0.9) 100%),
        linear-gradient(135deg, rgba(183, 15, 22, 0.45), transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.match-card .match-thumb::after {
    background: #e21a23;
    content: "";
    height: 5px;
    left: 22px;
    position: absolute;
    top: 22px;
    transform: skewX(-18deg);
    width: 58px;
    z-index: 5;
}

.match-card::after {
    background: linear-gradient(135deg, transparent 0 78%, rgba(226, 26, 35, 0.72) 78% 100%) !important;
    opacity: 0.42 !important;
    z-index: 3;
}

.match-thumb {
    aspect-ratio: auto !important;
    inset: 0;
    min-height: 100% !important;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.match-thumb img {
    filter: brightness(0.84) saturate(1.04) contrast(1.12) !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.match-card:hover .match-thumb img {
    filter: brightness(0.98) saturate(1.12) contrast(1.12) !important;
}

.match-body {
    align-self: end;
    background: transparent !important;
    min-height: auto !important;
    padding: clamp(20px, 2vw, 28px) !important;
    position: relative;
    z-index: 4;
}

.match-access {
    color: #ff3e47 !important;
}

.match-body strong {
    color: #ffffff;
    font-size: clamp(25px, 2.35vw, 38px) !important;
    letter-spacing: 0;
    line-height: 0.94 !important;
}

.match-body small {
    color: rgba(255, 255, 255, 0.72) !important;
}

.about-band {
    background:
        linear-gradient(135deg, #071017, #0d151d 55%, #05070a),
        radial-gradient(circle at 82% 16%, rgba(183, 15, 22, 0.18), transparent 30rem) !important;
}

.about-band__intro {
    display: grid !important;
    gap: clamp(24px, 5vw, 80px);
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
}

.feature-list {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-list li {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 6px;
    padding: 22px !important;
}

.home-social-stats {
    background:
        linear-gradient(135deg, #05070a 0%, #101820 100%),
        radial-gradient(circle at 78% 14%, rgba(183, 15, 22, 0.24), transparent 30rem) !important;
}

.home-social-stats__grid {
    gap: 16px !important;
}

.home-social-stat {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)) !important;
    border-radius: 6px !important;
}

.newsletter-modern {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 460px) !important;
}

.newsletter-form,
.account-card {
    border-radius: 6px !important;
}

.site-footer {
    min-height: 220px;
}

@media (max-width: 980px) {
    .match-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .about-band__intro,
    .feature-list,
    .newsletter-modern {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 700px) {
    .site-header {
        gap: 10px !important;
    }

    .site-nav {
        border-radius: 18px !important;
    }

    .archive-hero {
        min-height: 780px !important;
    }

    .archive-hero__content {
        margin-left: 0;
    }

    .archive-hero h1 {
        font-size: clamp(46px, 14vw, 72px) !important;
    }

    .match-grid {
        grid-template-columns: 1fr !important;
    }

    .match-card {
        min-height: 330px;
    }
}

/* v0.7.0 approved concept: GRPL fight-night broadcast UI. */
:root {
    --fight-red: #d80d16;
    --fight-red-hot: #ff3942;
    --fight-black: #020304;
    --fight-panel: #080d12;
    --fight-line: rgba(255, 255, 255, 0.16);
}

body {
    background:
        linear-gradient(180deg, #020304 0%, #05070a 45%, #020304 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 12px) !important;
}

.page-home {
    background: #020304 !important;
}

.site-header {
    background: linear-gradient(180deg, rgba(2, 3, 4, 0.92), rgba(2, 3, 4, 0.62)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    grid-template-columns: minmax(140px, auto) minmax(0, auto);
    min-height: 68px !important;
    padding: 10px clamp(22px, 4vw, 66px) !important;
}

.page-home .site-header,
.header-transparent {
    background: linear-gradient(180deg, rgba(2, 3, 4, 0.9), rgba(2, 3, 4, 0.5) 76%, transparent) !important;
}

.site-header::after {
    background: linear-gradient(90deg, transparent, rgba(216, 13, 22, 0.72), transparent) !important;
}

.site-header .brand-logo {
    max-height: 38px !important;
    width: clamp(150px, 15vw, 210px) !important;
}

.brand-mark {
    background: var(--fight-red) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    transform: skewX(-12deg);
}

.site-nav {
    background: rgba(2, 3, 4, 0.66) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.44) !important;
    gap: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.site-nav a {
    background: transparent !important;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 12px !important;
    min-height: 46px;
    padding: 16px 18px !important;
}

.site-nav a:first-child {
    border-left: 0 !important;
}

.site-nav a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.site-nav .nav-link--primary {
    background: linear-gradient(135deg, #b8060e, var(--fight-red)) !important;
    box-shadow: inset 14px 0 0 rgba(255, 255, 255, 0.06), 0 18px 40px rgba(216, 13, 22, 0.26) !important;
}

.site-nav .nav-link--account {
    background: rgba(255, 255, 255, 0.06) !important;
}

.archive-hero {
    background-color: #020304 !important;
    min-height: clamp(700px, 90vh, 940px) !important;
    padding: clamp(116px, 12vw, 162px) clamp(24px, 5vw, 86px) clamp(84px, 9vw, 132px) !important;
}

.archive-hero__media {
    filter: brightness(0.62) saturate(1.05) contrast(1.16) !important;
    object-position: 64% center !important;
}

.archive-hero::before {
    background:
        linear-gradient(90deg, rgba(2, 3, 4, 0.98) 0%, rgba(2, 3, 4, 0.76) 38%, rgba(2, 3, 4, 0.18) 74%, rgba(2, 3, 4, 0.03) 100%),
        linear-gradient(180deg, rgba(2, 3, 4, 0.16) 0%, rgba(2, 3, 4, 0.05) 42%, #020304 100%) !important;
}

.archive-hero::after {
    background:
        linear-gradient(116deg, transparent 0 56%, rgba(216, 13, 22, 0.44) 56% 57%, transparent 57% 100%),
        linear-gradient(180deg, transparent 0 74%, #020304 100%) !important;
}

.fight-slashes {
    inset: 0 auto 0 clamp(22px, 3vw, 58px);
    opacity: 0.56;
    pointer-events: none;
    position: absolute;
    width: clamp(120px, 16vw, 220px);
    z-index: 1;
}

.fight-slashes span {
    background: linear-gradient(180deg, rgba(216, 13, 22, 0.92), rgba(216, 13, 22, 0.18));
    display: block;
    height: clamp(170px, 25vw, 360px);
    left: 0;
    position: absolute;
    transform: skewX(-18deg);
    width: clamp(24px, 3vw, 46px);
}

.fight-slashes span:nth-child(1) {
    top: 8%;
}

.fight-slashes span:nth-child(2) {
    left: 42px;
    top: 18%;
}

.fight-slashes span:nth-child(3) {
    height: clamp(80px, 12vw, 160px);
    left: 88px;
    top: 42%;
}

.archive-hero__content {
    margin-left: clamp(48px, 10vw, 190px) !important;
    max-width: 720px !important;
    padding-top: clamp(28px, 5vw, 82px) !important;
}

.archive-hero__content::before {
    display: none !important;
}

.archive-hero h1 {
    color: #ffffff !important;
    font-size: clamp(64px, 8.8vw, 142px) !important;
    line-height: 0.8 !important;
    margin-bottom: 20px !important;
    max-width: 740px !important;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.78);
}

.hero-kicker {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: clamp(18px, 1.45vw, 23px) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    max-width: 650px !important;
    text-shadow: 0 16px 54px rgba(0, 0, 0, 0.72);
    text-transform: uppercase !important;
}

.archive-hero .eyebrow,
.section-heading .eyebrow,
.home-social-stats .eyebrow,
.newsletter-modern .eyebrow {
    color: var(--fight-red-hot) !important;
}

.hero-actions {
    gap: 14px !important;
    margin: 28px 0 22px !important;
}

.button {
    border-radius: 0 !important;
    font-size: 14px;
    min-height: 54px;
    padding: 16px 24px !important;
}

.button.primary {
    background: linear-gradient(135deg, #b8060e, var(--fight-red)) !important;
    border-color: var(--fight-red) !important;
    box-shadow: 0 20px 48px rgba(216, 13, 22, 0.3) !important;
    color: #ffffff !important;
}

.button.secondary {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.32) !important;
    color: #ffffff !important;
}

.hero-meta-row {
    background: rgba(2, 3, 4, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: inline-flex !important;
    gap: 0 !important;
    margin: 0 !important;
}

.hero-meta-row span {
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 0 !important;
    padding: 13px 17px !important;
}

.hero-meta-row span:first-child {
    border-left: 0 !important;
}

.home-page .section,
.home-page .newsletter-band,
.archive-section {
    background-color: #020304 !important;
    padding-left: clamp(26px, 4vw, 82px) !important;
    padding-right: clamp(26px, 4vw, 82px) !important;
}

.section-heading {
    border-left: 6px solid var(--fight-red);
    padding-left: 24px;
}

.split-heading h2,
.home-social-stats__intro h2,
.newsletter-modern h2,
.about-band h2 {
    font-size: clamp(40px, 5vw, 72px) !important;
}

.section-heading h2::after,
.home-social-stats__intro h2::after,
.newsletter-modern h2::after,
.about-band h2::after {
    background: linear-gradient(90deg, var(--fight-red), transparent) !important;
    height: 3px !important;
    max-width: 180px !important;
}

.match-section,
.archive-section {
    background:
        linear-gradient(180deg, #020304 0%, #070b10 58%, #020304 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 18px) !important;
}

.match-grid {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

.match-card {
    aspect-ratio: 16 / 12 !important;
    background: #05080c !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 0 !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3) !important;
    min-height: 330px !important;
}

.match-card__number {
    color: #ffffff;
    font-family: var(--theme-heading);
    font-size: 13px;
    font-weight: 600;
    left: 18px;
    position: absolute;
    text-transform: uppercase;
    top: 17px;
    z-index: 5;
}

.match-card__number::after {
    background: var(--fight-red);
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    transform: skewX(-16deg);
    width: 48px;
}

.match-card::before {
    background:
        linear-gradient(180deg, rgba(2, 3, 4, 0.06) 0%, rgba(2, 3, 4, 0.18) 38%, rgba(2, 3, 4, 0.95) 100%),
        linear-gradient(116deg, rgba(216, 13, 22, 0.4), transparent 38%) !important;
}

.match-card::after {
    background: linear-gradient(120deg, transparent 0 76%, rgba(216, 13, 22, 0.8) 76% 100%) !important;
}

.match-thumb,
.match-thumb img {
    height: 100%;
}

.match-thumb img {
    filter: brightness(0.78) saturate(1.02) contrast(1.14) !important;
}

.match-card:hover .match-thumb img {
    filter: brightness(0.95) saturate(1.08) contrast(1.14) !important;
    transform: scale(1.05);
}

.match-body {
    padding: 24px !important;
}

.match-access {
    color: var(--fight-red-hot) !important;
    font-size: 11px !important;
}

.match-body strong {
    color: #ffffff !important;
    font-size: clamp(26px, 2.3vw, 38px) !important;
    line-height: 0.9 !important;
}

.match-body small {
    color: rgba(255, 255, 255, 0.76) !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.match-body small span + span::before {
    color: var(--fight-red-hot);
    content: "/";
    margin-right: 14px;
}

.about-band {
    background:
        linear-gradient(135deg, #071017, #0b1218 52%, #020304),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 16px) !important;
}

.about-band__intro {
    grid-template-columns: minmax(0, 0.78fr) minmax(280px, 1.22fr) !important;
}

.feature-list {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.feature-list li,
.home-social-stat,
.newsletter-form,
.account-card,
.match-panel,
.match-detail-section .panel,
.fighter-card,
.fighter-portrait {
    border-radius: 0 !important;
}

.feature-list li {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
}

.home-social-stats {
    align-items: center;
    background:
        linear-gradient(90deg, #05070a, #111820 52%, #05070a),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 16px) !important;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr) !important;
}

.home-social-stats__grid {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.home-social-stat {
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: none !important;
    min-height: 118px !important;
}

.home-social-stat:first-child {
    border-left: 0 !important;
}

.home-social-stat strong {
    color: #ffffff !important;
    font-size: clamp(30px, 4vw, 56px) !important;
}

.newsletter-modern {
    background:
        linear-gradient(90deg, rgba(2, 3, 4, 0.94), rgba(2, 3, 4, 0.76)),
        var(--newsletter-image),
        #070b10 !important;
    grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.82fr) !important;
}

.newsletter-form {
    background: rgba(2, 3, 4, 0.56) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.newsletter-form input,
.account-card input {
    border-radius: 0 !important;
}

.site-footer {
    background:
        linear-gradient(180deg, #070b10, #020304),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 16px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.2fr) !important;
}

.footer-socials {
    justify-content: end;
}

.footer-socials a {
    border-radius: 0 !important;
}

@media (max-width: 980px) {
    .archive-hero__content {
        margin-left: clamp(18px, 7vw, 70px) !important;
    }

    .match-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .about-band__intro,
    .feature-list,
    .home-social-stats,
    .newsletter-modern {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 700px) {
    .site-header {
        padding: 10px 16px !important;
    }

    .site-nav {
        overflow-x: auto !important;
        width: 100% !important;
    }

    .site-nav a {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 13px 14px !important;
    }

    .archive-hero {
        min-height: 760px !important;
        padding-top: 132px !important;
    }

    .fight-slashes {
        opacity: 0.34;
    }

    .archive-hero__content {
        margin-left: 0 !important;
    }

    .archive-hero h1 {
        font-size: clamp(48px, 15vw, 78px) !important;
    }

    .hero-actions {
        display: grid !important;
    }

    .hero-meta-row {
        display: flex !important;
        width: 100%;
    }

    .match-grid,
    .home-social-stats__grid {
        grid-template-columns: 1fr !important;
    }

    .home-social-stat,
    .home-social-stat:first-child {
        border-left: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    .home-social-stat:first-child {
        border-top: 0 !important;
    }

    .footer-socials {
        justify-content: start;
    }
}

/* v0.7.1: live visual audit fix - keep fight poster cards inside their grid columns. */
.home-page .match-grid,
.archive-section .match-grid {
    align-items: stretch !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.home-page .match-card,
.archive-section .match-card {
    box-sizing: border-box !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
}

.home-page .match-thumb,
.archive-section .match-thumb,
.home-page .match-thumb img,
.archive-section .match-thumb img {
    min-width: 0 !important;
    width: 100% !important;
}

@media (min-width: 1600px) {
    .home-page .match-grid,
    .archive-section .match-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 980px) {
    .home-page .match-grid,
    .archive-section .match-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .home-page .match-grid,
    .archive-section .match-grid {
        grid-template-columns: 1fr !important;
    }
}

/* v0.7.2: reference mockup alignment - text nav, adjustable hero overlay, cleaner cards and premium stats. */
:root {
    --fight-red: #d80d16;
    --fight-red-hot: #ff1d25;
}

body {
    font-family: var(--body-font) !important;
    text-rendering: geometricPrecision;
}

h1,
h2,
h3,
.section-heading h2,
.archive-hero h1,
.home-social-stats__intro h2,
.match-body strong,
.fighter-card strong,
.button,
.site-nav a {
    font-family: var(--heading-font) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: var(--heading-transform) !important;
}

.site-header {
    background: linear-gradient(180deg, rgba(3, 5, 7, 0.78), rgba(3, 5, 7, 0.3) 70%, rgba(3, 5, 7, 0)) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.site-nav {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    gap: clamp(18px, 2.1vw, 32px) !important;
    padding: 0 !important;
}

.site-nav a,
.site-nav .nav-link--account,
.site-nav .nav-link--admin {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.78) !important;
    display: inline-flex !important;
    min-height: 0 !important;
    padding: 8px 0 !important;
    position: relative;
}

.site-nav a::after {
    background: var(--fight-red);
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
    width: 100%;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: #ffffff !important;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
}

.site-nav .nav-link--primary {
    background: var(--fight-red) !important;
    color: var(--button-text, #ffffff) !important;
    min-height: 44px !important;
    padding: 14px 24px !important;
    transform: skewX(-10deg);
}

.site-nav .nav-link--primary::after {
    display: none !important;
}

.site-nav .nav-link--primary:hover,
.site-nav .nav-link--primary:focus-visible {
    background: #ffffff !important;
    color: #05070a !important;
}

.archive-hero::before {
    background:
        linear-gradient(90deg, rgba(2, 3, 4, var(--hero-overlay)) 0%, rgba(2, 3, 4, calc(var(--hero-overlay) * 0.74)) 38%, rgba(2, 3, 4, calc(var(--hero-overlay) * 0.22)) 72%, rgba(2, 3, 4, 0.03) 100%),
        linear-gradient(180deg, rgba(2, 3, 4, 0.18) 0%, rgba(2, 3, 4, 0.04) 46%, rgba(2, 3, 4, var(--hero-overlay)) 100%) !important;
    opacity: 1 !important;
}

.archive-hero h1 {
    font-size: clamp(68px, 8.8vw, 152px) !important;
    line-height: 0.82 !important;
    max-width: 780px !important;
}

.archive-hero .hero-kicker {
    font-family: var(--body-font) !important;
    font-size: clamp(17px, 1.25vw, 22px) !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
    max-width: 680px !important;
}

.match-card__number {
    display: none !important;
}

.match-body {
    justify-content: flex-end !important;
    min-height: 48% !important;
}

.match-body strong {
    font-size: clamp(28px, 2.2vw, 42px) !important;
}

.home-social-stats {
    background:
        radial-gradient(circle at 78% 42%, rgba(216, 13, 22, 0.23), transparent 31%),
        linear-gradient(108deg, #020304 0%, #070a0d 44%, #111820 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    isolation: isolate;
    min-height: 430px !important;
    overflow: hidden;
    position: relative;
}

.home-social-stats::before {
    background:
        linear-gradient(120deg, transparent 0 58%, rgba(216, 13, 22, 0.64) 58% 64%, transparent 64% 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
    content: "";
    inset: 0;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.home-social-stats__intro {
    max-width: 540px;
}

.home-social-stats__grid {
    background: transparent !important;
    border: 0 !important;
    gap: 14px !important;
}

.home-social-stat {
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    min-height: 150px !important;
    overflow: hidden;
    padding: 28px 26px !important;
    position: relative;
}

.home-social-stat::after {
    background: var(--fight-red);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 58%;
}

.home-social-stat strong {
    color: #ffffff !important;
    font-family: var(--heading-font) !important;
    font-size: clamp(46px, 5.2vw, 82px) !important;
    font-weight: 600 !important;
    line-height: 0.82 !important;
}

.home-social-stat__platform,
.home-social-stat__label {
    display: block !important;
}

.home-social-stat__platform {
    color: var(--fight-red-hot) !important;
    font-family: var(--heading-font) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    text-transform: uppercase !important;
}

.home-social-stat__label {
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: var(--body-font) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 13px !important;
}

@media (max-width: 980px) {
    .site-nav {
        gap: 16px !important;
    }

    .site-nav a,
    .site-nav .nav-link--account,
    .site-nav .nav-link--admin {
        padding: 8px 0 !important;
    }

    .site-nav .nav-link--primary {
        min-height: 40px !important;
        padding: 12px 18px !important;
    }

    .home-social-stats {
        min-height: 0 !important;
    }
}

@media (max-width: 700px) {
    .site-nav {
        gap: 14px !important;
    }

    .site-nav .nav-link--primary {
        padding: 11px 16px !important;
    }

    .archive-hero h1 {
        font-size: clamp(48px, 15vw, 72px) !important;
    }

    .home-social-stats__grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .home-social-stat strong {
        font-size: clamp(38px, 12vw, 56px) !important;
    }
}

/* v0.7.3: live visual audit fix - social stat numbers must fit inside their panels. */
.home-social-stat {
    padding: 26px 18px !important;
}

.home-social-stat strong {
    display: block !important;
    font-size: clamp(38px, 3.55vw, 51px) !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

@media (max-width: 700px) {
    .home-social-stat {
        padding: 22px 16px !important;
    }

    .home-social-stat strong {
        font-size: clamp(28px, 7.8vw, 34px) !important;
    }
}

/* v0.7.4: final stat-number fit correction after live v0.7.3 measurement. */
.home-social-stat strong {
    line-height: 0.88 !important;
}

/* v0.7.5: match thumbnails are always rendered as 16:9 media surfaces. */
.home-page .match-card,
.archive-section .match-card {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
}

.home-page .match-card .match-thumb,
.archive-section .match-card .match-thumb,
.home-page .match-card .match-thumb img,
.archive-section .match-card .match-thumb img {
    aspect-ratio: 16 / 9 !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* v0.7.7: enforce the approved broadcast typography and keep CTA labels readable. */
body h1,
body h2,
body h3,
.section-heading h2,
.archive-hero h1,
.home-social-stats__intro h2,
.match-body strong,
.fighter-card strong,
.eyebrow,
.button,
.site-nav a {
    text-transform: uppercase !important;
}

.button,
button.button,
a.button,
.site-nav .nav-link--primary {
    align-items: center !important;
    display: inline-flex !important;
    font-family: var(--heading-font) !important;
    font-weight: 600 !important;
    gap: 8px;
    justify-content: center !important;
    line-height: 1.05 !important;
    min-height: 44px;
    min-width: fit-content;
    overflow-wrap: anywhere;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal;
}

.button.primary,
.site-nav .nav-link--primary {
    color: var(--button-text, #ffffff) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.button.secondary,
.button.danger {
    color: #ffffff !important;
}

.hero-actions,
.admin-actions,
.checkout-panel {
    align-items: stretch;
}

.hero-actions .button,
.checkout-panel .button {
    min-width: min(100%, 190px);
}

/* v0.7.8: pre-live mobile navigation/footer hardening and reliable responsive surfaces. */
.sr-only {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.site-menu-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: none;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    position: relative;
    width: 48px;
    z-index: 120;
}

.site-menu-toggle__line {
    background: currentColor;
    display: block;
    height: 2px;
    left: 13px;
    position: absolute;
    transition: opacity 160ms ease, transform 160ms ease, top 160ms ease;
    width: 20px;
}

.site-menu-toggle__line:nth-child(1) {
    top: 14px;
}

.site-menu-toggle__line:nth-child(2) {
    top: 21px;
}

.site-menu-toggle__line:nth-child(3) {
    top: 28px;
}

.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__line:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__line:nth-child(2) {
    opacity: 0;
}

.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__line:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
}

@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    .site-header {
        align-items: center !important;
        display: flex !important;
        gap: 16px !important;
        min-height: 68px !important;
        overflow: visible !important;
        padding: 10px 18px !important;
    }

    .site-header .brand {
        min-width: 0 !important;
        position: relative;
        z-index: 121;
    }

    .site-header .brand-logo {
        max-width: min(var(--logo-width), 148px) !important;
    }

    .site-menu-toggle {
        display: inline-flex !important;
    }

    .site-nav {
        background:
            linear-gradient(135deg, rgba(216, 13, 22, 0.18), transparent 42%),
            rgba(3, 5, 7, 0.96) !important;
        border: 1px solid rgba(255, 255, 255, 0.13) !important;
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48) !important;
        display: grid !important;
        gap: 0 !important;
        left: 18px !important;
        max-height: calc(100vh - 96px);
        opacity: 0;
        overflow-y: auto !important;
        padding: 10px !important;
        pointer-events: none;
        position: absolute !important;
        right: 18px !important;
        top: calc(100% + 8px) !important;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease;
        width: auto !important;
        z-index: 118;
    }

    .site-header.is-menu-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a,
    .site-nav .nav-link--account,
    .site-nav .nav-link--admin {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
        justify-content: space-between !important;
        min-height: 48px !important;
        padding: 15px 12px !important;
        width: 100% !important;
    }

    .site-nav a::after {
        display: none !important;
    }

    .site-nav a:last-child {
        border-bottom: 0 !important;
    }

    .site-nav .nav-link--primary {
        background: var(--fight-red) !important;
        justify-content: center !important;
        margin: 10px 0 2px !important;
        min-height: 50px !important;
        padding: 15px 18px !important;
        transform: none !important;
    }

    .archive-hero {
        min-height: min(760px, 92vh) !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-top: 112px !important;
    }

    .archive-hero .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100%;
    }

    .archive-hero .hero-actions .button {
        min-width: 0 !important;
        width: 100% !important;
    }

    .site-footer {
        align-items: start !important;
        display: grid !important;
        gap: 26px !important;
        grid-template-columns: 1fr !important;
        justify-items: start !important;
        overflow: hidden !important;
        padding: 34px 18px !important;
        width: 100% !important;
    }

    .site-footer .brand {
        max-width: 100% !important;
    }

    .footer-socials {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: flex-start !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .footer-socials a {
        flex: 0 1 auto;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }

    [data-reveal] {
        transition-duration: 260ms !important;
    }
}

/* v0.7.35: editable account/about pages and consistent uploaded background framing. */
.account-register-page {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.94), rgba(13, 19, 25, 0.82)),
        var(--account-hero-image, none),
        radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 27rem) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.account-switch--button {
    align-items: stretch;
    display: grid;
    gap: 12px;
    margin-top: 4px;
}

.account-switch--button > span {
    color: rgba(246, 248, 243, 0.72);
}

.account-secondary-button {
    justify-content: center !important;
    min-height: 52px !important;
    width: 100%;
}

.about-page-section {
    background:
        linear-gradient(135deg, rgba(2, 3, 4, 0.98), rgba(12, 18, 24, 0.94)),
        radial-gradient(circle at 78% 16%, rgba(216, 13, 22, 0.16), transparent 26rem) !important;
    display: grid;
    min-height: 420px;
    place-items: center;
}

.about-page-copy {
    display: grid;
    gap: 18px;
    max-width: 920px;
}

.about-page-copy h2 {
    font-size: clamp(42px, 6vw, 88px);
    line-height: 0.9;
    margin: 0;
    text-wrap: balance;
}

.about-page-copy p:not(.eyebrow) {
    color: rgba(246, 248, 243, 0.78);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
    margin: 0;
    max-width: 760px;
}

.about-page-copy .button {
    justify-self: start;
    margin-top: 8px;
}

.archive-hero,
.archive-hero__media,
.archive-hero__media img,
.archive-hero__media video,
.page-heading--media,
.newsletter-modern,
.home-page .section,
.match-newsletter-section,
.contact-page-section,
.account-register-page {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 760px) {
    .account-switch--button {
        text-align: center;
    }

    .about-page-copy .button {
        justify-self: stretch;
    }
}

/* v0.7.34: content-list settings, secondary sign-in, newsletter copy fit and custom match pagination. */
body:not(.admin-body) .site-nav .nav-link--account {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 13px 20px !important;
    transform: skewX(-10deg);
}

body:not(.admin-body) .site-nav .nav-link--account::after {
    display: none !important;
}

body:not(.admin-body) .site-nav .nav-link--account:hover,
body:not(.admin-body) .site-nav .nav-link--account:focus-visible {
    background: #ffffff !important;
    color: #05070a !important;
    transform: skewX(-10deg) translateY(-2px);
}

.newsletter-form {
    gap: 18px !important;
}

.newsletter-form .checkbox-label {
    align-items: flex-start !important;
    display: flex !important;
    gap: 10px !important;
    line-height: 1.35 !important;
}

.newsletter-form .checkbox-label input {
    flex: 0 0 auto !important;
    margin-top: 2px !important;
    min-height: 16px !important;
    min-width: 16px !important;
}

.newsletter-form .checkbox-label span {
    display: block !important;
    font-size: clamp(12px, 1vw, 14px) !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    text-wrap: pretty;
    white-space: normal !important;
}

.match-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin: clamp(34px, 5vw, 64px) auto 0;
    max-width: 1360px;
    width: 100%;
}

.match-pagination p {
    color: rgba(246, 248, 243, 0.68);
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.match-pagination__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.match-page-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
    display: inline-flex;
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0 14px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.match-page-link.is-active {
    background: var(--fight-red, #d80d16);
    border-color: var(--fight-red, #d80d16);
}

.match-page-link.is-disabled,
.match-page-link.is-gap {
    color: rgba(246, 248, 243, 0.46) !important;
    pointer-events: none;
}

.match-page-link:not(.is-disabled):not(.is-gap):hover,
.match-page-link:not(.is-disabled):not(.is-gap):focus-visible {
    background: #ffffff;
    color: #05070a !important;
}

/* v0.8.26: graceful fallbacks for missing uploaded logo and fighter images. */
.brand-fallback {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.brand--with-logo .brand-fallback {
    display: none;
}

.brand.has-image-error .brand-logo {
    display: none !important;
}

.brand.has-image-error .brand-fallback {
    display: inline-flex;
}

.maintenance-logo__fallback {
    display: none;
}

.maintenance-logo.has-image-error img {
    display: none !important;
}

.maintenance-logo.has-image-error .maintenance-logo__fallback {
    display: inline;
}

.fighter-card,
.match-fighter-card-detail,
.fighter-portrait {
    position: relative;
}

.fighter-card.has-image-error img,
.match-fighter-card-detail.has-image-error img,
.fighter-portrait.has-image-error img {
    display: none !important;
}

.fighter-card.has-image-error::before,
.match-fighter-card-detail.has-image-error::before,
.fighter-portrait.has-image-error::before {
    align-items: center;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--theme-accent, #d80d16) 34%, transparent), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.14), transparent 10rem);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.92);
    content: attr(data-fallback-label);
    display: grid;
    font-family: var(--heading-font, "Titillium Web", sans-serif);
    font-size: clamp(2.6rem, 8vw, 5.5rem);
    font-weight: 700;
    justify-items: center;
    line-height: 1;
    min-height: 140px;
    text-transform: uppercase;
}

.fighter-card.has-image-error::before,
.match-fighter-card-detail.has-image-error::before {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}

.fighter-portrait.has-image-error::before {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.upload-helper-note {
    color: rgba(246, 248, 243, 0.68);
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 8px;
}

/* v0.7.49 final file-end guard: ordinary public buttons are compact. */
body:not(.admin-body) a.button,
body:not(.admin-body) button.button,
body:not(.admin-body) .hero-actions .button,
body:not(.admin-body) .empty-public-state .button,
body:not(.admin-body) .account-auth-copy .button,
body:not(.admin-body) .account-card .button,
body:not(.admin-body) .account-library-section .button,
body:not(.admin-body) .fighter-hidden-heading .button,
body:not(.admin-body) .match-fighter-card-detail .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    justify-self: flex-start !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

body:not(.admin-body) .hero-actions,
body:not(.admin-body) .empty-public-state .hero-actions,
body:not(.admin-body) .account-card .hero-actions {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body:not(.admin-body) .checkout-panel form .button,
body:not(.admin-body) .newsletter-modern form .button,
body:not(.admin-body) .match-newsletter-section form .button,
body:not(.admin-body) .contact-form .button,
body:not(.admin-body) .account-card form > .button,
body:not(.admin-body) .fighter-self-service-form > .button,
body:not(.admin-body) .ambassador-profile-form > .button {
    max-width: 100% !important;
    width: 100% !important;
}

/* v0.8.28: all public fighter photos render in a stable 1:1 frame without distortion. */
body:not(.admin-body) .fighter-card > img,
body:not(.admin-body) .match-fighter-card-detail > img,
body:not(.admin-body) .fighter-portrait > img,
body:not(.admin-body) .fighter-profile--full .fighter-portrait > img {
    aspect-ratio: 1 / 1 !important;
    display: block !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

body:not(.admin-body) .fighter-portrait,
body:not(.admin-body) .fighter-profile--full .fighter-portrait {
    aspect-ratio: 1 / 1 !important;
}

body:not(.admin-body) .fighter-card.has-image-error::before,
body:not(.admin-body) .match-fighter-card-detail.has-image-error::before,
body:not(.admin-body) .fighter-portrait.has-image-error::before {
    aspect-ratio: 1 / 1 !important;
}

/* v0.8.29: legal pages and required consent checkboxes. */
.legal-heading {
    padding-top: clamp(120px, 12vw, 180px) !important;
}

.legal-page {
    background: #05070a;
}

.legal-document {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(246, 248, 243, 0.82);
    display: grid;
    gap: 18px;
    line-height: 1.65;
    margin-inline: auto;
    max-width: 980px;
    padding: clamp(24px, 4vw, 52px);
}

.legal-document h2 {
    color: #ffffff;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 0.95;
    margin-top: 20px;
}

.legal-document a,
.legal-consent a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--fight-red-hot, #ff2630);
    text-underline-offset: 0.22em;
}

.legal-table {
    border-collapse: collapse;
    width: 100%;
}

.legal-table th,
.legal-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 12px;
    text-align: left;
}

.legal-consent {
    align-items: flex-start !important;
    color: rgba(246, 248, 243, 0.78);
    font-size: 0.82rem;
    gap: 10px;
    line-height: 1.45;
    text-transform: none;
}

.legal-consent input {
    flex: 0 0 auto;
    margin-top: 0.2em;
}

/* v0.8.14: keep match/fighter grids stable when external media is slow or unavailable. */
.match-thumb.has-image-error {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(216, 13, 22, 0.52), rgba(5, 7, 10, 0.94)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 10px, transparent 10px 20px) !important;
    display: grid;
    justify-items: center;
}

.match-thumb.has-image-error img,
.fighter-card.has-image-error img,
.fighter-portrait.has-image-error img {
    opacity: 0;
}

.match-thumb.has-image-error::before {
    color: #ffffff;
    content: "GRPL";
    font-family: var(--heading-font, "Titillium Web", sans-serif);
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.maintenance-media--frame {
    border: 0;
    height: 100vh;
    pointer-events: none;
    transform: scale(1.08);
    transform-origin: center;
    width: 100vw;
}

/* v0.8.2 final override: centered mobile logo and Safari-safe homepage email heading. */
@media (max-width: 760px) {
    body:not(.admin-body) .site-header {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        justify-items: center !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body:not(.admin-body) .site-menu-toggle {
        grid-column: 1 !important;
        justify-self: start !important;
        margin-left: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand {
        grid-column: 2 !important;
        justify-self: center !important;
        margin: 0 !important;
        max-width: min(100%, 190px) !important;
        min-width: 0 !important;
        order: 0 !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-header .brand-logo {
        display: block !important;
        height: auto !important;
        max-height: 42px !important;
        max-width: min(100%, 180px) !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-nav {
        grid-column: 1 / -1 !important;
        justify-self: stretch !important;
    }

    body:not(.admin-body).page-home .newsletter-modern {
        align-items: start !important;
        grid-template-columns: 1fr !important;
    }

    body:not(.admin-body).page-home .newsletter-modern > div:first-child {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body:not(.admin-body).page-home .newsletter-modern h2 {
        font-size: clamp(2.35rem, 10.5vw, 3.25rem) !important;
        line-height: 0.98 !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        text-wrap: balance !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body:not(.admin-body).page-home .newsletter-modern p {
        max-width: 32rem !important;
    }
}

@media (max-width: 420px) {
    body:not(.admin-body).page-home .newsletter-modern h2 {
        font-size: clamp(2.1rem, 9.5vw, 2.65rem) !important;
        line-height: 1 !important;
    }
}

/* v0.8.2 final override: centered mobile logo and Safari-safe homepage email heading. */
@media (max-width: 760px) {
    body:not(.admin-body) .site-header {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        justify-items: center !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body:not(.admin-body) .site-menu-toggle {
        grid-column: 1 !important;
        justify-self: start !important;
        margin-left: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand {
        grid-column: 2 !important;
        justify-self: center !important;
        margin: 0 !important;
        max-width: min(100%, 190px) !important;
        min-width: 0 !important;
        order: 0 !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-header .brand-logo {
        display: block !important;
        height: auto !important;
        max-height: 42px !important;
        max-width: min(100%, 180px) !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-nav {
        grid-column: 1 / -1 !important;
        justify-self: stretch !important;
    }

    body:not(.admin-body).page-home .newsletter-modern {
        align-items: start !important;
        grid-template-columns: 1fr !important;
    }

    body:not(.admin-body).page-home .newsletter-modern > div:first-child {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body:not(.admin-body).page-home .newsletter-modern h2 {
        font-size: clamp(2.35rem, 10.5vw, 3.25rem) !important;
        line-height: 0.98 !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        text-wrap: balance !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body:not(.admin-body).page-home .newsletter-modern p {
        max-width: 32rem !important;
    }
}

@media (max-width: 420px) {
    body:not(.admin-body).page-home .newsletter-modern h2 {
        font-size: clamp(2.1rem, 9.5vw, 2.65rem) !important;
        line-height: 1 !important;
    }
}

/* v0.8.2: mobile header centering and Safari-safe newsletter typography. */
@media (max-width: 760px) {
    body:not(.admin-body) .site-header {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        justify-items: center !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body:not(.admin-body) .site-menu-toggle {
        grid-column: 1 !important;
        justify-self: start !important;
        margin-left: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand {
        grid-column: 2 !important;
        justify-self: center !important;
        margin: 0 !important;
        max-width: min(100%, 190px) !important;
        min-width: 0 !important;
        order: 0 !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-header .brand-logo {
        display: block !important;
        height: auto !important;
        max-height: 42px !important;
        max-width: min(100%, 180px) !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-nav {
        grid-column: 1 / -1 !important;
        justify-self: stretch !important;
    }

    body:not(.admin-body).page-home .newsletter-modern {
        align-items: start !important;
        grid-template-columns: 1fr !important;
    }

    body:not(.admin-body).page-home .newsletter-modern > div:first-child {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body:not(.admin-body).page-home .newsletter-modern h2 {
        font-size: clamp(2.35rem, 10.5vw, 3.25rem) !important;
        line-height: 0.98 !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        text-wrap: balance !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body:not(.admin-body).page-home .newsletter-modern p {
        max-width: 32rem !important;
    }
}

@media (max-width: 420px) {
    body:not(.admin-body).page-home .newsletter-modern h2 {
        font-size: clamp(2.1rem, 9.5vw, 2.65rem) !important;
        line-height: 1 !important;
    }
}

/* v0.8.0 revenue, payout and donation UI. */
.fighter-revenue-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    max-width: 760px;
}

.fighter-revenue-summary div {
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 16px;
}

.fighter-revenue-summary span {
    color: rgba(246, 248, 243, 0.68);
    display: block;
    font-family: var(--heading-font);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.fighter-revenue-summary strong {
    color: #ffffff;
    display: block;
    font-family: var(--heading-font);
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
}

.fighter-donation-form {
    background: linear-gradient(135deg, rgba(216, 13, 22, 0.16), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    display: grid;
    gap: 14px;
    margin-top: 8px;
    max-width: 520px;
    padding: 18px;
}

.donation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.donation-options label {
    cursor: pointer;
}

.donation-options input {
    position: absolute;
    opacity: 0;
}

.donation-options span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: inline-flex;
    font-family: var(--heading-font);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 14px;
    text-transform: uppercase;
}

.donation-options input:checked + span {
    background: var(--fight-red, #d80d16);
    border-color: var(--fight-red, #d80d16);
}

body:not(.admin-body) .fighter-donation-form .button {
    max-width: 260px !important;
    width: auto !important;
}

.admin-body .actions form input[name="reference"] {
    max-width: 150px;
}

@media (max-width: 760px) {
    .fighter-revenue-summary {
        grid-template-columns: 1fr;
    }
}

/* v0.7.50: newsletter and contact submit buttons are compact too. */
body:not(.admin-body) .newsletter-modern form .button,
body:not(.admin-body) .match-newsletter-section form .button,
body:not(.admin-body) .contact-form .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

/* v0.7.48: public buttons stay compact unless a form flow explicitly needs full width. */
body:not(.admin-body) a.button,
body:not(.admin-body) button.button,
body:not(.admin-body) .hero-actions .button,
body:not(.admin-body) .empty-public-state .button,
body:not(.admin-body) .account-auth-copy .button,
body:not(.admin-body) .account-card .button,
body:not(.admin-body) .account-library-section .button,
body:not(.admin-body) .fighter-hidden-heading .button,
body:not(.admin-body) .match-fighter-card-detail .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    justify-self: flex-start !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

body:not(.admin-body) .hero-actions,
body:not(.admin-body) .empty-public-state .hero-actions,
body:not(.admin-body) .account-card .hero-actions {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body:not(.admin-body) .checkout-panel form .button,
body:not(.admin-body) .newsletter-modern form .button,
body:not(.admin-body) .match-newsletter-section form .button,
body:not(.admin-body) .contact-form .button,
body:not(.admin-body) .account-card form > .button,
body:not(.admin-body) .fighter-self-service-form > .button,
body:not(.admin-body) .ambassador-profile-form > .button {
    max-width: 100% !important;
    width: 100% !important;
}

@media (max-width: 760px) {
    body:not(.admin-body) .site-nav .nav-link--account {
        justify-content: center !important;
        margin-top: 4px !important;
        width: 100% !important;
    }

    .newsletter-modern h2,
    .match-newsletter-section h2 {
        font-size: clamp(34px, 11vw, 56px) !important;
        line-height: 0.95 !important;
    }

    .match-pagination {
        align-items: stretch;
        justify-content: center;
    }

    .match-pagination p,
    .match-pagination__controls {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

/* v0.7.50 true final guard: ordinary public buttons are compact. */
body:not(.admin-body) a.button,
body:not(.admin-body) button.button,
body:not(.admin-body) .hero-actions .button,
body:not(.admin-body) .empty-public-state .button,
body:not(.admin-body) .account-auth-copy .button,
body:not(.admin-body) .account-card .button,
body:not(.admin-body) .account-library-section .button,
body:not(.admin-body) .fighter-hidden-heading .button,
body:not(.admin-body) .match-fighter-card-detail .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    justify-self: flex-start !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

body:not(.admin-body) .hero-actions,
body:not(.admin-body) .empty-public-state .hero-actions,
body:not(.admin-body) .account-card .hero-actions {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body:not(.admin-body) .checkout-panel form .button {
    max-width: 100% !important;
    width: 100% !important;
}

body:not(.admin-body) .newsletter-modern form .button,
body:not(.admin-body) .match-newsletter-section form .button,
body:not(.admin-body) .contact-form .button,
body:not(.admin-body) .account-card form > .button,
body:not(.admin-body) .fighter-self-service-form > .button,
body:not(.admin-body) .ambassador-profile-form > .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

/* v0.7.48 final cascade guard: ordinary public buttons are not full-width. */
body:not(.admin-body) a.button,
body:not(.admin-body) button.button,
body:not(.admin-body) .hero-actions .button,
body:not(.admin-body) .empty-public-state .button,
body:not(.admin-body) .account-auth-copy .button,
body:not(.admin-body) .account-card .button,
body:not(.admin-body) .account-library-section .button,
body:not(.admin-body) .fighter-hidden-heading .button,
body:not(.admin-body) .match-fighter-card-detail .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    justify-self: flex-start !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

body:not(.admin-body) .hero-actions,
body:not(.admin-body) .empty-public-state .hero-actions,
body:not(.admin-body) .account-card .hero-actions {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body:not(.admin-body) .checkout-panel form .button,
body:not(.admin-body) .newsletter-modern form .button,
body:not(.admin-body) .match-newsletter-section form .button,
body:not(.admin-body) .contact-form .button,
body:not(.admin-body) .account-card form > .button,
body:not(.admin-body) .fighter-self-service-form > .button,
body:not(.admin-body) .ambassador-profile-form > .button {
    max-width: 100% !important;
    width: 100% !important;
}

/* v0.7.39: resilient hero media, platform-safe social links, and anti-clipping type rules. */
body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3,
body:not(.admin-body) .match-card strong,
body:not(.admin-body) .home-social-stat strong,
body:not(.admin-body) .fighter-profile-card strong,
body:not(.admin-body) .match-detail__section summary {
    line-height: 1.08 !important;
    overflow: visible !important;
    padding-bottom: 0.07em;
}

body:not(.admin-body) .archive-hero h1,
body:not(.admin-body) .page-hero h1,
body:not(.admin-body) .auth-copy h1,
body:not(.admin-body) .match-detail__title h1 {
    line-height: 1 !important;
    padding-bottom: 0.08em;
}

body:not(.admin-body) .match-card strong {
    display: block;
    text-align: right !important;
    text-wrap: balance;
}

body:not(.admin-body) .match-type-badge,
body:not(.admin-body) .match-access,
body:not(.admin-body) .button {
    line-height: 1.1 !important;
}

body:not(.admin-body) .newsletter-modern h2,
body:not(.admin-body) .match-newsletter-section h2,
body:not(.admin-body) .social-reach__heading h2 {
    line-height: 1.03 !important;
    text-wrap: balance;
}

body:not(.admin-body) .archive-hero,
body:not(.admin-body) .page-hero,
body:not(.admin-body) .image-backed-section,
body:not(.admin-body) .auth-hero,
body:not(.admin-body) .match-detail,
body:not(.admin-body) .match-newsletter-section {
    background-position: center center !important;
    background-size: cover !important;
}

body:not(.admin-body) .archive-hero__media--video {
    opacity: 0;
    transition: opacity 0.35s ease;
}

body:not(.admin-body) .archive-hero__media--video.is-ready {
    opacity: 1;
}

body:not(.admin-body) .archive-hero__media--video.is-failed {
    display: none;
}

@media (max-width: 760px) {
    body:not(.admin-body) .archive-hero h1,
    body:not(.admin-body) .page-hero h1,
    body:not(.admin-body) .auth-copy h1,
    body:not(.admin-body) .match-detail__title h1 {
        font-size: clamp(3rem, 17vw, 5.8rem) !important;
        line-height: 1.02 !important;
    }

    body:not(.admin-body) .site-logo img {
        max-width: min(var(--logo-width, 180px), 45vw) !important;
        height: auto !important;
    }
}

/* v0.7.40: live mobile header correction and roomier line boxes. */
body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3,
body:not(.admin-body) .match-card strong,
body:not(.admin-body) .home-social-stat strong {
    line-height: 1.14 !important;
    padding-bottom: 0.1em !important;
}

body:not(.admin-body) .archive-hero h1,
body:not(.admin-body) .page-hero h1,
body:not(.admin-body) .auth-copy h1,
body:not(.admin-body) .match-detail__title h1 {
    line-height: 1.06 !important;
}

@media (max-width: 760px) {
    body:not(.admin-body) .site-header {
        align-items: center !important;
        column-gap: 10px !important;
        display: grid !important;
        grid-auto-rows: auto !important;
        grid-template-columns: 52px minmax(0, auto) !important;
        justify-content: start !important;
        min-height: 68px !important;
        padding: 10px 18px !important;
        row-gap: 0 !important;
    }

    body:not(.admin-body) .site-menu-toggle {
        display: inline-flex !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        margin: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        margin: 0 !important;
        min-width: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand-logo,
    body:not(.admin-body) .site-logo img {
        display: block !important;
        height: auto !important;
        max-height: 42px !important;
        max-width: min(var(--logo-width), 48vw, 170px) !important;
        object-fit: contain !important;
        width: auto !important;
    }

    body:not(.admin-body) .site-nav {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        margin-top: 12px !important;
        width: calc(100vw - 36px) !important;
    }
}

/* v0.7.41: GA4 consent cookiebar. */
.cookie-consent {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(216, 13, 22, 0.16), transparent 34%),
        rgba(5, 7, 10, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    bottom: 22px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 22px;
    padding: 18px;
    position: fixed;
    right: 22px;
    z-index: 300;
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent strong {
    display: block;
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cookie-consent p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-width: 760px;
}

.cookie-consent__actions {
    display: flex;
    gap: 10px;
}

.footer-cookie-link {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

.footer-cookie-link:hover,
.footer-cookie-link:focus-visible {
    color: #ffffff;
}

@media (max-width: 760px) {
    .cookie-consent {
        align-items: stretch;
        bottom: 12px;
        grid-template-columns: 1fr;
        left: 12px;
        right: 12px;
    }

    .cookie-consent__actions {
        flex-direction: column;
    }
}

/* v0.7.38 final public cascade guard. */
.archive-hero h1,
.account-auth-copy h1,
.match-title-section h1,
.section-heading h2,
.match-newsletter-section h2,
.page-heading h1,
.page-heading h2,
.contact-page-heading h1 {
    line-height: 1 !important;
    overflow: visible !important;
}

.fighter-empty-state,
.archive-section .fighter-empty-state {
    grid-column: 1 / -1;
    max-width: 760px;
    min-height: 0 !important;
    padding: clamp(28px, 5vw, 44px) !important;
    text-align: left;
    width: 100%;
}

.fighter-empty-state h2 {
    font-size: clamp(34px, 5vw, 64px) !important;
    line-height: 1 !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
    word-break: normal !important;
}

.fighter-empty-state p {
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.45;
}

body:not(.admin-body) .account-panel a,
body:not(.admin-body) .auth-card a {
    color: #ffffff !important;
}

body:not(.admin-body) .account-panel a:hover,
body:not(.admin-body) .auth-card a:hover {
    color: var(--theme-accent) !important;
}

@media (max-width: 760px) {
    body:not(.admin-body) .site-header {
        align-items: center !important;
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        justify-content: start !important;
    }

    body:not(.admin-body) .site-menu-toggle {
        grid-column: 1 !important;
        justify-self: start !important;
        margin: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand {
        grid-column: 2 !important;
        justify-self: start !important;
        margin: 0 !important;
        order: 0 !important;
    }

    body:not(.admin-body) .site-header .brand-logo {
        max-height: 42px !important;
        max-width: min(var(--logo-width), 46vw, 170px) !important;
    }

    .archive-hero h1,
    .account-auth-copy h1,
    .match-title-section h1,
    .section-heading h2,
    .match-newsletter-section h2,
    .page-heading h1 {
        line-height: 1.02 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* v0.7.22: customer library and membership account UX. */
.account-dashboard-page {
    align-items: center !important;
}

.account-membership-card {
    gap: 18px !important;
}

.membership-plan-list {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.membership-plan {
    background: linear-gradient(135deg, rgba(216, 13, 22, 0.13), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 10px;
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.membership-plan::after {
    background: var(--fight-red, #d80d16);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.membership-plan span,
.membership-plan small {
    color: rgba(246, 248, 243, 0.72);
    font-family: var(--heading-font);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
}

.membership-plan strong {
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: clamp(1.45rem, 2vw, 2.15rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.membership-plan p {
    color: rgba(246, 248, 243, 0.72);
    margin: 0;
}

.membership-plan form,
.account-actions form {
    margin: 0;
}

.account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.account-library-heading .success-box,
.account-library-heading .error-box {
    max-width: 680px;
}

.account-library-section {
    min-height: 460px;
}

.account-library-section .empty-public-state {
    background:
        linear-gradient(135deg, rgba(216, 13, 22, 0.12), rgba(255, 255, 255, 0.07)),
        rgba(5, 7, 10, 0.8);
}

@media (max-width: 760px) {
    .account-actions,
    .account-actions form,
    .account-actions .button {
        width: 100%;
    }
}

/* v0.7.26: requested public UI controls only. */
.page-inner .site-header {
    background: linear-gradient(180deg, rgba(3, 5, 7, 0.9), rgba(3, 5, 7, 0.68)) !important;
}

body:not(.admin-body) .button,
body:not(.admin-body) button.button,
body:not(.admin-body) a.button,
body:not(.admin-body) .site-nav .nav-link--primary {
    background: var(--fight-red, #d80d16) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 16px 36px rgba(216, 13, 22, 0.22) !important;
    color: var(--button-text, #ffffff) !important;
    min-height: 48px !important;
    padding: 15px 26px !important;
    transform: skewX(-10deg);
}

body:not(.admin-body) .button > *,
body:not(.admin-body) .site-nav .nav-link--primary > * {
    transform: skewX(10deg);
}

body:not(.admin-body) .button.secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
}

body:not(.admin-body) .button:hover,
body:not(.admin-body) button.button:hover,
body:not(.admin-body) a.button:hover,
body:not(.admin-body) .site-nav .nav-link--primary:hover {
    background: #ffffff !important;
    color: #05070a !important;
    transform: skewX(-10deg) translateY(-2px);
}

.archive-hero {
    background-position: center !important;
    background-size: cover !important;
}

.archive-hero__media--frame:not([src]) {
    opacity: 0;
}

.hero-meta-row.is-hidden,
.hero-meta-row:empty {
    display: none !important;
}

.section-bottom-action {
    display: flex;
    justify-content: center;
    margin-top: clamp(28px, 4vw, 48px);
}

.split-heading > a {
    color: #ffffff !important;
    font-family: var(--heading-font) !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration-color: var(--fight-red, #d80d16);
    text-underline-offset: 7px;
    text-transform: uppercase;
}

.page-heading--media {
    background:
        linear-gradient(90deg, rgba(2, 3, 4, 0.92), rgba(2, 3, 4, 0.6) 46%, rgba(2, 3, 4, 0.86)),
        var(--page-heading-image),
        radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--theme-accent) 28%, transparent), transparent 24rem) !important;
    background-position: center !important;
    background-size: cover !important;
}

.public-filter-bar {
    align-items: end;
    background:
        linear-gradient(135deg, rgba(216, 13, 22, 0.12), rgba(255, 255, 255, 0.055)),
        rgba(5, 7, 10, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.55fr) auto auto;
    margin: 0 auto clamp(28px, 4vw, 48px);
    max-width: 1440px;
    padding: 18px;
}

.public-filter-bar label {
    color: rgba(246, 248, 243, 0.75);
    display: grid;
    font-family: var(--heading-font);
    font-size: 0.78rem;
    font-weight: 600;
    gap: 8px;
    text-transform: uppercase;
}

.public-filter-bar input,
.public-filter-bar select,
.contact-form input,
.contact-form textarea,
.newsletter-form input {
    background: rgba(2, 3, 4, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    min-height: 50px;
    padding: 12px 14px;
}

.archive-section .match-card {
    contain: layout paint;
}

.match-body small {
    display: none !important;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(30px, 5vw, 56px) !important;
}

.pagination-wrap nav[role="navigation"] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 10px 12px;
}

.pagination-wrap nav[role="navigation"] > div:first-child {
    display: none !important;
}

.pagination-wrap nav[role="navigation"] a,
.pagination-wrap nav[role="navigation"] span {
    border-radius: 0 !important;
    min-height: 38px;
    min-width: 38px;
}

.home-social-stats.image-backed-section::before {
    background:
        linear-gradient(108deg, rgba(2, 3, 4, 0.94) 0%, rgba(7, 10, 13, 0.8) 46%, rgba(17, 24, 32, 0.74) 100%),
        var(--section-image);
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.home-social-stat {
    color: inherit;
    text-decoration: none;
}

a.home-social-stat:hover {
    border-color: rgba(255, 255, 255, 0.32) !important;
    transform: translateY(-4px);
}

.home-social-stat__platform {
    align-items: center;
    display: flex !important;
    gap: 8px;
}

.social-platform-icon {
    align-items: center;
    background: var(--fight-red, #d80d16);
    color: #ffffff;
    display: inline-flex;
    fill: currentColor;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.social-platform-icon path {
    fill: currentColor;
}

.social-platform-icon__cutout {
    fill: var(--fight-red, #d80d16) !important;
}

.social-platform-icon--generic {
    font-family: var(--heading-font);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.newsletter-modern {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr) !important;
}

.newsletter-form,
.contact-form {
    background:
        linear-gradient(135deg, rgba(216, 13, 22, 0.16), rgba(255, 255, 255, 0.06)),
        rgba(2, 3, 4, 0.68) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 0 !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 16px;
    padding: clamp(20px, 3vw, 34px);
}

.contact-section {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.98), rgba(13, 19, 25, 0.86)),
        radial-gradient(circle at 82% 16%, rgba(216, 13, 22, 0.22), transparent 26rem);
    display: grid;
    gap: clamp(24px, 5vw, 70px);
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
}

.contact-section p:not(.eyebrow) {
    color: rgba(246, 248, 243, 0.72);
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.45;
    max-width: 620px;
}

.contact-form label {
    color: rgba(246, 248, 243, 0.78);
    display: grid;
    font-family: var(--heading-font);
    font-size: 0.78rem;
    font-weight: 600;
    gap: 8px;
    text-transform: uppercase;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.site-footer {
    background:
        linear-gradient(180deg, #080c10, #020304),
        linear-gradient(115deg, transparent 0 68%, rgba(216, 13, 22, 0.16) 68% 72%, transparent 72% 100%) !important;
    padding-bottom: 46px !important;
    padding-top: 46px !important;
}

.footer-socials {
    gap: 12px !important;
}

.footer-socials a {
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: rgba(246, 248, 243, 0.82) !important;
    font-family: var(--heading-font);
    font-size: 0.82rem;
    font-weight: 600;
    min-height: 42px;
    padding: 12px 16px !important;
    text-transform: uppercase;
}

.footer-socials a:hover {
    background: var(--fight-red, #d80d16) !important;
    color: #ffffff !important;
}

@media (max-width: 980px) {
    .public-filter-bar,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .public-filter-bar .button {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .home-social-stats__grid {
        grid-template-columns: 1fr !important;
    }

    body:not(.admin-body) .button,
    body:not(.admin-body) button.button,
    body:not(.admin-body) a.button {
        width: 100%;
    }
}

/* v0.7.27: live visual QA fix for oversized inner page headings. */
body.page-inner .page-heading.page-heading--media {
    min-height: 0 !important;
    padding-bottom: clamp(42px, 7vw, 86px) !important;
    padding-top: clamp(118px, 12vw, 156px) !important;
}

body.page-inner .archive-section {
    padding-top: clamp(34px, 5vw, 72px) !important;
}

@media (max-width: 760px) {
    body.page-inner .page-heading.page-heading--media {
        padding-bottom: 34px !important;
        padding-top: 110px !important;
    }

    body.page-inner .page-heading h1 {
        font-size: clamp(52px, 17vw, 82px) !important;
    }

    body.page-inner .page-heading p:not(.eyebrow) {
        font-size: 18px !important;
    }
}

/* v0.7.28: requested visual corrections after live screenshot QA. */
.archive-hero .hero-meta-row {
    display: none !important;
}

.match-body {
    align-items: end !important;
    justify-items: end !important;
    text-align: right !important;
}

.match-body strong {
    text-align: right !important;
    width: 100%;
}

.match-type-badge {
    background: var(--match-type-badge-bg, #d80d16);
    color: var(--match-type-badge-text, #ffffff);
    display: inline-flex;
    font-family: var(--heading-font);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
    min-height: 30px;
    padding: 9px 12px;
    text-transform: uppercase;
    transform: skewX(-10deg);
}

.social-platform-icon {
    background: transparent !important;
    color: var(--fight-red-hot, #ff2630) !important;
    height: 19px !important;
    margin-right: 0;
    width: 19px !important;
}

.social-platform-icon__cutout {
    fill: #05070a !important;
}

/* v0.7.30 match detail and fighter profile template */
.match-detail-page,
.fighter-detail-page {
    background:
        linear-gradient(180deg, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.99) 38%, #05070a),
        var(--detail-image),
        #05070a;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    color: var(--theme-text);
    min-height: 100vh;
}

.match-video-stage,
.match-title-section,
.match-fighters-section,
.match-copy-section,
.fighter-profile--full,
.fighter-matches-section {
    margin-inline: auto;
    max-width: 1440px;
    padding-inline: clamp(20px, 4vw, 70px);
    width: 100%;
}

.match-video-stage {
    display: grid;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(110px, 11vw, 150px);
    place-items: center;
}

.match-player-wide {
    aspect-ratio: 16 / 9;
    background: #020304 !important;
    border-radius: 8px !important;
    max-width: 1368px;
    width: 95vw !important;
}

.match-player-wide iframe,
.match-player-wide video,
.match-player-wide .player-placeholder {
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    display: block;
    height: auto;
    min-height: 0;
    width: 100%;
}

.preview-banner {
    background: rgba(255, 38, 48, 0.12);
    border: 1px solid rgba(255, 38, 48, 0.42);
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 auto;
    max-width: 1368px;
    padding: 14px clamp(18px, 3vw, 28px);
    text-transform: uppercase;
    width: 95vw;
}

.match-title-section {
    display: grid;
    gap: 22px;
    padding-bottom: clamp(28px, 4vw, 54px);
    padding-top: clamp(28px, 4vw, 54px);
}

.match-title-section h1 {
    font-size: clamp(46px, 7vw, 118px);
    line-height: 0.86;
    max-width: 980px;
}

.match-unlock-panel {
    max-width: 620px;
}

.match-fighters-section {
    padding-bottom: clamp(28px, 5vw, 70px);
}

.match-fighter-pair--detail {
    display: grid;
    gap: clamp(16px, 2vw, 28px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.match-fighter-card-detail {
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--fighter-accent) 42%, transparent), rgba(255, 255, 255, 0.04) 44%, rgba(255, 255, 255, 0.07)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)) !important;
    display: grid;
    gap: 18px;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.match-fighter-card-detail::after {
    background: linear-gradient(90deg, var(--fighter-accent), transparent);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 52%;
}

.match-fighter-card-detail img {
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.match-fighter-card-detail__body {
    display: grid;
    gap: 8px;
}

.match-fighter-statistics {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.45;
}

.match-fighter-statistics > div {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
}

.match-fighter-statistics dt { color: #c6c9cd; }
.match-fighter-statistics dd { margin: 0; color: #fff; overflow-wrap: anywhere; }

.match-fighter-card-detail strong,
.match-fighter-name {
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: clamp(36px, 4vw, 64px);
    font-weight: 600;
    line-height: 0.9;
    text-decoration: none;
    text-transform: uppercase;
}

.match-fighter-card-detail span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.fighter-fights-button {
    align-self: end;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.match-copy-section {
    display: grid;
    gap: clamp(18px, 3vw, 28px);
    padding-bottom: clamp(40px, 6vw, 86px);
}

.match-copy-section .panel,
.match-breakdown-accordion {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    padding: clamp(22px, 3vw, 36px);
}

.match-breakdown-accordion summary {
    color: #ffffff;
    cursor: pointer;
    font-family: var(--heading-font);
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 600;
    line-height: 0.92;
    text-transform: uppercase;
}

.match-breakdown-accordion .prose {
    margin-top: 22px;
}

.related-fights-section,
.fighter-matches-section {
    background: linear-gradient(180deg, #05070a, #080d13) !important;
}

.fighter-profile--full {
    align-items: center;
    display: grid !important;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
    min-height: auto !important;
    padding-bottom: clamp(48px, 7vw, 100px);
    padding-top: clamp(120px, 12vw, 170px) !important;
}

.fighter-profile--full .fighter-portrait {
    aspect-ratio: 4 / 5;
    min-height: 0;
    width: 100%;
}

.fighter-profile--full .fighter-portrait img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fighter-profile__content {
    display: grid;
    gap: 22px;
}

.fighter-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.match-body .match-type-badge {
    justify-self: end;
    margin-top: 12px;
}

@media (max-width: 860px) {
    .match-player-wide {
        width: 95% !important;
    }

    .match-fighter-pair--detail,
    .fighter-profile--full {
        grid-template-columns: 1fr;
    }

    .match-fighter-card-detail {
        min-height: 220px;
    }
}

.home-social-stat__platform {
    gap: 7px;
}

.footer-socials {
    align-items: center;
    display: flex;
    gap: clamp(18px, 2.4vw, 34px) !important;
}

.footer-socials a {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: rgba(246, 248, 243, 0.78) !important;
    min-height: 0 !important;
    padding: 0 0 9px !important;
    position: relative;
}

.footer-socials a::after {
    background: var(--fight-red, #d80d16);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.footer-socials a:hover {
    background: transparent !important;
    color: #ffffff !important;
}

.footer-socials a:hover::after {
    transform: scaleX(1);
}

.home-page .contact-section {
    display: none !important;
}

.contact-page-section {
    background:
        linear-gradient(135deg, rgba(5, 7, 10, 0.98), rgba(13, 19, 25, 0.9)),
        radial-gradient(circle at 70% 8%, rgba(216, 13, 22, 0.18), transparent 28rem) !important;
    display: grid;
    justify-items: center;
}

.contact-page-section .contact-form {
    max-width: 760px;
    width: min(100%, 760px);
}

/* v0.7.32: requested mobile, cards, admin bulk and ambassador hardening. */
.site-header .brand-logo {
    height: auto !important;
    max-height: clamp(34px, 5.2vw, 64px) !important;
    max-width: min(var(--logo-width), 24vw, 220px) !important;
    object-fit: contain !important;
    width: auto !important;
}

.archive-hero h1,
.section-heading h2,
.account-auth-copy h1,
.match-title-section h1,
.page-heading h1 {
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.match-card {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.match-card .match-thumb,
.match-card .match-thumb img {
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
}

.match-card .match-body {
    align-items: end !important;
    display: grid !important;
    inset: auto 0 0 0 !important;
    justify-items: end !important;
    padding: clamp(16px, 2vw, 24px) !important;
    position: absolute !important;
    text-align: right !important;
    z-index: 3 !important;
}

.match-card .match-body strong {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    text-align: right !important;
}

.match-card .match-type-badge {
    border-radius: var(--button-radius) !important;
    color: var(--match-type-badge-text, #ffffff) !important;
    display: inline-flex !important;
    font-size: clamp(9px, 0.8vw, 11px) !important;
    line-height: 1 !important;
    max-width: 100%;
    padding: 9px 13px !important;
    text-align: center;
    white-space: normal;
}

.related-fights-section .match-grid,
.fighter-matches-section .match-grid {
    display: grid !important;
    gap: clamp(14px, 2vw, 22px) !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
    overflow: visible !important;
}

.related-fights-section .match-card,
.fighter-matches-section .match-card {
    width: 100% !important;
}

.match-newsletter-section {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(216, 13, 22, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: clamp(22px, 5vw, 70px);
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 520px);
    padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.match-newsletter-section h2 {
    font-size: clamp(36px, 5vw, 76px);
    line-height: 0.92;
    margin: 0;
}

.match-newsletter-form {
    width: 100%;
}

.access-detail-panel[hidden],
.access-detail-panel.is-hidden-for-free {
    display: none !important;
}

.bulk-toolbar {
    align-items: end;
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px !important;
    justify-content: flex-start;
}

.bulk-toolbar label {
    flex: 1 1 260px;
}

.bulk-check {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding-top: 6px;
}

.fighter-admin-row {
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
}

.ambassador-link-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.ambassador-profile-form {
    max-width: 640px;
}

.ambassador-profile-form textarea {
    min-height: 120px;
}

@media (max-width: 760px) {
    .site-header {
        gap: 10px !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
    }

    .site-menu-toggle {
        flex: 0 0 48px !important;
        margin-left: 0 !important;
        margin-right: 10px !important;
        order: -2 !important;
    }

    .site-header .brand {
        flex: 0 1 auto !important;
        margin: 0 !important;
        min-width: 0 !important;
        order: -1 !important;
    }

    .site-header .brand-logo {
        display: block !important;
        max-height: 42px !important;
        max-width: min(var(--logo-width), 46vw, 170px) !important;
    }

    .site-nav {
        margin-left: 0 !important;
        left: 18px !important;
        right: 18px !important;
    }

    .archive-hero h1,
    .account-auth-copy h1 {
        font-size: clamp(48px, 16vw, 84px) !important;
        line-height: 0.88 !important;
    }

    .hero-kicker,
    .account-auth-copy p:not(.eyebrow) {
        font-size: clamp(17px, 5vw, 24px) !important;
        line-height: 1.18 !important;
    }

    .section-heading h2,
    .page-heading h1,
    .match-title-section h1 {
        font-size: clamp(38px, 13vw, 72px) !important;
        line-height: 0.9 !important;
    }

    .match-newsletter-section {
        grid-template-columns: 1fr;
    }

    .fighter-admin-row {
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    .fighter-admin-state,
    .fighter-admin-row .actions {
        grid-column: 1 / -1;
    }
}

/* v0.7.34 final cascade guard: keep these rules last. */
body:not(.admin-body) .site-nav .nav-link--account {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 13px 20px !important;
    transform: skewX(-10deg);
}

body:not(.admin-body) .site-nav .nav-link--account::after {
    display: none !important;
}

body:not(.admin-body) .site-nav .nav-link--account:hover,
body:not(.admin-body) .site-nav .nav-link--account:focus-visible {
    background: #ffffff !important;
    color: #05070a !important;
    transform: skewX(-10deg) translateY(-2px);
}

.newsletter-form {
    gap: 18px !important;
}

.newsletter-form .checkbox-label {
    align-items: flex-start !important;
    display: flex !important;
    gap: 10px !important;
    line-height: 1.35 !important;
}

.newsletter-form .checkbox-label input {
    flex: 0 0 auto !important;
    margin-top: 2px !important;
    min-height: 16px !important;
    min-width: 16px !important;
}

.newsletter-form .checkbox-label span {
    display: block !important;
    font-size: clamp(12px, 1vw, 14px) !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    text-wrap: pretty;
    white-space: normal !important;
}

.match-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin: clamp(34px, 5vw, 64px) auto 0;
    max-width: 1360px;
    width: 100%;
}

.match-pagination p {
    color: rgba(246, 248, 243, 0.68);
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.match-pagination__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.match-page-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
    display: inline-flex;
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0 14px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.match-page-link.is-active {
    background: var(--fight-red, #d80d16);
    border-color: var(--fight-red, #d80d16);
}

.match-page-link.is-disabled,
.match-page-link.is-gap {
    color: rgba(246, 248, 243, 0.46) !important;
    pointer-events: none;
}

.match-page-link:not(.is-disabled):not(.is-gap):hover,
.match-page-link:not(.is-disabled):not(.is-gap):focus-visible {
    background: #ffffff;
    color: #05070a !important;
}

@media (max-width: 760px) {
    body:not(.admin-body) .site-nav .nav-link--account {
        justify-content: center !important;
        margin-top: 4px !important;
        width: 100% !important;
    }

    .newsletter-modern h2,
    .match-newsletter-section h2 {
        font-size: clamp(34px, 11vw, 56px) !important;
        line-height: 0.95 !important;
    }

    .match-pagination {
        align-items: stretch;
        justify-content: center;
    }

    .match-pagination p,
    .match-pagination__controls {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

/* v0.7.49 true final guard: ordinary public buttons are compact. */
body:not(.admin-body) a.button,
body:not(.admin-body) button.button,
body:not(.admin-body) .hero-actions .button,
body:not(.admin-body) .empty-public-state .button,
body:not(.admin-body) .account-auth-copy .button,
body:not(.admin-body) .account-card .button,
body:not(.admin-body) .account-library-section .button,
body:not(.admin-body) .fighter-hidden-heading .button,
body:not(.admin-body) .match-fighter-card-detail .button {
    align-self: flex-start !important;
    flex: 0 0 auto !important;
    justify-self: flex-start !important;
    max-width: min(100%, 280px) !important;
    width: auto !important;
}

body:not(.admin-body) .hero-actions,
body:not(.admin-body) .empty-public-state .hero-actions,
body:not(.admin-body) .account-card .hero-actions {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

body:not(.admin-body) .checkout-panel form .button,
body:not(.admin-body) .newsletter-modern form .button,
body:not(.admin-body) .match-newsletter-section form .button,
body:not(.admin-body) .contact-form .button,
body:not(.admin-body) .account-card form > .button,
body:not(.admin-body) .fighter-self-service-form > .button,
body:not(.admin-body) .ambassador-profile-form > .button {
    max-width: 100% !important;
    width: 100% !important;
}
