:root{--bg-dark:#0b1a2b;--bg-darker:#07111d;--surface-dark:#10243a;--surface-border:#b9cfe238;--primary:#d6a05f;--primary-hover:#e4b878;--accent:#d6a05f;--steel:#83afd1;--on-accent:#07111d;--text-main:#f3f6f7;--text-muted:#bdcad5;--text-subtle:#91a5b7;--success:#10b981;--danger:#ef4444;--win:#10b98133;--loss:#ef444433;--surface-raised:#152d46;--surface-soft:#0d2033;--overlay:#07111dd6;--shadow-deep:#00000047;--shadow-low:0 .75rem 2rem #00000029;--font-display:"Source Serif 4", Georgia, serif;--font-ui:"Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-control:4px;--radius-surface:6px;--content-wide:72rem;--content-reading:70ch;--z-content:0;--z-sticky:20;--z-nav:40;--z-modal:100;--rank-silver:#cbd5e1;--rank-bronze:#b45309;--region-europa:#fbbf24;--region-centroamerica:#10b981;--region-andina:#d97706;--region-conosur:#3b82f6;--region-caribe:#0ea5e9}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:optional;src:url(/fonts/manrope-400.woff2)format("woff2"),url(/fonts/manrope-400.ttf)format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:optional;src:url(/fonts/manrope-600.woff2)format("woff2"),url(/fonts/manrope-600.ttf)format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:optional;src:url(/fonts/manrope-700.woff2)format("woff2"),url(/fonts/manrope-700.ttf)format("truetype")}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:optional;src:url(/fonts/source-serif-600.woff2)format("woff2"),url(/fonts/source-serif-600.ttf)format("truetype")}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:optional;src:url(/fonts/source-serif-700.woff2)format("woff2"),url(/fonts/source-serif-700.ttf)format("truetype")}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-ui);background:var(--bg-darker);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100dvh;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-weight:600;line-height:1.2}h1,h2{font-family:var(--font-display);text-wrap:balance}button,select{font:inherit}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}#main-content:focus{outline:none}.skip-link{z-index:var(--z-modal);border-radius:var(--radius-control);background:var(--accent);color:var(--on-accent);padding:.7rem 1rem;font-weight:800;transition:transform .16s ease-out;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:100%;max-width:var(--content-wide);margin:0 auto;padding-inline:clamp(1rem,3vw,2rem)}.page-container{padding-bottom:5.5rem}.site-header{border-bottom:1px solid var(--surface-border);grid-template-columns:minmax(15rem,1fr) auto;align-items:end;gap:clamp(1.5rem,4vw,4rem);padding:clamp(1.25rem,3vw,2.25rem) 0 1.15rem;display:grid}.site-header__identity{gap:.4rem;min-width:0;display:grid}.logo-wordmark{width:min(100%,275px);height:auto}.site-header__tagline{color:var(--text-muted);max-width:34rem;font-size:.82rem}.glass{background:var(--surface-dark);border:1px solid var(--surface-border);border-radius:var(--radius-surface)}.card{padding:1.25rem;transition:border-color .18s ease-out,background .18s ease-out}.card:hover{border-color:color-mix(in srgb, var(--accent) 65%, var(--surface-border));background:var(--surface-raised)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.08em}.py-8{padding-block:2rem}.btn{border-radius:var(--radius-control);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1rem;font-weight:700;transition:background .18s ease-out,border-color .18s ease-out,color .18s ease-out;display:inline-flex}.btn-primary{background:var(--primary);color:var(--on-accent)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{border:1px solid color-mix(in srgb, var(--accent) 58%, var(--surface-border));color:var(--text-main);background:0 0}.btn-secondary:hover{background:color-mix(in srgb, var(--accent) 12%, transparent)}.btn-glass{background:var(--surface-raised);color:var(--text-main);border:1px solid var(--surface-border)}.btn-glass:hover{background:color-mix(in srgb, var(--accent) 10%, var(--surface-raised))}.status-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.status-live{background:var(--success);box-shadow:0 0 0 3px #10b9811f}.animate-fade-in{animation:none}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.badge-win{background:var(--win);color:var(--success)}.badge-loss{background:var(--loss);color:var(--danger)}.badge-neutral{color:var(--text-muted);background:#ffffff1a}.section-eyebrow,.page-state__eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}.page-state{text-align:center;background:var(--surface-soft);border-block:1px solid var(--surface-border);border-radius:0;justify-items:center;gap:.7rem;min-height:15rem;padding:2.5rem 1.5rem;display:grid}.page-state h2{font-family:var(--font-display);font-size:clamp(1.45rem,4vw,2rem)}.page-state p{max-width:34rem;color:var(--text-muted)}.page-state--loading:before{border:3px solid var(--surface-border);border-top-color:var(--accent);content:"";border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite spin}.page-state--error{border-color:color-mix(in srgb, var(--danger) 55%, var(--surface-border))}@keyframes spin{to{transform:rotate(360deg)}}.legal-notice{max-width:56rem;color:var(--text-muted);text-align:center;gap:.35rem;margin:3rem auto 1rem;padding:1.25rem;font-size:.75rem;display:grid}.legal-notice a,.legal-page a{color:var(--steel);font-weight:700}.legal-page{max-width:52rem;margin:1rem auto 2rem}.legal-page h1,.legal-page h2{font-family:var(--font-display);color:var(--accent)}.legal-page h1{margin:.5rem 0 1rem}.legal-page h2{margin:2rem 0 .75rem;font-size:1.3rem}.legal-page p{color:var(--text-muted);line-height:1.7}.page-intro,.stats-page__intro{max-width:48rem;color:var(--text-muted);margin-top:.55rem;line-height:1.65}.stats-page{gap:.9rem;max-width:62rem;margin:0 auto;display:grid}.stats-page h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem)}.stats-page__actions{flex-wrap:wrap;gap:.7rem;display:flex}.stats-page__content{gap:1rem;margin-top:.4rem;display:grid}.stats-page__metrics{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.stats-page__metrics article,.stats-page__match,.stats-page__formats{border:1px solid var(--surface-border);border-radius:var(--radius-surface);background:var(--surface-raised)}.stats-page__metrics article{gap:.35rem;padding:1rem;display:grid}.stats-page__metrics span,.stats-page__match p,.stats-page__match span{color:var(--text-muted);font-size:.82rem}.stats-page__metrics strong{color:var(--accent);font-family:var(--font-display);font-size:1.5rem}.stats-page__formats{flex-wrap:wrap;gap:.5rem;padding:.75rem;display:flex}.stats-page__formats span{border-left:2px solid var(--accent);color:var(--text-main);padding:.2rem .55rem;font-size:.8rem}.stats-page__matches{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.stats-page__match{padding:1rem}.stats-page__match p{text-transform:uppercase;letter-spacing:.08em;margin:0}.stats-page__match h2{margin:.35rem 0;font-size:1.15rem}@media (width<=620px){.stats-page__metrics,.stats-page__matches{grid-template-columns:1fr}}@media (width<=520px){.site-header{padding-top:.75rem}.site-header__tagline{font-size:.8rem}.card:hover{transform:none}}@media (width<=820px){.page-container{padding-bottom:calc(6.5rem + env(safe-area-inset-bottom))}.site-header{grid-template-columns:1fr;align-items:start;gap:.75rem}.logo-wordmark{width:min(100%,245px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-nav{justify-content:flex-end;align-items:center;gap:.2rem;min-width:max-content;display:flex}.nav-item{min-height:44px;color:var(--text-muted);border-bottom:2px solid #0000;align-items:center;gap:.45rem;padding:.58rem .72rem;font-size:.82rem;font-weight:700;transition:color .18s ease-out,border-color .18s ease-out,background .18s ease-out;display:flex}.nav-item:hover{color:var(--text-main);background:color-mix(in srgb, var(--text-main) 5%, transparent)}.nav-item.active{color:var(--text-main);border-bottom-color:var(--accent)}.nav-item__live-icon{place-items:center;display:grid;position:relative}.nav-item__live-dot{position:absolute;top:-.2rem;right:-.25rem}@media (width<=820px){.site-nav{z-index:var(--z-nav);right:.75rem;bottom:max(.75rem, env(safe-area-inset-bottom));border:1px solid var(--surface-border);border-radius:var(--radius-surface);background:var(--surface-raised);grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;width:auto;min-width:0;margin:0;display:grid;position:fixed;left:.75rem;overflow:hidden;box-shadow:0 .8rem 2rem #00000059}.nav-item{border-top:2px solid #0000;border-bottom:0;flex-direction:column;flex:1;justify-content:center;min-width:0;min-height:58px;padding:.45rem .18rem;font-size:.66rem}.nav-item.active{border-top-color:var(--accent);border-bottom-color:#0000}.nav-item--stats{display:none}}.home{gap:clamp(2.5rem,6vw,5.5rem);display:grid}.home-hero{border-block:1px solid var(--surface-border);background:var(--bg-dark);grid-template-columns:minmax(0,1.4fr) minmax(15rem,.6fr);align-items:end;gap:clamp(2rem,6vw,6rem);padding:clamp(2rem,7vw,6.5rem) clamp(1.25rem,6vw,5rem);display:grid;position:relative;overflow:hidden}.home-hero:after{z-index:1;pointer-events:none;content:"";background:linear-gradient(90deg,#07111df5 0%,#07111de3 42%,#07111d75 72%,#07111d3d 100%),linear-gradient(#07111d1a,#07111dad);position:absolute;inset:0}.home-hero__image{z-index:0;object-fit:cover;object-position:center right;width:100%;height:100%;position:absolute;inset:0}.home-hero__content,.home-hero__note{z-index:2;position:relative}.home-hero__content{gap:1.15rem;max-width:46rem;display:grid}.home-hero h1,.home-section-head h2,.home-patch-feature h2,.home-cup-feature h2,.home-news-item h3{font-family:"Source Serif 4",Georgia,serif}.home-hero h1{letter-spacing:-.035em;font-size:clamp(2.45rem,4.6vw,4.5rem)}.home-hero__content>p:not(.section-eyebrow){max-width:39rem;color:var(--text-muted);font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.75}.home-hero__actions,.home-feature-actions,.home-news-item__actions{flex-wrap:wrap;gap:.75rem;display:flex}.home-hero__actions .btn,.home-feature-actions .btn,.home-cup-feature .btn{min-height:44px}.home-hero__note{border-left:2px solid var(--accent);align-self:center;gap:.75rem;max-width:19rem;padding:1.25rem 0 1.25rem 1.25rem;display:grid}.home-hero__note-label,.home-command__item>span,.home-news-item__meta,.home-news-item__tags span,.home-cup-feature__formats span{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:800}.home-hero__note strong{font-family:"Source Serif 4",Georgia,serif;font-size:1.35rem;line-height:1.25}.home-hero__note a,.home-news-item__actions a{width:fit-content;min-height:44px;color:var(--accent);align-items:center;gap:.3rem;font-size:.82rem;font-weight:800;display:inline-flex}.home-command{border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-command__item{border-left:1px solid var(--surface-border);gap:.6rem;min-height:12rem;padding:1.25rem;transition:background .18s,color .18s;display:grid}.home-command__item:last-child{border-right:1px solid var(--surface-border)}.home-command__item:hover,.home-command__item:focus-visible{background:var(--surface-raised)}.home-command__item strong{font-family:"Source Serif 4",Georgia,serif;font-size:1.55rem}.home-command__item p,.home-section-head p,.home-news-item p,.home-patch-feature p,.home-cup-feature p{color:var(--text-muted);line-height:1.7}.home-section-head{gap:.6rem;max-width:48rem;display:grid}.home-section-head .section-eyebrow{align-items:center;gap:.45rem;display:inline-flex}.home-section-head h2{letter-spacing:-.025em;font-size:clamp(2rem,3.7vw,3.25rem)}.home-news{gap:1.5rem;display:grid}.home-news__list{border-top:1px solid var(--surface-border)}.home-news-item{border-bottom:1px solid var(--surface-border);grid-template-columns:4rem minmax(0,1fr);gap:1rem;padding:1.5rem 0;display:grid}.home-news-item__number{color:var(--accent);font-family:"Source Serif 4",Georgia,serif;font-size:1.65rem}.home-news-item__body{gap:.7rem;max-width:63rem;display:grid}.home-news-item__meta,.home-news-item__footer,.home-news-item__tags{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.home-news-item__meta{color:var(--text-muted);justify-content:space-between}.home-news-item h3{font-size:clamp(1.35rem,2.5vw,1.85rem)}.home-news-item__footer{justify-content:space-between;gap:.8rem 1.25rem}.home-news-item__tags span{color:var(--text-muted)}.home-stories{grid-template-columns:minmax(0,1.35fr) minmax(17rem,.65fr);gap:clamp(1.5rem,4vw,3rem);display:grid}.home-patch-feature,.home-cup-feature{border-top:2px solid var(--accent);border-bottom:1px solid var(--surface-border);background:var(--surface-dark)}.home-patch-feature{grid-template-columns:minmax(0,.9fr) minmax(15rem,1.1fr);align-items:center;gap:1.5rem;padding:clamp(1.25rem,3vw,2rem) 0;display:grid}.home-story__copy{gap:.85rem;display:grid}.home-patch-feature h2,.home-cup-feature h2{letter-spacing:-.02em;font-size:clamp(1.7rem,3.2vw,2.55rem)}.home-patch-feature__capsule{gap:.55rem;display:grid}.home-patch-feature__capsule picture{border:1px solid var(--surface-border);background:var(--bg-darker)}.home-patch-feature__capsule img{aspect-ratio:1200/630;object-fit:cover;width:100%;height:auto;display:block}.home-patch-feature__capsule figcaption{color:var(--text-muted);font-size:.78rem}.home-feature-actions{margin-top:.35rem}.home-cup-feature{align-content:start;gap:.85rem;padding:clamp(1.25rem,3vw,2rem) 0;display:grid}.home-cup-feature__formats{flex-wrap:wrap;gap:.5rem;display:flex}.home-cup-feature__formats span{border:1px solid color-mix(in srgb, var(--accent) 38%, var(--surface-border));color:var(--text-muted);padding:.35rem .45rem}@media (width<=860px){.home-hero,.home-stories,.home-patch-feature{grid-template-columns:1fr}.home-hero{min-height:0}.home-hero__note{align-self:start;max-width:32rem}}@media (width<=680px){.home-patch-feature__capsule img{aspect-ratio:1080/1350}.home{gap:3rem}.home-hero{padding:2.25rem 1.25rem}.home-hero:after{background:linear-gradient(90deg,#07111df2 0%,#07111dba 100%),linear-gradient(#07111d14,#07111dd1)}.home-hero__image{object-position:70% center}.home-command{grid-template-columns:1fr}.home-command__item,.home-command__item:last-child{border-right:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);min-height:0}.home-command__item:last-child{border-bottom:0}.home-news-item{grid-template-columns:2.5rem minmax(0,1fr)}.home-news-item__footer{flex-direction:column;align-items:flex-start}.home-patch-feature{padding-inline:0}}
