/* Oyunlar sayfası — BonusSoft vitrin / kazanan şeridi (site temasıyla uyumlu) */
.cp-hero {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--bs-theme-rounded, 12px) + 2px);
    padding: 1.25rem 1.35rem 1.35rem;
    margin-bottom: 1.35rem;
    border: 1px solid var(--bs-theme-border-color, rgba(255, 255, 255, 0.1));
    background:
        radial-gradient(ellipse 100% 120% at 100% -40%, rgba(var(--bs-primary-rgb, 253, 186, 33), 0.14) 0%, transparent 55%),
        var(--bs-secondary-grad, linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%));
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
.cp-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bs-primary, #fdba21), rgba(var(--bs-primary-rgb, 253, 186, 33), 0.2), transparent);
    opacity: 0.95;
}
.cp-hero nav .breadcrumb {
    font-size: 0.8125rem;
    margin-bottom: 0.65rem;
    padding: 0;
}
.cp-hero nav .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-theme-text-soft, rgba(255, 255, 255, 0.45));
}
.cp-hero nav .breadcrumb a {
    color: var(--bs-theme-text-soft, rgba(255, 255, 255, 0.65));
    text-decoration: none;
}
.cp-hero nav .breadcrumb a:hover {
    color: var(--bs-primary, #fdba21);
}
.cp-hero__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--bs-emphasis-color, #fff);
}
.cp-hero__lead {
    margin: 0;
    max-width: 42rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--bs-theme-text-soft, rgba(255, 255, 255, 0.62));
}
.cp-card-rise {
    transition: border-color 0.2s ease, box-shadow 0.22s ease, transform 0.2s ease;
}
.cp-card-rise:hover {
    border-color: rgba(var(--bs-primary-rgb, 253, 186, 33), 0.38) !important;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
    .cp-card-rise {
        transition: none;
    }
    .cp-card-rise:hover {
        transform: none;
    }
}
.game-showcase-row {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.game-showcase-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0e1016;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.game-showcase-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
    color: inherit !important;
}
.game-showcase-card:focus-visible {
    outline: 2px solid var(--bs-primary, #fdba21);
    outline-offset: 3px;
}
.game-showcase-card--verify {
    border-color: rgba(245, 158, 11, 0.5);
}
.game-showcase-card__visual {
    position: relative;
    aspect-ratio: 3 / 4.05;
    overflow: hidden;
    background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
}
.game-showcase-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bc-game-card-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}
.bc-game-card-visual--blackjack {
    background: linear-gradient(145deg, #14532d 0%, #052e16 50%, #0f172a 100%);
}
.bc-game-card-visual--mines {
    background: linear-gradient(145deg, #7c2d12 0%, #431407 50%, #0f172a 100%);
}
.bc-game-card-visual--dice {
    background: linear-gradient(145deg, #1e3a8a 0%, #172554 50%, #0f172a 100%);
}
.bc-game-card-visual--default {
    background: linear-gradient(160deg, #334155 0%, #0f172a 100%);
}
.game-showcase-card__footer {
    flex-shrink: 0;
    padding: 0.82rem 0.65rem;
    background: linear-gradient(180deg, #171b24 0%, #0f1219 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
}
.game-showcase-card__footer-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
    .game-showcase-card__visual {
        aspect-ratio: 3 / 3.45;
    }
    .game-showcase-card__footer {
        padding: 0.5rem 0.35rem;
    }
    .game-showcase-card__footer-title {
        font-size: clamp(0.62rem, 2.8vw, 0.82rem);
        line-height: 1.2;
    }
}
@media (min-width: 768px) {
    .game-showcase-row {
        max-width: min(100%, 640px);
        margin-left: auto;
        margin-right: auto;
    }
    .game-showcase-card__visual {
        aspect-ratio: 3 / 3.35;
    }
    .game-showcase-card__footer {
        padding: 0.55rem 0.45rem;
    }
    .game-showcase-card__footer-title {
        font-size: 0.88rem;
    }
}
@media (min-width: 1200px) {
    .game-showcase-row {
        max-width: min(100%, 720px);
    }
    .game-showcase-card__visual {
        aspect-ratio: 3 / 3.2;
    }
}
.game-winners {
    margin: 1.25rem 0 1.5rem;
}
.game-winners__title {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--bs-emphasis-color, #fff);
}
.game-winners__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 4px 14px;
    margin: 0 -4px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 229, 255, 0.45) rgba(255, 255, 255, 0.06);
}
.game-winners__track::-webkit-scrollbar {
    height: 5px;
}
.game-winners__track::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 999px;
}
.game-winners__track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 229, 255, 0.5), rgba(56, 189, 248, 0.35));
}
.bc-games-empty {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    color: var(--bs-theme-text-soft, rgba(255, 255, 255, 0.55));
    font-size: 0.875rem;
}
.game-winner-card {
    flex: 0 0 min(88%, 320px);
    max-width: 320px;
    scroll-snap-align: start;
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(32, 38, 52, 0.95) 0%, rgba(16, 20, 30, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 4px 18px rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
    .game-winner-card {
        flex: 0 0 300px;
    }
}
.game-winner-card__thumb {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.game-winner-card__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.bc-game-thumb-letter {
    font-size: 1.35rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.75);
}
.game-winner-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.game-winner-card__user {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.game-winner-card__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.game-winner-card__name {
    font-size: 0.84rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-winner-card__win {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.35;
}
.game-winner-card__win strong {
    font-weight: 800;
    color: #22d3ee;
    text-shadow: 0 0 18px rgba(34, 211, 238, 0.25);
    font-variant-numeric: tabular-nums;
}
.game-winner-card__mult {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
}
