/* =============================================================================
   FUTBOLCU — LEAGUE PAGES STYLES (league.css)
   ========================================================================== */

/* 1. LİG LİSTESİ FİLTRELER VE SAYFALAMA */
.fb-filter-tab {
    cursor: pointer;
    border: none;
    background: #12291E;
    color: #8FB39C;
    padding: 9px 14px;
    font-family: Archivo, sans-serif;
    font-weight: 800;
    font-size: 11.5px;
    letter-spacing: .12em;
    text-decoration: none;
    transition: all .14s ease;
}

.fb-filter-tab:hover, .fb-filter-tab.is-active {
    background: #1B3A2B;
    color: #F5F0E1;
    border-bottom: 3px solid #F2B134;
}

.fb-pagination-btn {
    border: 3px solid #12291E;
    background: #1B3A2B;
    color: #F5F0E1;
    padding: 10px 18px;
    font-family: Anton, sans-serif;
    font-size: 14px;
    letter-spacing: .08em;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(12,31,22,.35);
    transition: transform .14s ease;
}

.fb-pagination-btn:hover:not(.is-disabled) {
    transform: translateY(-2px);
    background: #F2B134;
    color: #12291E;
}

.fb-pagination-btn.is-disabled {
    opacity: .4;
    cursor: not-allowed;
}

/* 2. FİKSTÜR SAYFASI */
.fx-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1B3A2B;
    border: 3px solid #12291E;
    box-shadow: 4px 4px 0 rgba(12,31,22,.4);
    padding: 10px 14px;
    color: #FFF8E7;
}

.fx-arrow {
    background: #FFFBF0;
    color: #16281F;
    border: 2.5px solid #12291E;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.fx-arrow:hover:not(:disabled) {
    background: #F2B134;
}

.fx-arrow:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.fx-pager-mid {
    text-align: center;
    display: grid;
    gap: 2px;
}

.fx-week-no {
    font-family: Anton, sans-serif;
    font-size: 22px;
    letter-spacing: .06em;
    color: #F2B134;
}

.fx-week-date {
    font-size: 11.5px;
    font-weight: 700;
    color: #8FB39C;
    letter-spacing: .08em;
}

.fx-week-panel {
    display: none;
}

.fx-week-panel.active {
    display: block;
}

.fx-list {
    display: grid;
    gap: 8px;
}

/* Maç kartı - 5 Sütunlu Tam Simetrik Grid */
.fx-m {
    background: #FFFBF0;
    border: 3px solid #12291E;
    box-shadow: 4px 4px 0 rgba(12,31,22,.25);
    padding: 10px 16px;
    display: grid;
    grid-template-columns: minmax(95px, 130px) 1fr 76px 1fr 85px;
    align-items: center;
    gap: 12px;
    transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease;
    cursor: pointer;
}

.fx-m.me {
    background: #FFF3DC;
    border-color: #E8552B;
    box-shadow: 5px 5px 0 rgba(232,85,43,.3);
}

.fx-m:hover {
    background-color: #FFF8EA;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(18, 41, 30, .15);
}

/* 1. Sol Meta */
.fx-col-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.fx-no {
    font-size: 11px;
    font-weight: 800;
    color: #12291E;
    letter-spacing: .05em;
}

.fx-time {
    font-size: 10.5px;
    font-weight: 700;
    color: #6C7C6F;
}

.fx-weather {
    font-size: 10px;
    font-weight: 700;
    color: #4D7B5F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* 2. Ev Sahibi Takım (Sağa Yaslı, arması skora doğru) */
.fx-col-home {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

/* 3. Skor / VS (Tam Merkez) */
.fx-col-score {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sc {
    font-family: Anton, sans-serif;
    font-size: 17px;
    background: #1B3A2B;
    color: #F2B134;
    border: 2px solid #12291E;
    padding: 3px 8px;
    letter-spacing: .08em;
    text-align: center;
    width: 68px;
    box-sizing: border-box;
    box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}

.vs {
    font-family: Anton, sans-serif;
    font-size: 13.5px;
    color: #6C7C6F;
    border: 2px solid #C8D6CD;
    padding: 3px 6px;
    background: #E8EFEA;
    width: 48px;
    text-align: center;
    box-sizing: border-box;
}

/* 4. Deplasman Takım (Sola Yaslı, arması skora doğru) */
.fx-col-away {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
}

/* 5. Sağ Aksiyon / Rozet */
.fx-col-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}

.fx-action-btn {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    color: #12291E;
    background: #F2B134;
    border: 1.5px solid #12291E;
    padding: 4px 8px;
    border-radius: 2px;
    white-space: nowrap;
    box-shadow: 1.5px 1.5px 0 #12291E;
    transition: transform .1s ease, background .1s ease;
}

.fx-m.is-played:hover .fx-action-btn {
    transform: scale(1.05);
    background: #FFCA40;
}

.fx-pending-pill {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #7D8E82;
    background: #E8EFEA;
    border: 1px solid #C8D6CD;
    padding: 3px 6px;
    border-radius: 2px;
    white-space: nowrap;
}

/* Arma & Stack & İsimler */
.fx-badge {
    width: 34px;
    height: 34px;
    border-radius: 32%;
    border: 2px solid #12291E;
    flex-shrink: 0;
    display: inline-block;
}

.fx-stack {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    overflow: hidden;
}

.fx-stack.text-right {
    text-align: right;
    align-items: flex-end;
}

.fx-stack.text-left {
    text-align: left;
    align-items: flex-start;
}

.fx-tname {
    font-family: Anton, sans-serif;
    font-size: 14.5px;
    letter-spacing: .02em;
    color: #16281F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.fb-manager-link {
    font-size: 10.5px;
    font-weight: 700;
    color: #4D7B5F;
    text-decoration: none;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.fb-manager-link:hover {
    text-decoration: underline;
    color: #1B3A2B;
}

/* BAY (Boş Maç Günü) Kartı */
.fx-bye-row {
    background: #FFFBF0;
    border: 3px solid #12291E;
    box-shadow: 4px 4px 0 rgba(12,31,22,.25);
    padding: 10px 16px;
    display: grid;
    grid-template-columns: 85px 1fr 85px;
    align-items: center;
    gap: 12px;
}

.fx-bye-row.me {
    background: #FFF3DC;
    border-color: #E8552B;
    box-shadow: 5px 5px 0 rgba(232,85,43,.3);
}

.fx-bye-badge {
    font-family: Anton, sans-serif;
    font-size: 11px;
    letter-spacing: .06em;
    background: #1B3A2B;
    color: #F2B134;
    padding: 2px 6px;
    display: inline-block;
    border: 1.5px solid #12291E;
    text-align: center;
    border-radius: 2px;
}

.fx-bye-row.me .fx-bye-badge {
    background: #E8552B;
    color: #FFF8E7;
}

.fx-bye-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fx-bye-pill {
    font-family: Archivo, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    color: #16281F;
    background: #E6EFEA;
    border: 1.5px solid #12291E;
    padding: 4px 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .fx-m {
        grid-template-columns: 60px 1fr 60px 1fr;
        gap: 8px;
        padding: 8px 10px;
    }
    .fx-col-action {
        display: none;
    }
    .fx-tname {
        font-size: 12.5px;
    }
    .fx-badge {
        width: 28px;
        height: 28px;
    }
    .sc {
        width: 56px;
        font-size: 15px;
        padding: 2px 4px;
    }
    .vs {
        width: 40px;
        font-size: 12px;
        padding: 2px 4px;
    }
    .fx-bye-row {
        grid-template-columns: 1fr;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }
}

/* 3. LİG OLUŞTURMA SAYFASI */
.team-pick {
    cursor: pointer;
    border: 3px solid #12291E;
    background: #FFFBF0;
    padding: 14px 10px;
    display: grid;
    justify-items: center;
    gap: 8px;
    box-shadow: 4px 4px 0 rgba(12,31,22,.35);
    transition: transform .14s cubic-bezier(.175, .885, .32, 1.275), background .15s ease, box-shadow .14s ease;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.team-pick:hover {
    transform: translateY(-3px);
    box-shadow: 5px 5px 0 rgba(12,31,22,.45);
}

.team-pick.selected {
    background: #F2B134 !important;
    border-color: #12291E;
    box-shadow: 4px 4px 0 #12291E;
}

.team-pick.selected .tp-pill {
    background: #16281F !important;
    color: #F5F0E1 !important;
    border-color: #12291E !important;
}

/* EK TRANSFER LİGLERİ CHIP KARTLARI */
.transfer-league-chip {
    cursor: pointer;
    border: 2px solid #12291E;
    background: #FFFBF0;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 2px 2px 0 rgba(12,31,22,.25);
    transition: all .15s ease;
    user-select: none;
}

.transfer-league-chip:hover:not(.is-main) {
    transform: translateY(-1.5px);
    box-shadow: 3px 3px 0 rgba(12,31,22,.35);
    background: #FFF8E7;
}

.transfer-league-chip.is-checked {
    background: #E3F1DC;
    border-color: #12291E;
    box-shadow: 3px 3px 0 #12291E;
}

.transfer-league-chip.is-main {
    background: #E4DDC8;
    opacity: 0.65;
    cursor: not-allowed;
    border-style: dashed;
}

.transfer-league-chip .tlc-badge {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 3px 7px;
    border: 1.5px solid #12291E;
    text-transform: uppercase;
    white-space: nowrap;
    background: #E4DDC8;
    color: #6C7C6F;
    transition: all .15s ease;
}

.transfer-league-chip.is-checked .tlc-badge {
    background: #4F9433;
    color: #FFF8E7;
}

.transfer-league-chip.is-main .tlc-badge {
    background: #1B3A2B;
    color: #8FB39C;
}

.locked-option {
    cursor: pointer;
    border: 2.5px solid #12291E;
    background: #FFFBF0;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: #16281F;
    user-select: none;
    transition: background .15s ease, transform .12s ease;
    box-shadow: 2px 2px 0 rgba(12,31,22,.2);
}

.locked-option:hover {
    background: #FFF8E7;
    transform: translateY(-1px);
}

.locked-option.active {
    background: #FFF8E7;
    border-color: #12291E;
    box-shadow: 3px 3px 0 #12291E;
}

/* =============================================================================
   MAÇ DETAY MODALI (Match Events & Logs Modal)
   ========================================================================== */
.fx-m.is-played {
    cursor: pointer;
    transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease;
}

.fx-m.is-played:hover {
    background-color: #FFF8EA;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(18, 41, 30, .15);
}

.fx-m-detail-badge {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #FFF8E7;
    background: #1B3A2B;
    border: 1px solid #12291E;
    padding: 1px 6px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 6px;
}

html.fb-modal-open,
body.fb-modal-open {
    overflow: hidden !important;
    height: 100% !important;
    overscroll-behavior: none !important;
}

.fb-match-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 41, 30, .82);
    backdrop-filter: blur(4px);
    z-index: 100050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    overscroll-behavior: contain;
    touch-action: none;
}

.fb-match-modal-overlay.is-open {
    display: flex;
}

.fb-match-modal-card {
    background: #F5F0E1;
    border: 3.5px solid #12291E;
    box-shadow: 8px 8px 0 rgba(12, 31, 22, .55);
    width: 100%;
    max-width: 840px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overscroll-behavior: contain;
    animation: fbModalPop .2s cubic-bezier(.175, .885, .32, 1.275);
}

@keyframes fbModalPop {
    from { opacity: 0; transform: scale(.94); }
    to { opacity: 1; transform: scale(1); }
}

.fb-match-modal-header {
    background: #1B3A2B;
    color: #FFF8E7;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #12291E;
}

.fb-match-modal-title {
    font-family: Anton, sans-serif;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #F2B134;
}

.fb-match-modal-close {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    flex: 0 0 28px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #12291E;
    color: #FFF8E7;
    border: 2px solid #0C1F16;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 2px 0 rgba(12, 31, 22, .35);
    box-sizing: border-box;
    transition: background .14s ease, color .14s ease, transform .1s ease, box-shadow .1s ease;
    -webkit-user-select: none;
    user-select: none;
}

.fb-match-modal-close:hover {
    background: #E8552B;
    color: #FFF8E7;
    border-color: #12291E;
}

.fb-match-modal-close:active {
    transform: translateY(1px);
    box-shadow: 1px 1px 0 rgba(12, 31, 22, .35);
}

.fb-match-modal-scoreboard {
    background: linear-gradient(135deg, #12291E 0%, #1B3A2B 100%);
    padding: 20px 16px;
    border-bottom: 3px solid #12291E;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.fb-scoreboard-team {
    display: grid;
    justify-items: center;
    gap: 6px;
}

.fb-scoreboard-name {
    font-family: Anton, sans-serif;
    font-size: 17px;
    color: #F5F0E1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.fb-scoreboard-score {
    font-family: Anton, sans-serif;
    font-size: 38px;
    color: #F2B134;
    letter-spacing: .04em;
    background: #12291E;
    border: 2.5px solid #F2B134;
    padding: 6px 16px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.4);
}

.fb-modal-tab-bar {
    display: flex;
    background: #12291E;
    border-bottom: 3px solid #12291E;
}

.fb-modal-tab {
    flex: 1;
    padding: 10px 4px;
    text-align: center;
    font-family: Anton, sans-serif;
    font-size: 12.5px;
    letter-spacing: .06em;
    color: #8FB39C;
    background: #1B3A2B;
    border: none;
    border-right: 1.5px solid #12291E;
    cursor: pointer;
    transition: all .12s ease;
}

.fb-modal-tab:last-child {
    border-right: none;
}

.fb-modal-tab.is-active {
    background: #F2B134;
    color: #12291E;
}

.fb-modal-body {
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    background: #F5F0E1;
}

.fb-timeline-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #FFFBF0;
    border: 2px solid #12291E;
    margin-bottom: 8px;
    box-shadow: 3px 3px 0 rgba(12, 31, 22, .2);
}

.fb-timeline-min {
    font-family: Anton, sans-serif;
    font-size: 15px;
    color: #12291E;
    background: #F2B134;
    padding: 3px 8px;
    border: 1.5px solid #12291E;
    flex-shrink: 0;
}

.fb-timeline-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.fb-timeline-desc {
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    color: #16281F;
}

.fb-stat-row {
    margin-bottom: 14px;
}

.fb-stat-labels {
    display: flex;
    justify-content: space-between;
    font-family: Anton, sans-serif;
    font-size: 13px;
    color: #16281F;
    margin-bottom: 4px;
}

.fb-stat-track {
    height: 12px;
    background: #E4DDC8;
    border: 2px solid #12291E;
    display: flex;
    overflow: hidden;
}

.fb-stat-fill-home {
    background: #E8552B;
    height: 100%;
}

.fb-stat-fill-away {
    background: #2E9077;
    height: 100%;
}

/* Yeni Transfer Rozeti */
.fb-new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E8552B;
    color: #FFF8E7;
    font-family: Anton, sans-serif;
    font-size: 9.5px;
    font-weight: 400;
    letter-spacing: .06em;
    padding: 1px 6px;
    border: 1.5px solid #12291E;
    box-shadow: 1.5px 1.5px 0 rgba(12, 31, 22, 0.35);
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Halısaha Kadrolar Görünümü */
#fbLineupPitches {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.fb-fixture-pitch-card,
.fb-fixture-pitch {
    flex: 1 1 340px;
    min-width: 300px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #fbLineupPitches {
        flex-direction: column;
    }
    .fb-fixture-pitch-card,
    .fb-fixture-pitch {
        width: 100%;
        min-width: 0;
    }
}

/* ==========================================================================
   5 ADIMLI GAMIFIED LİG SİHİRBAZI (WIZARD & GAME CARDS)
   ========================================================================== */
.fb-wizard-stepper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    background: #1B3A2B;
    border: 3.5px solid #12291E;
    box-shadow: 6px 6px 0 rgba(12,31,22,.35);
    padding: 10px;
}

.fb-wizard-step-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #12291E;
    color: #8FB39C;
    padding: 8px 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .15s ease;
    user-select: none;
}

.fb-wizard-step-item:hover:not(.is-disabled) {
    background: #254F3B;
    color: #FFF8E7;
}

.fb-wizard-step-item.is-active {
    background: #F2B134;
    color: #12291E;
    border-color: #12291E;
    box-shadow: 3px 3px 0 #12291E;
}

.fb-wizard-step-item.is-completed {
    background: #2E7D32;
    color: #FFF8E7;
    border-color: #12291E;
}

.fb-wizard-step-item.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.fb-wizard-step-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #12291E;
    color: #FFF8E7;
    display: grid;
    place-items: center;
    font-family: Anton, sans-serif;
    font-size: 11px;
    flex-shrink: 0;
}

.fb-wizard-step-item.is-active .fb-wizard-step-num {
    background: #12291E;
    color: #F2B134;
}

.fb-wizard-step-item.is-completed .fb-wizard-step-num {
    background: #FFF8E7;
    color: #2E7D32;
}

.fb-wizard-step-title {
    font-family: Anton, sans-serif;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fb-wizard-pane {
    display: none;
    animation: fbWizardFadeIn .22s cubic-bezier(.175, .885, .32, 1.275);
}

.fb-wizard-pane.is-active {
    display: block;
}

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

/* Kare Kare Oyun Kartları (Game Grid Cards) */
.fb-game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    align-content: start;
}

.fb-game-card {
    background: #FFFBF0;
    border: 3px solid #12291E;
    box-shadow: 4px 4px 0 rgba(12,31,22,.25);
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
    user-select: none;
    position: relative;
}

.fb-game-card:hover {
    transform: translateY(-4px);
    box-shadow: 6px 6px 0 rgba(12,31,22,.35);
    background: #FFFDF8;
}

.fb-game-card.is-selected {
    background: #F2B134 !important;
    border-color: #12291E !important;
    box-shadow: 6px 6px 0 #12291E !important;
    transform: translateY(-3px);
}

.fb-game-card-icon {
    font-size: 38px;
    line-height: 1;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.fb-flag-img {
    width: 60px;
    height: 42px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid #12291E;
    box-shadow: 2px 2px 0 rgba(12,31,22,.3);
    display: block;
    transition: transform .12s ease;
}

.fb-game-card:hover .fb-flag-img {
    transform: scale(1.05);
}

.fb-flag-icon-mini {
    width: 24px;
    height: 17px;
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid #12291E;
    vertical-align: middle;
    display: inline-block;
}

.fb-game-card-title {
    font-family: Anton, sans-serif;
    font-size: 14px;
    color: #16281F;
    letter-spacing: .02em;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fb-game-card-badge {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .08em;
    background: #12291E;
    color: #FFF8E7;
    padding: 2px 7px;
    border: 1px solid #12291E;
    margin-top: auto;
    border-radius: 2px;
}

.fb-game-card.is-selected .fb-game-card-badge {
    background: #12291E;
    color: #F2B134;
}

.fb-wizard-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: #1B3A2B;
    border: 3.5px solid #12291E;
    box-shadow: 6px 6px 0 rgba(12,31,22,.35);
    padding: 14px 20px;
    margin-top: 20px;
}

@media (max-width: 860px) {
    .fb-wizard-stepper {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .fb-game-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
    .fb-wizard-footer {
        flex-direction: column;
        align-items: stretch;
    }
}



