.container[data-astro-cid-so53orhr]{max-width:1100px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.fight-hero[data-astro-cid-so53orhr]{position:relative;padding:140px 0 80px;overflow:hidden}.fight-hero-bg[data-astro-cid-so53orhr]{position:absolute;inset:0;pointer-events:none}.bg-lines[data-astro-cid-so53orhr]{position:absolute;inset:0;display:flex;justify-content:space-around}.bg-lines[data-astro-cid-so53orhr] span[data-astro-cid-so53orhr]{display:block;width:1px;height:100%;background:linear-gradient(to bottom,transparent,rgba(201,168,76,.07),transparent)}.bg-circle[data-astro-cid-so53orhr]{position:absolute;border-radius:50%;border:1px solid rgba(201,168,76,.06)}.bg-circle--1[data-astro-cid-so53orhr]{width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-circle--2[data-astro-cid-so53orhr]{width:900px;height:900px;top:50%;left:50%;transform:translate(-50%,-50%)}.breadcrumb[data-astro-cid-so53orhr]{display:flex;align-items:center;gap:.5rem;font-family:var(--font-cond);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);margin-bottom:2rem;flex-wrap:wrap}.breadcrumb[data-astro-cid-so53orhr] a[data-astro-cid-so53orhr]{color:var(--grey);transition:color .2s}.breadcrumb[data-astro-cid-so53orhr] a[data-astro-cid-so53orhr]:hover,.breadcrumb[data-astro-cid-so53orhr] span[data-astro-cid-so53orhr][aria-current]{color:var(--gold)}.fight-meta-top[data-astro-cid-so53orhr]{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.fight-meta-number[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--grey)}.fight-meta-class[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);background:var(--gold);padding:.2rem .75rem;border-radius:4px}.fight-meta-rounds[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);border:1px solid rgba(255,255,255,.12);padding:.2rem .75rem;border-radius:4px}.matchup-hero[data-astro-cid-so53orhr]{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;margin-bottom:2.5rem}.fighter-hero[data-astro-cid-so53orhr]{display:flex;flex-direction:column;gap:.75rem;animation:slideInLeft .7s ease both}.fighter-hero--blue[data-astro-cid-so53orhr]{align-items:flex-end;text-align:right;animation-name:slideInRight}.fighter-hero--blue[data-astro-cid-so53orhr] .fighter-record-badge[data-astro-cid-so53orhr]{align-self:flex-end}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fighter-corner-tag[data-astro-cid-so53orhr]{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-cond);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--grey)}.fighter-corner-tag--blue[data-astro-cid-so53orhr]{flex-direction:row-reverse}.corner-dot[data-astro-cid-so53orhr]{width:7px;height:7px;border-radius:50%;flex-shrink:0}.corner-dot--red[data-astro-cid-so53orhr]{background:#e74c3c;box-shadow:0 0 6px #e74c3c80}.corner-dot--blue[data-astro-cid-so53orhr]{background:#3498db;box-shadow:0 0 6px #3498db80}.fighter-glove-large[data-astro-cid-so53orhr]{font-size:clamp(3rem,7vw,5rem);line-height:1;filter:drop-shadow(0 4px 12px rgba(201,168,76,.2))}.fighter-glove-large--flip[data-astro-cid-so53orhr]{transform:scaleX(-1);display:inline-block}.fighter-hero-name[data-astro-cid-so53orhr]{font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);line-height:1;letter-spacing:.03em;color:var(--white)}.fighter-hero-club[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey)}.fighter-record-badge[data-astro-cid-so53orhr]{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(201,168,76,.3);border-radius:4px;padding:.3rem .75rem;background:#c9a84c0d;align-self:flex-start}.record-label[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--grey)}.record-value[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.9rem;font-weight:700;color:var(--gold);letter-spacing:.05em}.vs-hero[data-astro-cid-so53orhr]{position:relative;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;animation:fadeIn .7s .3s ease both}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.vs-outer-ring[data-astro-cid-so53orhr],.vs-inner-ring[data-astro-cid-so53orhr]{position:absolute;border-radius:50%;border:1px solid rgba(201,168,76,.15);animation:spin 20s linear infinite}.vs-outer-ring[data-astro-cid-so53orhr]{inset:0;border-top-color:#c9a84c66}.vs-inner-ring[data-astro-cid-so53orhr]{inset:12px;border-top-color:#c9a84c33;animation-direction:reverse;animation-duration:15s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs-label[data-astro-cid-so53orhr]{font-family:var(--font-display);font-size:2rem;color:var(--gold);letter-spacing:.05em;line-height:1}.vs-date[data-astro-cid-so53orhr]{display:flex;flex-direction:column;align-items:center;font-family:var(--font-cond);font-size:.55rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey);margin-top:.25rem;line-height:1.3}.fight-note[data-astro-cid-so53orhr]{display:inline-flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--grey);font-style:italic;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:6px;padding:.75rem 1.25rem}.fight-note[data-astro-cid-so53orhr] svg[data-astro-cid-so53orhr]{color:var(--gold);flex-shrink:0}.details-section[data-astro-cid-so53orhr]{padding:4rem 0;border-top:1px solid rgba(255,255,255,.06)}.details-grid[data-astro-cid-so53orhr]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.detail-card[data-astro-cid-so53orhr]{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.75rem;background:#ffffff05}.detail-card-label[data-astro-cid-so53orhr]{font-family:var(--font-cond);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.detail-card-label[data-astro-cid-so53orhr]:before{content:"";display:inline-block;width:16px;height:1px;background:var(--gold)}.detail-list[data-astro-cid-so53orhr]{list-style:none;display:flex;flex-direction:column;gap:.85rem}.detail-list[data-astro-cid-so53orhr] li[data-astro-cid-so53orhr]{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--grey)}.detail-list[data-astro-cid-so53orhr] li[data-astro-cid-so53orhr] svg[data-astro-cid-so53orhr]{flex-shrink:0}.detail-list[data-astro-cid-so53orhr] li[data-astro-cid-so53orhr] strong[data-astro-cid-so53orhr]{color:var(--white);font-weight:500}.bottom-ctas[data-astro-cid-so53orhr]{display:flex;align-items:center;justify-content:space-between;padding:2rem 0 5rem;gap:1rem;flex-wrap:wrap}.btn-back[data-astro-cid-so53orhr]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-cond);font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);transition:color .2s,gap .2s}.btn-back[data-astro-cid-so53orhr]:hover{color:var(--white);gap:.8rem}.btn-tickets[data-astro-cid-so53orhr]{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-cond);font-weight:700;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:var(--navy);background:var(--gold);padding:.85rem 2rem;border-radius:4px;transition:background .2s,transform .15s;box-shadow:0 4px 20px #c9a84c33}.btn-tickets[data-astro-cid-so53orhr]:hover{background:var(--gold-lt);transform:translateY(-1px)}@media (max-width: 768px){.matchup-hero[data-astro-cid-so53orhr]{grid-template-columns:1fr;gap:1.5rem;text-align:center}.fighter-hero--blue[data-astro-cid-so53orhr]{align-items:flex-start;text-align:left;animation-name:slideInLeft}.fighter-corner-tag--blue[data-astro-cid-so53orhr]{flex-direction:row}.fighter-glove-large--flip[data-astro-cid-so53orhr]{transform:none}.vs-hero[data-astro-cid-so53orhr]{margin:0 auto}.details-grid[data-astro-cid-so53orhr]{grid-template-columns:1fr}.bottom-ctas[data-astro-cid-so53orhr]{flex-direction:column;align-items:flex-start}}
