/**
 * Free spins filter page only — light premium table (aligned with home-premium cards).
 * Scoped to body.filter-fs-premium
 */

body.filter-fs-premium {
    background: radial-gradient(900px 480px at 50% 0%, rgba(0, 91, 255, 0.06), transparent 50%),
        linear-gradient(180deg, #f0f4fb 0%, #f5f5f5 100%);
    color: #1f2937;
    min-height: 100vh;
}

/* Header: same as rest of site (light), no dark strip */
body.filter-fs-premium .header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

body.filter-fs-premium .main-content {
    max-width: 1100px;
    padding-bottom: 40px;
}

body.filter-fs-premium .empty-state {
    color: #64748b;
    text-align: center;
    padding: 28px 16px;
}

body.filter-fs-premium .section-title.promo-main-title {
    color: #111827;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 10px;
}

/* Leaderboard block (separate from H1) */
.fs-leaderboard-wrap {
    margin-top: 28px;
}

.fs-table-heading {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0b1228;
    text-align: center;
}

.fs-table-heading-year {
    color: #005bff;
}

.fs-table-tagline {
    margin: 0 0 18px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.fs-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 48, 0.1);
    box-shadow: 0 14px 34px rgba(15, 23, 48, 0.1);
    background: #fbfcff;
}

.fs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.fs-table thead th {
    text-align: left;
    padding: 14px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    background: #eef2f8;
    border-bottom: 1px solid rgba(15, 23, 48, 0.08);
    white-space: nowrap;
}

.fs-table thead th.fs-th-center,
.fs-table tbody td.fs-td-center {
    text-align: center;
}

.fs-table thead th.fs-th-right,
.fs-table tbody td.fs-td-right {
    text-align: right;
}

.fs-table tbody tr {
    border-bottom: 1px solid rgba(15, 23, 48, 0.06);
    transition: background 0.15s ease;
}

.fs-table tbody tr:nth-child(even) {
    background: rgba(248, 250, 252, 0.9);
}

.fs-table tbody tr:hover {
    background: rgba(0, 91, 255, 0.06);
}

.fs-table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    color: #374151;
}

.fs-col-rank {
    width: 52px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #94a3b8;
    font-size: 13px;
}

.fs-col-spins {
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #005bff;
    font-size: 16px;
}

.fs-casino-cell {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    color: #111827;
}

.fs-casino-cell:hover {
    color: #005bff;
}

.fs-casino-cell img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 4px;
    border: 1px solid rgba(15, 23, 48, 0.08);
    box-shadow: 0 7px 16px rgba(15, 23, 48, 0.07);
}

.fs-code-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.fs-code-text {
    font-family: ui-monospace, 'Cascadia Code', 'Courier New', monospace;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #0b1228;
}

body.filter-fs-premium .fs-copy-btn.copy-btn {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #0b1228;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 7px 16px rgba(15, 23, 48, 0.16);
}

body.filter-fs-premium .fs-copy-btn.copy-btn:hover {
    background: #005bff;
}

.fs-col-extra {
    font-size: 13px;
    color: #4b5563;
    max-width: 180px;
}

.fs-col-extra-muted {
    color: #9ca3af;
}

/* Bottom editorial copy */
.fs-page-outro {
    margin-top: 28px;
    padding: 20px 22px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 48, 0.08);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 48, 0.06);
}

.fs-page-outro p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
}

.fs-page-outro p:last-child {
    margin-bottom: 0;
}

/* Footer: default site footer (no dark overrides) */

@media (max-width: 720px) {
    .fs-table thead th.fs-th-hide-sm,
    .fs-table tbody td.fs-td-hide-sm {
        display: none;
    }

    .fs-code-row {
        justify-content: flex-start;
    }

    .fs-table-heading {
        font-size: 18px;
    }
}
