:root{--color-primary:#ba0c2f;--color-accent:var(--color-primary);--color-background:#f7f7f8;--color-surface:#fff;--color-text:#0b0b0b;--color-text-muted:#6b7280;--color-link:var(--color-primary);--color-border:#e5e7eb;--color-header-bg:var(--color-accent);--color-header-text:#fff;--color-header-utility-bg:var(--color-text);--color-header-utility-text:#fff;--color-footer-bg:#0b0b0b;--color-footer-text:#fff;--color-cta-bg:var(--color-primary);--color-cta-text:#fff;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-heading:var(--font-body);--font-display:var(--font-heading);--radius-sm:3px;--radius-md:6px;--radius-lg:12px;--brand:var(--color-primary);--brand-dark:var(--color-accent);--ink:var(--color-text);--surface:var(--color-surface);--muted:var(--color-text-muted);--line:var(--color-border);--bg:var(--color-background);--radius:var(--radius-md);--container:1280px;--shadow-sm:0 1px 2px #0000000f}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--brand)}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{letter-spacing:-.01em;margin:0;font-weight:800}.muted{color:var(--muted)}.btn{border-radius:var(--radius);background:var(--brand);color:#fff;text-transform:uppercase;letter-spacing:.04em;padding:.6rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.btn:hover{background:var(--brand-dark);color:#fff}.btn--brand{background:var(--brand)}.promoBar{background:var(--ink);color:#fff}.promoBar--brand{background:var(--brand)}.promoBar--light{color:var(--ink);border-bottom:1px solid var(--line);background:#fff}.promoBar__inner{max-width:var(--container);align-items:center;gap:.75rem;margin:0 auto;padding:.6rem 1rem;font-size:.9rem;display:flex}.promoBar__inner img{width:auto;height:24px}.promoBar__cta{color:var(--ink);text-transform:uppercase;background:#fff;border-radius:3px;margin-left:auto;padding:.3rem .7rem;font-size:.8rem;font-weight:700}.siteHeader{z-index:40;background:var(--color-header-bg);color:var(--color-header-text);box-shadow:var(--shadow-sm);position:sticky;top:0}.siteHeader__inner{max-width:var(--container);grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;margin:0 auto;padding:.6rem 1.25rem;display:grid}.siteHeader__brand{align-items:center;gap:.5rem;display:inline-flex}.siteHeader__brand img{width:auto;height:60px}.siteHeader__brand span{font-family:var(--font-heading);text-transform:uppercase;color:inherit;font-size:1rem;font-weight:800}.siteHeader__nav{min-width:0}.siteHeader__navList{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.siteHeader__navItem{position:relative}.siteHeader__navItem>a,.siteHeader__navBtn{appearance:none;color:inherit;cursor:pointer;text-transform:none;letter-spacing:normal;background:0 0;border:0;align-items:center;gap:.25rem;padding:.5rem 0;font-family:inherit;font-size:.95rem;font-weight:700;display:inline-flex}.siteHeader__navItem>a{font-weight:600}.siteHeader__navItem>a:hover,.siteHeader__navBtn:hover{color:inherit;opacity:.85}.siteHeader__caret{margin-top:2px;font-size:.7em}.siteHeader__mega{min-width:560px;max-width:900px;color:var(--color-text);border-radius:0 0 var(--radius-md) var(--radius-md);opacity:0;visibility:hidden;z-index:50;background:#fff;padding:1rem 1.25rem;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:100%;left:0;transform:translateY(-6px);box-shadow:0 12px 32px #0000002e}.siteHeader__navItem--dropdown:hover>.siteHeader__mega,.siteHeader__navItem--dropdown:focus-within>.siteHeader__mega{opacity:1;visibility:visible;transform:translateY(0)}.siteHeader__mega__inner{max-height:70vh;overflow:auto}.siteHeader__mega__cols{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem 2rem;display:grid}.siteHeader__mega__col{min-width:0}.siteHeader__mega__title{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 .4rem;font-size:.8rem}.siteHeader__mega__list{flex-direction:column;display:flex}.siteHeader__mega__sport{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.45rem 0;display:flex}.siteHeader__mega__sportName{color:inherit;text-transform:capitalize;flex:1;font-weight:700}.siteHeader__mega__sportName:hover{color:var(--color-primary)}.siteHeader__mega__sublinks{gap:.75rem;display:inline-flex}.siteHeader__mega__sublink{color:var(--color-text-muted);font-size:.8rem}.siteHeader__mega__sublink:hover{color:var(--color-primary)}.siteHeader__mega__socials{gap:.35rem;margin-left:.5rem;display:inline-flex}.siteHeader__mega__social{background:var(--color-border);width:1.4rem;height:1.4rem;color:var(--color-text);border-radius:50%;place-items:center;font-size:.8rem;line-height:1;display:inline-grid}.siteHeader__mega__social:hover{background:var(--color-primary);color:#fff}.siteHeader__dropdown{min-width:220px;color:var(--color-text);border-radius:0 0 var(--radius-md) var(--radius-md);opacity:0;visibility:hidden;z-index:50;background:#fff;padding:.5rem 0;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:100%;left:0;transform:translateY(-6px);box-shadow:0 12px 32px #0000002e}.siteHeader__navItem--dropdown:hover>.siteHeader__dropdown,.siteHeader__navItem--dropdown:focus-within>.siteHeader__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.siteHeader__dropdown a{color:inherit;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:block}.siteHeader__dropdown a:hover{background:var(--color-background);color:var(--color-primary)}.siteHeader__pills{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.siteHeader__pill{color:#fff;white-space:nowrap;background:#000;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.siteHeader__pill:hover{color:#fff;background:#222}.siteHeader__pill__icon{font-size:.9rem;line-height:1}@media (max-width:1100px){.siteHeader__navItem:not(.siteHeader__navItem--dropdown){display:none}}@media (max-width:820px){.siteHeader__inner{grid-template-columns:auto 1fr}.siteHeader__nav{display:none}.siteHeader__brand img{height:48px}}.siteMain{min-height:60vh}.pageContent{max-width:var(--container);margin:0 auto;padding:1.5rem 1rem}.articlePage{max-width:760px;margin:0 auto;padding:2rem 1rem 4rem}.articlePage__header{margin-bottom:1.5rem}.articlePage__title{margin:0 0 .5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15}.articlePage__date{color:var(--muted,#666);margin:0;font-size:.925rem}.articlePage__hero{margin:1.5rem 0}.articlePage__hero img{object-fit:cover;border-radius:var(--radius,6px);background:#f2f2f2;width:100%;height:auto;max-height:480px;display:block}.articlePage__excerpt{color:var(--muted,#444);margin:1.5rem 0;font-size:1.125rem;font-style:italic;line-height:1.5}.articlePage__body{font-size:1.0625rem;line-height:1.7}.articlePage__body p{margin:0 0 1.1em}.articlePage__body a{color:var(--brand,#1a73e8);text-decoration:underline}.articlePage__sourceLink{border-top:1px solid #e5e5e5;margin-top:2rem;padding-top:1.25rem;font-size:.95rem}.articlePage__sourceLink a{color:var(--brand,#1a73e8);text-decoration:underline}.articlePage__sport{text-transform:uppercase;letter-spacing:.08em;color:var(--brand,#1a73e8);margin:0 0 .5rem;font-size:.8rem;font-weight:600}.articlePage__section{border-top:1px solid #eee;margin-top:2.5rem;padding-top:1.5rem}.articlePage__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:#333;margin:0 0 .75rem;font-size:1.1rem}.athleteList{flex-wrap:wrap;gap:.5rem .75rem;margin:0;padding:0;list-style:none;display:flex}.athleteList__item{background:#f3f3f3;border-radius:999px;padding:.35rem .75rem;font-size:.925rem}.athleteList__item a{color:inherit;font-weight:500;text-decoration:none}.athleteList__item a:hover{text-decoration:underline}.athleteList__sport{color:#777;text-transform:capitalize;font-size:.85em}.relatedList{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.relatedList li a{color:var(--brand,#1a73e8);line-height:1.4;text-decoration:none}.relatedList li a:hover{text-decoration:underline}.athletePage{max-width:860px;margin:0 auto;padding:2rem 1rem 4rem}.athletePage__header{grid-template-columns:200px 1fr;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:600px){.athletePage__header{grid-template-columns:1fr}}.athletePage__photo{border-radius:var(--radius,6px);object-fit:cover;background:#eee;width:100%;height:auto}.athletePage__sport{text-transform:capitalize;color:var(--brand,#1a73e8);letter-spacing:.05em;margin:0 0 .25rem;font-size:.9rem}.athletePage__name{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.25rem)}.athletePage__meta{grid-template-columns:max-content 1fr;gap:.25rem .75rem;margin:0;font-size:.95rem;display:grid}.athletePage__meta dt{color:#777;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.athletePage__meta dd{margin:0}.athletePage__bio{font-size:1.025rem;line-height:1.65}.athletePage__section{border-top:1px solid #eee;margin-top:2rem;padding-top:1.5rem}.athletePage__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:#333;margin:0 0 .75rem;font-size:1.1rem}.block{border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:1.25rem;padding:1.5rem}.block__header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.block__heading{text-transform:uppercase;border-left:4px solid var(--brand);margin-bottom:1rem;padding-left:.75rem;font-size:1.4rem}.block__viewAll{text-transform:uppercase;color:var(--brand);font-size:.8rem;font-weight:700}.heroStories__grid{grid-template-columns:2fr 1fr;gap:1.25rem;display:grid}.heroStories__featured img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);width:100%;margin-bottom:.75rem}.heroStories__featured h3{font-size:1.6rem;line-height:1.25}.heroStories__featured p{color:var(--muted);margin-top:.5rem}.heroStories__list{gap:.75rem;display:grid}.heroStories__list li{border-bottom:1px solid var(--line);grid-template-columns:96px 1fr;gap:.75rem;padding-bottom:.75rem;display:grid}.heroStories__list img{object-fit:cover;border-radius:4px;width:96px;height:54px}.heroStories__list h4{font-size:.95rem;line-height:1.3}@media (max-width:900px){.heroStories__grid{grid-template-columns:1fr}}.heroCarousel{background:0 0;margin-bottom:1.5rem;padding:0}.heroCarousel__heading{margin:0 0 .75rem}.heroCarousel__stage{border-radius:var(--radius-lg);position:relative;overflow:hidden}.heroCarousel__slide>a,.heroCarousel__slide{color:inherit;text-decoration:none;display:block}.heroCarousel__media{aspect-ratio:16/9;overflow:hidden}.heroCarousel__media img{object-fit:cover;width:100%;height:100%;display:block}.heroCarousel__body{color:#fff;background:linear-gradient(#0000 0%,#0000004d 35%,#000000b8 100%);padding:1.5rem 1.75rem;position:absolute;inset:auto 0 0}.heroCarousel__meta{text-transform:uppercase;letter-spacing:.04em;opacity:.92;margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:inline-block}.heroCarousel__headline{font-family:var(--font-heading);max-width:70ch;margin:0;font-size:1.85rem;font-weight:800;line-height:1.2}.heroCarousel__nav{pointer-events:none;position:absolute;inset:0}.heroCarousel__prev,.heroCarousel__next{pointer-events:auto;color:#fff;cursor:pointer;background:#00000073;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.8rem;line-height:1;transition:background .14s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.heroCarousel__prev{left:.75rem}.heroCarousel__next{right:.75rem}.heroCarousel__prev:hover,.heroCarousel__next:hover{background:#000000b3}.heroCarousel__dots{justify-content:center;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.heroCarousel__dot{appearance:none;background:var(--color-border);cursor:pointer;border:0;border-radius:50%;width:8px;height:8px;padding:0}.heroCarousel__dot--active{background:var(--color-primary)}.heroCarousel__thumbs{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.heroCarousel__thumb{appearance:none;cursor:pointer;width:100%;color:inherit;text-align:left;opacity:.65;background:0 0;border:0;padding:0;transition:opacity .14s;display:block}.heroCarousel__thumb:hover,.heroCarousel__thumb--active{opacity:1}.heroCarousel__thumb img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);width:100%;display:block}.heroCarousel__thumbLabel{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.35rem;font-size:.8rem;line-height:1.25;display:-webkit-box;overflow:hidden}@media (max-width:720px){.heroCarousel__headline{font-size:1.25rem}.heroCarousel__body{padding:1rem}.heroCarousel__prev,.heroCarousel__next{width:36px;height:36px;font-size:1.4rem}}.brandTiles{padding:2.5rem 1rem}.brandTiles__heading{text-align:center;margin-bottom:.5rem}.brandTiles__subheading{text-align:center;color:var(--color-text-muted);max-width:60ch;margin:0 auto 1.5rem}.brandTiles__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.brandTiles__tile{border-radius:var(--radius-lg);flex-direction:column;min-height:320px;display:flex;position:relative;overflow:hidden}.brandTiles__tile>a,.brandTiles__tile>*{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex;position:relative}.brandTiles__media{z-index:0;position:absolute;inset:0}.brandTiles__media img{object-fit:cover;width:100%;height:100%;display:block}.brandTiles__body{z-index:1;color:#fff;background:linear-gradient(#0000 0%,#0000004d 30%,#000000c7 100%);margin-top:auto;padding:1.25rem 1.25rem 1rem;position:relative}.brandTiles__title{font-family:var(--font-heading);margin:0;font-size:1.3rem;font-weight:800;line-height:1.2}.brandTiles__cta{text-transform:uppercase;letter-spacing:.04em;opacity:.92;margin-top:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.brandTiles__tile>a:hover .brandTiles__cta{text-decoration:underline}.popularLinks__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.popularLinks__item{display:flex}.popularLinks__item>a{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:56px;color:inherit;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:border-color .15s,color .15s,transform .15s;display:grid}.popularLinks__item>a:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px)}.popularLinks__icon{place-items:center;width:32px;height:32px;display:inline-grid}.popularLinks__icon img{object-fit:contain;width:100%;height:100%}.popularLinks__label{line-height:1.25}.popularLinks__arrow{opacity:.5;font-size:1.1rem;transition:opacity .15s,transform .15s}.popularLinks__item>a:hover .popularLinks__arrow{opacity:1;color:var(--color-primary);transform:translate(2px)}.schedule__list li{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr auto 2fr auto;align-items:baseline;gap:.75rem;padding:.65rem 0;font-size:.9rem;display:grid}.schedule__list time{color:var(--brand);font-weight:700}.schedule__vs{color:var(--muted)}.schedule__opp{font-weight:600}.schedule__tv{color:var(--muted);text-transform:uppercase;font-size:.75rem}.countdown--dark{background:var(--ink);color:#fff}.countdown--brand{background:var(--brand);color:#fff}.countdown--dark .block__heading,.countdown--brand .block__heading{color:#fff;border-left-color:#fff}.countdown__event{align-items:baseline;gap:.75rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.countdown__sport{text-transform:uppercase;letter-spacing:.05em;background:#ffffff1f;border-radius:3px;padding:.2rem .5rem;font-size:.8rem;font-weight:700}.countdown__clock{font-variant-numeric:tabular-nums;opacity:.95;gap:1rem;font-size:1rem;display:flex}.countdown__clock b{margin-right:.2rem;font-size:2.2rem;font-weight:900;display:inline-block}.bannerCta{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;padding:2rem;display:grid}.bannerCta--brand{background:var(--brand);color:#fff}.bannerCta--dark{background:var(--ink);color:#fff}.bannerCta--brand .btn,.bannerCta--dark .btn{color:var(--ink);background:#fff}.bannerCta__image{border-radius:var(--radius);object-fit:cover;width:100%;max-height:220px}.bannerCta__text h2{margin-bottom:.5rem;font-size:2rem}.bannerCta__text p{opacity:.9;margin-bottom:1rem}@media (max-width:700px){.bannerCta{grid-template-columns:1fr}}.videoGallery__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.videoGallery__grid .videoGallery__card{background:var(--ink);text-align:left;border-radius:var(--radius);color:#fff;cursor:pointer;width:100%;font:inherit;border:0;padding:0;display:block;position:relative;overflow:hidden}.videoGallery__grid img,.videoGallery__grid .videoGallery__thumbFallback{aspect-ratio:16/9;object-fit:cover;opacity:.85;background:#111;width:100%;display:block}.videoGallery__grid .videoGallery__card:hover img{opacity:1}.videoGallery__grid .videoGallery__card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.videoGallery__playBadge{background:var(--brand);color:#fff;text-transform:uppercase;border-radius:3px;padding:.2rem .5rem;font-size:.75rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.videoGallery__grid h4{padding:.6rem .8rem;font-size:.95rem}.podcastSubscribe{background:var(--brand);color:#fff;grid-template-columns:1fr auto;align-items:center;gap:1rem;display:grid}.podcastSubscribe .block__heading{color:#fff;border:none;margin:0;padding-left:0}.podcastSubscribe__head{align-items:center;gap:1rem;display:flex}.podcastSubscribe__head img{border-radius:4px;width:auto;height:56px}.podcastSubscribe__platforms{flex-wrap:wrap;gap:.5rem;display:flex}.podcastSubscribe__platforms a{background:#ffffff26;border-radius:3px;padding:.4rem .8rem;font-size:.8rem;font-weight:700}.podcastSubscribe__platforms a:hover{color:var(--brand);background:#fff}.liveStream__frame{aspect-ratio:16/9;border-radius:var(--radius);background:#000;position:relative;overflow:hidden}.liveStream__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.photoGalleries__grid{gap:1rem;display:grid}.photoGalleries__grid img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);width:100%}.photoGalleries__grid h4{padding:.5rem 0;font-size:.9rem}.publications__strip{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.publications__strip li{flex:0 0 180px}.publications__strip img{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius);width:100%;box-shadow:0 4px 10px #00000014}.publications__strip h4{padding:.5rem 0 0;font-size:.85rem}.block__right{align-items:center;gap:.75rem;margin-left:auto;display:inline-flex}.cardsGrid__categoryPicker{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer;appearance:auto;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.cardsGrid__list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.cardsGrid--grid2 .cardsGrid__list{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.cardsGrid--grid3 .cardsGrid__list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.cardsGrid--grid4 .cardsGrid__list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.cardsGrid--carousel .cardsGrid__list{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;scroll-padding-left:0;display:flex;overflow-x:auto}.cardsGrid--carousel .cardsGrid__list::-webkit-scrollbar{display:none}.cardsGrid--carousel .cardsGrid__item{scroll-snap-align:start;flex:none;width:280px}.cardsGrid--carousel.cardsGrid--product .cardsGrid__item{width:220px}.cardsGrid--carousel.cardsGrid--gallery .cardsGrid__item{width:300px}.cardsGrid__nav{gap:.4rem;margin-right:.75rem;display:inline-flex}.cardsGrid__navBtn{appearance:none;border:1px solid var(--color-border);background:var(--color-surface);width:32px;height:32px;color:var(--color-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.cardsGrid__navBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.cardsGrid__item{border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.cardsGrid__item a,.cardsGrid__item .cardsGrid__card{color:inherit;display:block}.cardsGrid__item a:hover .cardsGrid__headline,.cardsGrid__item .cardsGrid__card:hover .cardsGrid__headline{color:var(--color-primary)}.cardsGrid__item .cardsGrid__card{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.cardsGrid__item .cardsGrid__card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cardsGrid__item .cardsGrid__card--video .cardsGrid__thumb:after{content:"▶";color:#fff;text-shadow:0 2px 10px #0009;opacity:.85;pointer-events:none;place-items:center;font-size:2rem;transition:opacity .12s;display:grid;position:absolute;inset:0}.cardsGrid__item .cardsGrid__card--video:hover .cardsGrid__thumb:after{opacity:1}.cardsGrid__thumb{aspect-ratio:16/9;background:var(--color-border);position:relative;overflow:hidden}.cardsGrid__thumb img{object-fit:cover;width:100%;height:100%;display:block}.cardsGrid--product .cardsGrid__thumb{aspect-ratio:1;background:#fff}.cardsGrid--product .cardsGrid__thumb img{object-fit:contain;padding:.5rem}.cardsGrid--gallery .cardsGrid__thumb{aspect-ratio:4/3}.cardsGrid__badge{color:#fff;background:#0009;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.95rem;display:grid;position:absolute;top:.5rem;left:.5rem}.cardsGrid__body{padding:.75rem .9rem 1rem}.cardsGrid__meta{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.35rem;font-size:.7rem;display:block}.cardsGrid__headline{margin:0;font-size:.95rem;font-weight:700;line-height:1.3;transition:color .15s}.heroBanner{background:var(--color-surface);border-radius:var(--radius-md);grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;padding:2rem;display:grid}.heroBanner--center{text-align:center;grid-template-columns:1fr}.heroBanner--right{direction:rtl}.heroBanner--right>*{direction:ltr}.heroBanner__image img{border-radius:var(--radius-md);object-fit:cover;width:100%;height:auto}.heroBanner__heading{margin-bottom:.5rem;font-size:2.2rem;line-height:1.15}.heroBanner__subheading{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem}@media (max-width:800px){.heroBanner{grid-template-columns:1fr;padding:1.25rem}.heroBanner__heading{font-size:1.6rem}}.richText--prose{max-width:720px;margin-left:auto;margin-right:auto}.siteFooter{margin-top:3rem}.siteFooter__promos{border-top:1px solid var(--color-border);background:#fff}.siteFooter__promos__inner{max-width:var(--container);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin:0 auto;padding:.6rem 1rem;display:flex}.siteFooter__promo{opacity:.85;transition:opacity .12s;display:inline-flex}.siteFooter__promo:hover{opacity:1}.siteFooter__promo img{object-fit:contain;width:auto;max-height:46px}.siteFooter__partners{background:var(--color-footer-bg);color:#fff}.siteFooter__partners__inner{max-width:var(--container);flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:0 auto;padding:1.25rem 1rem;display:flex}.siteFooter__partner img{object-fit:contain;width:auto;max-height:72px}.siteFooter__copy{background:var(--color-primary);color:#fff}.siteFooter__copy__inner{max-width:var(--container);flex-wrap:wrap;align-items:center;gap:1rem;margin:0 auto;padding:.85rem 1rem;font-size:.85rem;display:flex}.siteFooter__copyText{opacity:.95}.siteFooter__tagline{opacity:.9;font-weight:700}.siteFooter__copyLinks{flex-wrap:wrap;gap:1rem;margin-left:auto;display:flex}.siteFooter__copyLinks a{color:inherit;opacity:.95}.siteFooter__copyLinks a:hover{opacity:.75;color:inherit}.siteFooter__inner{max-width:var(--container);background:var(--color-footer-bg);color:#fff;margin:0 auto;padding:2rem 1rem}.siteFooter__legal{background:var(--color-footer-bg);color:#fff;border-top:1px solid #ffffff26}.siteFooter__legal__inner{max-width:var(--container);flex-wrap:wrap;align-items:center;gap:1.25rem;margin:0 auto;padding:.85rem 1rem;font-size:.8rem;display:flex}.siteFooter__legalLinks{opacity:.85;flex-wrap:wrap;gap:1.25rem;display:flex}.siteFooter__legal a{color:#fff}.siteFooter__legal a:hover{color:#fff;opacity:.7}.siteFooter__provider{color:#fff;opacity:.9;align-items:center;margin-left:auto;display:inline-flex}.siteFooter__provider:hover{opacity:1}.siteFooter__provider img{filter:brightness(0)invert();width:auto;height:22px}.siteFooter__providerMark{width:auto;height:22px;color:inherit}.searchOverlay{z-index:100;-webkit-backdrop-filter:blur(6px);background:#0a0a0c99;justify-content:center;align-items:flex-start;padding:12vh 1rem 2rem;animation:.14s ease-out searchOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes searchOverlayFadeIn{0%{opacity:0}to{opacity:1}}.searchOverlay__panel{background:var(--color-surface);border-radius:var(--radius-lg);width:100%;max-width:720px;animation:.18s ease-out searchOverlaySlideIn;overflow:hidden;box-shadow:0 24px 80px #00000059}@keyframes searchOverlaySlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.searchOverlay__form{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.searchOverlay__icon{color:var(--color-text-muted);font-size:1.25rem}.searchOverlay__input{color:var(--color-text);background:0 0;border:0;outline:none;flex:1;padding:.5rem 0;font-family:inherit;font-size:1.25rem;line-height:1.4}.searchOverlay__input::placeholder{color:var(--color-text-muted)}.searchOverlay__close{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;padding:.25rem .5rem;font-size:1rem}.searchOverlay__close:hover{color:var(--color-text);background:var(--color-background)}.searchOverlay__hint{color:var(--color-text-muted);background:var(--color-background);margin:0;padding:.6rem 1rem;font-size:.8rem}button.siteHeader__pill{cursor:pointer;font:inherit;color:inherit;border:0}.searchPage{max-width:var(--container);margin:0 auto;padding:2rem 1rem 4rem}.searchPage__header{margin-bottom:1.5rem}.searchPage__heading{margin:0 0 .25rem;font-size:2rem}.searchPage__meta{color:var(--color-text-muted);margin:0}.searchPage__meta code{background:var(--color-background);border-radius:var(--radius-sm);padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.searchPage__empty{text-align:center;color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:3rem 1rem}.gsc-control-cse,.gsc-control-cse *{font-family:inherit!important}.gsc-control-cse{background:0 0!important;border:0!important;padding:0!important}.gsc-results-wrapper-overlay{z-index:50}.videoDialog{z-index:200;-webkit-backdrop-filter:blur(8px);background:#050508c7;justify-content:center;align-items:center;padding:2rem 1rem;animation:.14s ease-out videoDialogFadeIn;display:flex;position:fixed;inset:0}@keyframes videoDialogFadeIn{0%{opacity:0}to{opacity:1}}.videoDialog__panel{border-radius:var(--radius-lg);background:#000;flex-direction:column;width:100%;max-width:1280px;animation:.2s ease-out videoDialogSlideIn;display:flex;overflow:hidden;box-shadow:0 30px 120px #0009}.videoDialog__panel:fullscreen{border-radius:0;width:100vw;max-width:100vw;height:100vh}@keyframes videoDialogSlideIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.videoDialog__bar{color:#fff;background:#0b0b0b;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;display:flex}.videoDialog__title{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.videoDialog__actions{gap:.25rem;display:flex}.videoDialog__iconBtn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;padding:.4rem .6rem;font-size:1.1rem;line-height:1}.videoDialog__iconBtn:hover{background:#ffffff1a}.videoDialog__frame{aspect-ratio:16/9;background:#000;width:100%;position:relative}.videoDialog__panel:fullscreen .videoDialog__frame{aspect-ratio:auto;flex:1}.videoDialog__iframe,.videoDialog__video{background:#000;border:0;width:100%;height:100%;position:absolute;inset:0}.videoDialog__error{color:#fff;opacity:.7;justify-content:center;align-items:center;height:100%;display:flex}.videoDialog__fallback{color:#fff;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.videoDialog__fallbackImg{object-fit:cover;filter:blur(12px)brightness(.45);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.08)}.videoDialog__fallbackInner{text-align:center;max-width:420px;padding:1rem 1.5rem;position:relative}.videoDialog__fallbackTitle{margin:0 0 .35rem;font-size:1.15rem;font-weight:700}.videoDialog__fallbackHint{opacity:.8;margin:0 0 1rem;font-size:.9rem}.videoDialog__fallbackCta{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;padding:.55rem 1rem;font-size:.9rem;font-weight:700;display:inline-block}.videoDialog__fallbackCta:hover{opacity:.92;color:#fff}.sportPage{max-width:var(--container);margin:0 auto 3rem;padding:0 0 2rem}.sportPage__hero{background-color:var(--color-accent);color:#fff;background-position:50%;background-size:cover;margin-bottom:2rem;padding:4rem 1.25rem 3rem;position:relative}.sportPage__hero:before{content:"";background:linear-gradient(#0000001a 0%,#000000b3 100%);position:absolute;inset:0}.sportPage__heroInner{max-width:960px;margin:0 auto;position:relative}.sportPage__eyebrow{text-transform:uppercase;letter-spacing:.08em;opacity:.85;margin:0 0 .35rem;font-size:.8rem}.sportPage__title{margin:0 0 .75rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.05}.sportPage__about{opacity:.92;max-width:60ch;margin:0 0 1.25rem;font-size:1.05rem}.sportPage__coach{align-items:center;gap:.85rem;margin-bottom:.75rem;display:inline-flex}.sportPage__coach img{object-fit:cover;border-radius:50%;width:48px;height:48px}.sportPage__coachLabel{text-transform:uppercase;letter-spacing:.06em;opacity:.8;margin:0;font-size:.75rem}.sportPage__coachName{margin:0;font-weight:700}.sportPage__coachName a{color:#fff;text-decoration:underline}.sportPage__venue{opacity:.85;margin:.5rem 0 0;font-size:.9rem}.sportPage__empty{text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);max-width:720px;margin:0 auto;padding:3rem 1.25rem}.sportPage__empty code{background:var(--color-background);border-radius:3px;padding:.15rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}
