.hero {
    padding-top: 27px;
}

.hero-topline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 2px;
}

.separator {
    color: var(--green);
    margin-inline: 12px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 35px;
    padding-block: 70px 65px;
}

.hero-copy .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
}

.small-line {
    width: 25px;
    height: 2px;
    background: var(--green);
}

h1 {
    font-family: Impact, 'Arial Narrow', Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(50px, 5.2vw, 76px);
    letter-spacing: -.8px;
    line-height: 1.04;
    margin: 0;
}

h1>span {
    color: var(--green);
}

.hero-description {
    max-width: 470px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
    margin: 25px 0 28px;
}

.hero-description strong {
    color: var(--text);
    font-weight: 400;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 23px;
}

.hero-more {
    font-size: 12px;
    color: var(--muted);
}

.hero-more span {
    margin-left: 12px;
    color: var(--text);
}

.hero-art {
    position: relative;
    padding: 45px 4px 28px;
    background: radial-gradient(ellipse at center, #133c262e, transparent 70%);
}

.hero-art img {
    width: 100%;
    object-fit: contain;
}

.art-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 24px 0;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 2px;
}

.art-caption>span:last-child {
    font-size: 30px;
    color: var(--pink);
}

.art-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: #405347;
    border-style: solid;
}

.corner-top {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.corner-bottom {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.event-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    padding-block: 27px;
    margin-bottom: 25px;
}

.event-facts>* {
    padding-inline: 28px;
    border-left: 1px solid var(--line);
}

.event-facts> :first-child {
    border: 0;
}

.fact-label {
    display: block;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 1.8px;
    margin-bottom: 7px;
}

.event-facts strong {
    font-size: 15px;
    font-weight: 500;
}

.event-facts a strong>span {
    color: var(--green);
    margin-left: 30px;
}

.fact-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pink);
    margin: 0 0 2px 8px;
}

.event-band {
    overflow: hidden;
    border-block: 1px solid #2b4335;
    background: #122419;
    padding-block: 14px;
}

.event-band>div {
    width: max-content;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #bbd4c1;
}

.event-band span {
    color: var(--green);
    margin-inline: 45px;
}

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-block: 85px;
}

h2 {
    font-size: clamp(30px, 3.3vw, 44px);
    letter-spacing: -1.5px;
    line-height: 1.18;
    margin: 18px 0 22px;
}

.about-section h2 span {
    color: var(--green);
}

.about-copy {
    font-size: 14px;
    color: var(--muted);
    padding-top: 17px;
}

.about-copy p {
    margin: 0 0 18px;
}

.text-link {
    display: inline-block;
    color: var(--text);
    font-size: 12px;
    border-bottom: 1px solid #587363;
    padding-block: 8px;
}

.text-link span {
    color: var(--green);
    margin-left: 18px;
}

.stream-section {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(285px, .65fr);
    align-items: stretch;
    border: 1px solid var(--line);
    background: #0d110f;
    margin-bottom: 80px;
}

.stream-player {
    min-width: 0;
    padding: 0;
}

.stream-player iframe {
    display: block;
    width: 100%;
    min-height: 390px;
    border: 0;
    border-radius: 0;
    background: #050505;
    box-shadow: 0 16px 36px #0008;
}

.stream-copy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 40px 45px 40px 15px;
}

.stream-copy .eyebrow {
    color: #ff76db;
}

.stream-copy>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 14px;
    max-width: 430px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1000px) {
    .hero-grid {
        gap: 20px;
        padding-block: 50px;
    }

    h1 {
        font-size: clamp(42px, 6vw, 62px);
    }

    .about-section {
        gap: 40px;
    }

    .stream-player {
        padding: 0;
    }
}

@media (max-width: 760px) {
    .hero-topline {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .separator {
        margin-inline: 4px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-block: 40px;
        gap: 40px;
    }

    h1 {
        font-size: clamp(43px, 10vw, 70px);
    }

    .hero-description {
        max-width: 540px;
    }

    .hero-art {
        max-width: 530px;
        width: 100%;
        margin-inline: auto;
        padding-top: 20px;
    }

    .art-caption {
        margin-top: 15px;
    }

    .event-facts {
        grid-template-columns: 1fr 1fr;
        gap: 24px 0;
    }

    .event-facts>* {
        padding-inline: 18px;
    }

    .event-facts> :nth-child(3) {
        border: 0;
    }

    .event-facts strong {
        font-size: 13px;
    }

    .about-section {
        grid-template-columns: 1fr;
        gap: 0;
        padding-block: 55px;
    }

    .about-copy {
        padding-top: 0;
    }

    .stream-section {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .stream-player {
        padding: 0;
    }

    .stream-copy {
        padding: 15px 24px 30px;
    }
}

/* Portada: luces de arena y una composición amplia inspirada en el evento. */
.home {
    overflow: clip;
}

.hero {
    position: relative;
    isolation: isolate;
    width: min(100% - 32px, 1440px);
    padding: 30px clamp(20px, 4vw, 64px) 0;
    margin-top: 16px;
    border: 1px solid #26372d;
    border-radius: 28px;
    background: radial-gradient(ellipse at 80% 35%, #34102780, transparent 55%), linear-gradient(125deg, #102a20, #090d0b 55%);
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 30% -10% -50%;
    background: repeating-linear-gradient(0deg, transparent 0 82px, #75d7ad12 83px 84px);
    transform: perspective(500px) rotateX(35deg) rotate(-9deg);
    pointer-events: none;
}

.hero-light {
    position: absolute;
    z-index: -1;
    top: -160px;
    width: 250px;
    height: 650px;
    filter: blur(50px);
    opacity: .22;
    transform: rotate(-28deg);
    pointer-events: none;
}

.light-green {
    left: 10%;
    background: linear-gradient(var(--green), transparent);
}

.light-pink {
    right: 8%;
    background: linear-gradient(var(--pink), transparent);
    transform: rotate(28deg);
}

.hero-grid {
    padding-block: 75px 60px;
    min-height: 530px;
}

.hero-copy {
    animation: entrance .8s ease both;
}

.hero-art {
    animation: entrance 1s .1s ease both;
    border-radius: 50%;
}

.hero-art img {
    filter: drop-shadow(0 18px 35px #0008);
}

.hero h1 {
    font-size: clamp(48px, 5.5vw, 80px);
}

.hero .button,
.featured-match .button {
    border-radius: 50px;
}

.hero .button-secondary {
    border-color: #5c7265;
}

.event-facts {
    margin-bottom: 0;
}

.scroll-cue {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    background: #080a09;
    border: 1px solid var(--line);
    border-bottom: 0;
    padding: 12px 35px;
    border-radius: 25px 25px 0 0;
    font-size: 9px;
    letter-spacing: 2px;
}

.scroll-cue span {
    font-size: 17px;
    color: var(--green);
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 25px;
}

.section-heading .eyebrow {
    margin: 0 0 10px;
}

.section-heading h2 {
    font-family: Impact, 'Arial Narrow', Arial, sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: .2px;
    margin: 0;
}

.section-description {
    color: var(--muted);
    font-size: 14px;
    margin: -7px 0 28px;
}

.featured-match,
.schedule-section,
.roster-section {
    padding-top: 85px;
}

.status-badge {
    padding: 8px 14px;
    border: 1px solid #526154;
    border-radius: 30px;
    color: #c2cdc5;
    font-size: 11px;
}

.arena-board {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr .95fr 1fr;
    gap: 28px;
    align-items: center;
    padding: 40px;
    border: 1px solid #3a4c40;
    border-radius: 28px;
    background: radial-gradient(ellipse at 0 0, #16724c70, transparent 65%), radial-gradient(ellipse at 100% 0, #99127a55, transparent 65%), #0c110e;
}

.arena-ropes {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .22;
    background: linear-gradient(0deg, transparent 26%, #a4bbae 26.3%, transparent 27%, transparent 39%, #a4bbae 39.3%, transparent 40%, transparent 52%, #a4bbae 52.3%, transparent 53%);
}

.contender {
    position: relative;
    min-width: 0;
    align-self: stretch;
    background: #07100dad;
    border: 1px solid #4fa87733;
    border-radius: 20px;
    overflow: hidden;
}

.green-side {
    --side-color: #24e7a0;
    --side-glow: #24e7a025;
}

.pink-side {
    --side-color: #f024bf;
    --side-glow: #f024bf25;
}

.fighter-portrait {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: radial-gradient(ellipse at 50% 95%, var(--side-glow, #24e7a025), transparent 75%);
}

.fighter-portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    transition: transform .4s ease;
}

.fighter-shadow {
    position: absolute;
    width: 78%;
    height: 100%;
    bottom: 0;
    left: 11%;
}

.fighter-shadow::before {
    content: '';
    position: absolute;
    width: 35%;
    height: 37%;
    left: 32.5%;
    top: 15%;
    background: linear-gradient(140deg, #415348, #142019);
    border: 1px solid #77978640;
    border-radius: 46% 46% 42% 42%;
}

.fighter-shadow::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 67%;
    background: linear-gradient(140deg, #354b3d, #101a14);
    border: 1px solid #77978640;
    border-radius: 45% 45% 0 0;
}

.pink-side .fighter-shadow::before,
.pink-side .fighter-shadow::after {
    background: linear-gradient(140deg, #50344b, #1b101b);
    border-color: #9f638f40;
}

.fighter-shadow span {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    color: #b0c0b680;
    font-size: 48px;
    font-family: Impact, sans-serif;
}

.contender-name {
    padding: 22px 12px;
    text-align: center;
    position: relative;
    border-top: 1px solid #ffffff0c;
}

.contender-name span {
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--side-color);
}

.contender h3 {
    margin: 6px 0 0;
    font-size: clamp(18px, 2vw, 27px);
}

.match-center {
    text-align: center;
    min-width: 0;
}

.match-date {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: #d0d9d3;
}

.big-vs {
    display: block;
    font-family: Impact, sans-serif;
    font-style: italic;
    font-size: clamp(70px, 8vw, 115px);
    line-height: 1.2;
    margin-top: 22px;
    text-shadow: -4px 0 #24e7a060, 4px 0 #f024bf60;
}

.match-center p {
    color: var(--muted);
    font-size: 12px;
    margin: 15px 0 25px;
}

.match-center small {
    display: block;
    color: var(--muted);
    font-size: 10px;
    margin-top: 14px;
}

.match-filters {
    display: flex;
    gap: 8px;
}

.match-filters[hidden],
[data-match-panel][hidden] {
    display: none;
}

.match-filters button {
    color: #b5beb8;
    background: #151b17;
    border: 1px solid transparent;
    padding: 12px 21px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
}

.match-filters button[aria-pressed='true'] {
    border-color: var(--green);
    color: var(--green);
    background: #143023;
}

.panel-heading {
    font-size: 14px;
    color: var(--muted);
    margin: 0 0 16px;
    font-weight: 400;
}

.match-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.match-card[hidden] {
    display: none;
}

.match-card-newly-visible {
    animation: match-card-entrance .38s ease both;
}

.match-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.match-pagination[hidden] {
    display: none;
}

.match-pagination-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 148px;
    height: 50px;
    flex: 0 0 148px;
    padding: 7px 8px 7px 20px;
    border: 1px solid #24e7a042;
    border-radius: 14px;
    background: linear-gradient(135deg, #10271c, #0c1510);
    color: #ecf4ef;
    box-shadow: 0 12px 28px #0004, inset 0 1px #ffffff0a;
    font: 800 12px/1 inherit;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .2s, border-color .2s, background .2s;
}

.match-pagination-button[hidden] {
    display: none;
}

.match-pagination-button:hover {
    transform: translateY(-2px);
    border-color: #24e7a080;
    background: linear-gradient(135deg, #153426, #0d1912);
}

.match-pagination-button:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 3px;
}

.match-pagination-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #24e7a035;
    border-radius: 9px;
    background: #1a4933;
    color: var(--green);
    transition: transform .25s;
}

.match-pagination-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.match-pagination-button[data-direction='less'] .match-pagination-icon {
    transform: rotate(180deg);
}

@keyframes match-card-entrance {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.match-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(160deg, #13281c80, #0b0e0c 70%);
    transition: transform .35s, border-color .35s;
}

.match-card:hover {
    transform: translateY(-5px);
    border-color: #548067;
}

.match-card-fighters {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 25px 23px 0;
}

.match-card .fighter-portrait {
    height: 125px;
    border-radius: 12px;
}

.match-card .fighter-shadow span {
    font-size: 25px;
}

.card-vs {
    font: italic 28px Impact, sans-serif;
    color: #e5eae7;
}

.match-card-copy {
    padding: 25px;
}

.match-card-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
}

.match-card h3 {
    margin: 9px 0;
    font-size: 18px;
    line-height: 1.4;
}

.match-card p {
    margin: 0;
    font-size: 11px;
    color: var(--muted);
}

.match-card-format {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0 12px;
    padding: 10px 12px;
    border: 1px solid #24e7a024;
    border-radius: 11px;
    background: #24e7a008;
}

.match-card-format-icon {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border: 1px solid #24e7a035;
    border-radius: 8px;
    background: #173526;
    color: var(--green);
}

.match-card-format-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.match-card-format span:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.match-card-format small {
    color: #7f9187;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.25px;
}

.match-card-format strong {
    color: #e6ece8;
    font-size: 11px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.match-card-time::before {
    content: 'HORARIO · ';
    color: #78877f;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .8px;
}

.match-card .match-result {
    color: var(--green);
    margin-top: 12px;
}

.results-empty {
    border: 1px dashed #3f5346;
    border-radius: 20px;
    padding: 45px 24px;
    text-align: center;
    background: #0c120f;
}

.results-empty>span {
    color: var(--green);
    font-size: 38px;
}

.results-empty h3 {
    font-size: 22px;
    margin: 12px 0;
}

.results-empty p {
    font-size: 14px;
    color: var(--muted);
}

.event-band {
    margin-top: 80px;
}

.roster-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.roster-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(160deg, var(--side-glow), #0b0e0c);
    transition: transform .35s, border-color .35s;
}

.roster-card:hover {
    transform: translateY(-7px);
    border-color: var(--side-color);
}

.roster-card:hover img {
    transform: scale(1.05);
}

.roster-card .fighter-portrait {
    height: 275px;
}

.roster-name {
    padding: 18px 22px;
    border-top: 1px solid #ffffff0c;
    background: #080a0977;
}

.roster-name span {
    font-size: 8px;
    letter-spacing: 2px;
    color: var(--side-color);
}

.roster-name h3 {
    font-size: 23px;
    margin: 5px 0 0;
}

.roster-note {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin-top: 25px;
}

.stream-section {
    border-radius: 24px;
}

[data-reveal] {
    transition: opacity .65s ease, transform .65s ease;
}

.reveal-pending {
    opacity: 0;
    transform: translateY(24px);
}

@keyframes entrance {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1000px) {
    .hero-grid {
        min-height: auto;
        padding-block: 55px;
    }

    .hero h1 {
        font-size: clamp(45px, 6vw, 65px);
    }

    .arena-board {
        gap: 15px;
        padding: 24px;
    }

    .match-center .button {
        padding: 12px 15px;
        gap: 10px;
        font-size: 11px;
    }

    .roster-card .fighter-portrait {
        height: 210px;
    }

    .match-card-copy {
        padding: 18px;
    }
}

@media (max-width: 760px) {
    .hero {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 22px 18px 0;
        border-radius: 20px;
    }

    .hero h1 {
        font-size: clamp(41px, 10vw, 68px);
    }

    .hero-grid {
        gap: 30px;
        padding-block: 35px 25px;
    }

    .hero-actions {
        gap: 12px;
    }

    .hero-art {
        max-width: 450px;
    }

    .hero-art .art-caption {
        margin-inline: 8px;
    }

    .hero-topline {
        flex-wrap: wrap;
        gap: 5px;
    }

    .hero .button {
        font-size: 12px;
        gap: 12px;
        padding-inline: 18px;
    }

    .featured-match,
    .schedule-section,
    .roster-section {
        padding-top: 55px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .arena-board {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 20px;
    }

    .match-center {
        grid-column: 1 / -1;
        grid-row: 2;
        padding: 10px 0;
    }

    .contender .fighter-portrait {
        height: 170px;
    }

    .contender-name {
        padding: 13px 8px;
    }

    .contender-name span {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .contender h3 {
        font-size: 17px;
    }

    .big-vs {
        font-size: 62px;
        margin-top: 8px;
    }

    .match-center p {
        margin: 5px 0 18px;
    }

    .match-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .match-card-fighters {
        padding-inline: 30px;
    }

    .match-card .fighter-portrait {
        height: 140px;
    }

    .roster-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .roster-card .fighter-portrait {
        height: 190px;
    }

    .roster-name {
        padding: 15px 12px;
    }

    .roster-name h3 {
        font-size: 20px;
    }

    .roster-name span {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .event-band {
        margin-top: 55px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .hero-copy,
    .hero-art {
        animation: none;
    }

    .match-card-newly-visible {
        animation: none;
    }

    .reveal-pending {
        opacity: 1;
        transform: none;
    }

    .roster-card:hover,
    .match-card:hover,
    .roster-card:hover img {
        transform: none;
    }
}

/* Agenda confirmada: las horas por combate heredan inicialmente la del bloque. */
.agenda-section {
    padding-top: 65px;
}

.agenda-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.agenda-slot {
    padding: 25px 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(150deg, #163124, #0c100e);
}

.agenda-slot:nth-child(even) {
    background: linear-gradient(150deg, #32122b, #100c0f);
}

.agenda-slot time {
    display: block;
    font-family: Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    margin-bottom: 24px;
}

.agenda-label {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 1.5px;
}

.agenda-slot h3 {
    font-size: 20px;
    margin: 5px 0 20px;
}

.agenda-slot h3 span {
    color: var(--green);
}

.agenda-slot:nth-child(even) h3 span {
    color: var(--pink);
}

.agenda-slot a {
    font-size: 11px;
    color: #dce9e0;
}

.agenda-slot a:hover {
    color: var(--green);
}

.agenda-slot a span {
    margin-left: 8px;
}

.agenda-note {
    font-size: 12px;
    color: var(--muted);
    margin: 20px 0 0;
}

.roster-name h3,
.match-card h3 {
    overflow-wrap: anywhere;
}

@media (max-width: 1000px) {
    .agenda-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .agenda-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agenda-opening {
        grid-column: 1 / -1;
    }

    .agenda-slot {
        padding: 20px 16px;
    }

    .agenda-section {
        padding-top: 50px;
    }
}

/* Rediseño integral de Inicio: una misma identidad para todos los bloques. */
.home {
    background: radial-gradient(circle at 8% 18%, #24e7a008, transparent 24%), radial-gradient(circle at 92% 70%, #f024bf08, transparent 25%);
}

.home .button {
    min-height: 54px;
    gap: 12px;
    padding: 8px 9px 8px 19px;
    border-radius: 14px;
    font-size: 12px;
    letter-spacing: .1px;
    box-shadow: inset 0 1px #ffffff16;
    transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}

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

.home .button-primary {
    background: linear-gradient(135deg, #24e7a0, #55f0b7);
    border-color: #5ff8bf;
    box-shadow: 0 12px 26px #24e7a025, inset 0 1px #fff8;
}

.home .button-secondary {
    background: #ffffff05;
    border-color: #ffffff1c;
}

.home .button-secondary:hover {
    background: #ffffff0a;
    border-color: #24e7a052;
}

.button-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #07160f1f;
    font-size: 15px;
    transition: transform .2s;
}

.button-secondary .button-icon {
    background: #ffffff09;
    color: var(--green);
}

.button:hover .button-icon {
    transform: translate(2px, -2px);
}

.hero {
    border-color: #ffffff17;
    box-shadow: 0 24px 70px #0006, inset 0 1px #ffffff0c;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, #24e7a008, transparent 42%, #f024bf08);
    pointer-events: none;
}

.hero-topline {
    align-items: center;
    color: #98a49d;
    font-weight: 700;
}

.topline-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px #24e7a0a8;
}

.hero-copy .eyebrow {
    color: #a4f6d2;
}

.small-line {
    width: 34px;
    box-shadow: 0 0 12px #24e7a078;
}

.hero h1 {
    max-width: 720px;
    text-wrap: balance;
    text-shadow: 0 5px 32px #0008;
}

.hero h1>span {
    color: transparent;
    background: linear-gradient(90deg, #24e7a0, #6bf5c3 55%, #f024bf);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-description {
    max-width: 540px;
    font-size: 15px;
}

.hero-art {
    background: radial-gradient(circle at center, #24e7a016, transparent 42%), radial-gradient(circle at 72% 52%, #f024bf12, transparent 42%);
}

.hero-art::before {
    content: '';
    position: absolute;
    inset: 9% 7%;
    border: 1px solid #ffffff0d;
    border-radius: 50%;
    box-shadow: 0 0 70px #24e7a00c;
}

.art-caption {
    padding-top: 13px;
    border-top: 1px solid #ffffff0d;
}

.event-facts {
    gap: 0;
    border-top-color: #ffffff13;
}

.event-facts>* {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 92px;
    padding: 16px 24px 16px 54px;
    border-left-color: #ffffff10;
    transition: background .2s;
}

.event-facts>*:hover {
    background: #ffffff04;
}

.fact-number {
    position: absolute;
    left: 18px;
    top: 22px;
    color: #24e7a071;
    font: 16px Impact, 'Arial Narrow', sans-serif;
}

.fact-label {
    color: #77847d;
    font-weight: 700;
}

.event-facts strong {
    color: #edf3ef;
}

.scroll-cue {
    min-height: 43px;
    border-color: #ffffff17;
    background: #0e1411;
    box-shadow: 0 -8px 25px #0004;
}

.section-heading {
    position: relative;
    padding-bottom: 21px;
    border-bottom: 1px solid #ffffff0d;
}

.section-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, var(--green), transparent);
}

.section-heading .eyebrow {
    color: #77e9bc;
    font-size: 9px;
    letter-spacing: 2.2px;
}

.section-heading h2 {
    color: #f5f7f2;
    text-shadow: 0 3px 24px #0007;
}

.section-description {
    max-width: 720px;
    color: #929d97;
    font-size: 14px;
    line-height: 1.75;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-color: #ffffff16;
    background: #ffffff05;
    color: #b7c1bb;
    font-weight: 600;
}

.status-badge::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px #24e7a080;
}

.agenda-section {
    padding-top: 80px;
}

.agenda-grid {
    gap: 12px;
}

.agenda-slot {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 235px;
    padding: 28px 20px 14px;
    border-color: #ffffff12;
    background: linear-gradient(155deg, #163124, #0b100d 70%);
    box-shadow: inset 0 1px #ffffff08;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}

.agenda-slot::after {
    content: '';
    position: absolute;
    inset: auto -30% -55% 20%;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, #24e7a020, transparent 68%);
    pointer-events: none;
}

.agenda-slot:nth-child(even)::after {
    background: radial-gradient(circle, #f024bf22, transparent 68%);
}

.agenda-slot:hover {
    transform: translateY(-5px);
    border-color: #24e7a052;
    box-shadow: 0 16px 34px #0004, inset 0 1px #ffffff12;
}

.agenda-slot:nth-child(even):hover {
    border-color: #f024bf52;
}

.agenda-index {
    position: absolute;
    top: 15px;
    right: 16px;
    color: #ffffff16;
    font: 25px Impact, 'Arial Narrow', sans-serif;
}

.agenda-slot time {
    color: #f6f8f4;
    font-size: clamp(30px, 3vw, 40px);
    margin-bottom: 30px;
}

.agenda-label {
    color: #96a59c;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.agenda-slot h3 {
    font-size: 21px;
}

.agenda-slot .agenda-action {
    position: relative;
    z-index: 1;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 39px;
    margin-top: auto;
    padding: 7px 7px 7px 10px;
    border: 1px solid #ffffff0d;
    border-radius: 10px;
    background: #050a0794;
    color: #f0f6f2;
    font-size: 11.5px;
    font-weight: 800;
    box-shadow: inset 0 1px #ffffff08;
    transition: color .2s, border-color .2s, background .2s, transform .2s;
}

.agenda-slot .agenda-action:hover {
    color: #fff;
    border-color: #24e7a040;
    background: #102319e6;
    transform: translateY(-1px);
}

.agenda-slot:nth-child(even) .agenda-action:hover {
    border-color: #f024bf45;
    background: #24101fe6;
}

.agenda-slot .agenda-action-copy {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: none;
    color: inherit;
}

.agenda-slot .agenda-action-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 27px;
    height: 27px;
    margin: 0;
    border: 1px solid #24e7a022;
    border-radius: 8px;
    background: #24e7a00d;
    color: var(--green);
}

.agenda-action-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s;
}

.agenda-action:hover .agenda-action-icon svg {
    transform: translate(1px, -1px);
}

.agenda-note {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.75px;
    line-height: 1.5;
}

.agenda-note-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 23px;
    height: 23px;
    border: 1px solid #24e7a02e;
    border-radius: 8px;
    background: #24e7a00a;
    color: var(--green);
    box-shadow: inset 0 1px #ffffff08;
}

.agenda-note-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.featured-match,
.schedule-section,
.roster-section {
    padding-top: 100px;
}

.arena-board {
    padding: 46px;
    border-color: #ffffff18;
    background: radial-gradient(ellipse at 0 0, #16724c70, transparent 57%), radial-gradient(ellipse at 100% 0, #99127a55, transparent 57%), linear-gradient(180deg, #101713, #090c0a);
    box-shadow: 0 22px 58px #0005, inset 0 1px #ffffff0b;
}

.contender {
    border-color: #ffffff14;
    box-shadow: 0 15px 32px #0004;
    transition: transform .3s, border-color .3s;
}

.contender:hover {
    transform: translateY(-4px);
    border-color: var(--side-color);
}

.contender-name {
    background: linear-gradient(180deg, #080b09b8, #080b09f2);
}

.match-date {
    display: inline-flex;
    padding: 7px 12px;
    border: 1px solid #ffffff14;
    border-radius: 20px;
    background: #ffffff05;
}

.big-vs {
    color: #f5f6f2;
    text-shadow: -5px 2px #24e7a070, 5px -2px #f024bf70, 0 15px 35px #0008;
}

.match-center p {
    font-size: 13px;
}

.match-filters {
    padding: 4px;
    border: 1px solid #ffffff0d;
    border-radius: 14px;
    background: #ffffff04;
}

.match-filters button {
    min-height: 40px;
    padding: 9px 18px;
    border-radius: 10px;
    background: transparent;
    font-weight: 700;
    transition: background .2s, color .2s, border-color .2s;
}

.match-filters button[aria-pressed='true'] {
    border-color: #24e7a02c;
    background: #173529;
    box-shadow: inset 0 1px #ffffff0d;
}

.panel-heading {
    font-size: 12px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.results-empty {
    position: relative;
    overflow: hidden;
    padding: 58px 28px;
    border-style: solid;
    border-color: #ffffff12;
    background: radial-gradient(circle at 50% 0, #24e7a00d, transparent 50%), #0c110e;
    box-shadow: inset 0 1px #ffffff08;
}

.results-empty .empty-icon {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border: 1px solid #24e7a032;
    border-radius: 20px;
    background: linear-gradient(135deg, #15392a, #281223);
    color: #f1f4f2;
    font: italic 26px Impact, sans-serif;
    text-shadow: -2px 0 #24e7a090, 2px 0 #f024bf90;
}

.results-empty h3 {
    font-size: 26px;
}

.results-empty p {
    max-width: 580px;
    margin-inline: auto;
}

.empty-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.empty-actions .text-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 44px;
    padding: 9px 14px;
    border: 1px solid #ffffff14;
    border-radius: 11px;
    background: #ffffff04;
}

.empty-actions .text-link span {
    margin: 0;
}

.event-band {
    margin-top: 86px;
    padding-block: 0;
    border-color: #24e7a02a;
    background: linear-gradient(90deg, #102219, #142b20 55%, #17101a);
}

.event-band-track {
    display: flex;
    width: max-content;
    animation: event-marquee 24s linear infinite;
}

.event-band-content {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: clamp(28px, 3vw, 58px);
    min-width: 100vw;
    padding: 15px clamp(18px, 3vw, 50px);
    color: #c7d6cd;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.4px;
    white-space: nowrap;
}

.event-band-content span {
    margin: 0;
    color: var(--green);
    font-size: 13px;
    text-shadow: 0 0 12px #24e7a070;
}

@keyframes event-marquee {
    to {
        transform: translateX(-50%);
    }
}

.event-band+.roster-section {
    padding-top: 58px;
}

.roster-intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: -7px 0 28px;
}

.roster-intro-row .section-description {
    margin: 0;
}

.roster-controls {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border: 1px solid #ffffff12;
    border-radius: 14px;
    background: #0b0f0d;
    box-shadow: inset 0 1px #ffffff08;
}

.roster-controls[hidden] {
    display: none;
}

.roster-position {
    min-width: 82px;
    padding-inline: 9px 5px;
    color: #87928b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
}

.roster-arrow {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    padding: 0;
    border: 1px solid #24e7a025;
    border-radius: 10px;
    background: #15271e;
    color: var(--green);
    cursor: pointer;
    box-shadow: inset 0 1px #ffffff0b;
    transition: color .2s, border-color .2s, background .2s, transform .2s;
}

.roster-arrow:hover {
    border-color: #24e7a070;
    background: #1b392a;
    color: #7affca;
    transform: translateY(-1px);
}

.roster-arrow:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.roster-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.roster-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 4);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.roster-grid::-webkit-scrollbar {
    display: none;
}

.roster-grid:focus-visible {
    outline: 1px solid #24e7a050;
    outline-offset: 6px;
    border-radius: 16px;
}

.roster-card {
    border-color: #ffffff13;
    border-radius: 21px;
    box-shadow: 0 15px 34px #0003, inset 0 1px #ffffff08;
}

.roster-card {
    scroll-snap-align: start;
}

.roster-card[data-participant="moccachiamai"] .fighter-portrait img {
    width: 140%;
    max-width: none;
    height: auto;
    margin-left: -20%;
    transform: translateY(-33%);
}

.roster-card[data-participant="moccachiamai"]:hover .fighter-portrait img {
    transform: translateY(-33%) scale(1.04);
}

.roster-card::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, #050706a8);
}

.roster-name {
    position: relative;
    z-index: 2;
    padding: 19px 21px;
    background: #070a08e8;
}

.roster-name h3 {
    font-size: 21px;
}

.about-section {
    position: relative;
    overflow: hidden;
    margin-block: 95px;
    padding: 66px clamp(30px, 5vw, 70px);
    border: 1px solid #ffffff12;
    border-radius: 28px;
    background: radial-gradient(circle at 0 0, #24e7a016, transparent 35%), radial-gradient(circle at 100% 100%, #f024bf14, transparent 38%), #0d120f;
    box-shadow: inset 0 1px #ffffff09;
}

.about-section::after {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid #ffffff08;
    border-radius: 18px;
    pointer-events: none;
}

.about-section>* {
    position: relative;
    z-index: 1;
}

.about-section h2 {
    position: relative;
    font-family: Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(40px, 4.5vw, 62px);
    letter-spacing: .1px;
}

.about-copy {
    color: #a8b1ac;
    font-size: 15px;
    line-height: 1.8;
}

.text-link {
    color: #e9efeb;
    font-weight: 700;
}

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.about-tags span {
    padding: 6px 10px;
    border: 1px solid #ffffff12;
    border-radius: 8px;
    background: #ffffff04;
    color: #829088;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.stream-section {
    position: relative;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.55fr) minmax(285px, .65fr);
    border-color: #ffffff13;
    border-radius: 28px;
    background: radial-gradient(circle at 10% 50%, #24e7a018, transparent 35%), radial-gradient(circle at 88% 40%, #f024bf14, transparent 38%), #0d110f;
    box-shadow: 0 22px 55px #0004, inset 0 1px #ffffff09;
}

.stream-player {
    align-self: stretch;
    display: grid;
    place-items: center;
    border-right: 1px solid #ffffff0d;
    background: #ffffff02;
}

.stream-player iframe {
    aspect-ratio: 16 / 9;
    height: auto;
}

.stream-copy {
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 42px clamp(26px, 3vw, 42px);
}

.stream-copy h2 {
    position: relative;
    z-index: 1;
    font-family: Impact, 'Arial Narrow', sans-serif;
    font-size: clamp(36px, 3.5vw, 50px);
}

.stream-copy>p:not(.eyebrow) {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.7;
}

.stream-copy .eyebrow {
    position: relative;
    z-index: 1;
}

.stream-watermark {
    position: absolute;
    z-index: 0;
    right: -58px;
    bottom: -12px;
    width: min(82%, 310px);
    opacity: .1;
    filter: saturate(.85) drop-shadow(0 14px 28px #0008);
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1000px) {
    .event-facts>* {
        padding-left: 45px;
    }

    .fact-number {
        left: 14px;
    }

    .agenda-slot {
        min-height: 220px;
    }

    .about-section {
        gap: 45px;
    }

    .stream-copy {
        padding-inline: 24px;
    }
}

@media (max-width: 760px) {
    .home .button {
        min-height: 50px;
    }

    .hero-description {
        font-size: 14px;
    }

    .event-facts>* {
        min-height: 82px;
        padding: 13px 12px 13px 42px;
    }

    .fact-number {
        top: 17px;
        left: 12px;
        font-size: 14px;
    }

    .agenda-section {
        padding-top: 62px;
    }

    .agenda-slot {
        min-height: 235px;
    }

    .agenda-slot .agenda-action {
        left: auto;
        right: auto;
        padding: 7px 6px 7px 9px;
        font-size: 10.5px;
    }

    .agenda-slot .agenda-action-icon {
        width: 25px;
        height: 25px;
    }

    .featured-match,
    .schedule-section,
    .roster-section {
        padding-top: 68px;
    }

    .arena-board {
        padding: 16px;
    }

    .results-empty {
        padding: 42px 17px;
    }

    .results-empty h3 {
        font-size: 22px;
    }

    .empty-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .event-band {
        margin-top: 62px;
    }

    .event-band-content {
        min-width: 175vw;
        gap: 26px;
        padding-block: 13px;
        font-size: 9px;
    }

    .event-band+.roster-section {
        padding-top: 46px;
    }

    .roster-intro-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .roster-controls {
        align-self: stretch;
        justify-content: flex-end;
    }

    .roster-position {
        margin-right: auto;
    }

    .roster-grid {
        grid-auto-columns: calc((100% - 12px) / 2);
        gap: 12px;
    }

    .about-section {
        margin-block: 68px;
        padding: 48px 24px;
        border-radius: 22px;
    }

    .about-section::after {
        inset: 12px;
    }

    .about-section h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .about-copy {
        font-size: 14px;
    }

    .stream-section {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .stream-player {
        border-right: 0;
        border-bottom: 1px solid #ffffff0d;
        padding: 0;
    }

    .stream-player iframe {
        min-height: 300px;
        border-radius: 0;
    }

    .stream-copy {
        min-height: 250px;
        padding: 30px 24px 36px;
    }

    .stream-copy h2 {
        font-size: 39px;
    }

    .stream-watermark {
        right: -45px;
        bottom: -20px;
        width: min(70%, 270px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-band-track {
        animation: none;
        transform: none;
    }

    .agenda-slot:hover,
    .contender:hover,
    .home .button:hover,
    .button:hover .button-icon {
        transform: none;
    }
}
