:root {
    --navy: #061f52;
    --blue: #0b4fb3;
    --sky: #11a8f5;
    --yellow: #ffd229;
    --ice: #f4f8ff;
    --text: #173b78;
    --muted: #667da6;
    --line: rgba(10, 67, 150, .13);
    --white: #fff
}

/* === Desktop navbar account alignment === */
@media (min-width: 1101px) {
    .nav .nav-main {
        width: min(1540px, calc(100vw - 40px))!important;
        min-height: 84px!important;
        gap: clamp(14px, 1.35vw, 24px)!important;
    }

    .nav .brand {
        gap: 12px!important;
    }

    .nav .brand img {
        width: 72px!important;
        height: 72px!important;
    }

    .nav .brand b {
        font-size: 24px!important;
    }

    .nav .menu {
        flex: 1 1 auto!important;
        flex-wrap: nowrap!important;
        justify-content: flex-end!important;
        gap: 7px!important;
    }

    .nav .menu > a {
        flex: 0 0 auto!important;
        padding: 10px 11px!important;
        font-size: 11px!important;
    }

    .nav .member-nav {
        flex: 0 0 auto!important;
        flex-wrap: nowrap!important;
        gap: 8px!important;
        margin-left: 3px!important;
        padding-left: 12px!important;
    }

    .nav .member-chip {
        min-height: 44px;
        padding: 5px 10px 5px 6px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 999px;
        background: rgba(255, 255, 255, .10);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        white-space: nowrap;
    }

    .nav .member-chip > i {
        width: 32px;
        height: 32px;
        font-size: 9px;
    }

    .nav .member-chip small {
        font-size: 7px;
    }

    .nav .member-chip strong {
        margin-top: 3px;
        font-size: 11px;
    }

    .nav .member-logout {
        min-height: 44px;
        padding-inline: 13px;
        border-color: rgba(255, 255, 255, .24);
        background: transparent;
        font-size: 11px;
        transition: background .18s ease, border-color .18s ease;
    }

    .nav .member-logout:hover {
        border-color: rgba(255, 255, 255, .46);
        background: rgba(255, 255, 255, .12);
    }
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: var(--ice);
    color: var(--text);
    font-weight: 400;
    line-height: 1.45
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font-family: inherit;
    cursor: pointer
}

.wrap {
    width: min(1220px, 92vw);
    margin: auto
}

.topline {
    height: 30px;
    display: grid;
    place-items: center;
    background: #f8fbff;
    color: #60759b;
    font-size: 13px
}

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

.nav-main {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 9px 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
    flex-shrink: 0
}

.brand img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: none
}

.brand b {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    display: block;
    letter-spacing: .01em
}

.brand small {
    font-size: 11px;
    color: #d9edff;
    display: block;
    margin-top: 4px
}

.menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap
}

.menu a {
    color: #f4f9ff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    transition: .2s ease
}

.menu a:hover,
.menu a.active {
    background: var(--yellow);
    color: #062c70
}

.page {
    display: none;
    animation: fade .35s ease
}

.page.active {
    display: block
}

@keyframes fade {
    from {
        opacity: .35;
        transform: translateY(8px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.eyebrow,
.kicker {
    display: inline-flex;
    background: rgba(255, 210, 41, .18);
    color: #0b4fb3;
    border: 1px solid rgba(255, 210, 41, .42);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase
}

h1,
h2,
h3 {
    font-weight: 700;
    letter-spacing: -.035em
}

p {
    color: var(--muted)
}

#newsArticleBody p {
    color: var(--text) !important;
    line-height: 1.5;
}

.btn,
.mini-btn,
.ghost-btn,
.text-btn,
.buy-btn {
    border: 0;
    border-radius: 999px;
    font-weight: 600;
    transition: .18s ease
}

.btn {
    padding: 14px 24px;
    font-size: 14px;
    background: white;
    color: #083476;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .15)
}

.btn.primary,
.buy-btn {
    background: var(--yellow);
    color: #062c70
}

.btn:hover,
.mini-btn:hover,
.ghost-btn:hover,
.text-btn:hover,
.buy-btn:hover {
    transform: translateY(-2px);
    filter: saturate(1.05)
}

.mini-btn,
.text-btn {
    background: #eaf4ff;
    color: #0b4fb3;
    padding: 10px 16px
}

.ghost-btn {
    background: #fff;
    color: #0b4fb3;
    border: 1px solid var(--line);
    padding: 10px 16px
}

.hero {
    position: relative;
    min-height: 720px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(6, 31, 82, .95), rgba(11, 79, 179, .75)), url('../prototype/asset-001-0b74f3f221d0.png') center/cover no-repeat;
    color: white
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(0deg, var(--ice), transparent)
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 42px;
    align-items: center
}

.hero h1 {
    font-size: clamp(48px, 7vw, 94px);
    line-height: .91;
    margin: 20px 0 16px;
    color: white;
    letter-spacing: -.07em
}

.hero p {
    font-size: 19px;
    color: #d7eaff;
    max-width: 650px
}

.hero-logo {
    width: min(380px, 80vw);
    margin: auto
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 34px
}

.stat {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    padding: 18px;
    backdrop-filter: blur(10px)
}

.stat b {
    display: block;
    font-size: 30px;
    color: #fff
}

.stat span {
    font-size: 12px;
    color: #d9edff
}

.section {
    padding: 74px 0
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px
}

h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    margin: 8px 0;
    color: #073273
}

.landing-strip {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px
}

.feature-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 28px 60px rgba(7, 51, 115, .1)
}

.feature-panel h3 {
    font-size: 34px;
    color: #073273;
    margin: 0 0 10px
}

.feature-image {
    min-height: 420px;
    border-radius: 34px;
    overflow: hidden;
    background: url('../prototype/asset-001-4543438ea506.webp') center/cover no-repeat;
    box-shadow: 0 28px 60px rgba(7, 51, 115, .14)
}

.cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 22px
}

.cap-card {
    background: #f5f9ff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 18px
}

.cap-card b {
    color: #0b4fb3
}

.page-hero {
    padding: 84px 0 46px;
    background: radial-gradient(circle at 8% 0%, rgba(255, 210, 41, .18), transparent 30%), linear-gradient(135deg, #f9fcff, #edf5ff);
    border-bottom: 1px solid var(--line)
}

.page-hero h1 {
    font-size: clamp(40px, 5vw, 70px);
    line-height: .98;
    margin: 14px 0 10px;
    color: #073273
}

.page-hero p {
    font-size: 17px;
    max-width: 800px
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.info-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .09)
}

.info-card h3 {
    font-size: 22px;
    color: #073273;
    margin: 0 0 8px
}

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

.team-card {
    background: linear-gradient(180deg, #fff, #f4f8ff);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 20px 42px rgba(7, 51, 115, .1)
}

.team-logo {
    height: 120px;
    display: grid;
    place-items: center;
    margin-bottom: 12px
}

.team-logo img {
    max-height: 110px;
    object-fit: contain;
    filter: none
}

.team-card h3 {
    margin: 0;
    color: #073273;
    font-size: 22px
}

.team-card p {
    margin: 4px 0 18px
}

.table-wrap {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .1)
}

table {
    width: 100%;
    border-collapse: collapse
}

th,
td {
    padding: 17px 18px;
    text-align: left;
    border-bottom: 1px solid #edf3fb;
    color: #173b78;
    font-weight: 400
}

th {
    background: #f5f9ff;
    color: #0a3f91;
    font-weight: 650;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.club {
    display: flex;
    align-items: center;
    gap: 10px
}

.club img {
    width: 38px;
    height: 38px;
    object-fit: contain
}

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

.match-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 22px;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .1)
}

.match-top,
.match-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.match-top span {
    color: #0b4fb3;
    font-weight: 650
}

.match-top b {
    color: #073273
}

.venue {
    color: var(--muted);
    font-size: 13px;
    margin-top: 4px
}

.match-versus {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 24px 0
}

.match-team {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 8px;
    color: #073273
}

.match-team img {
    height: 68px;
    width: 68px;
    object-fit: contain
}

.vs {
    background: #eef5ff;
    color: #0b4fb3;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 700
}

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

.player-card {
    position: relative;
    min-height: 340px;
    border-radius: 30px;
    overflow: hidden;
    background: #dfe9f6;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .13)
}

.player-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.player-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(4, 24, 63, .78))
}

.player-info {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: white
}

.player-info h3 {
    margin: 4px 0;
    font-size: 21px;
    color: white
}

.player-info span,
.player-info p {
    color: #d9ecff;
    font-size: 13px;
    margin: 0
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.story-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .11)
}

.story-card img {
    height: 100%;
    min-height: 260px;
    width: 100%;
    object-fit: cover
}

.story-body {
    padding: 24px
}

.story-body span {
    color: #0b63c7;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600
}

.story-body h3 {
    font-size: 23px;
    color: #073273;
    line-height: 1.1;
    margin: 9px 0
}

.highlight-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-auto-rows: 240px;
    gap: 18px
}

.highlight-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #dfe9f6;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .13)
}

.highlight-card:first-child {
    grid-row: span 2
}

.highlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.highlight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(4, 24, 63, .78))
}

.play-btn {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: var(--yellow);
    color: #062c70
}

.highlight-card h3 {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 16px;
    margin: 0;
    color: white;
    font-size: 20px
}

.reward-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch
}

.raffle-panel {
    background: linear-gradient(135deg, #062c70, #0d6fd2);
    border-radius: 34px;
    padding: 34px;
    color: white;
    box-shadow: 0 28px 70px rgba(5, 35, 86, .18)
}

.raffle-panel h2 {
    color: white
}

.raffle-panel p {
    color: #d9ecff
}

.raffle-machine {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 28px;
    box-shadow: 0 28px 70px rgba(5, 35, 86, .12)
}

.draw-box {
    min-height: 150px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f4f8ff, #fff);
    border: 1px dashed rgba(11, 79, 179, .3);
    border-radius: 24px;
    text-align: center;
    margin: 18px 0
}

.draw-number {
    font-size: 42px;
    color: #0b4fb3;
    font-weight: 700
}

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

.reward-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 20px 42px rgba(7, 51, 115, .1)
}

.reward-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0d6fd2, #11a8f5);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px
}

.ticket-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    background: linear-gradient(135deg, #062c70, #0d6fd2);
    border-radius: 34px;
    padding: 28px;
    color: white;
    box-shadow: 0 28px 70px rgba(5, 35, 86, .18)
}

.ticket-panel img {
    border-radius: 24px;
    height: 100%;
    object-fit: cover
}

.ticket-panel h2 {
    color: white
}

.ticket-panel p {
    color: #d9ecff
}

.ticket-options {
    display: grid;
    gap: 12px;
    margin-top: 20px
}

.ticket-option {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, .12);
    padding: 14px 16px;
    border-radius: 18px
}

.shop-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 22px;
    align-items: start
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.product-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .1)
}

.product-img {
    height: 170px;
    display: grid;
    place-items: center;
    background: #f5f9ff;
    border-radius: 24px
}

.product-img img {
    max-height: 150px;
    object-fit: contain
}

.product-info h3 {
    margin: 0;
    color: #073273;
    font-size: 22px
}

.product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px
}

.product-row strong {
    font-size: 20px;
    color: #0b4fb3
}

.cart-panel {
    position: sticky;
    top: 118px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 22px;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .12)
}

.cart-panel h3 {
    margin: 0 0 14px;
    color: #073273
}

.cart-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #edf3fb;
    font-size: 14px
}

.cart-total {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
    font-size: 19px;
    color: #073273;
    font-weight: 700
}

.checkout-form {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

.checkout-form input,
.checkout-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    font: inherit;
    color: #173b78;
    background: #f9fcff
}

.invoice {
    display: none;
    margin-top: 18px;
    background: #f8fbff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px
}

.invoice.active {
    display: block
}

.invoice h4 {
    margin: 0 0 8px;
    color: #073273
}

.invoice-modal .modal-dialog {
    max-width: 680px
}

.invoice-modal .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(4, 24, 63, .3)
}

.invoice-modal .modal-header {
    align-items: flex-start;
    padding: 24px 26px 18px;
    background: linear-gradient(135deg, #f8fbff, #edf5ff);
    border-bottom: 1px solid var(--line)
}

.invoice-modal .modal-title {
    margin: 8px 0 0;
    color: #073273;
    font-size: 28px
}

.invoice-modal .modal-body {
    padding: 22px 26px
}

.invoice-modal .modal-footer {
    padding: 16px 26px 22px;
    border-top: 1px solid var(--line)
}

.invoice-modal .invoice {
    margin: 0
}

.invoice-loading {
    display: grid;
    place-items: center;
    min-height: 180px;
    text-align: center;
    color: #0b4fb3
}

.invoice-loading .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 16px
}

.invoice-error {
    padding: 18px;
    border-radius: 16px;
    background: #fff1f1;
    color: #9b1c1c;
    border: 1px solid #ffd0d0
}

.cart-panel h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.cart-count {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0b4fb3;
    font-size: 12px
}

.cart-item {
    align-items: center;
    gap: 14px
}

.cart-item-main {
    flex: 1;
    min-width: 0
}

.cart-item-title,
.cart-item-details,
.cart-line-total {
    display: block
}

.cart-item-title {
    color: #073273;
    line-height: 1.25
}

.cart-item-details {
    margin-top: 4px;
    color: #667da6;
    line-height: 1.35;
    overflow-wrap: anywhere
}

.cart-line-total {
    margin-top: 7px;
    color: #0b4fb3;
    font-size: 13px
}

.cart-item-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px
}

.cart-quantity {
    display: grid;
    grid-template-columns: 30px 28px 30px;
    align-items: center;
    border: 1px solid #d7e4f5;
    border-radius: 999px;
    overflow: hidden;
    background: #f8fbff
}

.cart-quantity button {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0b4fb3;
    font-size: 18px;
    line-height: 1
}

.cart-quantity button:hover {
    background: #eaf3ff
}

.cart-quantity span {
    display: grid;
    place-items: center;
    min-width: 28px;
    color: #073273;
    font-size: 12px;
    font-weight: 700
}

.cart-remove {
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #b42318;
    font-size: 11px;
    font-weight: 700
}

.cart-remove:hover {
    background: #fff0ee
}

.checkout-form button:disabled {
    cursor: not-allowed;
    opacity: .5;
    transform: none!important;
    box-shadow: none
}

.cart-panel .muted {
    padding: 14px 0;
    margin: 0
}

@media(max-width:420px) {
    .cart-panel {
        padding: 18px!important
    }
    .cart-item {
        align-items: flex-start
    }
    .cart-item-actions {
        padding-top: 1px
    }
    .cart-quantity {
        grid-template-columns: 28px 24px 28px
    }
    .cart-quantity button {
        width: 28px
    }
    .cart-remove {
        padding: 0 7px
    }
}

footer {
    padding: 42px 0;
    background: #062c70;
    color: #d9ecff
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px
}

.footer-brand img {
    width: 66px;
    height: 66px
}

.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px
}

.toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #062c70;
    color: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
    display: none
}

.toast.active {
    display: block
}

@media(max-width:1050px) {
    .hero-grid,
    .landing-strip,
    .reward-hero,
    .ticket-panel,
    .shop-layout {
        grid-template-columns: 1fr
    }
    .info-grid,
    .team-grid,
    .match-grid,
    .player-grid,
    .reward-grid,
    .story-grid,
    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .highlight-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px
    }
    .highlight-card:first-child {
        grid-row: auto
    }
    .cart-panel {
        position: relative;
        top: auto
    }
}

@media(max-width:720px) {
    .nav-main {
        justify-content: center
    }
    .brand {
        width: 100%;
        justify-content: center
    }
    .menu {
        justify-content: center;
        margin-left: 0
    }
    .home-stats,
    .cap-grid,
    .info-grid,
    .team-grid,
    .match-grid,
    .player-grid,
    .reward-grid,
    .story-grid,
    .product-grid {
        grid-template-columns: 1fr
    }
    .story-card,
    .product-card {
        grid-template-columns: 1fr
    }
    .hero {
        min-height: 760px
    }
}


/* Dynamic newsroom */

.news-filter-bar {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(7, 51, 115, .07)
}

.news-filter-bar label {
    display: grid;
    gap: 6px;
    min-width: 220px;
    flex: 1;
    color: #073273;
    font-size: 12px;
    font-weight: 700
}

.news-filter-bar input,
.news-filter-bar select {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #cdd9e8;
    border-radius: 12px;
    background: #fff;
    color: #142b4a;
    outline: none
}

.news-filter-bar input:focus,
.news-filter-bar select:focus {
    border-color: #0b63c7;
    box-shadow: 0 0 0 3px rgba(11, 99, 199, .12)
}

.news-results-summary {
    margin: 0 0 14px;
    color: #60748e;
    font-size: 13px;
    font-weight: 700
}

.story-card-no-image {
    grid-template-columns: 1fr
}

.story-image-link {
    display: block;
    min-height: 100%
}

.story-body h3 a {
    color: inherit;
    text-decoration: none
}

.story-body h3 a:hover {
    color: #0b63c7
}

.story-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 18px
}

.story-card-footer time {
    flex: 0 0 auto;
    color: #73859b;
    font-size: 12px;
    white-space: nowrap
}

.story-card-footer .text-btn {
    flex: 0 0 auto;
    padding: 8px 11px;
    font-size: 12px;
    white-space: nowrap
}

.news-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 30px
}

.news-pagination a {
    display: grid;
    place-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    color: #0b63c7;
    font-weight: 800;
    text-decoration: none
}

.news-pagination a:hover,
.news-pagination a.active {
    border-color: #0b63c7;
    background: #0b63c7;
    color: #fff
}

.news-detail-hero .wrap {
    max-width: 950px
}

.news-back-link {
    display: inline-block;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 800;
    text-decoration: none
}

.news-preview-badge {
    display: table;
    margin: 0 0 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ffd642;
    color: #06295f;
    font-size: 12px;
    font-weight: 900
}

.news-detail-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 22px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 700
}

.news-article-wrap {
    max-width: 950px
}

.news-feature-image {
    display: block;
    width: 100%;
    max-height: 560px;
    margin-bottom: 30px;
    border-radius: 28px;
    box-shadow: 0 22px 50px rgba(7, 51, 115, .15);
    object-fit: cover
}

.news-article-body {
    padding: clamp(24px, 5vw, 54px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    color: #314760;
    font-size: 18px;
    line-height: 1.9;
    box-shadow: 0 18px 45px rgba(7, 51, 115, .08)
}

.news-article-footer {
    display: flex;
    justify-content: center;
    margin-top: 26px
}


/* Editorial news article */

.news-editorial-page {
    background: #fff
}

.news-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 4px;
    background: transparent;
    pointer-events: none
}

.news-reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #ffd229;
    box-shadow: 0 0 10px rgba(255, 210, 41, .55)
}

.news-article-brandbar {
    border-top: 5px solid #ffd229;
    background: #062f68;
    color: #fff
}

.news-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.news-breadcrumbs a {
    color: #fff;
    text-decoration: none
}

.news-breadcrumbs a:hover {
    text-decoration: underline
}

.news-editorial-header {
    padding: clamp(48px, 7vw, 90px) 0 clamp(38px, 5vw, 66px);
    background: linear-gradient(145deg, #f7f9fc 0%, #fff 58%, #eef4fb 100%);
    border-bottom: 1px solid #d9e2ee
}

.news-editorial-header .wrap {
    max-width: 1120px
}

.news-editorial-category {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 13px;
    border-radius: 4px;
    background: #ffd229;
    color: #062f68;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase
}

.news-editorial-header h1 {
    max-width: 1040px;
    margin: 0;
    color: #072d61;
    font-size: clamp(44px, 6.3vw, 86px);
    line-height: .98;
    letter-spacing: -.045em
}

.news-editorial-deck {
    max-width: 880px;
    margin: 26px 0 0;
    color: #40536c;
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1.45
}

.news-byline-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px
}

.news-author-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 3px solid #ffd229;
    border-radius: 50%;
    background: #07377a;
    color: #fff;
    font-size: 13px;
    font-weight: 900
}

.news-byline-row strong,
.news-byline-row span {
    display: block
}

.news-byline-row strong {
    color: #082e61;
    font-size: 14px
}

.news-byline-row span {
    margin-top: 3px;
    color: #68798e;
    font-size: 12px
}

.news-editorial-main {
    padding: clamp(32px, 5vw, 70px) 0 90px;
    background: #fff
}

.news-editorial-main>.wrap {
    max-width: 1240px
}

.news-editorial-hero {
    max-width: 1160px;
    margin: 0 auto clamp(42px, 6vw, 74px)
}

.news-editorial-hero img {
    display: block;
    width: 100%;
    max-height: 680px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(4, 37, 78, .14)
}

.news-editorial-hero figcaption {
    padding-top: 10px;
    color: #7c8998;
    font-size: 11px
}

.news-editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(240px, 310px);
    column-gap: clamp(32px, 4vw, 52px);
    row-gap: 24px;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: start
}

.news-share-rail {
    position: static;
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.news-share-rail>span {
    margin-right: 4px;
    color: #67788c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase
}

.news-share-rail button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ccd7e4;
    border-radius: 50%;
    background: #fff;
    color: #07377a;
    font-size: 17px;
    cursor: pointer;
    transition: .18s ease
}

.news-share-rail button:hover {
    border-color: #07377a;
    background: #07377a;
    color: #fff;
    transform: translateY(-2px)
}

.news-editorial-body {
    min-width: 0;
    color: #24374d;
    font-family: Inter, Arial, Roboto, sans-serif;
    font-size: 19px;
    line-height: 1.88
}

.news-editorial-body>p {
    margin: 0 0 26px
}

.news-editorial-body ul,
.news-editorial-body ol {
    margin: 0 0 28px;
    padding-left: 30px
}

.news-editorial-body li {
    margin-bottom: 9px
}

.news-editorial-body blockquote {
    margin: 30px 0;
    padding: 20px 24px;
    border-left: 5px solid #ffc400;
    border-radius: 0 14px 14px 0;
    background: #f4f8fd;
    color: #40566e;
    font-size: 1.08em;
    font-style: italic
}

.news-editorial-body a {
    color: #0757bd;
    text-decoration: underline;
    text-underline-offset: 3px
}

.news-editorial-body hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #dce5ef
}

.news-editorial-body h2 {
    margin: 44px 0 18px;
    font-size: clamp(28px, 4vw, 40px)
}

.news-editorial-body h3 {
    margin: 34px 0 15px;
    font-size: clamp(23px, 3vw, 31px)
}

.news-editorial-body>p:first-child::first-letter {
    float: left;
    margin: 11px 10px 0 0;
    color: #07377a;
    font-family: Arial, sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: .68
}

.news-editorial-body h2,
.news-editorial-body h3 {
    color: #072d61;
    font-family: Arial, sans-serif;
    line-height: 1.15
}

.news-story-endmark {
    display: grid;
    grid-template-columns: 1fr 42px 1fr;
    gap: 12px;
    align-items: center;
    margin: 42px 0
}

.news-story-endmark span {
    height: 1px;
    background: #ced8e4
}

.news-story-endmark b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #07377a;
    color: #ffd229;
    font-family: Arial, sans-serif;
    font-size: 18px
}

.news-insider-cta {
    padding: 34px;
    border-radius: 4px;
    background: #062f68;
    color: #fff;
    font-family: Arial, sans-serif
}

.news-insider-cta .kicker {
    color: #ffd229
}

.news-insider-cta h2 {
    margin: 10px 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px)
}

.news-insider-cta p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.6
}

.news-related-rail {
    position: sticky;
    top: 90px;
    border-top: 5px solid #ffd229;
    background: #f4f7fb
}

.news-related-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 18px;
    border-bottom: 1px solid #d7e0ea
}

.news-related-heading span {
    color: #062f68;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em
}

.news-related-heading a {
    color: #0b63c7;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none
}

.news-related-card {
    display: block;
    padding: 16px 18px;
    border-bottom: 1px solid #d7e0ea;
    color: inherit;
    text-decoration: none;
    transition: background .18s ease
}

.news-related-card:hover {
    background: #fff
}

.news-related-card img {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 12px;
    object-fit: cover
}

.news-related-card>span {
    color: #0b63c7;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.news-related-card h3 {
    margin: 6px 0 10px;
    color: #092f63;
    font-size: 17px;
    line-height: 1.2
}

.news-related-card time {
    color: #788797;
    font-size: 10px
}

.news-related-empty {
    padding: 18px;
    color: #68798e;
    font-size: 13px
}

.highlight-vault-section {
    margin-top: 18px;
    padding-top: clamp(58px, 7vw, 92px);
    padding-bottom: clamp(70px, 8vw, 110px);
    background: #f2f6fc;
    border-bottom: 5px solid #0b4c99
}

.highlight-vault-section .section-head {
    margin-bottom: 30px
}

.highlight-vault-section .section-head h2 {
    max-width: 980px;
    margin-top: 9px;
    color: #06377f;
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: 1.04;
    letter-spacing: -.035em
}

.highlight-vault-section .kicker {
    display: inline-flex;
    padding: 8px 14px;
    border: 1px solid #f2c52c;
    border-radius: 999px;
    background: #fff;
    color: #064087;
    letter-spacing: .15em
}

.highlight-vault-section .highlight-card {
    transition: transform .22s ease, box-shadow .22s ease
}

.highlight-vault-section .highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 58px rgba(7, 51, 115, .18)!important
}

.highlight-vault-section .highlight-card img {
    transition: transform .45s ease
}

.highlight-vault-section .highlight-card:hover img {
    transform: scale(1.035)
}

.highlight-vault-section .play-btn {
    display: grid;
    place-items: center;
    text-decoration: none
}

@media(max-width:720px) {
    .news-filter-bar {
        align-items: stretch
    }
    .news-filter-bar label,
    .news-filter-bar .btn {
        width: 100%;
        min-width: 0
    }
    .story-card-footer {
        align-items: flex-start;
        flex-direction: column
    }
    .news-feature-image {
        border-radius: 20px
    }
    .news-article-body {
        font-size: 16px;
        line-height: 1.75
    }
    .highlight-vault-section .section-head h2 {
        font-size: clamp(32px, 10vw, 44px)
    }
}

@media(max-width:1000px) {
    .news-editorial-layout {
        grid-template-columns: minmax(0, 1fr)
    }
    .news-related-rail {
        position: static;
        grid-column: 1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 12px
    }
    .news-related-heading {
        grid-column: 1/-1
    }
    .news-related-card {
        border-right: 1px solid #d7e0ea
    }
}

@media(max-width:720px) {
    .news-editorial-header h1 {
        font-size: clamp(40px, 12vw, 58px)
    }
    .news-editorial-deck {
        font-size: 18px
    }
    .news-editorial-layout {
        display: block
    }
    .news-share-rail {
        margin-bottom: 28px
    }
    .news-share-rail>span {
        margin: 0 4px 0 0
    }
    .news-editorial-body {
        font-size: 17px;
        line-height: 1.75
    }
    .news-editorial-body>p:first-child::first-letter {
        font-size: 58px
    }
    .news-related-rail {
        display: block;
        margin-top: 42px
    }
    .news-related-card {
        display: grid;
        grid-template-columns: 90px 1fr;
        column-gap: 12px
    }
    .news-related-card img {
        grid-row: 1/5;
        width: 90px;
        height: 72px;
        margin: 0
    }
    .news-related-card>span,
    .news-related-card h3,
    .news-related-card time {
        grid-column: 2
    }
}


/* === Added: merged home/about, interactive calendar, player registration, high-end footer === */

.home-about-merged {
    background: linear-gradient(180deg, #f4f8ff, #ffffff)
}

.about-image {
    background-image: linear-gradient(180deg, rgba(6, 31, 82, .05), rgba(6, 31, 82, .08)), url('../prototype/asset-001-631d7d4a9eed.jpg')!important
}

.fan-calendar {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 22px;
    box-shadow: 0 28px 62px rgba(7, 51, 115, .11)
}

.calendar-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.calendar-filter {
    border: 0;
    border-radius: 999px;
    background: #eef5ff;
    color: #0b4fb3;
    padding: 10px 16px;
    font-weight: 650
}

.calendar-filter.active,
.calendar-filter:hover {
    background: var(--yellow);
    color: #062c70
}

.fun-match {
    position: relative;
    overflow: hidden
}

.fun-match::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--yellow), #19b8ff)
}

.hype-meter {
    height: 9px;
    background: #edf4ff;
    border-radius: 999px;
    overflow: hidden;
    margin: 12px 0
}

.hype-meter span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ffd229, #11a8f5);
    border-radius: 999px
}

.match-note {
    font-size: 13px;
    margin: 0 0 16px;
    color: #667da6
}

.featured-game-venue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 4px
}

.featured-game-venue .venue {
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.featured-game-tag {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff7d1;
    color: #8a6100;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.is-featured-game {
    border-color: #f5cf3c;
    box-shadow: 0 22px 52px rgba(7, 51, 115, .13)
}

.featured-match-info {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f1f7ff;
    color: #0b4fb3;
    font-size: 12px;
    font-weight: 700
}

.public-team-fallback {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #edf5ff, #d7e8ff);
    color: #0b4fb3;
    font-weight: 900
}

.featured-games-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 55px 20px;
    text-align: center
}

.featured-games-empty>span {
    font-size: 42px
}

.featured-games-empty h3 {
    margin: 0;
    color: #073273
}

.featured-games-empty p {
    margin: 0 0 8px;
    color: #667da6
}

.empty-calendar {
    min-height: 280px;
    display: grid;
    place-items: center
}

.calendar-note {
    margin-top: 18px;
    background: linear-gradient(90deg, #f6faff, #fff8d8);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    color: #173b78
}

.registration-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 22px;
    align-items: start
}

.registration-form,
.registration-summary {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 28px;
    box-shadow: 0 24px 56px rgba(7, 51, 115, .1)
}

.form-section {
    padding: 0 0 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #edf3fb
}

.form-section:last-of-type {
    border-bottom: 0;
    margin-bottom: 10px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 16px
}

.registration-form label {
    display: grid;
    gap: 7px;
    color: #173b78;
    font-size: 13px;
    font-weight: 650
}

.registration-form input,
.registration-form select,
.registration-form textarea,
.footer-subscribe input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 13px 14px;
    font: inherit;
    color: #173b78;
    background: #f9fcff
}

.registration-form textarea {
    min-height: 100px;
    resize: vertical
}

.full-label {
    margin-top: 14px
}

.check-line {
    display: flex!important;
    grid-template-columns: auto 1fr!important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    font-weight: 400!important;
    color: #667da6!important
}

.check-line input {
    width: auto!important;
    margin-top: 4px
}

.form-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.profile-preview {
    margin-top: 18px;
    background: linear-gradient(135deg, #062c70, #0d6fd2);
    color: white;
    border-radius: 28px;
    padding: 24px;
    text-align: center
}

.profile-avatar {
    width: 76px;
    height: 76px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffd229;
    color: #062c70;
    font-weight: 800;
    font-size: 24px
}

.profile-preview h4 {
    font-size: 24px;
    margin: 0;
    color: white
}

.profile-preview p {
    color: #d9ecff;
    margin: 6px 0 14px
}

.preview-pill {
    display: inline-flex;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff
}

.premium-footer {
    background: radial-gradient(circle at 8% 0%, rgba(255, 210, 41, .18), transparent 28%), linear-gradient(135deg, #041846, #062c70 48%, #0b4fb3);
    color: #d9ecff;
    padding: 56px 0 28px;
    margin-top: 0
}

.footer-command {
    display: grid;
    gap: 30px
}

.footer-main {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 26px;
    align-items: stretch
}

.premium-footer .footer-brand {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    padding: 24px
}

.premium-footer .footer-brand img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: none;
    flex-shrink: 0
}

.premium-footer .footer-brand b {
    font-size: 30px;
    color: #fff
}

.premium-footer .footer-brand small {
    display: block;
    color: #bfe4ff;
    margin: 3px 0 10px
}

.premium-footer .footer-brand p,
.footer-cta p {
    color: #d9ecff;
    margin: 0
}

.footer-cta {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    padding: 24px
}

.footer-cta h3 {
    font-size: 28px;
    line-height: 1.05;
    margin: 0 0 10px;
    color: white
}

.footer-subscribe {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 18px
}

.footer-subscribe input {
    background: rgba(255, 255, 255, .95)
}

.footer-links-mega {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.footer-links-mega>div {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 24px;
    padding: 20px
}

.footer-links-mega h4 {
    margin: 0 0 12px;
    color: #ffe370
}

.footer-links-mega a {
    display: block;
    color: #d9ecff;
    padding: 7px 0;
    font-size: 14px
}

.footer-links-mega a:hover {
    color: #ffd229
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding-top: 20px;
    font-size: 13px;
    color: #bfe4ff
}

@media(max-width:1050px) {
    .registration-layout,
    .footer-main {
        grid-template-columns: 1fr
    }
    .footer-links-mega {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:720px) {
    .form-grid,
    .footer-subscribe,
    .footer-links-mega {
        grid-template-columns: 1fr
    }
    .registration-form,
    .registration-summary {
        padding: 20px
    }
}


/* === Refined non-boxy high-end footer + footer-only special menu items === */

.premium-footer {
    position: relative!important;
    overflow: hidden!important;
    background: radial-gradient(circle at 12% 8%, rgba(255, 210, 41, .20), transparent 28%), radial-gradient(circle at 88% 18%, rgba(17, 168, 245, .20), transparent 30%), linear-gradient(135deg, #031435 0%, #062c70 48%, #0b4fb3 100%)!important;
    color: #d9ecff!important;
    padding: 70px 0 30px!important;
    margin-top: 0!important;
}

.premium-footer::before {
    content: ""!important;
    position: absolute!important;
    inset: 0!important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent), radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .08), transparent 42%)!important;
    pointer-events: none!important;
}

.footer-luxe {
    position: relative!important;
    z-index: 2!important;
    display: grid!important;
    gap: 34px!important
}

.footer-hero-line {
    width: 100%!important;
    height: 1px!important;
    background: linear-gradient(90deg, transparent, rgba(255, 210, 41, .85), rgba(17, 168, 245, .8), transparent)!important;
}

.footer-top {
    display: grid!important;
    grid-template-columns: 1.05fr .95fr!important;
    gap: 48px!important;
    align-items: center!important;
}

.footer-brand-luxe {
    display: flex!important;
    align-items: center!important;
    gap: 22px!important;
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
}

.footer-brand-luxe img {
    width: 104px!important;
    height: 104px!important;
    object-fit: contain!important;
    filter: none!important;
    border: 0!important;
    box-shadow: none!important;
    flex-shrink: 0!important;
}

.footer-brand-luxe b {
    display: block!important;
    font-size: clamp(36px, 4vw, 54px)!important;
    line-height: .92!important;
    color: #fff!important;
    letter-spacing: -.045em!important;
}

.footer-brand-luxe small {
    display: block!important;
    margin: 7px 0 13px!important;
    color: #ffe370!important;
    letter-spacing: .10em!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
}

.footer-brand-luxe p,
.footer-subscribe-luxe p {
    color: #d9ecff!important;
    max-width: 560px!important;
    margin: 0!important;
}

.footer-subscribe-luxe {
    padding-left: 34px!important;
    border-left: 1px solid rgba(255, 255, 255, .18)!important;
    background: transparent!important;
}

.footer-subscribe-luxe span {
    color: #ffe370!important;
    font-size: 12px!important;
    letter-spacing: .15em!important;
    text-transform: uppercase!important;
    font-weight: 650!important;
}

.footer-subscribe-luxe h3 {
    color: #fff!important;
    font-size: clamp(26px, 3vw, 38px)!important;
    line-height: 1.02!important;
    margin: 8px 0 12px!important;
    letter-spacing: -.035em!important;
}

.footer-subscribe {
    display: grid!important;
    grid-template-columns: 1fr auto!important;
    gap: 10px!important;
    margin-top: 20px!important;
}

.footer-subscribe input {
    background: rgba(255, 255, 255, .95)!important;
    border: 1px solid rgba(255, 255, 255, .42)!important;
    border-radius: 999px!important;
    padding: 14px 18px!important;
}

.footer-nav-luxe {
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px 12px!important;
    padding: 26px 0!important;
    border-top: 1px solid rgba(255, 255, 255, .14)!important;
    border-bottom: 1px solid rgba(255, 255, 255, .14)!important;
}

.footer-nav-luxe a {
    color: #eaf6ff!important;
    font-size: 14px!important;
    font-weight: 500!important;
    padding: 10px 14px!important;
    border-radius: 999px!important;
    background: transparent!important;
    border: 0!important;
    transition: .2s ease!important;
}

.footer-nav-luxe a:hover {
    background: rgba(255, 210, 41, .16)!important;
    color: #ffe370!important;
    transform: translateY(-1px)!important;
}

.footer-contact-luxe {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-wrap: wrap!important;
    gap: 10px!important;
    color: #bfe4ff!important;
    font-size: 14px!important;
}

.footer-contact-luxe a,
.footer-contact-luxe button {
    color: #d9ecff!important;
    background: transparent!important;
    border: 0!important;
    font: inherit!important;
    padding: 0!important;
    cursor: pointer!important;
}

.footer-contact-luxe a:hover,
.footer-contact-luxe button:hover {
    color: #ffe370!important
}

.footer-bottom {
    display: flex!important;
    justify-content: space-between!important;
    gap: 18px!important;
    flex-wrap: wrap!important;
    padding-top: 24px!important;
    border-top: 1px solid rgba(255, 255, 255, .10)!important;
    color: #bfe4ff!important;
    font-size: 13px!important;
}

@media(max-width:900px) {
    .footer-top {
        grid-template-columns: 1fr!important;
        gap: 30px!important
    }
    .footer-subscribe-luxe {
        padding-left: 0!important;
        border-left: 0!important
    }
}

@media(max-width:640px) {
    .footer-brand-luxe {
        align-items: flex-start!important
    }
    .footer-brand-luxe img {
        width: 82px!important;
        height: 82px!important
    }
    .footer-subscribe {
        grid-template-columns: 1fr!important
    }
    .footer-nav-luxe {
        justify-content: flex-start!important
    }
}


/* === Image expand / lightbox option === */

.image-expand-btn {
    position: absolute!important;
    left: 16px!important;
    top: 16px!important;
    z-index: 5!important;
    border: 0!important;
    border-radius: 999px!important;
    padding: 9px 13px!important;
    background: rgba(255, 255, 255, .90)!important;
    color: #062c70!important;
    font-size: 12px!important;
    font-weight: 700!important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18)!important;
}

.expandable-image {
    position: relative!important
}

.image-lightbox {
    position: fixed!important;
    inset: 0!important;
    background: rgba(3, 14, 38, .92)!important;
    z-index: 99999!important;
    display: none!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 34px!important;
}

.image-lightbox.active {
    display: flex!important
}

.image-lightbox img {
    max-width: 94vw!important;
    max-height: 88vh!important;
    object-fit: contain!important;
    border-radius: 24px!important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45)!important;
}

.lightbox-close {
    position: fixed!important;
    right: 26px!important;
    top: 24px!important;
    border: 0!important;
    border-radius: 50%!important;
    width: 48px!important;
    height: 48px!important;
    background: #ffd229!important;
    color: #062c70!important;
    font-size: 26px!important;
    font-weight: 800!important;
}

.face-gallery {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr)!important;
    gap: 18px!important;
}

.face-card {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 30px!important;
    overflow: hidden!important;
    box-shadow: 0 22px 48px rgba(7, 51, 115, .11)!important;
    position: relative!important;
}

.face-photo {
    height: 260px!important;
    position: relative!important;
    overflow: hidden!important;
    background: #dfe9f6!important;
}

.face-photo img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}

.face-body {
    padding: 18px!important;
}

.face-team {
    display: flex!important;
    align-items: center!important;
    gap: 8px!important;
    color: #0b4fb3!important;
    font-size: 13px!important;
    font-weight: 650!important;
    margin-bottom: 8px!important;
}

.face-team img {
    width: 28px!important;
    height: 28px!important;
    object-fit: contain!important;
}

.face-body h3 {
    margin: 0 0 8px!important;
    color: #073273!important;
    font-size: 21px!important;
}

.face-tags {
    display: flex!important;
    gap: 8px!important;
    flex-wrap: wrap!important;
}

.face-tags span {
    background: #eef5ff!important;
    color: #0b4fb3!important;
    border-radius: 999px!important;
    padding: 7px 10px!important;
    font-size: 12px!important;
}

@media(max-width:1050px) {
    .face-gallery {
        grid-template-columns: repeat(2, 1fr)!important
    }
}

@media(max-width:680px) {
    .face-gallery {
        grid-template-columns: 1fr!important
    }
    .face-photo {
        height: 320px!important
    }
}


/* === CRITICAL TEXT VISIBILITY + RESPONSIVE CLIPPING FIX === */

html,
body {
    overflow-x: hidden!important;
}

.page-hero,
.hero,
.raffle-panel,
.feature-panel,
.footer-subscribe-luxe,
.footer-brand-luxe {
    overflow: hidden!important;
}

.hero {
    min-height: clamp(680px, 88vh, 860px)!important;
    padding: 64px 0 110px!important;
    align-items: center!important;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr)!important;
    gap: clamp(24px, 4vw, 56px)!important;
    width: 100%!important;
}

.hero h1,
.page-hero h1,
.raffle-panel h2,
.footer-subscribe-luxe h3,
.feature-panel h3 {
    max-width: 100%!important;
    overflow-wrap: break-word!important;
    word-break: normal!important;
    hyphens: auto!important;
}

.hero h1 {
    font-size: clamp(42px, 6.2vw, 78px)!important;
    line-height: .98!important;
    letter-spacing: -.045em!important;
    margin: 18px 0 16px!important;
}

.page-hero h1 {
    font-size: clamp(34px, 5.2vw, 62px)!important;
    line-height: 1.02!important;
    letter-spacing: -.04em!important;
}

.raffle-panel h2 {
    font-size: clamp(34px, 4.7vw, 60px)!important;
    line-height: 1.03!important;
    letter-spacing: -.04em!important;
}

.feature-panel h3 {
    font-size: clamp(28px, 3.5vw, 44px)!important;
    line-height: 1.05!important;
}

.footer-subscribe-luxe h3 {
    font-size: clamp(24px, 3vw, 36px)!important;
    line-height: 1.08!important;
}

.eyebrow,
.kicker {
    color: #073273!important;
    background: rgba(255, 255, 255, .92)!important;
    border: 1px solid rgba(255, 210, 41, .65)!important;
    box-shadow: 0 10px 28px rgba(5, 35, 86, .14)!important;
    max-width: 100%!important;
    white-space: normal!important;
    line-height: 1.25!important;
    text-align: center!important;
    justify-content: center!important;
    padding: 9px 15px!important;
}

.hero .eyebrow,
.raffle-panel .eyebrow,
.feature-panel[style*="linear-gradient"] .eyebrow {
    color: #073273!important;
    background: #ffd229!important;
    border-color: rgba(255, 255, 255, .35)!important;
}

.raffle-panel {
    padding: clamp(24px, 4vw, 44px)!important;
}

.raffle-panel p,
.hero p,
.page-hero p,
.feature-panel p,
.footer-subscribe-luxe p,
.footer-brand-luxe p {
    font-size: clamp(15px, 1.5vw, 18px)!important;
    line-height: 1.55!important;
    max-width: 100%!important;
}

.footer-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr)!important;
}

.footer-brand-luxe,
.footer-subscribe-luxe {
    min-width: 0!important;
}

.brand b {
    white-space: nowrap!important;
}

.brand small {
    white-space: normal!important;
}

.nav-main {
    align-items: center!important;
}

.menu a {
    white-space: nowrap!important;
}

@media(max-width:1100px) {
    .hero-grid,
    .footer-top,
    .reward-hero,
    .landing-strip {
        grid-template-columns: 1fr!important;
    }
    .hero {
        min-height: auto!important;
        padding: 58px 0 100px!important;
    }
    .hero-logo {
        max-width: 300px!important;
    }
}

@media(max-width:720px) {
    .hero h1 {
        font-size: clamp(38px, 12vw, 58px)!important;
    }
    .page-hero h1,
    .raffle-panel h2 {
        font-size: clamp(32px, 10vw, 50px)!important;
    }
    .brand b {
        font-size: 22px!important;
    }
    .brand img {
        width: 72px!important;
        height: 72px!important;
    }
    .eyebrow,
    .kicker {
        width: auto!important;
        max-width: 100%!important;
        font-size: 11px!important;
        letter-spacing: .10em!important;
    }
    .raffle-panel,
    .feature-panel,
    .registration-form,
    .registration-summary,
    .cart-panel {
        border-radius: 24px!important;
    }
}


/* PHP integration: keep the prototype marquee seamless after template extraction. */

.premium-ticker .ticker-track.js-marquee {
    animation: none!important;
    gap: 0!important;
    padding: 0!important;
}

.premium-ticker .ticker-sequence {
    flex: 0 0 auto!important;
    min-height: 46px!important;
    padding: 0 19px!important;
    display: flex!important;
    align-items: center!important;
    gap: 38px!important;
}

@media(max-width:720px) {
    .premium-ticker .ticker-sequence {
        min-height: 42px!important;
        padding: 0 14px!important;
        gap: 28px!important
    }
}


/* === Public member authentication === */

.member-nav {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: 3px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.member-nav form {
    margin: 0
}

.member-nav>a,
.member-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
}

.member-nav .member-register {
    border-color: #ffd229;
    background: #ffd229;
    color: #062c70;
}

.member-logout {
    cursor: pointer
}

.member-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff
}

.member-chip>i {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffd229;
    color: #062c70;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.member-chip span {
    display: grid;
    line-height: 1.05
}

.member-chip small {
    color: #bcd8fb;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.member-chip strong {
    margin-top: 4px;
    font-size: 11px
}

.member-flash {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 2147483600;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: calc(100vw - 28px);
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 14px;
    background: #eaf8f1;
    color: #096845;
    box-shadow: 0 18px 50px rgba(3, 24, 68, .22);
    font-size: 12px;
    font-weight: 750;
    transform: translateX(-50%);
    animation: memberFlashIn .35s ease both, memberFlashOut .35s ease 4.5s both;
}

@keyframes memberFlashIn {
    from {
        opacity: 0;
        transform: translate(-50%, -15px)
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}

@keyframes memberFlashOut {
    to {
        opacity: 0;
        visibility: hidden
    }
}

.member-auth-page {
    min-height: calc(100vh - 114px);
    padding: 44px clamp(18px, 4vw, 62px) 58px;
    background: radial-gradient(circle at 10% 15%, rgba(255, 210, 41, .16), transparent 27%), radial-gradient(circle at 90% 85%, rgba(17, 168, 245, .20), transparent 30%), linear-gradient(135deg, #031a45, #073a87 58%, #0a65c4);
}

.member-auth-shell {
    width: min(1120px, 100%);
    min-height: 650px;
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 34px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 38px 100px rgba(0, 0, 0, .28);
}

.member-auth-story {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, rgba(3, 26, 69, .35), rgba(3, 26, 69, .72)), url('../prototype/asset-001-0b74f3f221d0.png') center/cover no-repeat;
}

.member-auth-story::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -180px;
    top: 50px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .035), 0 0 0 120px rgba(255, 255, 255, .02);
}

.member-auth-story>* {
    position: relative;
    z-index: 1
}

.member-auth-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    color: #fff
}

.member-auth-brand img {
    width: 54px;
    height: 54px;
    padding: 4px;
    object-fit: contain;
    border-radius: 16px;
    background: #ffd229;
}

.member-auth-brand span {
    display: grid
}

.member-auth-brand strong {
    font-size: 19px
}

.member-auth-brand small {
    color: #bedcff;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .11em
}

.member-auth-kicker {
    display: inline-flex;
    width: max-content;
    padding: 8px 11px;
    border: 1px solid rgba(255, 210, 41, .45);
    border-radius: 999px;
    background: rgba(255, 210, 41, .12);
    color: #ffe476;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.member-auth-story h1 {
    margin: 18px 0 16px;
    color: #fff;
    font-size: clamp(42px, 5vw, 65px);
    line-height: .93;
    letter-spacing: -.06em;
}

.member-auth-story p {
    max-width: 480px;
    margin: 0;
    color: #d6e8ff;
    font-size: 14px;
    line-height: 1.7
}

.member-auth-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.member-auth-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font-size: 9px;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.member-auth-benefits i {
    color: #ffd229
}

.member-auth-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 5vw, 58px);
    background: #fff;
}

.member-auth-card header {
    margin-bottom: 24px
}

.member-form-step {
    color: #0b57c5;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.member-auth-card h2 {
    margin: 8px 0 7px;
    color: #062c70;
    font-size: clamp(30px, 4vw, 42px);
    letter-spacing: -.045em;
}

.member-auth-card header p {
    margin: 0;
    color: #7186a7;
    font-size: 12px
}

.member-auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: -5px 0 18px;
    padding: 12px 14px;
    border: 1px solid #ffd3d0;
    border-radius: 13px;
    background: #fff3f2;
    color: #a52a22;
    font-size: 11px;
    line-height: 1.45;
}

.member-auth-alert>div {
    display: grid;
    gap: 4px
}

.member-auth-form {
    display: grid;
    gap: 15px
}

.member-name-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.member-auth-form label {
    display: grid;
    gap: 6px
}

.member-auth-form label>span:first-child {
    color: #4f688e;
    font-size: 10px;
    font-weight: 750;
}

.member-auth-form label>span:first-child small {
    margin-left: 4px;
    color: #94a3b9;
    font-size: 8px;
    font-weight: 650;
}

.member-input {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #d9e4f1;
    border-radius: 14px;
    background: #f9fbfe;
    color: #7890b3;
    transition: border-color .18s, box-shadow .18s, background .18s;
}

.member-input:focus-within {
    border-color: #72a8ed;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 87, 197, .09);
}

.member-input input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #173b78;
    font: inherit;
    font-size: 12px;
}

.member-input input::placeholder {
    color: #9aaac0
}

.member-textarea {
    width: 100%;
    min-height: 82px;
    padding: 13px 14px;
    resize: vertical;
    border: 1px solid #d9e4f1;
    border-radius: 14px;
    outline: 0;
    background: #f9fbfe;
    color: #173b78;
    font: inherit;
    font-size: 12px;
    line-height: 1.5;
    transition: border-color .18s, box-shadow .18s, background .18s;
}

.member-textarea::placeholder {
    color: #9aaac0
}

.member-textarea:focus {
    border-color: #72a8ed;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 87, 197, .09);
}

.member-terms {
    display: grid!important;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px!important;
    color: #7185a5;
    font-size: 9px;
    line-height: 1.5;
}

.member-terms input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: #0b57c5
}

.member-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    margin-top: 3px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: #ffd229;
    color: #062c70;
    box-shadow: 0 14px 30px rgba(255, 210, 41, .25);
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s, box-shadow .18s;
}

.member-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255, 210, 41, .35)
}

.member-auth-switch {
    margin: 20px 0 0!important;
    color: #7c90ae!important;
    font-size: 10px;
    text-align: center
}

.member-auth-switch a {
    color: #0b57c5;
    font-weight: 850
}

.member-signed-in {
    text-align: center
}

.member-signed-in>span {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 22px;
    background: #e9f8f1;
    color: #15845d;
    font-size: 30px;
}

.member-signed-in p {
    margin: 0 0 22px;
    color: #7186a7
}

.member-signed-in .member-submit {
    max-width: 280px;
    margin: auto
}

@media(max-width:1350px) {
    .menu {
        gap: 6px
    }
    .menu>a {
        padding-inline: 9px;
        font-size: 12px
    }
    .member-nav {
        padding-left: 7px
    }
    .member-nav>a,
    .member-logout {
        padding-inline: 9px;
        font-size: 10px
    }
}

@media(max-width:1100px) {
    #mainNavMenu .member-nav {
        width: 100%;
        display: grid!important;
        grid-template-columns: 1fr 1fr;
        gap: 9px!important;
        margin: 8px 0 0!important;
        padding: 18px 0 0!important;
        border-top: 1px solid rgba(255, 255, 255, .16)!important;
        border-left: 0!important;
    }
    #mainNavMenu .member-nav>a,
    #mainNavMenu .member-logout {
        width: 100%!important;
        min-height: 48px!important;
        border-radius: 16px!important;
    }
    #mainNavMenu .member-nav>a::after {
        display: none!important
    }
    #mainNavMenu .member-nav form {
        width: 100%
    }
    #mainNavMenu .member-chip {
        grid-column: 1/-1;
        padding: 3px 2px 7px
    }
    #mainNavMenu .member-chip>i {
        width: 42px;
        height: 42px
    }
    .member-auth-page {
        padding: 30px 22px 44px
    }
    .member-auth-shell {
        grid-template-columns: minmax(0, .8fr) minmax(430px, 1.2fr)
    }
    .member-auth-story {
        padding: 32px
    }
}

@media(max-width:820px) {
    .member-auth-page {
        padding: 22px 14px 36px
    }
    .member-auth-shell {
        display: block;
        min-height: 0;
        border-radius: 26px
    }
    .member-auth-story {
        min-height: 310px;
        padding: 28px
    }
    .member-auth-story h1 {
        font-size: 45px
    }
    .member-auth-benefits {
        margin-top: 28px
    }
    .member-auth-card {
        padding: 34px 28px
    }
}

@media(max-width:520px) {
    .member-auth-story {
        min-height: 280px;
        padding: 23px
    }
    .member-auth-brand img {
        width: 46px;
        height: 46px
    }
    .member-auth-story h1 {
        font-size: 39px
    }
    .member-auth-story p {
        font-size: 11px
    }
    .member-auth-benefits span {
        font-size: 8px
    }
    .member-auth-card {
        padding: 29px 20px
    }
    .member-name-grid {
        grid-template-columns: 1fr
    }
}


/* === Professional shop storefront === */

.shop-page {
    --shop-navy: #062c70;
    --shop-blue: #0b57c5;
    --shop-sky: #eef6ff;
    --shop-yellow: #ffd026;
    background: #f4f8ff;
}

.shop-page .shop-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    background: radial-gradient(circle at 85% 20%, rgba(255, 208, 38, .22), transparent 20%), radial-gradient(circle at 72% 100%, rgba(17, 168, 245, .28), transparent 32%), linear-gradient(124deg, #031f52 0%, #073b88 56%, #0b65c9 100%);
}

.shop-page .shop-hero::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -110px;
    top: -250px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .035), 0 0 0 140px rgba(255, 255, 255, .025);
}

.shop-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    gap: 60px;
}

.shop-hero-copy {
    max-width: 760px
}

.shop-page .shop-hero .eyebrow {
    border-color: rgba(255, 208, 38, .8);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.shop-page .shop-hero h1 {
    max-width: 760px;
    margin: 18px 0 18px;
    color: #fff;
    font-size: clamp(46px, 6vw, 78px);
    line-height: .93;
    letter-spacing: -.055em;
}

.shop-page .shop-hero p {
    max-width: 660px;
    margin: 0;
    color: #dcecff;
    font-size: 17px;
    line-height: 1.7;
}

.shop-promises {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.shop-promises span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.shop-promises i {
    color: var(--shop-yellow)
}

.shop-hero-mark {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 190px;
    color: #fff;
}

.shop-hero-mark::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 34px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .16);
    transform: rotate(-3deg);
    backdrop-filter: blur(12px);
}

.shop-hero-mark>span,
.shop-hero-mark>div {
    position: relative
}

.shop-hero-mark>span {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background: var(--shop-yellow);
    color: var(--shop-navy);
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.shop-hero-mark div {
    display: grid;
    gap: 4px
}

.shop-hero-mark strong {
    font-size: 25px;
    line-height: 1
}

.shop-hero-mark small {
    color: #b9d9ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em
}

.shop-catalog {
    padding-top: 56px!important
}

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

.section-kicker,
.cart-kicker,
.product-category {
    display: block;
    color: var(--shop-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.shop-section-heading h2 {
    margin: 7px 0 5px;
    color: var(--shop-navy);
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -.035em;
}

.shop-section-heading p {
    margin: 0;
    color: #647da5
}

.shop-product-count {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid #d9e5f4;
    border-radius: 999px;
    background: #fff;
    color: #526e99;
    font-size: 12px;
    font-weight: 750;
}

.shop-page .shop-layout {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
}

.shop-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.shop-page .product-card {
    display: flex!important;
    min-width: 0;
    padding: 0!important;
    overflow: hidden;
    border: 1px solid #dbe6f4!important;
    border-radius: 26px!important;
    background: #fff;
    box-shadow: 0 16px 44px rgba(7, 51, 115, .08)!important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.shop-page .product-card:hover {
    z-index: 2;
    border-color: #b9d5f6!important;
    box-shadow: 0 24px 58px rgba(7, 51, 115, .14)!important;
    transform: translateY(-4px);
}

.shop-page .product-img {
    position: relative;
    flex: 0 0 46%;
    min-height: 285px;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    background: radial-gradient(circle at 50% 45%, #fff 0, rgba(255, 255, 255, .82) 26%, transparent 58%), linear-gradient(145deg, #f4f8ff, #e7f1ff);
}

.shop-page .product-img::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -38px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(11, 87, 197, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 26px rgba(11, 87, 197, .035);
}

.shop-page .product-img img {
    position: relative;
    z-index: 1;
    width: 88%;
    max-width: 190px;
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(4, 31, 78, .16));
    transition: transform .25s ease;
}

.shop-page .product-card:hover .product-img img {
    transform: scale(1.045)
}

.product-official-badge {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 9px;
    border: 1px solid rgba(11, 87, 197, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--shop-blue);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.product-image-placeholder {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: #fff;
    color: #7b9bc7;
    font-size: 31px;
}

.shop-page .product-info {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    padding: 24px 22px 21px;
}

.shop-page .product-info h3 {
    margin: 7px 0 7px;
    color: var(--shop-navy);
    font-size: 20px;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.shop-page .product-info p {
    display: -webkit-box;
    min-height: 42px;
    margin: 0;
    overflow: hidden;
    color: #6a80a4;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-stock {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    color: #5b759e;
    font-size: 10px;
    font-weight: 700;
}

.product-stock>span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #26a269;
    box-shadow: 0 0 0 4px rgba(38, 162, 105, .1);
}

.product-stock.low-stock {
    color: #a85d00
}

.product-stock.low-stock>span {
    background: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, .12)
}

.shop-page .product-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
}

.product-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px
}

.product-price small {
    color: #7c91b1;
    font-size: 10px;
    font-weight: 700
}

.shop-page .product-row strong {
    color: var(--shop-navy);
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.025em;
}

.shop-page .buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    width: 100%;
    padding: 0 14px;
    border: 0;
    border-radius: 13px;
    background: var(--shop-yellow);
    color: var(--shop-navy);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 9px 22px rgba(255, 208, 38, .28);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.shop-page .buy-btn:hover {
    background: #ffda4f;
    box-shadow: 0 13px 28px rgba(255, 208, 38, .38);
    transform: translateY(-2px);
}

.shop-page .buy-btn:active {
    transform: translateY(0)
}

.shop-page .cart-panel {
    top: 106px;
    padding: 0!important;
    overflow: hidden;
    border: 1px solid #d8e5f4;
    border-radius: 26px!important;
    background: #fff;
    box-shadow: 0 22px 60px rgba(5, 36, 87, .12);
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 19px;
    border-bottom: 1px solid #e7eef8;
}

.shop-page .cart-header h3 {
    justify-content: flex-start;
    margin: 6px 0 0;
    color: var(--shop-navy);
    font-size: 25px;
    letter-spacing: -.035em;
}

.shop-page .cart-count {
    min-width: 26px;
    height: 26px;
    margin-left: 6px;
    background: #e8f2ff;
    color: var(--shop-blue);
    font-size: 11px;
}

.cart-lock {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #edf7f3;
    color: #16845c;
    font-size: 20px;
}

.cart-items {
    max-height: 325px;
    padding: 0 24px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c7d9ed transparent;
}

.shop-page .cart-empty {
    display: grid;
    justify-items: center;
    padding: 31px 15px;
    text-align: center;
}

.cart-empty>span {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 17px;
    background: #edf5ff;
    color: var(--shop-blue);
    font-size: 21px;
}

.cart-empty strong {
    color: var(--shop-navy);
    font-size: 14px
}

.cart-empty p {
    margin: 5px 0 0;
    color: #7890b2;
    font-size: 11px
}

.shop-page .cart-item {
    padding: 16px 0
}

.shop-page .cart-item-title {
    font-size: 12px
}

.shop-page .cart-line-total {
    font-size: 12px
}

.shop-page .cart-total {
    align-items: center;
    margin: 0;
    padding: 18px 24px;
    border-top: 1px solid #e7eef8;
    border-bottom: 1px solid #e7eef8;
    background: #f7faff;
}

.shop-page .cart-total>div {
    display: grid;
    gap: 3px
}

.shop-page .cart-total>div>span {
    font-size: 13px
}

.shop-page .cart-total small {
    color: #8297b6;
    font-size: 9px;
    font-weight: 600
}

.shop-page .cart-total>#cartTotal {
    color: var(--shop-navy);
    font-size: 22px;
    letter-spacing: -.035em;
}

.shop-page .checkout-form {
    gap: 12px;
    margin: 0;
    padding: 21px 24px 18px;
}

.checkout-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 1px;
}

.checkout-heading span {
    color: var(--shop-navy);
    font-size: 13px;
    font-weight: 850
}

.checkout-heading small {
    color: #8498b6;
    font-size: 9px
}

.checkout-heading .checkout-member-fill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eaf8f1;
    color: #168153;
    font-weight: 750;
}

.checkout-field {
    display: grid;
    gap: 6px
}

.checkout-field>span:first-child {
    color: #526d96;
    font-size: 10px;
    font-weight: 750;
}

.checkout-input {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid #d8e4f3;
    border-radius: 13px;
    background: #fbfdff;
    color: #7f97b8;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.shop-page .checkout-input input {
    min-width: 0;
    min-height: 42px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.checkout-input:focus-within,
.shop-page .checkout-field textarea:focus {
    border-color: #76aaf0;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 87, 197, .09);
    outline: 0;
}

.shop-page .checkout-field textarea {
    min-height: 72px;
    resize: vertical;
    border-radius: 13px;
    background: #fbfdff;
}

.shop-page .checkout-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 49px;
    margin-top: 3px;
    padding: 0 17px;
    border: 0;
    border-radius: 14px;
    background: var(--shop-yellow);
    color: var(--shop-navy);
    font-size: 11px;
    font-weight: 850;
    box-shadow: 0 12px 26px rgba(255, 208, 38, .28);
}

.shop-page .checkout-primary:hover {
    background: #ffda4f;
    transform: translateY(-1px)
}

.shop-page .checkout-clear {
    min-height: 40px;
    border: 0;
    background: transparent;
    color: #6f83a3;
    font-size: 10px;
    box-shadow: none;
}

.shop-page .checkout-clear:hover {
    background: #f3f7fc;
    color: #b42318
}

.cart-assurance {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 14px 24px 18px;
    border-top: 1px solid #edf2f8;
    color: #7f93b1;
    font-size: 9px;
    line-height: 1.5;
}

.cart-assurance i {
    color: var(--shop-blue)
}

.shop-empty-products {
    grid-column: 1/-1;
    display: grid;
    justify-items: center;
    padding: 60px 24px;
    border: 1px dashed #c9d9ec;
    border-radius: 26px;
    background: #fff;
    text-align: center;
}

.shop-empty-products>span {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: #edf5ff;
    color: var(--shop-blue);
    font-size: 25px;
}

.shop-empty-products h3 {
    margin: 0;
    color: var(--shop-navy)
}

.shop-empty-products p {
    max-width: 460px;
    margin: 8px 0 0;
    color: #6f84a5
}

@media(max-width:1180px) {
    .shop-page .shop-layout {
        grid-template-columns: minmax(0, 1fr) 350px
    }
    .shop-page .product-grid {
        grid-template-columns: 1fr
    }
    .shop-page .product-img {
        flex-basis: 40%;
        min-height: 260px
    }
}

@media(max-width:900px) {
    .shop-hero-layout {
        grid-template-columns: 1fr
    }
    .shop-hero-mark {
        display: none
    }
    .shop-page .shop-layout {
        grid-template-columns: 1fr
    }
    .shop-page .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .shop-page .product-card {
        flex-direction: column
    }
    .shop-page .product-img {
        flex-basis: auto;
        min-height: 230px
    }
    .shop-page .cart-panel {
        position: relative;
        top: auto
    }
}

@media(max-width:640px) {
    .shop-page .shop-hero {
        padding: 50px 0 48px
    }
    .shop-page .shop-hero h1 {
        font-size: 44px
    }
    .shop-page .shop-hero p {
        font-size: 14px
    }
    .shop-promises {
        gap: 7px
    }
    .shop-promises span {
        padding: 8px 10px;
        font-size: 10px
    }
    .shop-section-heading {
        align-items: flex-start
    }
    .shop-section-heading p {
        font-size: 13px
    }
    .shop-product-count {
        display: none
    }
    .shop-page .product-grid {
        grid-template-columns: 1fr
    }
    .shop-page .product-card {
        display: grid!important;
        grid-template-columns: 42% minmax(0, 1fr)!important
    }
    .shop-page .product-img {
        min-height: 245px
    }
    .shop-page .product-info {
        padding: 19px 16px 17px
    }
    .shop-page .product-info h3 {
        font-size: 18px
    }
    .shop-page .product-info p {
        font-size: 11px
    }
    .shop-page .cart-panel {
        border-radius: 22px!important
    }
}

@media(max-width:430px) {
    .shop-page .product-card {
        display: flex!important;
        flex-direction: column
    }
    .shop-page .product-img {
        min-height: 220px
    }
    .cart-header,
    .shop-page .cart-total,
    .shop-page .checkout-form,
    .cart-assurance {
        padding-left: 18px;
        padding-right: 18px
    }
    .cart-items {
        padding-left: 18px;
        padding-right: 18px
    }
    .checkout-heading {
        align-items: flex-start;
        flex-direction: column
    }
}


/* === Premium Players Page: Team-Based Gallery === */

.premium-team-gallery-section {
    background: radial-gradient(circle at 8% 0%, rgba(255, 210, 41, .16), transparent 34%), linear-gradient(180deg, #f7fbff 0%, #edf5ff 48%, #ffffff 100%)!important;
}

.team-gallery-shell {
    background: rgba(255, 255, 255, .84)!important;
    border: 1px solid var(--line)!important;
    border-radius: 38px!important;
    padding: 24px!important;
    box-shadow: 0 30px 80px rgba(7, 51, 115, .12)!important;
    backdrop-filter: blur(12px)!important;
}

.team-filter-bar {
    display: flex!important;
    gap: 10px!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    padding-bottom: 22px!important;
    border-bottom: 1px solid #e7effb!important;
}

.team-filter {
    display: inline-flex!important;
    align-items: center!important;
    gap: 8px!important;
    border: 0!important;
    border-radius: 999px!important;
    padding: 10px 14px!important;
    background: #eef5ff!important;
    color: #0b4fb3!important;
    font-size: 13px!important;
    font-weight: 650!important;
    transition: .2s ease!important;
}

.team-filter img {
    width: 26px!important;
    height: 26px!important;
    object-fit: contain!important;
    filter: none!important;
}

.team-filter.active,
.team-filter:hover {
    background: var(--yellow)!important;
    color: #062c70!important;
    transform: translateY(-1px)!important;
}

.team-gallery-feature {
    margin: 22px 0!important;
    display: grid!important;
    grid-template-columns: 1fr auto!important;
    gap: 18px!important;
    align-items: center!important;
    background: linear-gradient(135deg, #062c70, #0d6fd2)!important;
    color: #fff!important;
    border-radius: 30px!important;
    padding: 26px!important;
    overflow: hidden!important;
}

.team-gallery-feature .eyebrow {
    background: #ffd229!important;
    color: #062c70!important;
    border: 0!important;
}

.team-gallery-feature h3 {
    color: #fff!important;
    font-size: clamp(28px, 3vw, 42px)!important;
    line-height: 1.03!important;
    margin: 14px 0 8px!important;
}

.team-gallery-feature p {
    color: #d9ecff!important;
    margin: 0!important;
    max-width: 760px!important;
}

.gallery-count {
    min-width: 150px!important;
    min-height: 150px!important;
    border-radius: 50%!important;
    display: grid!important;
    place-items: center!important;
    text-align: center!important;
    background: rgba(255, 255, 255, .12)!important;
    border: 1px solid rgba(255, 255, 255, .18)!important;
}

.gallery-count b {
    display: block!important;
    color: #ffd229!important;
    font-size: 44px!important;
    line-height: 1!important;
}

.gallery-count span {
    display: block!important;
    color: #d9ecff!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    letter-spacing: .08em!important;
}

.premium-player-grid {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 18px!important;
}

.premium-player-card {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 30px!important;
    overflow: hidden!important;
    box-shadow: 0 22px 52px rgba(7, 51, 115, .11)!important;
    transition: transform .22s ease, box-shadow .22s ease!important;
}

.premium-player-card:hover {
    transform: translateY(-5px)!important;
    box-shadow: 0 30px 70px rgba(7, 51, 115, .16)!important;
}

.premium-player-card.is-hidden {
    display: none!important;
}

.premium-player-photo {
    position: relative!important;
    height: 295px!important;
    background: #dfe9f6!important;
    overflow: hidden!important;
}

.premium-player-photo img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    transition: transform .55s ease!important;
}

.premium-player-card:hover .premium-player-photo img {
    transform: scale(1.06)!important;
}

.jersey-chip {
    position: absolute!important;
    right: 16px!important;
    bottom: 16px!important;
    z-index: 4!important;
    background: #ffd229!important;
    color: #062c70!important;
    border-radius: 999px!important;
    padding: 9px 13px!important;
    font-weight: 800!important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18)!important;
}

.premium-player-body {
    padding: 20px!important;
}

.player-team-row {
    display: grid!important;
    grid-template-columns: 34px 1fr!important;
    grid-template-areas: "logo team" "logo moniker"!important;
    column-gap: 10px!important;
    align-items: center!important;
    margin-bottom: 12px!important;
}

.player-team-row img {
    grid-area: logo!important;
    width: 34px!important;
    height: 34px!important;
    object-fit: contain!important;
    filter: none!important;
}

.player-team-row span {
    grid-area: team!important;
    color: #0b4fb3!important;
    font-size: 13px!important;
    font-weight: 700!important;
    line-height: 1.1!important;
}

.player-team-row small {
    grid-area: moniker!important;
    color: #6a7fa5!important;
    font-size: 11px!important;
}

.premium-player-body h3 {
    margin: 0 0 10px!important;
    color: #073273!important;
    font-size: 24px!important;
    line-height: 1.05!important;
}

.position-pill {
    display: inline-flex!important;
    background: #eef5ff!important;
    color: #0b4fb3!important;
    padding: 7px 11px!important;
    border-radius: 999px!important;
    font-size: 12px!important;
    font-weight: 700!important;
    margin-bottom: 12px!important;
}

.premium-player-body p {
    color: #667da6!important;
    margin: 0 0 16px!important;
}

.player-metrics {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 10px!important;
}

.player-metrics span {
    background: #f6faff!important;
    border: 1px solid #e7effb!important;
    border-radius: 16px!important;
    padding: 12px!important;
    color: #667da6!important;
    font-size: 12px!important;
}

.player-metrics b {
    display: block!important;
    color: #073273!important;
    font-size: 20px!important;
}

@media(max-width:1050px) {
    .premium-player-grid {
        grid-template-columns: repeat(2, 1fr)!important
    }
    .team-gallery-feature {
        grid-template-columns: 1fr!important
    }
    .gallery-count {
        border-radius: 24px!important;
        min-height: auto!important;
        min-width: auto!important;
        padding: 18px!important;
        place-items: start!important
    }
}

@media(max-width:680px) {
    .team-gallery-shell {
        padding: 16px!important;
        border-radius: 28px!important
    }
    .premium-player-grid {
        grid-template-columns: 1fr!important
    }
    .premium-player-photo {
        height: 340px!important
    }
    .team-filter {
        width: 100%!important;
        justify-content: center!important
    }
}


/* === FINAL FIX: lightbox close, home banner safe spacing, and social sharing === */

html,
body {
    max-width: 100%!important;
    overflow-x: hidden!important;
}

.wrap {
    width: min(1180px, calc(100vw - 40px))!important;
}

.hero {
    margin: 0!important;
    padding-left: max(20px, env(safe-area-inset-left))!important;
    padding-right: max(20px, env(safe-area-inset-right))!important;
}

.hero-grid {
    width: 100%!important;
    max-width: 1180px!important;
    margin: 0 auto!important;
    padding: 0!important;
}

.hero h1 {
    max-width: 100%!important;
    font-size: clamp(38px, 5.5vw, 72px)!important;
}

.hero p {
    max-width: 680px!important;
}

@media(max-width:720px) {
    .wrap {
        width: calc(100vw - 32px)!important;
    }
    .hero {
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
    .hero-grid {
        padding: 0!important;
    }
    .hero h1 {
        font-size: clamp(34px, 11vw, 52px)!important;
    }
}


/* Stronger lightbox controls */

.image-lightbox {
    position: fixed!important;
    inset: 0!important;
    z-index: 2147483000!important;
    background: rgba(3, 14, 38, .94)!important;
    display: none!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 34px!important;
}

.image-lightbox.active {
    display: flex!important;
}

.image-lightbox img {
    max-width: 92vw!important;
    max-height: 86vh!important;
    object-fit: contain!important;
    border-radius: 24px!important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .55)!important;
}

.lightbox-close {
    position: fixed!important;
    right: 24px!important;
    top: 22px!important;
    z-index: 2147483647!important;
    width: 54px!important;
    height: 54px!important;
    border: 0!important;
    border-radius: 999px!important;
    background: #ffd229!important;
    color: #062c70!important;
    font-size: 32px!important;
    line-height: 1!important;
    font-weight: 900!important;
    display: grid!important;
    place-items: center!important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .35)!important;
    cursor: pointer!important;
    pointer-events: auto!important;
}

.lightbox-caption {
    position: fixed!important;
    left: 50%!important;
    bottom: 24px!important;
    transform: translateX(-50%)!important;
    z-index: 2147483600!important;
    color: #fff!important;
    background: rgba(255, 255, 255, .12)!important;
    border: 1px solid rgba(255, 255, 255, .18)!important;
    border-radius: 999px!important;
    padding: 10px 16px!important;
    backdrop-filter: blur(12px)!important;
    font-size: 13px!important;
}


/* Social sharing system */

.share-row {
    display: flex!important;
    align-items: center!important;
    gap: 8px!important;
    flex-wrap: wrap!important;
    margin-top: 14px!important;
}

.share-label {
    color: #667da6!important;
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: .06em!important;
    text-transform: uppercase!important;
}

.share-btn {
    border: 0!important;
    border-radius: 999px!important;
    min-height: 34px!important;
    padding: 8px 11px!important;
    background: #eef5ff!important;
    color: #0b4fb3!important;
    font-size: 12px!important;
    font-weight: 700!important;
    cursor: pointer!important;
    transition: .18s ease!important;
}

.share-btn:hover {
    transform: translateY(-1px)!important;
    background: #ffd229!important;
    color: #062c70!important;
}

.share-floating {
    position: absolute!important;
    right: 14px!important;
    top: 14px!important;
    z-index: 6!important;
    display: flex!important;
    gap: 7px!important;
}

.share-floating .share-btn {
    background: rgba(255, 255, 255, .92)!important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18)!important;
}

.match-card,
.product-card,
.premium-player-card,
.highlight-card,
.story-card,
.player-card,
.face-card,
.ticket-panel {
    position: relative!important;
}

.share-toast {
    position: fixed!important;
    left: 50%!important;
    bottom: 26px!important;
    transform: translateX(-50%) translateY(20px)!important;
    z-index: 2147482500!important;
    background: #062c70!important;
    color: #fff!important;
    border-radius: 999px!important;
    padding: 12px 18px!important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .25)!important;
    opacity: 0!important;
    pointer-events: none!important;
    transition: .25s ease!important;
}

.share-toast.active {
    opacity: 1!important;
    transform: translateX(-50%) translateY(0)!important;
}


/* === CLEAN IMAGE ACTIONS + WORKING EXPAND + PREMIUM REWARDS + HIGH-IMPACT HOME === */

.share-floating {
    left: auto!important;
    right: 16px!important;
    top: 16px!important;
    display: flex!important;
    gap: 0!important;
}

.share-floating .share-btn {
    display: none!important;
}

.share-floating .share-btn:first-child {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: auto!important;
    min-width: 44px!important;
    height: 44px!important;
    padding: 0 14px!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .92)!important;
    color: #062c70!important;
    font-size: 0!important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18)!important;
}

.share-floating .share-btn:first-child::after {
    content: "Share"!important;
    font-size: 13px!important;
    font-weight: 800!important;
}

.image-expand-btn {
    left: 16px!important;
    top: 16px!important;
    min-height: 44px!important;
    padding: 0 18px!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .94)!important;
    color: #062c70!important;
    font-size: 13px!important;
    font-weight: 800!important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18)!important;
}

.highlight-card .image-expand-btn,
.premium-player-card .image-expand-btn,
.player-card .image-expand-btn,
.face-card .image-expand-btn {
    max-width: 110px!important;
}

.highlight-card h3 {
    left: 22px!important;
    right: 22px!important;
    bottom: 24px!important;
    max-width: 82%!important;
    font-size: clamp(20px, 2vw, 30px)!important;
    line-height: 1.14!important;
}

.highlight-card::after {
    background: linear-gradient(180deg, rgba(4, 24, 63, .10) 0%, rgba(4, 24, 63, .15) 38%, rgba(4, 24, 63, .82) 100%)!important;
}

.highlight-grid {
    gap: 28px!important;
}

.highlight-card {
    border-radius: 34px!important;
}


/* Ensure lightbox always works above every element */

.image-lightbox {
    display: none!important;
    position: fixed!important;
    inset: 0!important;
    z-index: 2147483600!important;
    background: rgba(2, 10, 30, .94)!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 32px!important;
}

.image-lightbox.active {
    display: flex!important
}

.lightbox-close {
    position: fixed!important;
    top: 20px!important;
    right: 22px!important;
    z-index: 2147483647!important;
    width: 58px!important;
    height: 58px!important;
    border: 0!important;
    border-radius: 999px!important;
    background: #ffd229!important;
    color: #062c70!important;
    font-size: 34px!important;
    font-weight: 900!important;
    cursor: pointer!important;
    display: grid!important;
    place-items: center!important;
    pointer-events: auto!important;
}

.image-lightbox img {
    max-width: 92vw!important;
    max-height: 86vh!important;
    object-fit: contain!important;
    border-radius: 22px!important;
}


/* Home: make it more high-impact and remove repetitive content blocks visually */

#page-home .home-about-merged,
#page-home .home-match-arena+.section,
#page-home .section:has(.feature-panel[style*="linear-gradient"]) {
    display: none!important;
}

#page-home .hero {
    min-height: 760px!important;
    background: linear-gradient(90deg, rgba(3, 18, 52, .95), rgba(11, 79, 179, .68)), url('../prototype/asset-001-6abf6def5ff6.webp') center/cover no-repeat!important;
}

#page-home .hero h1 {
    max-width: 900px!important;
}

#page-home .landing-strip {
    grid-template-columns: 1fr!important;
}

#page-home .landing-strip .feature-image {
    display: none!important;
}

#page-home .feature-panel {
    background: linear-gradient(135deg, #ffffff, #f2f7ff)!important;
    border-radius: 38px!important;
    padding: clamp(28px, 4vw, 52px)!important;
}

#page-home .cap-grid {
    grid-template-columns: repeat(4, 1fr)!important;
}

#page-home .cap-card {
    border-radius: 24px!important;
}


/* Rewards: premium raffle command page */

#page-rewards .page-hero {
    background: radial-gradient(circle at 10% 12%, rgba(255, 210, 41, .26), transparent 30%), radial-gradient(circle at 88% 8%, rgba(17, 168, 245, .20), transparent 32%), linear-gradient(135deg, #061f52, #0b4fb3)!important;
    color: #fff!important;
}

#page-rewards .page-hero h1,
#page-rewards .page-hero p {
    color: #fff!important;
}

#page-rewards .page-hero .eyebrow {
    background: #ffd229!important;
    color: #062c70!important;
}

.reward-hero {
    grid-template-columns: 1.05fr .95fr!important;
}

.raffle-panel {
    background: radial-gradient(circle at 15% 10%, rgba(255, 210, 41, .20), transparent 28%), linear-gradient(135deg, #041846, #0b4fb3 72%)!important;
    border: 1px solid rgba(255, 255, 255, .16)!important;
    border-radius: 42px!important;
    padding: clamp(30px, 5vw, 58px)!important;
    box-shadow: 0 34px 90px rgba(5, 35, 86, .28)!important;
}

.raffle-panel h2 {
    font-size: clamp(36px, 5vw, 68px)!important;
    line-height: 1.02!important;
}

.raffle-machine {
    border-radius: 42px!important;
    padding: 34px!important;
    background: linear-gradient(180deg, #ffffff, #f6faff)!important;
    box-shadow: 0 34px 90px rgba(5, 35, 86, .14)!important;
}

.draw-box {
    min-height: 220px!important;
    border-radius: 34px!important;
    border: 1px solid rgba(11, 79, 179, .12)!important;
    background: radial-gradient(circle at 50% 20%, rgba(255, 210, 41, .28), transparent 34%), linear-gradient(135deg, #eef6ff, #ffffff)!important;
}

.draw-number {
    font-size: clamp(46px, 5vw, 76px)!important;
    letter-spacing: -.04em!important;
}

.reward-grid {
    grid-template-columns: repeat(4, 1fr)!important;
}

.reward-card {
    border-radius: 34px!important;
    padding: 28px!important;
    background: linear-gradient(180deg, #ffffff, #f7fbff)!important;
}

.reward-card h3 {
    color: #073273!important;
    font-size: 22px!important;
}

.reward-icon {
    border-radius: 22px!important;
    width: 68px!important;
    height: 68px!important;
    font-size: 30px!important;
}


/* Footer social icons */

.footer-socials {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 12px!important;
    flex-wrap: wrap!important;
}

.footer-socials a {
    width: 44px!important;
    height: 44px!important;
    display: grid!important;
    place-items: center!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .10)!important;
    border: 1px solid rgba(255, 255, 255, .15)!important;
    color: #fff!important;
    font-weight: 900!important;
    transition: .2s ease!important;
}

.footer-socials a:hover {
    background: #ffd229!important;
    color: #062c70!important;
    transform: translateY(-2px)!important;
}

@media(max-width:1050px) {
    #page-home .cap-grid,
    .reward-grid {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .reward-hero {
        grid-template-columns: 1fr!important
    }
}

@media(max-width:680px) {
    #page-home .cap-grid,
    .reward-grid {
        grid-template-columns: 1fr!important;
    }
    .highlight-grid {
        gap: 18px!important
    }
    .share-floating .share-btn:first-child::after {
        content: "↗"!important
    }
}


/* === Requested refinements: magnifier, event overview, footer socials, reward icons === */

.image-expand-btn {
    width: 48px!important;
    min-width: 48px!important;
    height: 48px!important;
    padding: 0!important;
    display: grid!important;
    place-items: center!important;
    font-size: 0!important;
    border-radius: 999px!important;
}

.image-expand-btn::before {
    content: "🔍"!important;
    font-size: 22px!important;
    line-height: 1!important;
}

.event-highlight-overview {
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%)!important;
}

.event-overview-grid {
    display: grid!important;
    grid-template-columns: 1.08fr .92fr!important;
    gap: 22px!important;
    align-items: stretch!important;
}

.event-overview-main {
    background: radial-gradient(circle at 12% 10%, rgba(255, 210, 41, .24), transparent 28%), linear-gradient(135deg, #062c70, #0b4fb3)!important;
    color: #fff!important;
    border-radius: 42px!important;
    padding: clamp(30px, 5vw, 56px)!important;
    box-shadow: 0 34px 90px rgba(5, 35, 86, .18)!important;
}

.event-overview-main .eyebrow {
    background: #ffd229!important;
    color: #062c70!important;
    border: 0!important;
}

.event-overview-main h3 {
    color: #fff!important;
    font-size: clamp(34px, 4.5vw, 62px)!important;
    line-height: 1.02!important;
    margin: 18px 0 14px!important;
}

.event-overview-main p {
    color: #d9ecff!important;
    max-width: 780px!important;
}

.event-overview-stats {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr)!important;
    gap: 12px!important;
    margin-top: 28px!important;
}

.event-overview-stats div {
    background: rgba(255, 255, 255, .11)!important;
    border: 1px solid rgba(255, 255, 255, .16)!important;
    border-radius: 22px!important;
    padding: 18px!important;
}

.event-overview-stats b {
    display: block!important;
    color: #ffd229!important;
    font-size: 30px!important;
}

.event-overview-stats span {
    color: #d9ecff!important;
    font-size: 12px!important;
}

.event-overview-side {
    display: grid!important;
    gap: 16px!important;
}

.event-overview-side article {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 30px!important;
    padding: 26px!important;
    box-shadow: 0 22px 52px rgba(7, 51, 115, .09)!important;
}

.event-overview-side b {
    display: inline-grid!important;
    place-items: center!important;
    width: 44px!important;
    height: 44px!important;
    border-radius: 999px!important;
    background: #ffd229!important;
    color: #062c70!important;
    margin-bottom: 14px!important;
}

.event-overview-side h4 {
    margin: 0 0 8px!important;
    color: #073273!important;
    font-size: 22px!important;
}

.footer-socials {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 14px!important;
    flex-wrap: wrap!important;
    margin: 4px 0!important;
}

.footer-socials a {
    width: 48px!important;
    height: 48px!important;
    display: grid!important;
    place-items: center!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .12)!important;
    border: 1px solid rgba(255, 255, 255, .18)!important;
    color: #fff!important;
    text-decoration: none!important;
    transition: .2s ease!important;
    font-size: 20px!important;
    font-weight: 900!important;
}

.footer-socials a span {
    display: block!important;
    color: inherit!important;
    line-height: 1!important;
}

.footer-socials a:hover {
    background: #ffd229!important;
    color: #062c70!important;
    transform: translateY(-2px)!important;
}

.reward-icon {
    position: relative!important;
    isolation: isolate!important;
    background: linear-gradient(135deg, #062c70, #0d6fd2)!important;
    box-shadow: 0 18px 34px rgba(11, 79, 179, .22)!important;
    color: #fff!important;
}

.reward-icon::after {
    content: ""!important;
    position: absolute!important;
    inset: -8px!important;
    border-radius: 28px!important;
    background: rgba(255, 210, 41, .14)!important;
    z-index: -1!important;
}

.rewards-command-section {
    background: linear-gradient(180deg, #ffffff, #f4f8ff)!important;
}

.rewards-command-grid {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 18px!important;
}

.rewards-command-grid article {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 34px!important;
    padding: 30px!important;
    box-shadow: 0 24px 56px rgba(7, 51, 115, .10)!important;
}

.command-icon {
    width: 58px!important;
    height: 58px!important;
    border-radius: 20px!important;
    display: grid!important;
    place-items: center!important;
    background: #ffd229!important;
    color: #062c70!important;
    font-weight: 900!important;
    margin-bottom: 18px!important;
}

.rewards-command-grid h3 {
    color: #073273!important;
    font-size: 28px!important;
    margin: 0 0 10px!important;
}

.rewards-command-grid p {
    color: #667da6!important;
    margin: 0!important;
}

@media(max-width:1050px) {
    .event-overview-grid {
        grid-template-columns: 1fr!important
    }
    .event-overview-stats {
        grid-template-columns: repeat(2, 1fr)!important
    }
    .rewards-command-grid {
        grid-template-columns: 1fr!important
    }
}

@media(max-width:680px) {
    .event-overview-stats {
        grid-template-columns: 1fr!important
    }
    .footer-socials a {
        width: 44px!important;
        height: 44px!important
    }
}


/* === FINAL STABLE PATCH === */

.image-expand-btn {
    width: 48px!important;
    min-width: 48px!important;
    height: 48px!important;
    padding: 0!important;
    display: grid!important;
    place-items: center!important;
    font-size: 0!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .94)!important;
    color: #062c70!important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .20)!important;
    z-index: 30!important;
}

.image-expand-btn::before {
    content: "🔍"!important;
    font-size: 22px!important;
}

.image-lightbox {
    position: fixed!important;
    inset: 0!important;
    z-index: 2147483640!important;
    display: none!important;
    align-items: center!important;
    justify-content: center!important;
    background: rgba(2, 10, 30, .94)!important;
    padding: 28px!important;
}

.image-lightbox.active {
    display: flex!important;
}

.image-lightbox img {
    max-width: 92vw!important;
    max-height: 86vh!important;
    object-fit: contain!important;
    border-radius: 22px!important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .55)!important;
}

.lightbox-close {
    position: fixed!important;
    top: 18px!important;
    right: 20px!important;
    z-index: 2147483647!important;
    width: 58px!important;
    height: 58px!important;
    border: 0!important;
    border-radius: 999px!important;
    background: #ffd229!important;
    color: #062c70!important;
    font-size: 36px!important;
    line-height: 1!important;
    font-weight: 900!important;
    cursor: pointer!important;
    display: grid!important;
    place-items: center!important;
    pointer-events: auto!important;
}

.final-footer-socials {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 14px!important;
    flex-wrap: wrap!important;
    margin: 10px 0 4px!important;
    visibility: visible!important;
    opacity: 1!important;
}

.final-footer-socials a {
    width: 50px!important;
    height: 50px!important;
    display: grid!important;
    place-items: center!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .14)!important;
    border: 1px solid rgba(255, 255, 255, .22)!important;
    color: #fff!important;
    text-decoration: none!important;
    transition: .2s ease!important;
}

.final-footer-socials a:hover {
    background: #ffd229!important;
    color: #062c70!important;
    transform: translateY(-2px)!important;
}

.final-footer-socials svg {
    width: 22px!important;
    height: 22px!important;
    display: block!important;
    fill: currentColor!important;
}

.reward-card {
    position: relative!important;
    overflow: hidden!important;
}

.reward-card::before {
    content: ""!important;
    position: absolute!important;
    inset: 0 auto 0 0!important;
    width: 5px!important;
    background: linear-gradient(180deg, #ffd229, #11a8f5)!important;
}

.reward-icon {
    width: 74px!important;
    height: 74px!important;
    border-radius: 24px!important;
    background: linear-gradient(135deg, #061f52, #0d6fd2)!important;
    box-shadow: 0 20px 40px rgba(11, 79, 179, .24)!important;
    font-size: 32px!important;
}

.reward-card h3 {
    font-size: 24px!important;
    color: #073273!important;
}


/* === FINAL NAVIGATION RESCUE === */

.page {
    display: none!important
}

.page.active {
    display: block!important
}

.menu a.active,
.footer-nav-luxe a.active {
    background: #ffd229!important;
    color: #062c70!important;
}


/* === Elegant magnifier + restored compact share button === */

.image-expand-btn {
    width: 46px!important;
    min-width: 46px!important;
    height: 46px!important;
    padding: 0!important;
    border: 1px solid rgba(255, 255, 255, .72)!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .86)!important;
    color: #073273!important;
    display: grid!important;
    place-items: center!important;
    box-shadow: 0 14px 34px rgba(3, 24, 68, .22)!important;
    backdrop-filter: blur(14px)!important;
    -webkit-backdrop-filter: blur(14px)!important;
    font-size: 0!important;
}

.image-expand-btn::before {
    content: ""!important;
    width: 18px!important;
    height: 18px!important;
    border: 2px solid currentColor!important;
    border-radius: 50%!important;
    display: block!important;
    transform: translate(-2px, -2px)!important;
}

.image-expand-btn::after {
    content: ""!important;
    position: absolute!important;
    width: 10px!important;
    height: 2px!important;
    background: currentColor!important;
    border-radius: 999px!important;
    transform: translate(8px, 9px) rotate(45deg)!important;
}

.image-expand-btn:hover {
    background: #ffd229!important;
    color: #062c70!important;
    transform: translateY(-2px) scale(1.03)!important;
}


/* Keep image actions clean: magnifier left, share right */

.image-action-share {
    position: absolute!important;
    right: 16px!important;
    top: 16px!important;
    z-index: 31!important;
    min-width: 78px!important;
    height: 46px!important;
    padding: 0 16px!important;
    border: 1px solid rgba(255, 255, 255, .72)!important;
    border-radius: 999px!important;
    background: rgba(255, 255, 255, .86)!important;
    color: #073273!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 8px!important;
    font-size: 13px!important;
    font-weight: 800!important;
    box-shadow: 0 14px 34px rgba(3, 24, 68, .22)!important;
    backdrop-filter: blur(14px)!important;
    -webkit-backdrop-filter: blur(14px)!important;
}

.image-action-share::before {
    content: "↗"!important;
    font-size: 17px!important;
    line-height: 1!important;
}

.image-action-share:hover {
    background: #ffd229!important;
    color: #062c70!important;
    transform: translateY(-2px)!important;
}

.share-row {
    display: flex!important;
}

.share-floating {
    display: none!important;
}

@media(max-width:680px) {
    .image-action-share {
        min-width: 46px!important;
        width: 46px!important;
        padding: 0!important;
        font-size: 0!important;
    }
    .image-action-share::before {
        font-size: 18px!important;
    }
}


/* === Premium standings, fun tickets, no-pill image actions, reward merch pricing === */

.image-expand-btn,
.image-action-share {
    background: transparent!important;
    border: 0!important;
    box-shadow: none!important;
    backdrop-filter: none!important;
    -webkit-backdrop-filter: none!important;
    color: #fff!important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .55)!important;
}

.image-expand-btn {
    width: 38px!important;
    min-width: 38px!important;
    height: 38px!important;
}

.image-expand-btn::before {
    border-width: 2px!important;
}

.image-expand-btn::after {
    height: 2px!important;
}

.image-action-share {
    min-width: auto!important;
    width: auto!important;
    height: 38px!important;
    padding: 0!important;
    font-size: 0!important;
}

.image-action-share::before {
    content: "↗"!important;
    font-size: 26px!important;
    font-weight: 900!important;
}

.image-expand-btn:hover,
.image-action-share:hover {
    color: #ffd229!important;
    background: transparent!important;
    transform: scale(1.08)!important;
}

.premium-standings-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%)!important;
}

.standings-command {
    display: grid!important;
    grid-template-columns: .85fr 1.45fr!important;
    gap: 22px!important;
    align-items: stretch!important;
}

.standings-leaderboard {
    background: radial-gradient(circle at 15% 12%, rgba(255, 210, 41, .26), transparent 32%), linear-gradient(135deg, #062c70, #0b4fb3)!important;
    color: #fff!important;
    border-radius: 38px!important;
    padding: 34px!important;
    box-shadow: 0 34px 90px rgba(5, 35, 86, .18)!important;
    display: grid!important;
    align-content: center!important;
}

.leader-rank {
    width: 92px!important;
    height: 92px!important;
    border-radius: 28px!important;
    background: #ffd229!important;
    color: #062c70!important;
    display: grid!important;
    place-items: center!important;
    font-size: 34px!important;
    font-weight: 900!important;
    margin-bottom: 24px!important;
}

.standings-leaderboard .eyebrow {
    background: rgba(255, 255, 255, .14)!important;
    color: #ffe370!important;
    border-color: rgba(255, 255, 255, .24)!important;
}

.standings-leaderboard h3 {
    color: #fff!important;
    font-size: clamp(28px, 3vw, 44px)!important;
    line-height: 1.04!important;
    margin: 14px 0!important;
}

.standings-leaderboard p {
    color: #d9ecff!important;
}

.premium-table-wrap {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 38px!important;
    overflow: hidden!important;
    box-shadow: 0 26px 70px rgba(7, 51, 115, .12)!important;
}

.premium-standings-table th {
    background: #f5f9ff!important;
    color: #0a3f91!important;
    padding: 18px!important;
}

.premium-standings-table td {
    padding: 16px 18px!important;
    vertical-align: middle!important;
}

.rank-badge {
    width: 38px!important;
    height: 38px!important;
    display: grid!important;
    place-items: center!important;
    border-radius: 14px!important;
    background: #eef5ff!important;
    color: #0b4fb3!important;
    font-weight: 900!important;
}

.premium-club img {
    width: 42px!important;
    height: 42px!important;
    object-fit: contain!important;
}

.premium-club strong {
    color: #073273!important;
    font-size: 15px!important;
}

.form-meter {
    height: 8px!important;
    width: 120px!important;
    max-width: 100%!important;
    background: #edf4ff!important;
    border-radius: 999px!important;
    overflow: hidden!important;
    margin-bottom: 5px!important;
}

.form-meter span {
    display: block!important;
    height: 100%!important;
    background: linear-gradient(90deg, #ffd229, #11a8f5)!important;
    border-radius: 999px!important;
}

.status-pill {
    display: inline-flex!important;
    padding: 8px 11px!important;
    border-radius: 999px!important;
    font-size: 12px!important;
    font-weight: 800!important;
}

.status-pill.gold {
    background: #fff6c7!important;
    color: #7a5a00!important
}

.status-pill.blue {
    background: #eaf4ff!important;
    color: #0b4fb3!important
}

.fun-ticket-section {
    background: linear-gradient(180deg, #f4f8ff, #ffffff)!important;
}

.ticket-experience-grid {
    display: grid!important;
    grid-template-columns: 1.15fr .85fr!important;
    gap: 22px!important;
}

.ticket-stage {
    min-height: 430px!important;
    border-radius: 42px!important;
    padding: 34px!important;
    color: #fff!important;
    background: radial-gradient(circle at 12% 8%, rgba(255, 210, 41, .24), transparent 32%), linear-gradient(135deg, rgba(6, 31, 82, .95), rgba(11, 79, 179, .86))!important;
    box-shadow: 0 34px 90px rgba(5, 35, 86, .18)!important;
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 24px!important;
    align-items: center!important;
}

.ticket-stage h3 {
    color: #fff!important;
    font-size: clamp(34px, 4vw, 58px)!important;
    line-height: 1.02!important;
    margin: 14px 0!important;
}

.ticket-stage p {
    color: #d9ecff!important;
}

.seat-map {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 14px!important;
}

.seat-map button {
    min-height: 118px!important;
    border: 1px solid rgba(255, 255, 255, .22)!important;
    border-radius: 28px!important;
    background: rgba(255, 255, 255, .12)!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 800!important;
    transition: .2s ease!important;
}

.seat-map button b {
    color: #ffd229!important;
    font-size: 22px!important
}

.seat-map button:hover,
.seat-map button.active {
    background: #ffd229!important;
    color: #062c70!important;
    transform: translateY(-3px)!important;
}

.seat-map button:hover b,
.seat-map button.active b {
    color: #062c70!important
}

.ticket-fan-panel {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 42px!important;
    padding: 30px!important;
    box-shadow: 0 26px 70px rgba(7, 51, 115, .12)!important;
}

.ticket-fan-panel h3 {
    color: #073273!important;
    font-size: 32px!important;
    margin: 0 0 10px!important;
}

.ticket-perks {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 10px!important;
    margin: 20px 0!important;
}

.ticket-perks span {
    background: #f5f9ff!important;
    border: 1px solid var(--line)!important;
    border-radius: 18px!important;
    padding: 12px!important;
    color: #0b4fb3!important;
    font-size: 13px!important;
    font-weight: 700!important;
}

.reward-merch-section {
    background: linear-gradient(180deg, #ffffff, #f4f8ff)!important;
}

.reward-merch-grid {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr)!important;
    gap: 18px!important;
}

.reward-merch-card {
    background: #fff!important;
    border: 1px solid var(--line)!important;
    border-radius: 34px!important;
    overflow: hidden!important;
    box-shadow: 0 26px 70px rgba(7, 51, 115, .11)!important;
}

.reward-merch-img {
    height: 240px!important;
    display: grid!important;
    place-items: center!important;
    background: linear-gradient(180deg, #f8fbff, #eef5ff)!important;
    padding: 18px!important;
}

.reward-merch-img img {
    max-height: 220px!important;
    object-fit: contain!important;
    filter: none!important;
}

.reward-merch-copy {
    padding: 20px!important;
}

.reward-merch-copy h3 {
    color: #073273!important;
    margin: 0 0 8px!important;
    font-size: 20px!important;
}

.reward-merch-copy p {
    color: #667da6!important;
    min-height: 42px!important;
}

.reward-price-row {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 10px!important;
    margin-top: 14px!important;
}

.reward-price-row b {
    color: #0b4fb3!important;
    font-size: 20px!important;
}

@media(max-width:1100px) {
    .standings-command,
    .ticket-experience-grid,
    .ticket-stage {
        grid-template-columns: 1fr!important
    }
    .reward-merch-grid {
        grid-template-columns: repeat(2, 1fr)!important
    }
}

@media(max-width:680px) {
    .seat-map,
    .ticket-perks,
    .reward-merch-grid {
        grid-template-columns: 1fr!important
    }
    .premium-table-wrap {
        overflow-x: auto!important
    }
}


/* === GUARANTEED REWARDS MERCHANDISE PRICE GALLERY === */

.reward-merch-section {
    display: block!important;
    background: linear-gradient(180deg, #ffffff, #f4f8ff)!important;
    padding: 76px 0!important;
}

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

.reward-merch-card {
    display: flex!important;
    flex-direction: column!important;
    background: #fff!important;
    border: 1px solid var(--line, rgba(10, 67, 150, .13))!important;
    border-radius: 34px!important;
    overflow: hidden!important;
    box-shadow: 0 26px 70px rgba(7, 51, 115, .11)!important;
}

.reward-merch-img {
    height: 250px!important;
    display: grid!important;
    place-items: center!important;
    background: linear-gradient(180deg, #f8fbff, #eef5ff)!important;
    padding: 18px!important;
}

.reward-merch-img img {
    max-height: 225px!important;
    max-width: 100%!important;
    object-fit: contain!important;
    filter: none!important;
}

.reward-merch-copy {
    padding: 20px!important;
}

.reward-merch-copy h3 {
    color: #073273!important;
    margin: 0 0 8px!important;
    font-size: 20px!important;
    line-height: 1.1!important;
}

.reward-merch-copy p {
    color: #667da6!important;
    min-height: 42px!important;
    margin: 0 0 14px!important;
}

.reward-price-row {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 10px!important;
}

.reward-price-row b {
    color: #0b4fb3!important;
    font-size: 21px!important;
}

@media(max-width:1100px) {
    .reward-merch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important
    }
}

@media(max-width:680px) {
    .reward-merch-grid {
        grid-template-columns: 1fr!important
    }
}


/* === Video icon on bottom-right of visual content cards === */

.video-corner-icon {
    position: absolute!important;
    right: 18px!important;
    bottom: 18px!important;
    z-index: 8!important;
    width: 52px!important;
    height: 52px!important;
    border-radius: 50%!important;
    display: grid!important;
    place-items: center!important;
    background: #ffd229!important;
    color: #062c70!important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24)!important;
    pointer-events: none!important;
}

.video-corner-icon svg {
    width: 23px!important;
    height: 23px!important;
    fill: currentColor!important;
    margin-left: 2px!important;
}

.highlight-card h3,
.story-card h3 {
    padding-right: 60px!important;
}

@media(max-width:680px) {
    .video-corner-icon {
        width: 46px!important;
        height: 46px!important;
        right: 14px!important;
        bottom: 14px!important;
    }
}


/* === FINAL CLEANUP: remove duplicate video button, smaller action icons === */

.video-corner-icon {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    pointer-events: none!important;
}

.play-btn {
    width: 44px!important;
    height: 44px!important;
    right: 18px!important;
    bottom: 18px!important;
    top: auto!important;
    border-radius: 50%!important;
    background: #ffd229!important;
    color: #062c70!important;
    font-size: 18px!important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22)!important;
}

.highlight-card .play-btn {
    position: absolute!important;
    z-index: 9!important;
}

.image-expand-btn {
    width: 32px!important;
    min-width: 32px!important;
    height: 32px!important;
    left: 16px!important;
    top: 16px!important;
    background: transparent!important;
    border: 0!important;
    box-shadow: none!important;
    color: #fff!important;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .55)!important;
}

.image-expand-btn::before {
    width: 15px!important;
    height: 15px!important;
    border-width: 2px!important;
}

.image-expand-btn::after {
    width: 8px!important;
    height: 2px!important;
    transform: translate(7px, 8px) rotate(45deg)!important;
}

.image-action-share {
    right: 18px!important;
    top: 18px!important;
    width: 32px!important;
    min-width: 32px!important;
    height: 32px!important;
    background: transparent!important;
    border: 0!important;
    box-shadow: none!important;
    color: #fff!important;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .55)!important;
    padding: 0!important;
}

.image-action-share::before {
    font-size: 20px!important;
}

.share-floating {
    display: none!important;
}

.highlight-card h3 {
    padding-right: 72px!important;
}

@media(max-width:680px) {
    .play-btn {
        width: 40px!important;
        height: 40px!important;
        right: 14px!important;
        bottom: 14px!important;
    }
    .image-expand-btn,
    .image-action-share {
        width: 30px!important;
        min-width: 30px!important;
        height: 30px!important;
    }
}


/* === FINAL POLISHED RESPONSIVE + HAMBURGER MENU PATCH === */

:root {
    --mobile-nav-w: min(86vw, 360px);
}

.mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-left: auto;
    z-index: 1003;
}

.mobile-menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
    display: none;
}

body.mobile-menu-open {
    overflow: hidden!important;
}


/* make desktop safer */

.nav-main {
    flex-wrap: nowrap!important;
}

.menu {
    min-width: 0!important;
}

.menu a {
    line-height: 1.05!important;
}


/* responsive global corrections */

img {
    max-width: 100%!important;
}

.page,
.section,
.page-hero,
.hero {
    max-width: 100vw!important;
    overflow-x: hidden!important;
}

.wrap {
    width: min(1180px, calc(100vw - 40px))!important;
}


/* prevent cards/text from cutting off */

.hero h1,
.page-hero h1,
.section-head h2,
.feature-panel h3,
.ticket-stage h3,
.event-overview-main h3,
.raffle-panel h2,
.team-gallery-feature h3 {
    overflow-wrap: break-word!important;
    word-break: normal!important;
}

.highlight-card h3,
.story-card h3 {
    max-width: calc(100% - 70px)!important;
}


/* Tablet */

@media(max-width:1100px) {
    .nav {
        z-index: 1002!important;
    }
    .nav-main {
        min-height: 76px!important;
        justify-content: space-between!important;
    }
    .brand {
        min-width: 0!important;
    }
    .brand img {
        width: 72px!important;
        height: 72px!important;
    }
    .brand b {
        font-size: 24px!important;
    }
    .brand small {
        font-size: 10px!important;
    }
    .mobile-menu-toggle {
        display: flex!important;
    }
    .mobile-nav-overlay {
        position: fixed;
        inset: 0;
        z-index: 998;
        background: rgba(2, 10, 30, .56);
        backdrop-filter: blur(4px);
    }
    .mobile-nav-overlay.active {
        display: block;
    }
    .menu {
        position: fixed!important;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        width: var(--mobile-nav-w)!important;
        max-width: 360px!important;
        z-index: 999!important;
        margin-left: 0!important;
        padding: 98px 20px 24px!important;
        display: flex!important;
        flex-direction: column!important;
        align-items: stretch!important;
        justify-content: flex-start!important;
        gap: 10px!important;
        background: radial-gradient(circle at 20% 0%, rgba(255, 210, 41, .18), transparent 26%), linear-gradient(180deg, #061f52, #0b4fb3)!important;
        box-shadow: -24px 0 60px rgba(0, 0, 0, .30)!important;
        transform: translateX(105%)!important;
        transition: transform .28s ease!important;
        overflow-y: auto!important;
    }
    .menu.open {
        transform: translateX(0)!important;
    }
    .menu a {
        width: 100%!important;
        min-height: 46px!important;
        display: flex!important;
        align-items: center!important;
        justify-content: space-between!important;
        padding: 13px 16px!important;
        border-radius: 16px!important;
        background: rgba(255, 255, 255, .10)!important;
        color: #fff!important;
        font-size: 15px!important;
        border: 1px solid rgba(255, 255, 255, .10)!important;
    }
    .menu a::after {
        content: "›";
        font-size: 22px;
        line-height: 1;
        color: #ffd229;
    }
    .menu a.active,
    .menu a:hover {
        background: #ffd229!important;
        color: #062c70!important;
    }
    .menu a.active::after,
    .menu a:hover::after {
        color: #062c70!important;
    }
    .hero {
        min-height: auto!important;
        padding: 70px 0 96px!important;
    }
    .hero-grid,
    .landing-strip,
    .event-overview-grid,
    .ticket-experience-grid,
    .ticket-stage,
    .standings-command,
    .reward-hero,
    .shop-layout,
    .registration-layout,
    .footer-top {
        grid-template-columns: 1fr!important;
    }
    .hero-logo {
        max-width: 260px!important;
        margin-top: 10px!important;
    }
    .section-head {
        align-items: flex-start!important;
        flex-direction: column!important;
    }
    .premium-grid,
    .info-grid,
    .team-grid,
    .match-grid,
    .player-grid,
    .reward-grid,
    .product-grid,
    .story-grid,
    .premium-player-grid,
    .face-gallery,
    .reward-merch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
    .highlight-grid {
        grid-template-columns: 1fr!important;
        grid-auto-rows: 300px!important;
    }
    .highlight-card:first-child {
        grid-row: auto!important;
    }
    .premium-table-wrap,
    .table-wrap {
        overflow-x: auto!important;
        -webkit-overflow-scrolling: touch!important;
    }
    table {
        min-width: 760px!important;
    }
}


/* Mobile */

@media(max-width:720px) {
    .wrap {
        width: calc(100vw - 28px)!important;
    }
    .topline {
        height: auto!important;
        min-height: 30px!important;
        padding: 7px 14px!important;
        text-align: center!important;
        line-height: 1.3!important;
    }
    .nav-main {
        min-height: 72px!important;
        padding: 8px 0!important;
        gap: 10px!important;
    }
    .brand {
        gap: 10px!important;
        max-width: calc(100vw - 92px)!important;
    }
    .brand img {
        width: 58px!important;
        height: 58px!important;
    }
    .brand b {
        font-size: 20px!important;
    }
    .brand small {
        display: none!important;
    }
    .mobile-menu-toggle {
        width: 44px!important;
        height: 44px!important;
        border-radius: 13px!important;
    }
    .menu {
        width: 88vw!important;
        padding-top: 88px!important;
    }
    .hero {
        padding: 54px 0 82px!important;
    }
    .hero h1 {
        font-size: clamp(36px, 12vw, 54px)!important;
        line-height: 1.0!important;
        letter-spacing: -.045em!important;
    }
    .hero p,
    .page-hero p {
        font-size: 15px!important;
    }
    .actions {
        width: 100%!important;
    }
    .actions .btn,
    .btn {
        width: 100%!important;
        justify-content: center!important;
        text-align: center!important;
    }
    .home-stats,
    .cap-grid,
    .event-overview-stats,
    .info-grid,
    .team-grid,
    .match-grid,
    .player-grid,
    .reward-grid,
    .product-grid,
    .story-grid,
    .premium-player-grid,
    .face-gallery,
    .reward-merch-grid,
    .rewards-command-grid,
    .footer-links-mega {
        grid-template-columns: 1fr!important;
    }
    .page-hero {
        padding: 54px 0 34px!important;
    }
    .page-hero h1,
    .section-head h2 {
        font-size: clamp(30px, 9vw, 44px)!important;
        line-height: 1.04!important;
    }
    .feature-panel,
    .event-overview-main,
    .ticket-stage,
    .ticket-fan-panel,
    .raffle-panel,
    .raffle-machine,
    .team-gallery-shell,
    .registration-form,
    .registration-summary,
    .cart-panel,
    .standings-leaderboard,
    .premium-table-wrap {
        border-radius: 24px!important;
        padding: 20px!important;
    }
    .match-card,
    .team-card,
    .reward-card,
    .product-card,
    .premium-player-card,
    .story-card {
        border-radius: 24px!important;
    }
    .story-card,
    .product-card {
        grid-template-columns: 1fr!important;
    }
    .highlight-grid {
        grid-auto-rows: 260px!important;
        gap: 18px!important;
    }
    .highlight-card h3 {
        font-size: 22px!important;
        line-height: 1.15!important;
        max-width: calc(100% - 52px)!important;
    }
    .image-expand-btn,
    .image-action-share {
        top: 12px!important;
    }
    .image-expand-btn {
        left: 12px!important;
    }
    .image-action-share {
        right: 12px!important;
    }
    .play-btn {
        right: 12px!important;
        bottom: 12px!important;
    }
    .seat-map,
    .ticket-perks,
    .form-grid,
    .footer-subscribe {
        grid-template-columns: 1fr!important;
    }
    .footer-brand-luxe {
        flex-direction: column!important;
        align-items: center!important;
        text-align: center!important;
    }
    .footer-subscribe-luxe {
        text-align: center!important;
    }
    .footer-nav-luxe {
        justify-content: center!important;
    }
    .footer-bottom {
        text-align: center!important;
        justify-content: center!important;
    }
}


/* Extra small phones */

@media(max-width:420px) {
    .wrap {
        width: calc(100vw - 22px)!important;
    }
    .hero h1 {
        font-size: 38px!important;
    }
    .brand b {
        font-size: 18px!important;
    }
    .hero-logo {
        max-width: 210px!important;
    }
}


/* === HARD FIX: WORKING MOBILE HAMBURGER MENU === */

.mobile-menu-toggle {
    display: none!important;
    width: 46px!important;
    height: 46px!important;
    border: 1px solid rgba(255, 255, 255, .22)!important;
    border-radius: 14px!important;
    background: rgba(255, 255, 255, .12)!important;
    align-items: center!important;
    justify-content: center!important;
    flex-direction: column!important;
    gap: 5px!important;
    cursor: pointer!important;
    margin-left: auto!important;
    position: relative!important;
    z-index: 1005!important;
    padding: 0!important;
}

.mobile-menu-toggle span {
    display: block!important;
    width: 22px!important;
    height: 2px!important;
    border-radius: 999px!important;
    background: #fff!important;
    transition: transform .22s ease, opacity .22s ease!important;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)!important;
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0!important;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)!important;
}

.mobile-nav-overlay {
    display: none!important;
    position: fixed!important;
    inset: 0!important;
    z-index: 998!important;
    background: rgba(2, 10, 30, .58)!important;
    backdrop-filter: blur(5px)!important;
}

.mobile-nav-overlay.active {
    display: block!important;
}

body.mobile-menu-open {
    overflow: hidden!important;
}

@media(max-width:1100px) {
    .nav-main {
        min-height: 76px!important;
        display: flex!important;
        align-items: center!important;
        justify-content: space-between!important;
        gap: 12px!important;
        flex-wrap: nowrap!important;
    }
    .mobile-menu-toggle {
        display: flex!important;
    }
    #mainNavMenu,
    .nav .menu {
        position: fixed!important;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        left: auto!important;
        width: min(88vw, 380px)!important;
        height: 100vh!important;
        z-index: 1000!important;
        margin: 0!important;
        padding: 96px 20px 28px!important;
        display: flex!important;
        flex-direction: column!important;
        flex-wrap: nowrap!important;
        align-items: stretch!important;
        justify-content: flex-start!important;
        gap: 10px!important;
        background: radial-gradient(circle at 15% 0%, rgba(255, 210, 41, .20), transparent 30%), linear-gradient(180deg, #061f52, #0b4fb3)!important;
        box-shadow: -24px 0 60px rgba(0, 0, 0, .34)!important;
        transform: translateX(110%)!important;
        transition: transform .28s ease!important;
        overflow-y: auto!important;
        pointer-events: auto!important;
    }
    #mainNavMenu.open,
    .nav .menu.open {
        transform: translateX(0)!important;
    }
    #mainNavMenu a,
    .nav .menu a {
        width: 100%!important;
        min-height: 48px!important;
        display: flex!important;
        align-items: center!important;
        justify-content: space-between!important;
        padding: 14px 16px!important;
        border-radius: 16px!important;
        background: rgba(255, 255, 255, .10)!important;
        color: #fff!important;
        font-size: 15px!important;
        font-weight: 650!important;
        border: 1px solid rgba(255, 255, 255, .12)!important;
        text-decoration: none!important;
    }
    #mainNavMenu a::after,
    .nav .menu a::after {
        content: "›"!important;
        font-size: 23px!important;
        color: #ffd229!important;
    }
    #mainNavMenu a:hover,
    #mainNavMenu a.active,
    .nav .menu a:hover,
    .nav .menu a.active {
        background: #ffd229!important;
        color: #062c70!important;
    }
    #mainNavMenu a:hover::after,
    #mainNavMenu a.active::after,
    .nav .menu a:hover::after,
    .nav .menu a.active::after {
        color: #062c70!important;
    }
}

@media(max-width:720px) {
    .mobile-menu-toggle {
        width: 44px!important;
        height: 44px!important;
    }
    #mainNavMenu,
    .nav .menu {
        width: 90vw!important;
        padding-top: 88px!important;
    }
}


/* === Scrolling announcement ticker === */

.league-announcement-ticker {
    position: sticky!important;
    top: 84px!important;
    z-index: 80!important;
    width: 100%!important;
    overflow: hidden!important;
    background: linear-gradient(90deg, #ffd229, #ffe36d, #ffd229)!important;
    color: #062c70!important;
    border-bottom: 1px solid rgba(6, 44, 112, .16)!important;
    box-shadow: 0 10px 26px rgba(6, 44, 112, .12)!important;
}

.ticker-track {
    display: flex!important;
    align-items: center!important;
    width: max-content!important;
    gap: 34px!important;
    min-height: 42px!important;
    padding: 0 20px!important;
    animation: vleagueTicker 30s linear infinite!important;
    white-space: nowrap!important;
}

.ticker-track span {
    display: inline-flex!important;
    align-items: center!important;
    font-size: 14px!important;
    font-weight: 800!important;
    letter-spacing: .02em!important;
}

.league-announcement-ticker:hover .ticker-track {
    animation-play-state: paused!important;
}

@keyframes vleagueTicker {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

@media(max-width:1100px) {
    .league-announcement-ticker {
        top: 76px!important
    }
}

@media(max-width:720px) {
    .league-announcement-ticker {
        top: 72px!important
    }
    .ticker-track {
        min-height: 40px!important;
        gap: 24px!important;
        animation-duration: 24s!important;
    }
    .ticker-track span {
        font-size: 13px!important;
    }
}


/* === Premium ticker icon upgrade === */

.premium-ticker {
    background: linear-gradient(90deg, #061f52 0%, #0b4fb3 52%, #0d6fd2 100%)!important;
    color: #ffffff!important;
    border-top: 1px solid rgba(255, 255, 255, .10)!important;
    border-bottom: 1px solid rgba(255, 210, 41, .35)!important;
    box-shadow: 0 14px 34px rgba(3, 24, 68, .20)!important;
}

.premium-ticker .ticker-track {
    min-height: 46px!important;
    gap: 38px!important;
}

.premium-ticker .ticker-track span {
    gap: 10px!important;
    color: #f4f9ff!important;
    font-size: 14px!important;
    font-weight: 750!important;
    letter-spacing: .01em!important;
}

.ticker-icon {
    width: 28px!important;
    height: 28px!important;
    min-width: 28px!important;
    display: inline-grid!important;
    place-items: center!important;
    border-radius: 10px!important;
    background: rgba(255, 210, 41, .16)!important;
    border: 1px solid rgba(255, 210, 41, .36)!important;
    position: relative!important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18)!important;
}

.ticker-icon::before,
.ticker-icon::after {
    content: ""!important;
    position: absolute!important;
    box-sizing: border-box!important;
}

.ticker-icon.ball::before {
    width: 14px!important;
    height: 14px!important;
    border: 2px solid #ffd229!important;
    border-radius: 50%!important;
}

.ticker-icon.ball::after {
    width: 14px!important;
    height: 2px!important;
    background: #ffd229!important;
    transform: rotate(-28deg)!important;
    border-radius: 999px!important;
}

.ticker-icon.ticket::before {
    width: 17px!important;
    height: 12px!important;
    border: 2px solid #ffd229!important;
    border-radius: 4px!important;
}

.ticker-icon.ticket::after {
    width: 2px!important;
    height: 10px!important;
    background: #ffd229!important;
    box-shadow: 5px 0 0 rgba(255, 210, 41, .65), -5px 0 0 rgba(255, 210, 41, .65)!important;
}

.ticker-icon.star::before {
    width: 16px!important;
    height: 16px!important;
    background: #ffd229!important;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%)!important;
}

.ticker-icon.trophy::before {
    width: 14px!important;
    height: 14px!important;
    border: 2px solid #ffd229!important;
    border-radius: 3px 3px 7px 7px!important;
    top: 6px!important;
}

.ticker-icon.trophy::after {
    width: 14px!important;
    height: 2px!important;
    background: #ffd229!important;
    bottom: 5px!important;
    box-shadow: 0 -4px 0 -1px #ffd229!important;
    border-radius: 999px!important;
}

.ticker-icon.video::before {
    width: 16px!important;
    height: 12px!important;
    border: 2px solid #ffd229!important;
    border-radius: 4px!important;
    left: 5px!important;
}

.ticker-icon.video::after {
    width: 0!important;
    height: 0!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: 7px solid #ffd229!important;
    right: 4px!important;
}

@media(max-width:720px) {
    .premium-ticker .ticker-track {
        min-height: 42px!important;
        gap: 28px!important;
    }
    .premium-ticker .ticker-track span {
        font-size: 13px!important;
    }
    .ticker-icon {
        width: 25px!important;
        height: 25px!important;
        min-width: 25px!important;
    }
}


/* === MODERN ADVANCED SELECT DROPDOWNS === */

.smart-select-native {
    position: absolute!important;
    opacity: 0!important;
    pointer-events: none!important;
    width: 1px!important;
    height: 1px!important;
}

.smart-select {
    position: relative!important;
    width: 100%!important;
    z-index: 20;
}

.smart-select.is-open {
    z-index: 200!important;
}

.smart-select-trigger {
    width: 100%!important;
    min-height: 62px!important;
    border-radius: 22px!important;
    border: 1px solid rgba(10, 67, 150, .16)!important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%)!important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 14px 30px rgba(5, 35, 86, .08)!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 16px!important;
    padding: 16px 18px!important;
    font-size: 17px!important;
    font-weight: 700!important;
    color: #0a3f91!important;
    cursor: pointer!important;
    transition: .22s ease!important;
}

.smart-select-trigger:hover {
    border-color: rgba(11, 79, 179, .30)!important;
    transform: translateY(-1px)!important;
}

.smart-select.is-open .smart-select-trigger,
.smart-select-trigger:focus {
    outline: none!important;
    border-color: #0b4fb3!important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 0 0 4px rgba(11, 79, 179, .12), 0 18px 40px rgba(5, 35, 86, .14)!important;
}

.smart-select-placeholder {
    color: #91a6c9!important;
}

.smart-select-value {
    flex: 1 1 auto!important;
    text-align: left!important;
    line-height: 1.2!important;
}

.smart-select-chevron {
    width: 20px!important;
    height: 20px!important;
    min-width: 20px!important;
    position: relative!important;
    transition: transform .2s ease!important;
}

.smart-select-chevron::before,
.smart-select-chevron::after {
    content: ""!important;
    position: absolute!important;
    top: 9px!important;
    width: 10px!important;
    height: 2px!important;
    background: #0b4fb3!important;
    border-radius: 999px!important;
}

.smart-select-chevron::before {
    left: 1px!important;
    transform: rotate(45deg)!important;
}

.smart-select-chevron::after {
    right: 1px!important;
    transform: rotate(-45deg)!important;
}

.smart-select.is-open .smart-select-chevron {
    transform: rotate(180deg)!important;
}

.smart-select-panel {
    position: absolute!important;
    top: calc(100% + 10px)!important;
    left: 0!important;
    right: 0!important;
    background: rgba(255, 255, 255, .98)!important;
    border: 1px solid rgba(10, 67, 150, .16)!important;
    border-radius: 24px!important;
    box-shadow: 0 24px 60px rgba(5, 35, 86, .18)!important;
    padding: 12px!important;
    display: none!important;
    overflow: hidden!important;
    backdrop-filter: blur(12px)!important;
    -webkit-backdrop-filter: blur(12px)!important;
}

.smart-select.is-open .smart-select-panel {
    display: block!important;
}

.smart-select-search-wrap {
    position: relative!important;
    margin-bottom: 10px!important;
}

.smart-select-search {
    width: 100%!important;
    min-height: 48px!important;
    border-radius: 16px!important;
    border: 1px solid rgba(10, 67, 150, .14)!important;
    background: #f7fbff!important;
    padding: 12px 14px 12px 44px!important;
    font-size: 15px!important;
    color: #073273!important;
    outline: none!important;
}

.smart-select-search:focus {
    border-color: #0b4fb3!important;
    box-shadow: 0 0 0 4px rgba(11, 79, 179, .10)!important;
}

.smart-select-search-wrap::before {
    content: ""!important;
    position: absolute!important;
    left: 16px!important;
    top: 50%!important;
    width: 13px!important;
    height: 13px!important;
    margin-top: -9px!important;
    border: 2px solid #0b4fb3!important;
    border-radius: 50%!important;
}

.smart-select-search-wrap::after {
    content: ""!important;
    position: absolute!important;
    left: 28px!important;
    top: 28px!important;
    width: 8px!important;
    height: 2px!important;
    background: #0b4fb3!important;
    transform: rotate(45deg)!important;
    border-radius: 999px!important;
}

.smart-select-options {
    max-height: 260px!important;
    overflow: auto!important;
    padding-right: 2px!important;
}

.smart-select-option {
    width: 100%!important;
    min-height: 48px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 12px!important;
    border: 0!important;
    background: transparent!important;
    border-radius: 16px!important;
    padding: 12px 14px!important;
    color: #073273!important;
    font-size: 15px!important;
    font-weight: 650!important;
    cursor: pointer!important;
    transition: .18s ease!important;
}

.smart-select-option:hover,
.smart-select-option.is-active {
    background: #edf5ff!important;
    color: #0b4fb3!important;
}

.smart-select-option.is-selected {
    background: linear-gradient(90deg, #0b4fb3, #11a8f5)!important;
    color: #fff!important;
}

.smart-select-option-check {
    width: 18px!important;
    height: 18px!important;
    border-radius: 50%!important;
    border: 2px solid currentColor!important;
    opacity: .35!important;
    position: relative!important;
}

.smart-select-option.is-selected .smart-select-option-check {
    opacity: 1!important;
}

.smart-select-option.is-selected .smart-select-option-check::after {
    content: ""!important;
    position: absolute!important;
    left: 4px!important;
    top: 1px!important;
    width: 5px!important;
    height: 9px!important;
    border-right: 2px solid currentColor!important;
    border-bottom: 2px solid currentColor!important;
    transform: rotate(40deg)!important;
}

.smart-select-empty {
    padding: 16px!important;
    color: #6c86af!important;
    font-size: 14px!important;
}

.registration-form .field {
    position: relative!important;
}

@media(max-width:720px) {
    .smart-select-trigger {
        min-height: 56px!important;
        border-radius: 18px!important;
        font-size: 16px!important;
    }
    .smart-select-panel {
        border-radius: 20px!important;
    }
    .smart-select-options {
        max-height: 220px!important;
    }
}


/* Final PHP integration override. */

.premium-ticker .ticker-track.js-marquee {
    animation: none!important;
    gap: 0!important;
    padding: 0!important;
}

.premium-ticker .ticker-sequence {
    flex: 0 0 auto!important;
    min-height: 46px!important;
    padding: 0 19px!important;
    display: flex!important;
    align-items: center!important;
    gap: 38px!important;
}

@media(max-width:720px) {
    .premium-ticker .ticker-sequence {
        min-height: 42px!important;
        padding: 0 14px!important;
        gap: 28px!important
    }
}

.premium-ticker .ticker-track.js-marquee {
    animation: none!important;
    gap: 0!important;
    padding: 0!important;
}

.premium-ticker .ticker-sequence {
    flex: 0 0 auto!important;
    min-height: 46px!important;
    padding: 0 19px!important;
    display: flex!important;
    align-items: center!important;
    gap: 38px!important;
}

@media(max-width:720px) {
    .premium-ticker .ticker-sequence {
        min-height: 42px!important;
        padding: 0 14px!important;
        gap: 28px!important
    }
}


}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}

}
