/* ===== Schedule list ===== */
.schedule-wrap {
    max-width: 100%;
    margin: 0 auto;
}
.pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
a.cta-mini:hover, a.cta-mini:active {
    color: #fff !important;
}
.pill.quote {
    background: #FFD400;
    color: #1A1400;
    border: 1px solid #FFD400;
}
.pill.lockedin {
    background: #39FF6E;
    color: #0A1A0E;
    border: 1px solid #39FF6E;
}
.pill.shuttle {
    background: #6D28D9;
    color: #fff;
    border: 1px solid #6D28D9;
}
.schedule-hint {
    max-width: 1040px;
    margin: 0 auto 14px auto;
    padding: 0 20px;
    font-size: 12.5px;
    color: #5B6472;
    display: flex;
    align-items: center;
    gap: 8px;
}
.schedule-hint .hi {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #8890A0;
}
.schedule-head {
    display: grid;
    grid-template-columns: 96px 52px 1.4fr 1fr 90px 1.6fr 16px;
    gap: 10px;
    padding: 0 20px 10px 20px;
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8890A0;
    font-weight: 600;
}
@media (max-width: 760px) {
    .schedule-head { display: none; }
}
.game {
    border: 1.5px solid #A9B3CC;
    border-radius: 10px;
    background: #FFFFFF;
    margin-bottom: 10px;
    overflow: hidden;
}
.game.expanded {
    border-color: #16234A;
    box-shadow: 0 1px 0 rgba(22, 35, 74, 0.08);
}
.game-row {
    display: grid;
    grid-template-columns: 96px 52px 1.4fr 1fr 90px 1.6fr 16px;
    gap: 10px;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    user-select: none;
    background: #F6F7F9;
}
.col-date {
    font-size: 13.5px;
    font-weight: 700;
    font-family: 'IBM Plex Mono', monospace;
    color: #12182B;
    display: flex;
    align-items: center;
    gap: 7px;
}
.plus-badge {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #FBF3E1;
    border: 1px solid #EAD9AE;
    color: #9C7222;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}
.game.expanded .plus-badge {
    transform: rotate(45deg);
}
.col-day {
    font-size: 11px;
    color: #8890A0;
}
.opp-tag {
    display: inline-block;
    font-size: 9.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 4px;
    margin-right: 7px;
    font-weight: 700;
}
.opp-tag.home {
    background: #FFFFFF;
    color: #111111;
    border: 1.5px solid #111111;
}
.opp-tag.away {
    background: #111111;
    color: #FFFFFF;
    border: 1.5px solid #111111;
}
.opp-tag.neutral {
    background: #EDEFF3;
    color: #5B6472;
}
.opp-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #12182B;
}
.col-site {
    font-size: 12px;
    color: #5B6472;
}
.col-kick {
    font-size: 11.5px;
    color: #5B6472;
    font-family: 'IBM Plex Mono', monospace;
}
.col-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.col-caret {
    color: #8890A0;
    transition: transform 0.25s ease;
    justify-self: end;
}
.game.expanded .col-caret {
    transform: rotate(180deg);
    color: #16234A;
}
.game-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}
.game.expanded .game-body {
    grid-template-rows: 1fr;
}

.game-body-inner {
    overflow: hidden;
    padding: 4px 20px 24px 20px;
    border-top: 1px solid #EAECF1;
    background: #F6F7F9;
}
.opt-label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111111;
    margin: 20px 0 12px 0;
    font-weight: 700;
}
.opt-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E1E4EA;
}
.shuttle-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 14px 16px;
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    border-radius: 8px;
}
.shuttle-route {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.shuttle-route .r1 {
    font-size: 13.5px;
    font-weight: 600;
    color: #12182B;
}
.shuttle-route .r2 {
    font-size: 11.5px;
    color: #5B6472;
}
.shuttle-price {
    text-align: right;
}
.shuttle-price .amt {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 600;
    color: #9C7222;
}
.shuttle-price .unit {
    font-size: 10.5px;
    color: #8890A0;
}
.shuttle-card.pending {
    background: #F6F7F9;
    border-style: dashed;
}
.shuttle-card.pending .r1 {
    color: #5B6472;
}
.shuttle-card.pending .cta-mini {
    background: transparent;
    color: #6D28D9;
    border: 1px solid #6D28D9;
}
.cta-mini {
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 11.5px !important;
    background: #6D28D9;
    color: #FFFFFF;
    padding: 9px 16px !important;
    border-radius: 6px !important;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    line-height: 1.3em !important;
}
.custom-only-card .cta-mini {
    background: #FFD400;
    color: #1A1400;
}
.tickets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}
.ticket {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(18, 24, 43, 0.04);
}
.ticket.closed {
    position: relative;
}
.ticket.closed .ticket-top,
.ticket.closed .ticket-mid,
.ticket.closed .jet-photos {
    opacity: 0.32;
}
.closed-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-14deg);
    color: #D91C1C;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    z-index: 5;
    pointer-events: none;
    white-space: nowrap;
}
.ticket-top {
    padding: 14px 16px 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    border-bottom: 1px dashed #E1E4EA;
    position: relative;
    min-height: 76px;
}
.ticket-top::before,
.ticket-top::after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F6F7F9;
    border: 1px solid #E1E4EA;
}
.ticket-top::before { left: -8px; }
.ticket-top::after { right: -8px; }
.route-block { flex: 1; min-width: 0; }
.route-code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #12182B;
}
.route-code .arrow {
    color: #8890A0;
    margin: 0 4px;
    font-weight: 400;
}
.route-city {
    font-size: 10.5px;
    color: #8890A0;
    margin-top: 4px;
    line-height: 1.4;
    min-height: 29px;
}
.aircraft-tag {
    flex-shrink: 0;
    width: 108px;
    box-sizing: border-box;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: #FBF3E1;
    color: #9C7222;
    border: 1px solid #EAD9AE;
    padding: 6px 9px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-align: left;
    line-height: 1.3;
}
.aircraft-tag .seats {
    font-weight: 700;
    white-space: nowrap;
}
.aircraft-tag .model {
    font-weight: 500;
    opacity: 0.85;
    white-space: normal;
}
.ticket-mid {
    padding: 14px 16px;
    display: flex;
    gap: 18px;
    min-height: 56px;
}
.price-block { flex: 1; }
.price-block .lbl {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8890A0;
    margin-bottom: 3px;
}
.price-block .amt {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    font-weight: 600;
}
.price-block.priority .amt { color: #9C7222; }
.price-block.free .amt { color: #5B6472; }
.request-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif !important;
    font-size: 10.5px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background: #39FF6E !important;
    color: #0A1A0E !important;
    border: none;
    padding: 7px 11px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
}
.request-btn:hover { background: #2be05c; }
.request-btn.disabled {
    background: #EDEFF3;
    color: #8890A0;
    cursor: default;
}
.unlock-msg {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: #8890A0;
    margin-top: 2px;
    line-height: 1.35;
}
.unlock-msg .lock-ico { font-size: 11px; }
.unlock-note {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    color: #9C7222;
    margin-top: 3px;
    font-weight: 600;
}
.unlock-note .lock-ico { font-size: 9.5px; }
.ticket-bottom {
    padding: 11px 16px;
    background: #F6F7F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.jet-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 16px 14px 16px;
}
.jet-photo {
    position: relative;
    aspect-ratio: 16/10;
    border-radius: 6px;
    background: #EDEFF3;
    border: 1px dashed #E1E4EA;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.jet-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jet-photo.exterior {
    background: #E7E9ED;
    border-style: solid;
    padding: 8px;
    box-sizing: border-box;
}
.jet-photo.exterior img { object-fit: contain; }
.jet-photo.interior { border-style: solid; }
.jet-photo .ph-lbl {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8890A0;
    font-weight: 600;
}
.jet-photo-disclaimer {
    font-style: italic;
    font-size: 10px;
    color: #8890A0;
    padding: 0 16px 14px 16px;
    margin-top: -4px;
}
.status-flip {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.05em;
    padding: 4px 9px;
    border-radius: 5px;
    font-weight: 600;
}
.status-flip.open {
    background: #E7F5EE;
    color: #1E8E5A;
}
.status-flip.sold {
    background: #FBEAE6;
    color: #B23F26;
}
.gate {
    font-size: 10.5px;
    color: #8890A0;
    font-family: 'IBM Plex Mono', monospace;
}
.gate .days-red {
    color: #D91C1C;
    font-weight: 700;
}
.gate b {
    color: #5B6472;
    font-weight: 600;
}
.priority-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 11px 16px;
    margin-bottom: 16px;
    background: #FBF3E1;
    border: 1px solid #EAD9AE;
    border-radius: 8px;
    font-size: 12px;
}
.priority-banner .tag {
    font-family: 'Oswald', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #9C7222;
    color: #FFFFFF;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
}
.priority-banner span.txt { color: #5B6472; }
.priority-banner b { color: #12182B; }
.placeholder-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    border-radius: 8px;
}
.placeholder-card .txt {
    font-size: 12.5px;
    color: #5B6472;
    max-width: 420px;
    line-height: 1.5;
}
.placeholder-card .countdown {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #9C7222;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.notify-btn {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 11px;
    background: transparent;
    color: #12182B;
    border: 1px solid #E1E4EA;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}
.custom-only-card {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.custom-only-card .txt {
    font-size: 12.5px;
    color: #5B6472;
    max-width: 440px;
    line-height: 1.5;
}
.quote-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 16px 20px;
    background: #16234A;
    border-radius: 8px;
}
.quote-box .qb-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.quote-box .qb-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 2px;
}
.quote-box .qb-cta {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 11.5px;
    font-weight: 700;
    background: #FFD400;
    color: #1A1400;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    flex-shrink: 0;
}
.quote-box .qb-cta:hover { background: #E8C000; }
.share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #E1E4EA;
    flex-wrap: wrap;
    display: none !important;
}
.share-row .lbl {
    font-size: 11px;
    color: #8890A0;
    margin-right: 4px;
}
.share-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: #5B6472;
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
}
.share-btn:hover {
    border-color: #B8892B;
    color: #9C7222;
}
.social-proof {
    font-size: 11px;
    color: #8890A0;
    margin-left: auto;
}
.social-proof b { color: #5B6472; }

/* ===== Modal Styles ===== */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}

.modal-overlay.active {
    display: flex;
}

.modal-container {
    background: #FFFFFF;
    border-radius: 16px;
    max-width: 560px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px 36px 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-close {
    float: right;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #8890A0;
    padding: 0 4px;
    line-height: 1;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #fff;
}

.modal-title {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #12182B;
    letter-spacing: 0.02em;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.modal-subtitle {
    font-size: 13px;
    color: #5B6472;
    margin-bottom: 24px;
}

.modal-divider {
    height: 1px;
    background: #EAECF1;
    margin: 16px 0 20px 0;
}

.modal-flight-info {
    background: #F6F7F9;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
}

.modal-flight-info .info-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13.5px;
}

.modal-flight-info .info-label {
    color: #8890A0;
    font-weight: 500;
}

.modal-flight-info .info-value {
    color: #12182B;
    font-weight: 600;
    text-align: right;
}

.modal-flight-info .info-value.price {
    color: #9C7222;
}

.modal-form-group {
    margin-bottom: 16px;
}

.modal-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #5B6472;
    margin-bottom: 4px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.modal-form-group input,
.modal-form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #E1E4EA;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #12182B;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.modal-form-group input:focus,
.modal-form-group textarea:focus {
    outline: none;
    border-color: #6D28D9;
}

.modal-form-group textarea {
    resize: vertical;
    min-height: 60px;
}

.modal-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.modal-submit-btn {
    width: 100%;
    padding: 14px !important;
    background: #6D28D9 !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: 8px !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 6px;
}

.modal-submit-btn:hover {
    background: #5A1FB5;
}

.modal-submit-btn:disabled {
    background: #8890A0;
    cursor: not-allowed;
}

.modal-success {
    display: none;
    text-align: center;
    padding: 20px 0;
}

.modal-success .icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.modal-success h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #12182B;
    margin: 0 0 6px 0;
}

.modal-success p {
    color: #5B6472;
    font-size: 14px;
    margin: 0;
}

.modal-error {
    display: none;
    background: #FBEAE6;
    color: #B23F26;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
}
@media (max-width: 760px) {
    .game-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 12px;
        padding: 12px 16px;
    }
    
    /* Date - full width at top */
    .game-row .col-date {
        grid-column: 1 / -1;
        font-size: 14px;
        font-weight: 700;
        font-family: 'IBM Plex Mono', monospace;
        color: #12182B;
        display: flex;
        align-items: center;
        gap: 7px;
    }
    
    .game-row .col-date .plus-badge {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        flex-shrink: 0;
        background: #FBF3E1;
        border: 1px solid #EAD9AE;
        color: #9C7222;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.25s ease;
    }
    
    .game.expanded .plus-badge {
        transform: rotate(45deg);
    }
    
    /* Day - left column */
    .game-row .col-day {
        grid-column: 1 / 2;
        font-size: 12px;
        color: #8890A0;
    }
    
    /* Opponent - right column */
    .game-row .col-opp {
        grid-column: 2 / 3;
        text-align: right;
    }
    
    .game-row .col-opp .opp-name {
        font-size: 13px;
        font-weight: 700;
        color: #12182B;
    }
    
    .game-row .col-opp .opp-tag {
        font-size: 8px;
        padding: 2px 5px;
        border-radius: 4px;
        margin-right: 5px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    
    .game-row .col-opp .opp-tag.home {
        background: #FFFFFF;
        color: #111111;
        border: 1.5px solid #111111;
    }
    
    .game-row .col-opp .opp-tag.away {
        background: #111111;
        color: #FFFFFF;
        border: 1.5px solid #111111;
    }
    
    .game-row .col-opp .opp-tag.neutral {
        background: #EDEFF3;
        color: #5B6472;
    }
    
    /* Site - left column */
    .game-row .col-site {
        grid-column: 1 / 2;
        font-size: 13px;
        color: #5B6472;
    }
    
    /* Kickoff - right column */
    .game-row .col-kick {
        grid-column: 2 / 3;
        text-align: right;
        font-size: 13px;
        color: #5B6472;
        font-family: 'IBM Plex Mono', monospace;
    }
    
    /* Pills and Caret - same row */
    .game-row .col-pills {
        grid-column: 1 / 2;
        justify-content: flex-start;
        gap: 4px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .game-row .col-pills .pill {
        font-size: 9.5px;
        padding: 3px 7px;
        border-radius: 999px;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }
    
    .game-row .col-pills .pill.shuttle {
        background: #6D28D9;
        color: #FFFFFF;
        border: 1px solid #6D28D9;
    }
    
    .game-row .col-pills .pill.lockedin {
        background: #39FF6E;
        color: #0A1A0E;
        border: 1px solid #39FF6E;
    }
    
    .game-row .col-pills .pill.quote {
        background: #FFD400;
        color: #1A1400;
        border: 1px solid #FFD400;
    }
    
    /* Caret - stays on same row as pills */
    .game-row .col-caret {
        grid-column: 2 / 3;
        justify-self: end;
        align-self: center;
        color: #8890A0;
        transition: transform 0.25s ease;
        font-size: 12px;
        display: block;
    }
    
    .game.expanded .col-caret {
        transform: rotate(180deg);
        color: #16234A;
    }
}
@media (max-width: 480px) {
    .modal-container {
        padding: 24px 20px;
    }
    .modal-form-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   COMING SOON MODAL
   ============================================ */

.notify-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 8, 16, 0.6);
  backdrop-filter: blur(2px);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.notify-backdrop.open {
  display: flex;
}

.notify-modal {
  background: #FFFFFF;
  border-radius: 14px;
  max-width: 420px;
  width: 100%;
  padding: 28px 26px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  max-height: 90vh;
  overflow-y: auto;
}

.notify-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #EDEFF3;
  color: #5B6472;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notify-close:hover {
  background: #E1E4EA;
}

.notify-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9C7222;
  font-weight: 700;
  margin-bottom: 6px;
}

.notify-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #12182B;
    line-height: 1.15 !important;
    margin: 0 0 10px 0;
}

.notify-demand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #5B6472;
  background: #EDEFF3;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 16px;
}

.notify-demand b {
  color: #12182B;
}

.notify-form label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5B6472;
  margin: 14px 0 6px 0;
}

.notify-form input[type="email"],
.notify-form select {
  width: 100%;
  font-size: 14px;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid #E1E4EA;
  font-family: inherit;
  color: #12182B;
  background: #FFFFFF;
}

.notify-form input[type="email"]:focus,
.notify-form select:focus {
  outline: none;
  border-color: #9C7222;
}

.notify-submit {
    width: 100%;
    margin-top: 18px;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    background: #39FF6E !important;
    color: #0A1A0E;
    border: none;
    padding: 6px 16px !important;
    border-radius: 8px !important;
    cursor: pointer;
}

.notify-submit:hover {
  background: #0A1A0E;
}

.notify-ad-line {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EAECF1;
  font-size: 12px;
  color: #8890A0;
  text-align: center;
  line-height: 1.5;
}

.notify-ad-line a {
  color: #16234A;
  font-weight: 700;
  text-decoration: none;
}

.notify-ad-line a:hover {
  text-decoration: underline;
}

.notify-success {
  text-align: center;
  padding: 10px 0 4px 0;
}

.notify-success .ok-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(57, 255, 110, 0.15);
  color: #23CC57;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  font-size: 22px;
}

.notify-success .ok-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #12182B;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.notify-success .ok-sub {
  font-size: 13px;
  color: #5B6472;
  line-height: 1.5;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 480px) {
  .notify-modal {
    padding: 20px 16px;
    margin: 10px;
  }
  
  .notify-title {
    font-size: 18px;
  }
}