:root {
    --navy: #051c48;
    --navy-deep: #031333;
    --blue: #0b4fb3;
    --blue-bright: #0d79d8;
    --sky: #16aaf5;
    --gold: #ffd329;
    --ice: #f3f7fd;
    --white: #fff;
    --ink: #102f67;
    --muted: #667b9f;
    --line: rgba(11, 79, 179, .14);
    --shadow: 0 24px 60px rgba(7, 42, 97, .12);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ice); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1200px, 92vw); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--gold); color: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.topline { padding: 7px 4vw; background: #f9fbff; color: #60759a; font-size: 12px; text-align: center; }
.site-header { position: sticky; z-index: 100; top: 0; background: linear-gradient(100deg, var(--navy-deep), var(--blue) 62%, #0876ce); box-shadow: 0 14px 35px rgba(3, 24, 68, .24); }
.nav-shell { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 13px; color: #fff; flex-shrink: 0; }
.brand strong { display: block; font-size: 23px; line-height: 1; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: #cde8ff; font-size: 9px; letter-spacing: .04em; }
.site-logo { width: 72px; height: 72px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0,0,0,.22)); }
.footer-logo { width: 88px; height: 88px; }
.logo-mark { position: relative; width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border: 3px solid var(--gold); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0 12%, #edf6ff 13% 28%, var(--blue-bright) 29% 100%); box-shadow: 0 8px 20px rgba(0, 0, 0, .18); }
.logo-mark::before, .logo-mark::after { content: ""; position: absolute; inset: 6px 20px; border-left: 2px solid rgba(5, 28, 72, .32); border-right: 2px solid rgba(5, 28, 72, .32); border-radius: 50%; transform: rotate(45deg); }
.logo-mark::after { transform: rotate(-45deg); }
.logo-mark i { position: relative; z-index: 1; color: var(--navy); font-size: 26px; font-style: normal; font-weight: 900; text-shadow: 0 1px 0 #fff; }
.primary-nav { margin-left: auto; }
.primary-nav .navbar-nav { gap: 5px; }
.primary-nav a { padding: 9px 11px; border-radius: 999px; color: #f4f9ff; font-size: 12px; font-weight: 650; transition: .2s; }
.primary-nav a:hover, .primary-nav a.active { background: var(--gold); color: var(--navy); }
.menu-toggle { margin-left: auto; width: 44px; height: 44px; padding: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.1); }
.menu-toggle::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 -7px #fff, 0 7px #fff;
}
.menu-toggle .navbar-toggler-icon { display: none; }

.ticker { overflow: hidden; background: var(--navy-deep); color: #e8f5ff; }
.announcement-carousel { min-height: 43px; }
.announcement-carousel .owl-stage { display: flex; align-items: center; }
.announcement-carousel .owl-item { min-width: 0; }
.ticker-item { min-height: 43px; padding: 0 20px; display: flex; align-items: center; gap: 10px; border-right: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.ticker-item span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ticker-item i { flex: 0 0 auto; color: var(--gold); font-style: normal; }
.announcement-carousel.owl-theme .owl-nav,
.announcement-carousel.owl-theme .owl-dots { display: none; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 30%, rgba(24, 181, 255, .34), transparent 30%), linear-gradient(125deg, #031333 0%, #062b6e 48%, #0a64be 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; padding-block: 72px; align-items: center; }
.hero-copy h1 { max-width: 800px; margin: 18px 0; font-size: clamp(50px, 6.4vw, 86px); line-height: .92; letter-spacing: -.065em; }
.hero-copy > p { max-width: 710px; margin: 0; color: #d8ebff; font-size: 17px; }
.eyebrow { display: inline-flex; align-items: center; padding: 7px 12px; border: 1px solid rgba(255, 211, 41, .65); border-radius: 999px; background: rgba(255, 211, 41, .14); color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #ffe978; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 19px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(255, 211, 41, .2); }
.button-glass { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; }
.button-blue { background: var(--blue); color: #fff; }
.button-outline { border: 1px solid var(--line); background: #fff; color: var(--blue); }
.stats { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.stats div { padding: 22px 16px 0 0; }
.stats strong { display: block; color: var(--gold); font-size: 27px; line-height: 1; }
.stats span { display: block; margin-top: 7px; color: #cbe7ff; font-size: 11px; }
.hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.hero-logo-showcase { position: relative; width: min(390px, 82vw); height: 440px; display: grid; place-items: center; }
.hero-logo-showcase::before { content: ""; position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.28), rgba(22,170,245,.14) 45%, transparent 70%); filter: blur(2px); }
.hero-logo-showcase img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 38px 48px rgba(1,13,38,.48)); transform: rotate(2deg); }
.next-match-card { position: absolute; right: 0; bottom: 16px; width: min(360px, 92%); padding: 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 22px; background: rgba(3, 19, 51, .78); box-shadow: 0 22px 50px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.next-match-card > div:first-child { display: flex; justify-content: space-between; gap: 20px; }
.next-match-card span, .next-match-card small { color: #bfe1ff; font-size: 11px; }
.next-match-card strong { font-size: 12px; }
.next-teams { margin: 17px 0 12px; display: flex; align-items: center; justify-content: space-around; }
.next-teams b { font-size: 25px; }
.next-teams i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 11px; font-style: normal; font-weight: 900; }

.section { padding: 92px 0; }
.section-soft { background: #fff; }
.section h2 { margin: 14px 0 18px; color: var(--navy); font-size: clamp(34px, 4.4vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.section p { color: var(--muted); }
.split-feature { align-items: center; }
.section-copy > p { max-width: 520px; font-size: 17px; }
.benefit-list { display: grid; gap: 12px; }
.benefit-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 28px rgba(7,42,97,.06); }
.benefit-list article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: #eaf4ff; color: var(--blue); font-size: 13px; font-weight: 900; }
.benefit-list h3, .event-stages h3 { margin: 0 0 6px; color: var(--navy); font-size: 18px; }
.benefit-list p, .event-stages p { margin: 0; font-size: 14px; }
.section-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 850; white-space: nowrap; }
.text-link span { font-size: 20px; }
.overview-grid { align-items: stretch; }
.overview-lead { min-height: 460px; padding: 48px; display: flex; flex-direction: column; justify-content: end; border-radius: var(--radius); color: #fff; background: radial-gradient(circle at 80% 10%, rgba(255,211,41,.25), transparent 30%), linear-gradient(145deg, var(--navy-deep), var(--blue)); box-shadow: var(--shadow); }
.overview-lead h3 { max-width: 700px; margin: 18px 0 12px; font-size: clamp(29px, 3.2vw, 45px); line-height: 1.05; letter-spacing: -.045em; }
.overview-lead > p { max-width: 650px; color: #d5eaff; }
.mini-stats { margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mini-stats div { padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.08); }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { color: var(--gold); font-size: 22px; }
.mini-stats span { color: #cde7ff; font-size: 10px; }
.event-stages { display: grid; gap: 12px; }
.event-stages article { padding: 27px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: 22px; background: var(--ice); }
.event-stages b { color: var(--sky); font-size: 25px; }

.matches-section { background: linear-gradient(#edf5ff, #f7faff); }
.match-filter { margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.match-filter button { padding: 9px 16px; border: 0; border-radius: 999px; background: #fff; color: var(--blue); font-size: 12px; font-weight: 800; }
.match-filter button.active { background: var(--gold); color: var(--navy); }
.match-grid { align-items: stretch; }
.match-card { position: relative; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow); transition: transform .25s, opacity .25s; }
.match-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--gold), var(--sky)); }
.match-card:hover { transform: translateY(-5px); }
[data-match-date][hidden] { display: none !important; }
.match-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--blue); font-size: 12px; font-weight: 750; }
.venue { margin: 8px 0 22px; font-size: 11px; }
.venue span { color: var(--gold); }
.versus { display: grid; grid-template-columns: 1fr 35px 1fr; align-items: center; gap: 8px; }
.team { display: grid; justify-items: center; gap: 8px; text-align: center; }
.team-mark { width: 64px; height: 64px; display: grid; place-items: center; border: 4px solid color-mix(in srgb, var(--team-color), white 70%); border-radius: 50%; background: var(--team-color); color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 8px 20px rgba(8,47,103,.18); }
.team strong { font-size: 13px; }
.vs { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e9f3ff; color: var(--blue); font-size: 10px; }
.hype-label { margin-top: 24px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.hype-label b { color: var(--blue); }
.hype { height: 7px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: #e9f1fb; }
.hype span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--sky)); }
.card-actions { margin-top: 22px; display: flex; gap: 8px; }
.card-actions .button { flex: 1; padding-inline: 12px; }

.movement-section { background: #fff; }
.movement-grid { align-items: center; }
.movement-grid > div:first-child p { max-width: 600px; font-size: 17px; }
.movement-art { min-height: 430px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: radial-gradient(circle, transparent 0 18%, rgba(255,255,255,.12) 19% 20%, transparent 21% 34%, rgba(255,255,255,.1) 35% 36%, transparent 37%), linear-gradient(135deg, var(--blue), var(--navy-deep)); box-shadow: var(--shadow); }
.movement-art span { color: #fff; font-size: clamp(44px, 6vw, 78px); font-weight: 950; line-height: .78; letter-spacing: -.08em; text-align: center; transform: rotate(-7deg); }
.movement-art span::first-line { color: var(--gold); }

.route-placeholder { min-height: 52vh; display: grid; align-items: center; background: linear-gradient(180deg, #f4f8ff, #fff); }
.route-placeholder h1 { margin: 16px 0 12px; color: var(--navy); font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.route-placeholder p { margin-bottom: 24px; color: var(--muted); }

.site-footer { padding: 70px 0 26px; overflow: hidden; background: radial-gradient(circle at 8% 0, rgba(255,211,41,.1), transparent 25%), linear-gradient(110deg, #061835 0%, #0a2c6a 46%, #0862bd 100%); color: #fff; }
.footer-shell { max-width: 1180px; }
.footer-accent-line { height: 1px; margin-bottom: 34px; background: linear-gradient(90deg, transparent, var(--gold) 32%, var(--sky) 70%, transparent); }
.footer-main { padding: 0 10px 34px; }
.footer-about { display: flex; align-items: center; gap: 26px; }
.footer-about .footer-logo { width: 96px; height: 118px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(0,0,0,.3)); }
.footer-about h2, .footer-subscribe h2 { margin: 0; color: #fff; font-size: clamp(34px, 3.2vw, 52px); line-height: 1; letter-spacing: -.045em; }
.footer-about strong { display: block; margin-top: 7px; color: var(--gold); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.footer-about p { max-width: 490px; margin: 15px 0 0; color: #e3efff; font-size: 16px; }
.footer-subscribe { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.2); }
.footer-subscribe > span { display: block; margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-subscribe h2 { font-size: clamp(28px, 2.8vw, 42px); }
.footer-subscribe > p { max-width: 620px; margin: 14px 0 22px; color: #e5f1ff; font-size: 16px; }
.footer-subscribe-form { display: flex; gap: 10px; }
.footer-subscribe-form .form-control { min-height: 52px; padding: 12px 19px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #f8f9fc; color: var(--ink); }
.footer-subscribe-form .form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(255,211,41,.2); }
.footer-subscribe-form .button { min-width: 118px; }
.footer-navigation { padding: 26px 24px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 26px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-navigation a { padding: 9px 0; color: #fff; font-size: 12px; white-space: nowrap; }
.footer-navigation a:hover { color: var(--gold); }
.footer-navigation a.active, .footer-navigation a[aria-current="page"] { padding: 10px 17px; border-radius: 999px; background: var(--gold); color: var(--navy); font-weight: 800; box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.footer-navigation a.active:hover, .footer-navigation a[aria-current="page"]:hover { color: var(--navy); }
.footer-social { padding: 34px 0 24px; display: flex; justify-content: center; gap: 12px; }
.footer-social a { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-weight: 850; transition: .2s; }
.footer-social .bi { font-size: 18px; line-height: 1; }
.footer-social a:hover { border-color: var(--gold); background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.footer-legal { display: grid; justify-items: center; gap: 13px; color: #c7dcf3; font-size: 12px; }
.footer-legal > div { display: flex; align-items: center; gap: 11px; }
.footer-legal a { color: #fff; }
.footer-legal a:hover { color: var(--gold); }
.footer-legal p { margin: 0; color: #9fc0df; }
.toast { position: fixed; z-index: 300; right: 22px; bottom: 22px; max-width: min(360px, calc(100vw - 44px)); padding: 14px 18px; border-radius: 14px; background: var(--navy-deep); color: #fff; box-shadow: var(--shadow); font-size: 13px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: none; }

/* Player registration */
.registration-hero { padding: 84px 0 68px; border-bottom: 1px solid #d3dfef; background: radial-gradient(circle at 12% 10%, rgba(255,211,41,.13), transparent 26%), #f5f8fd; }
.registration-eyebrow, .registration-section-label { display: inline-flex; align-items: center; width: auto; margin: 0; padding: 9px 16px; border: 1px solid var(--gold); border-radius: 999px; color: var(--navy); font-size: 11px; font-weight: 850; letter-spacing: .15em; line-height: 1.25; text-transform: uppercase; }
.registration-hero h1 { max-width: 1060px; margin: 16px 0 14px; color: var(--navy); font-size: clamp(42px, 5vw, 68px); font-weight: 850; letter-spacing: -.045em; line-height: 1.02; }
.registration-hero p { max-width: 1120px; margin: 0; color: #5476a8; font-size: 17px; line-height: 1.55; }
.registration-section { min-height: 800px; padding: 72px 0 92px; background: #f2f6fc; }
.registration-alert { max-width: 1180px; margin: 0 auto 22px; border-radius: 15px; }
.registration-layout { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(290px, 1fr); gap: 24px; align-items: start; }
.registration-card, .registration-preview { border: 1px solid #d6e1ef; border-radius: 32px; background: #fff; box-shadow: 0 24px 55px rgba(18,57,110,.1); }
.registration-card { padding: 28px; }
.registration-fieldset { min-width: 0; margin: 0; padding: 0 0 26px; border: 0; }
.registration-fieldset + .registration-fieldset { padding-top: 26px; border-top: 1px solid #e1e9f3; }
.registration-section-label { margin-bottom: 16px; background: #fff; }
.registration-card .form-label { margin-bottom: 7px; color: var(--navy); font-size: 12px; font-weight: 750; }
.registration-card .form-control, .registration-card .form-select { min-height: 48px; border-color: #cbdced; border-radius: 14px; background-color: #f8fbff; color: var(--navy); font-size: 13px; }
.registration-card .form-select {
    padding: 12px 48px 12px 15px;
    border-width: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23073573' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-size: 18px 18px;
    cursor: pointer;
    font-weight: 650;
    transition: border-color .2s, background-color .2s, box-shadow .2s, transform .2s;
}
.registration-card .form-select:hover {
    border-color: #7ba4d4;
    background-color: #fff;
}
.registration-card .form-select:focus {
    transform: translateY(-1px);
}
.registration-card .form-select option {
    padding: 12px;
    background: #fff;
    color: var(--navy);
    font-weight: 600;
}
.registration-card .form-select:disabled {
    cursor: not-allowed;
    opacity: .65;
}
.registration-card .form-select.modern-select-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0;
}
.modern-select { position: relative; }
.modern-select-toggle {
    width: 100%;
    min-height: 50px;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #cbdced;
    border-radius: 15px;
    background: #f8fbff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 750;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.modern-select-toggle:hover { border-color: #78a4d8; background: #fff; }
.modern-select.is-open .modern-select-toggle {
    border-color: #1168cc;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(17,104,204,.13);
}
.modern-select-toggle .bi { color: #146bc9; font-size: 15px; transition: transform .2s; }
.modern-select.is-open .modern-select-toggle .bi { transform: rotate(180deg); }
.modern-select-menu {
    position: absolute;
    z-index: 80;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 10px;
    border: 1px solid #d6e1ee;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(10,49,104,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px);
    transition: opacity .18s, visibility .18s, transform .18s;
}
.modern-select.is-open .modern-select-menu { opacity: 1; visibility: visible; transform: none; }
.modern-select-search-wrap { position: relative; margin-bottom: 8px; }
.modern-select-search-wrap .bi {
    position: absolute;
    top: 50%;
    left: 14px;
    color: #0964c6;
    font-size: 17px;
    transform: translateY(-50%);
    pointer-events: none;
}
.modern-select-search {
    width: 100%;
    height: 46px;
    padding: 10px 14px 10px 42px;
    border: 1px solid #1c70cf;
    border-radius: 14px;
    outline: 0;
    background: #f8fbff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
}
.modern-select-search:focus { box-shadow: 0 0 0 3px rgba(17,104,204,.12); }
.modern-select-prompt { display: block; padding: 8px 15px 6px; color: var(--navy); font-size: 12px; font-weight: 800; }
.modern-select-options { max-height: 220px; overflow-y: auto; }
.modern-select-option {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: var(--navy);
    font-size: 13px;
    font-weight: 750;
    text-align: left;
    cursor: pointer;
}
.modern-select-option:hover { background: #edf6ff; }
.modern-select-option.is-selected { background: linear-gradient(90deg, #125dc1, #11a9e9); color: #fff; }
.modern-select-option .selection-mark { width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid #a9bdd6; border-radius: 50%; font-size: 11px; }
.modern-select-option.is-selected .selection-mark { border-color: #fff; }
.modern-select-empty { padding: 13px; color: #7890af; font-size: 12px; text-align: center; }
.registration-card .form-control[type="file"] {
    min-height: 50px;
    padding: 0 14px 0 0;
    overflow: hidden;
    background: #f8fbff;
    color: #607da5;
    cursor: pointer;
    line-height: 48px;
}
.registration-card .form-control[type="file"]::file-selector-button {
    height: 48px;
    margin: 0 14px 0 0;
    padding: 0 18px;
    border: 0;
    border-right: 1px solid #cbdced;
    border-radius: 13px 0 0 13px;
    background: #eaf4ff;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .2s, color .2s;
}
.registration-card .form-control[type="file"]:hover::file-selector-button {
    background: var(--gold);
    color: var(--navy);
}
.registration-card .form-control[type="file"]:focus::file-selector-button {
    background: #dcecff;
}
.registration-card textarea.form-control { min-height: 100px; resize: vertical; }
.registration-card .form-control:focus, .registration-card .form-select:focus { border-color: #4e85c9; background: #fff; box-shadow: 0 0 0 4px rgba(26,105,196,.12); }
.registration-card .form-text { color: #6c87ac; font-size: 11px; }
.registration-consent { margin: 3px 4px 0; color: #5476a8; font-size: 12px; line-height: 1.5; }
.registration-consent .form-check-input:checked { border-color: var(--navy); background-color: var(--navy); }
.registration-actions { display: flex; gap: 10px; padding-top: 24px; border-top: 1px solid #e1e9f3; }
.registration-actions .button { border: 0; }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 8px 24px rgba(18,57,110,.11); }
.registration-preview { position: sticky; top: 22px; padding: 28px; }
.registration-preview h2 { margin: 4px 0 20px; color: var(--navy); font-size: 18px; font-weight: 800; }
.player-profile-preview { min-height: 258px; padding: 24px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 27px; background: linear-gradient(135deg, #0c3b89, #1772cf); color: #fff; text-align: center; }
.preview-avatar { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 23px; font-weight: 900; }
.player-profile-preview strong { font-size: 23px; }
.player-profile-preview > span { margin-top: 7px; font-size: 14px; }
.player-profile-preview em { margin-top: 16px; padding: 8px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.12); font-size: 13px; font-style: normal; }
.registration-status { margin-top: 18px; padding: 20px; border: 1px solid #d4e1f0; border-radius: 20px; background: #f8fbff; }
.registration-status strong { color: var(--navy); font-size: 14px; }
.registration-status p { margin: 14px 0 0; color: #5f7faf; font-size: 14px; line-height: 1.45; }

/* Teams and standings */
.teams-page-hero { padding: 80px 0 66px; border-bottom: 1px solid #d7e1ee; background: radial-gradient(circle at 8% 5%, rgba(255,211,41,.14), transparent 26%), #f4f8fd; }
.page-kicker { display: inline-flex; padding: 9px 15px; border: 1px solid var(--gold); border-radius: 999px; color: var(--navy); font-size: 10px; font-weight: 850; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.teams-page-hero h1 { margin: 16px 0 12px; color: var(--navy); font-size: clamp(42px, 4.7vw, 62px); font-weight: 850; letter-spacing: -.045em; line-height: 1.02; }
.teams-page-hero p { max-width: 1060px; margin: 0; color: #6080ae; font-size: 16px; line-height: 1.6; }
.programs-section { padding: 62px 0 74px; background: #f2f6fc; }
.programs-section h2 { margin: 10px 0 28px; color: var(--navy); font-size: clamp(34px, 4vw, 48px); font-weight: 850; letter-spacing: -.04em; }
.program-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.program-card { min-height: 255px; padding: 25px 20px 20px; display: flex; flex-direction: column; align-items: center; border: 1px solid #d9e3ef; border-radius: 25px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 16px 36px rgba(21,60,112,.08); text-align: center; transition: transform .2s, box-shadow .2s; }
.program-card:hover { transform: translateY(-4px); box-shadow: 0 22px 42px rgba(21,60,112,.14); }
.program-logo { height: 105px; display: grid; place-items: center; }
.program-logo img { width: 100px; height: 100px; object-fit: contain; }
.program-card h3 { margin: 8px 0 6px; color: var(--navy); font-size: 18px; font-weight: 800; }
.program-card p { min-height: 42px; margin: 0 0 15px; color: #6b89b4; font-size: 13px; line-height: 1.45; }
.program-card a { margin-top: auto; padding: 8px 14px; border-radius: 999px; background: #edf6ff; color: #1264bc; font-size: 11px; font-weight: 800; }
.program-card a:hover { background: var(--gold); color: var(--navy); }
.standings-section { padding: 68px 0 88px; background: #fff; }
.standings-heading { margin-bottom: 30px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; }
.standings-heading h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(38px, 4vw, 54px); font-weight: 850; letter-spacing: -.045em; line-height: .92; }
.standings-heading > p { margin: 0 0 4px; color: #6988b2; font-size: 14px; }
.standings-layout { display: grid; grid-template-columns: minmax(285px, .78fr) minmax(0, 1.55fr); gap: 18px; }
.standings-leader { min-height: 500px; padding: 54px 30px 36px; display: flex; flex-direction: column; align-items: flex-start; border-radius: 30px; background: linear-gradient(145deg, #213d5a, #0759bc); color: #fff; box-shadow: 0 22px 50px rgba(9,65,137,.18); }
.leader-number { width: 79px; height: 79px; display: grid; place-items: center; border-radius: 22px; background: var(--gold); color: var(--navy); font-size: 30px; }
.standings-leader > span { margin-top: 22px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.standings-leader h3 { margin: 18px 0 14px; font-size: clamp(30px, 3vw, 39px); font-weight: 850; letter-spacing: -.04em; line-height: 1.08; }
.standings-leader p { margin: 0; color: #dbeaff; font-size: 13px; line-height: 1.55; }
.standings-table-wrap { overflow-x: auto; border: 1px solid #dbe5f0; border-radius: 28px; background: #fff; box-shadow: 0 20px 45px rgba(21,60,112,.1); }
.standings-table { width: 100%; min-width: 670px; border-collapse: collapse; color: var(--navy); font-size: 12px; }
.standings-table th { height: 54px; padding: 12px 14px; background: #f4f8fd; color: #245899; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.standings-table td { height: 55px; padding: 8px 14px; border-top: 1px solid #e6edf5; vertical-align: middle; }
.rank-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 12px; background: #edf5ff; color: #1264bc; font-weight: 850; }
.standing-team { min-width: 126px; display: flex; align-items: center; gap: 10px; }
.standing-team img { width: 34px; height: 34px; object-fit: contain; }
.form-meter { width: 92px; height: 6px; display: block; overflow: hidden; border-radius: 999px; background: #e7eff9; }
.form-meter i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--gold), #09a9e8); }
.standings-table small { display: block; margin-top: 5px; color: #5578a7; font-size: 10px; }
.standing-status { display: inline-flex; padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 850; white-space: nowrap; }
.standing-status.playoff { background: #fff4bf; color: #886400; }
.standing-status.contention { background: #e8f3ff; color: #0962be; }

@media (max-width: 1050px) {
    .hero-copy h1 { font-size: clamp(48px, 6vw, 70px); }
    .hero-logo-showcase { width: 330px; height: 390px; }
    .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .standings-layout { grid-template-columns: 1fr; }
    .standings-leader { min-height: 380px; }
}

@media (max-width: 1199.98px) {
    .primary-nav { position: absolute; inset: 82px 0 auto; margin: 0; padding: 15px 4vw 24px; background: var(--navy-deep); box-shadow: 0 25px 50px rgba(0,0,0,.35); }
    .primary-nav .navbar-nav { align-items: stretch !important; }
    .primary-nav a { padding: 12px 16px; }
}

@media (max-width: 800px) {
    .section { padding: 68px 0; }
    .hero-grid { padding-top: 62px; text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-visual { min-height: 400px; }
    .stats { text-align: left; }
    .overview-lead { min-height: 400px; padding: 34px; }
    .footer-subscribe { padding: 30px 12px 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
    .registration-hero { padding: 62px 0 50px; }
    .registration-section { padding: 48px 0 68px; }
    .registration-layout { grid-template-columns: 1fr; }
    .registration-preview { position: static; }
    .teams-page-hero { padding: 60px 0 50px; }
    .standings-heading { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 620px) {
    .topline { display: none; }
    .nav-shell { min-height: 72px; }
    .site-logo { width: 56px; height: 56px; }
    .brand strong { font-size: 20px; }
    .brand small { max-width: 190px; }
    .primary-nav { inset: 72px 0 auto; }
    .hero-grid { min-height: auto; padding-block: 52px; }
    .hero-copy h1 { font-size: 48px; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .hero-visual { min-height: 340px; }
    .hero-logo-showcase { width: 270px; height: 330px; }
    .next-match-card { right: 50%; transform: translateX(50%); }
    .section-heading { align-items: start; flex-direction: column; }
    .mini-stats { grid-template-columns: repeat(2, 1fr); }
    .movement-art { min-height: 340px; }
    .site-footer { padding-top: 48px; }
    .footer-about { flex-direction: column; text-align: center; }
    .footer-about .footer-logo { width: 82px; height: 102px; }
    .footer-about p { margin-inline: auto; font-size: 14px; }
    .footer-subscribe { text-align: center; }
    .footer-subscribe > p { font-size: 14px; }
    .footer-subscribe-form { flex-direction: column; }
    .footer-subscribe-form .button { width: 100%; }
    .footer-navigation { padding-inline: 8px; gap: 7px 18px; }
    .footer-social a { width: 44px; height: 44px; }
    .registration-card, .registration-preview { padding: 20px; border-radius: 24px; }
    .registration-actions { flex-direction: column; }
    .registration-actions .button { width: 100%; }
    .program-grid { grid-template-columns: 1fr; }
    .program-card { min-height: 230px; }
    .standings-leader { min-height: auto; padding: 34px 24px; }
    .modern-select-menu { position: fixed; z-index: 400; top: 50%; right: 16px; bottom: auto; left: 16px; transform: translateY(-47%); }
    .modern-select.is-open .modern-select-menu { transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Prototype parity: header, announcement rail, and opening arena. */
.topline {
    height: 30px;
    padding: 0 4vw;
    display: grid;
    place-items: center;
    background: #f8fbff;
    color: #60759b;
    font-size: 13px;
}

.site-header {
    background: linear-gradient(90deg, #061f52, #0b4fb3 58%, #0d6fd2);
    border-bottom: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 42px rgba(3,24,68,.25);
}

.nav-shell {
    width: min(1180px, calc(100vw - 40px));
    min-height: 84px;
    padding: 9px 0;
}

.brand { gap: 16px; }
.brand strong { font-size: 26px; font-weight: 700; letter-spacing: .01em; }
.brand small { margin-top: 4px; color: #d9edff; font-size: 11px; }
.site-logo { width: 86px; height: 86px; filter: none; }
.primary-nav .navbar-nav { gap: 9px; }
.primary-nav a {
    padding: 10px 13px;
    background: rgba(255,255,255,.09);
    color: #f4f9ff;
    font-size: 14px;
    font-weight: 500;
}
.primary-nav a:hover,
.primary-nav a.active { background: var(--gold); color: #062c70; }

.ticker {
    position: sticky;
    top: 84px;
    z-index: 80;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #061f52 0%, #0b4fb3 52%, #0d6fd2 100%);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,210,41,.35);
    box-shadow: 0 14px 34px rgba(3,24,68,.2);
}
.ticker-track {
    min-height: 46px;
    width: max-content;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    animation: vleagueTicker 32s linear infinite;
    will-change: transform;
}
.ticker-track.js-marquee { animation: none; }
.ticker-sequence {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    gap: 38px;
}
.ticker-item {
    min-height: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    color: #f4f9ff;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .01em;
}
.ticker-icon {
    position: relative;
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255,210,41,.36);
    border-radius: 10px;
    background: rgba(255,210,41,.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.ticker-icon::before,
.ticker-icon::after { content: ""; position: absolute; box-sizing: border-box; }
.ticker-icon.ball::before { width: 14px; height: 14px; border: 2px solid var(--gold); border-radius: 50%; }
.ticker-icon.ball::after { width: 14px; height: 2px; border-radius: 999px; background: var(--gold); transform: rotate(-28deg); }
.ticker-icon.ticket::before { width: 17px; height: 12px; border: 2px solid var(--gold); border-radius: 4px; }
.ticker-icon.ticket::after { width: 2px; height: 10px; background: var(--gold); box-shadow: 5px 0 rgba(255,210,41,.65), -5px 0 rgba(255,210,41,.65); }
.ticker-icon.star::before { width: 16px; height: 16px; background: var(--gold); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 56%,79% 91%,50% 70%,21% 91%,32% 56%,2% 35%,39% 35%); }
.ticker-icon.trophy::before { top: 6px; width: 14px; height: 14px; border: 2px solid var(--gold); border-radius: 3px 3px 7px 7px; }
.ticker-icon.trophy::after { bottom: 5px; width: 14px; height: 2px; border-radius: 999px; background: var(--gold); box-shadow: 0 -4px 0 -1px var(--gold); }
.ticker-icon.video::before { left: 5px; width: 16px; height: 12px; border: 2px solid var(--gold); border-radius: 4px; }
.ticker-icon.video::after { right: 4px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid var(--gold); }
@keyframes vleagueTicker {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

.hero {
    min-height: clamp(680px, 88vh, 860px);
    padding: 64px max(20px, env(safe-area-inset-right)) 110px max(20px, env(safe-area-inset-left));
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, rgba(3,18,52,.95), rgba(11,79,179,.68)), url('../images/hero-prototype.webp') center / cover no-repeat;
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    opacity: 1;
    background: linear-gradient(0deg, var(--ice), transparent);
    mask-image: none;
}
.hero-grid {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
}
.hero-copy h1 {
    max-width: 100%;
    margin: 18px 0 16px;
    color: #fff;
    font-size: clamp(38px, 5.5vw, 72px);
    line-height: .98;
    letter-spacing: -.045em;
    overflow-wrap: break-word;
}
.hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: #d7eaff;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.55;
}
.hero .eyebrow {
    padding: 9px 15px;
    border-color: rgba(255,255,255,.35);
    background: var(--gold);
    color: #073273;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .14em;
    box-shadow: 0 10px 28px rgba(5,35,86,.14);
}
.hero-actions { margin-top: 26px; gap: 12px; }
.hero .button {
    min-height: 0;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 16px 32px rgba(0,0,0,.15);
}
.button-light { background: #fff; color: #083476; }
.home-stats {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    border: 0;
}
.home-stats .stat {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
}
.home-stats .stat strong { display: block; color: #fff; font-size: 30px; line-height: 1.45; }
.home-stats .stat span { margin-top: 0; color: #d9edff; font-size: 12px; }
.hero-logo { width: min(380px, 80vw); height: auto; margin: auto; filter: none; }

#experience { padding: 74px 0; }
.landing-strip { display: grid; grid-template-columns: 1fr; }
.feature-panel {
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--line);
    border-radius: 38px;
    background: linear-gradient(135deg, #fff, #f2f7ff);
    box-shadow: 0 28px 60px rgba(7,51,115,.1);
}
.feature-panel .kicker {
    display: inline-flex;
    padding: 8px 14px;
    border: 1px solid rgba(255,210,41,.65);
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #073273;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .14em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(5,35,86,.14);
}
.feature-panel h3 {
    margin: 0 0 10px;
    color: #073273;
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.05;
    letter-spacing: -.035em;
}
.feature-panel > p { max-width: 100%; margin: 14px 0 0; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55; }
.cap-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cap-card { padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #f5f9ff; }
.cap-card b { color: #0b4fb3; }
.cap-card p { margin: 8px 0 0; font-size: 14px; }

@media (max-width: 1100px) {
    .nav-shell { min-height: 76px; }
    .site-logo { width: 72px; height: 72px; }
    .brand strong { font-size: 24px; }
    .brand small { font-size: 10px; }
    .menu-toggle { display: grid; place-items: center; }
    .primary-nav:not(.show) { display: none; }
    .ticker { top: 76px; }
    .hero { min-height: auto; padding-top: 70px; padding-bottom: 96px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-logo { max-width: 260px; margin-top: 10px; }
}

@media (max-width: 1050px) {
    .cap-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1101px) and (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-toggler { display: none; }
    .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; }
    .primary-nav { position: static; margin-left: auto; padding: 0; background: transparent; box-shadow: none; }
    .primary-nav .navbar-nav { flex-direction: row; align-items: center !important; }
}

@media (max-width: 720px) {
    .topline { height: auto; min-height: 30px; padding: 6px 16px; }
    .ticker { top: 72px; }
    .ticker-track { min-height: 42px; animation-duration: 26s; }
    .ticker-sequence { min-height: 42px; padding-inline: 14px; gap: 28px; }
    .ticker-item { font-size: 13px; }
    .ticker-icon { width: 25px; height: 25px; min-width: 25px; }
    .hero { padding-right: 16px; padding-left: 16px; }
    .hero-copy h1 { font-size: clamp(34px, 11vw, 52px); }
    .home-stats { grid-template-columns: repeat(2, 1fr); }
    .cap-grid { grid-template-columns: 1fr; }
}
