/* CRATOS SLOT — DESKTOP ONLY (min-width fixed layout) */
@font-face {
    font-family: 'Sevastian 04 Base';
    src:
        local('Sevastian 04 Base'),
        local('Sevastian04 Base'),
        url('../fonts/Sevastian04Base.woff2') format('woff2'),
        url('../fonts/Sevastian04Base.woff') format('woff');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --cr-black: #181818;
    --cr-bg: #181818;
    --cr-bg2: #181818;
    --cr-bg3: #1f1f1f;
    --cr-gold: #e0cd89;
    --cr-gold-light: #efe4b0;
    --cr-gold-dark: #c4b064;
    --cr-text: #fff;
    --cr-muted: #999;
    --cr-border: rgba(224,205,137,.22);
    --cr-w: 1280px;
    --cr-home-hero-h: 360px;
    --cr-game-hero-h: 340px;
    --cr-page-skin: url('../revize-pageskin-7-son-hal-d3l5hhi3qh7c738amhq0.jpg');
    --font-serif: 'Poppins', 'Montserrat', 'Inter', system-ui, sans-serif;
    --font-sans: 'Poppins', 'Montserrat', 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 14.5px; }
html, body { min-width: 1100px; }
html { overflow-x: hidden; }
body.page-desktop {
    font-family: var(--font-sans);
    background-color: #181818;
    color: var(--cr-text);
    overflow-x: hidden;
    font-size: .92rem;
    position: relative;
    min-height: 100vh;
}

body.page-cratos::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--cr-page-skin) center top / cover no-repeat;
    background-attachment: fixed;
}
a { color: var(--cr-gold); text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

/* Media loading transitions */
.cr-media-wrap {
    position: relative;
    isolation: isolate;
    background: #181818;
}
.cr-media-wrap::before,
.cr-media-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    transition: opacity .35s ease;
    z-index: 3;
}
.cr-media-wrap::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(5,5,5,.86), rgba(8,8,8,.72));
}
.cr-media-wrap::after {
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.28);
    border-top-color: #d9d9d9;
    animation: crMediaSpin .75s linear infinite;
}
.cr-media-wrap.cr-media-loaded::before,
.cr-media-wrap.cr-media-loaded::after {
    opacity: 0;
}
.cr-media-img {
    opacity: 0;
    transform: scale(1.012);
    transition: opacity .42s ease, transform .55s ease;
}
.cr-media-wrap.cr-media-loaded .cr-media-img {
    opacity: 1;
    transform: scale(1);
}
@keyframes crMediaSpin { to { transform: rotate(360deg); } }

.cr-container { width: var(--cr-w); max-width: calc(100vw - 96px); margin: 0 auto; }

/* Lion backgrounds — replaced by page skin */
.cr-lion-bg { display: none !important; }

.cr-page-wrap { position: relative; z-index: 1; min-height: 100vh; }
.cr-main { position: relative; z-index: 1; background: transparent; }

/* Topbar */
.cr-topbar {
    background: transparent;
    border-bottom: none;
    overflow: hidden;
    padding: 0;
}
.cr-topbar__track {
    overflow: hidden;
    width: var(--cr-w);
    max-width: calc(100vw - 96px);
    margin: 0 auto;
    background: #181818;
    border: 1px solid var(--cr-border);
    border-bottom: none;
    border-radius: 0;
}
.cr-topbar__content {
    display: flex; width: max-content;
    animation: crTopbarScroll 28s linear infinite;
}
.cr-topbar__content span {
    flex-shrink: 0; padding: 5px 40px 5px 16px;
    font-size: .65rem; color: #e0cd89; line-height: 1.4; white-space: nowrap;
}
.cr-topbar__content strong { color: #efe4b0; font-weight: 700; }
@keyframes crTopbarScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Header — kaydırınca üstte sabit (genişlik aynı kalır) */
.cr-header {
    position: relative;
    z-index: 950;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}
.cr-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 950;
}
.cr-header-spacer {
    display: none;
    width: 100%;
    height: 0;
    pointer-events: none;
}
.cr-header-spacer.is-on {
    display: block;
}
.cr-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    background: #181818;
    border-left: 1px solid var(--cr-border);
    border-right: 1px solid var(--cr-border);
    padding: 0 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}
.cr-logo { display: flex; align-items: center; gap: 10px; color: var(--cr-gold); }
.cr-logo--image .cr-logo__img {
    display: block;
    max-height: 34px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.cr-logo--mobile.cr-logo--image .cr-logo__img {
    max-height: 40px;
    max-width: 170px;
}
.cr-logo__line { width: 26px; height: 1px; background: var(--cr-gold); }
.cr-logo__text { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; letter-spacing: 3px; text-align: center; line-height: 1.15; }
.cr-logo__text em { font-style: normal; display: block; font-size: .8rem; letter-spacing: 5px; }
.cr-header__actions { display: flex; align-items: center; gap: 0; }
.cr-header__auth { display: flex; align-items: center; gap: 8px; }
.cr-header__sep {
    width: 1px; height: 28px; background: #2a2a2a;
    margin: 0 10px; flex-shrink: 0;
}
.cr-header__pill {
    display: inline-flex; align-items: center; gap: 6px;
    height: 32px; padding: 0 11px;
    background: #1f1f1f; border: 1px solid #2e2e2e; border-radius: 6px;
    font-size: .72rem; color: #d4d4d4; font-weight: 500;
    font-variant-numeric: tabular-nums;
}
button.cr-header__pill { cursor: pointer; transition: border-color .2s; }
button.cr-header__pill:hover { border-color: #444; }
.cr-header__flag {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; border-radius: 50%; overflow: hidden;
    font-size: .85rem; line-height: 1;
}
.cr-header__pill .fa-chevron-down { font-size: .5rem; color: #888; margin-left: 2px; }

/* Dil seçici — sadece bayrak */
.cr-lang {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1400;
}
.cr-lang__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 32px;
    padding: 0;
    gap: 0;
    background: #1f1f1f;
    border: 1px solid #2e2e2e;
    border-radius: 6px;
    color: #e8e8e8;
    cursor: pointer;
    list-style: none;
    transition: border-color .2s, background .2s;
}
.cr-lang__btn::-webkit-details-marker,
.cr-lang__btn::marker { display: none; content: ''; }
.cr-lang__btn:hover,
.cr-lang[open] .cr-lang__btn,
.cr-lang.is-open .cr-lang__btn {
    border-color: rgba(224,205,137,.45);
    background: #242424;
}
.cr-lang__btn .fa-chevron-down,
.cr-lang__btn .cr-lang__code,
.cr-lang__btn .cr-lang__cur { display: none !important; }
.cr-lang__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 15px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,.12);
    flex-shrink: 0;
}
.cr-lang__flag svg { display: block; width: 22px; height: 15px; }
.cr-lang__code { letter-spacing: .4px; min-width: 1.2em; }
.cr-lang__cur { opacity: .85; font-weight: 700; margin-left: 2px; }
.cr-lang__section {
    padding: 8px 10px 4px;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(224,205,137,.7);
}
.cr-lang__menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 168px;
    padding: 6px;
    background: #1a1a1a;
    border: 1px solid rgba(224,205,137,.28);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0,0,0,.45);
    z-index: 1300;
}
.cr-lang__menu[hidden] { display: none !important; }
.cr-lang__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #ddd;
    font-size: .78rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
}
.cr-lang__option:hover { background: rgba(255,255,255,.05); color: #fff; }
.cr-lang__option.is-active {
    background: rgba(224,205,137,.12);
    color: var(--cr-gold);
}
.cr-profile-drop__lang .cr-lang__menu { right: auto; left: 0; }
.cr-header__clock { min-width: 84px; justify-content: center; letter-spacing: .5px; }
.cr-header__auth--user { gap: 8px; }
.cr-header__bonus { text-decoration: none; }
.cr-header__balance-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cr-balance {
    font-size: .82rem;
    font-weight: 600;
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    letter-spacing: .2px;
}
.cr-header-icon {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid rgba(224,205,137,.45);
    background: transparent;
    color: var(--cr-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    cursor: pointer;
    padding: 0;
    margin-left: 2px;
}
.cr-profile-drop {
    position: relative;
    margin-left: 8px;
}
.cr-header-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(224,205,137,.45);
    background: #1a1a1a;
    color: var(--cr-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}
.cr-header-avatar__dot {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cr-gold);
    border: 2px solid #181818;
}
.cr-profile-drop__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 260px;
    background: #2b2621;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: .18s ease;
    z-index: 1200;
    overflow: hidden;
    pointer-events: none;
}
.cr-profile-drop:hover .cr-profile-drop__menu,
.cr-profile-drop.is-open .cr-profile-drop__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.cr-profile-drop__user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cr-profile-drop__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    color: var(--cr-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
}
.cr-profile-drop__user strong {
    display: block;
    color: var(--cr-gold);
    font-size: .9rem;
    font-weight: 700;
}
.cr-profile-drop__user small {
    color: #999;
    font-size: .72rem;
}
.cr-profile-drop__list {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cr-profile-drop__item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 11px 16px;
    border: none;
    background: transparent;
    color: #e8e8e8;
    font-size: .82rem;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    box-sizing: border-box;
}
.cr-profile-drop__item:hover { background: rgba(255,255,255,.04); }
.cr-profile-drop__item i {
    width: 18px;
    text-align: center;
    color: #ccc;
    font-size: .9rem;
}
.cr-profile-drop__item--gold,
.cr-profile-drop__item--gold i { color: var(--cr-gold); }
.cr-profile-drop__lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #ccc;
    font-size: .78rem;
}
.cr-profile-drop__lang-box {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #1f1c19;
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: .72rem;
}
.cr-profile-drop__lang-box .fa-chevron-down { font-size: .55rem; color: #888; }
.cr-profile-drop__logout {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: none;
    background: transparent;
    color: #ccc;
    font-size: .82rem;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}
.cr-profile-drop__logout:hover { color: #f0a0a0; background: rgba(255,255,255,.03); }
.cr-profile-drop__logout i { width: 18px; text-align: center; }

.cr-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 8px 18px; border-radius: 4px; font-weight: 700; font-size: .72rem;
    border: none; letter-spacing: .4px; transition: .2s; height: 32px;
}
.cr-btn--gold { background: linear-gradient(180deg, var(--cr-gold-light), var(--cr-gold)); color: #000; }
.cr-btn--gold:hover { filter: brightness(1.08); box-shadow: 0 0 14px rgba(224,205,137,.35); }
.cr-btn--outline { background: transparent; border: 1px solid var(--cr-gold); color: var(--cr-gold); }
.cr-btn--outline:hover { background: rgba(224,205,137,.08); }
.cr-btn--sm { padding: 6px 14px; font-size: .68rem; height: 30px; }

/* Main Nav — same content width as header/slider */
.cr-main-nav {
    background: transparent;
    border-bottom: none;
}
.cr-main-nav__inner {
    display: flex;
    align-items: center;
    height: 42px;
    gap: 0;
    background: #181818;
    border: 1px solid var(--cr-border);
    border-top: 1px solid rgba(255,255,255,.06);
    border-radius: 0;
    padding: 0 8px;
}
.cr-main-nav__item {
    display: flex; align-items: center; gap: 6px; padding: 0 12px; height: 100%;
    color: #ccc; font-size: .68rem; font-weight: 600; letter-spacing: .3px;
    border-bottom: 2px solid transparent; transition: .2s;
}
.cr-main-nav__item i { color: var(--cr-gold); font-size: .78rem; }
.cr-main-nav__svg {
    width: .85rem;
    height: .85rem;
    color: var(--cr-gold);
    display: block;
    flex-shrink: 0;
}
.cr-main-nav__item:hover, .cr-main-nav__item.active { color: var(--cr-gold); border-bottom-color: var(--cr-gold); }
.cr-main-nav__item:hover .cr-main-nav__svg,
.cr-main-nav__item.active .cr-main-nav__svg { color: var(--cr-gold); }
.cr-main-nav__bonus {
    margin-left: auto; display: flex; align-items: center; gap: 6px;
    padding: 6px 14px; background: linear-gradient(180deg, var(--cr-gold-light), var(--cr-gold));
    color: #000; font-size: .68rem; font-weight: 800; border-radius: 0;
}
.cr-main-nav__bonus:hover { filter: brightness(1.1); color: #000; }

/* Hero */
.cr-hero-d { background: transparent; padding: 14px 0 12px; }
.cr-hero-d__frame {
    width: 100%; border-radius: 0; overflow: hidden;
    border: 0;
}
.cr-hero-d .cr-hero-swiper,
.cr-hero-d .swiper-slide { height: var(--cr-home-hero-h); }
.cr-hero-d .swiper-slide img { width: 100%; height: var(--cr-home-hero-h); object-fit: cover; display: block; }
.cr-hero-d .swiper-pagination { bottom: 14px !important; }
.cr-hero-d .swiper-pagination-bullet { background: var(--cr-gold); opacity: .35; width: 9px; height: 9px; }
.cr-hero-d .swiper-pagination-bullet-active { opacity: 1; }
.cr-hero-d__fallback img { width: 100%; height: var(--cr-home-hero-h); object-fit: cover; display: block; }

/* Quick Actions */
.cr-quick-d { padding: 12px 0 24px; background: transparent; }
.cr-quick-d .cr-container { display: flex; flex-direction: column; gap: 12px; }
.cr-quick-d__banner {
    width: 100%; border-radius: 0; overflow: hidden;
    border: 0;
}
.cr-quick-d__banner img { width: 100%; height: auto; display: block; object-fit: cover; }
.cr-quick-d__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 100%; }
.cr-quick-d__card {
    display: block; border-radius: 0; overflow: hidden;
    border: 0; background: #181818; cursor: pointer;
    transition: box-shadow .2s;
}
.cr-quick-d__card:hover { box-shadow: 0 0 14px rgba(224,205,137,.12); }
.cr-quick-d__card img { width: 100%; height: auto; display: block; }

/* Game Sections */
.cr-games-d { padding: 20px 0 28px; background: transparent; }
.cr-games-d--live { background: transparent; border-top: none; }
.cr-games-d__title {
    font-size: .82rem; font-weight: 700; letter-spacing: 1.2px;
    color: #fff; margin-bottom: 12px; text-transform: uppercase;
}
.cr-games-d__layout {
    --banner-w: 196px;
    display: grid; grid-template-columns: var(--banner-w) 1fr; gap: 12px; align-items: stretch;
}
.cr-games-d--slot .cr-games-d__layout { --feat-h: calc(var(--banner-w) * 672 / 482); }
.cr-games-d--live .cr-games-d__layout { --feat-h: calc(var(--banner-w) * 827 / 424); }
.cr-games-d__featured {
    display: block; border-radius: 0; overflow: hidden;
    border: 1px solid var(--cr-border); transition: .2s;
    width: var(--banner-w); height: var(--feat-h);
}
.cr-games-d__featured:hover { border-color: var(--cr-gold); box-shadow: 0 0 20px rgba(224,205,137,.12); }
.cr-games-d__featured img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

.cr-games-d__grid {
    display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: 1fr 1fr;
    gap: 10px; height: var(--feat-h); min-height: 0;
}
.cr-games-d__tile {
    position: relative; border-radius: 0; overflow: hidden;
    border: 1px solid #222; cursor: pointer;
    min-height: 0; height: 100%; transition: .2s;
}
.cr-games-d__tile:hover { border-color: var(--cr-gold); transform: scale(1.025); z-index: 2; }
.cr-games-d__tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .28s ease; }
.cr-games-d__tile:hover img { transform: scale(1.05); }
.cr-games-d__tile-hover {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 15%, rgba(0,0,0,.72) 68%, rgba(0,0,0,.92) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
    gap: 8px; padding: 12px 10px; text-align: center;
    opacity: 0; transition: opacity .22s ease; pointer-events: none;
}
.cr-games-d__tile:hover .cr-games-d__tile-hover { opacity: 1; }
.cr-games-d__tile-name {
    font-size: .72rem; font-weight: 700; color: #fff; line-height: 1.25;
    max-width: 100%; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    text-shadow: 0 2px 8px rgba(0,0,0,.65);
}
.cr-games-d__tile-play {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    width: 100%; max-width: 160px; padding: 8px 10px;
    background: linear-gradient(180deg, #fff, #e8e8e8); color: #101010;
    font-weight: 800; font-size: .72rem; border-radius: 2px;
    transform: translateY(12px); transition: transform .22s ease;
}
.cr-games-d__tile-play i { font-size: .65rem; }
.cr-games-d__tile:hover .cr-games-d__tile-play { transform: translateY(0); }

/* XCONCORDE chars row — same width as games layout above */
.cr-games-d--live .cr-chars-d__row {
    display: grid; grid-template-columns: repeat(9, 1fr);
    gap: 10px; width: 100%; margin-top: 32px;
}
.cr-chars-d__item {
    border-radius: 0; overflow: hidden;
    border: 1px solid var(--cr-border); transition: .2s; display: block;
}
.cr-chars-d__item--letter {
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 3 / 4;
    background: linear-gradient(160deg, #2a2a2a 0%, #141414 100%);
    color: var(--cr-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
}
.cr-chars-d__item:hover { border-color: var(--cr-gold); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(224,205,137,.12); }
.cr-chars-d__item img { width: 100%; height: auto; display: block; }

/* Bottom category nav */
.cr-bottom-cats {
    background: transparent; border-top: 1px solid var(--cr-border);
    padding: 14px 0 18px;
}
.cr-bottom-cats__inner { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }
.cr-bottom-cats__item {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: #ccc; font-size: .72rem; font-weight: 600; transition: .2s;
}
.cr-bottom-cats__item i { font-size: 1rem; color: var(--cr-gold); }
.cr-bottom-cats__item:hover { color: var(--cr-gold); }

/* Live Chat FAB */
.cr-livechat-fab {
    position: fixed; bottom: 20px; right: 0; z-index: 900;
    display: block; transition: transform .2s, filter .2s;
}
.cr-livechat-fab:hover { transform: translateY(-3px); filter: brightness(1.08); }
.cr-livechat-fab img { display: block; height: 56px; width: auto; max-width: none; }

.cr-home-popup {
    position: fixed; inset: 0; z-index: 12000;
    display: flex; align-items: center; justify-content: center; padding: 24px;
}
.cr-home-popup[hidden] { display: none !important; }
.cr-home-popup__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.cr-home-popup__card {
    position: relative; z-index: 1; max-width: min(520px, 90vw); width: 100%;
    border-radius: 16px; overflow: hidden; border: 1px solid rgba(224,205,137,.25);
    box-shadow: 0 24px 70px rgba(0,0,0,.5);
}
.cr-home-popup__card img { display: block; width: 100%; height: auto; }
.cr-home-popup__link { display: block; }
.cr-home-popup__close {
    position: absolute; top: 10px; right: 10px; z-index: 2;
    width: 36px; height: 36px; border: none; border-radius: 50%;
    background: rgba(24,24,24,.85); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer;
}

/* Footer */
.cr-footer-d {
    background: transparent; border-top: 1px solid var(--cr-border);
    padding: 40px 0 0; margin-top: 10px;
}
.cr-footer-d__top { display: flex; gap: 40px; padding-bottom: 28px; }
.cr-footer-d__cols { display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; flex: 1; }
.cr-footer-d__col h4 { font-size: .68rem; color: var(--cr-gold); font-weight: 700; margin-bottom: 14px; letter-spacing: .3px; line-height: 1.3; }
.cr-footer-d__col a { display: block; font-size: .7rem; color: #aaa; margin-bottom: 9px; transition: .2s; }
.cr-footer-d__col a:hover { color: #fff; }
.cr-footer-d__aside { min-width: 280px; }
.cr-footer-d__social { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.cr-footer-d__social a {
    width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--cr-border);
    display: flex; align-items: center; justify-content: center; color: var(--cr-gold); font-size: .8rem;
}
.cr-footer-d__social a:hover { border-color: var(--cr-gold); }
.cr-footer-d__downloads {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cr-footer-d__gcb {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0;
    line-height: 0;
}
.cr-footer-d__gcb img {
    width: 96px;
    height: auto;
    display: block;
}
.cr-footer-d__apps { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 0; }
.cr-footer-d__app {
    display: flex; align-items: center; gap: 10px; padding: 8px 12px;
    border-radius: 0; font-size: .7rem; color: #fff;
}
.cr-footer-d__app i { font-size: 1.3rem; }
.cr-footer-d__app span { display: flex; flex-direction: column; line-height: 1.2; }
.cr-footer-d__app span small { font-size: .55rem; opacity: .8; }
.cr-footer-d__app--apple { background: #1d4ed8; }
.cr-footer-d__app--google { background: #222; border: 1px solid #333; }

.cr-footer-d__divider { height: 1px; background: #222; margin-bottom: 20px; }
.cr-footer-d__legal p { font-size: .62rem; color: #888; line-height: 1.75; margin-bottom: 20px; }
.cr-footer-d__bottom {
    display: flex; justify-content: space-between; align-items: flex-end;
    padding: 16px 0 24px; border-top: 1px solid #1a1a1a;
    gap: 16px;
}
.cr-footer-d__copy { display: flex; align-items: center; gap: 12px; font-size: .72rem; color: var(--cr-gold); }
.cr-footer-d__age {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 50%; border: 2px solid #22c55e;
    color: #22c55e; font-weight: 800; font-size: .65rem;
}
.cr-footer-d__end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.cr-footer-d__lang { font-size: .72rem; color: #aaa; padding: 5px 12px; border: 1px solid #333; border-radius: 0; }

/* Modals */
.cr-modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: .3s; }
.cr-modal.open { opacity: 1; visibility: visible; }
.cr-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.88); }
.cr-modal__panel { position: relative; width: 100%; max-width: 440px; max-height: 90vh; overflow-y: auto; background: var(--cr-bg2); border: 1px solid var(--cr-border); border-radius: 0; }
.cr-modal__panel--wide { max-width: 500px; }
.cr-modal__panel--auth { padding: 0; overflow-x: hidden; overflow-y: auto; }
.cr-modal__panel--game { max-width: 96vw; width: 96vw; height: 92vh; padding: 0; }
.cr-modal__panel--game iframe { width: 100%; height: 100%; border: none; }
.cr-modal__close { position: absolute; top: 12px; right: 12px; z-index: 10; background: rgba(0,0,0,.5); border: none; color: #fff; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; }

.cr-auth-hero { background: linear-gradient(135deg, #1a1500, #000); padding: 2rem 1.5rem; text-align: center; border-bottom: 1px solid var(--cr-border); }
.cr-auth-hero--compact { padding: 1.5rem; text-align: left; }
.cr-auth-hero h2 { font-family: var(--font-serif); font-size: 1.2rem; color: var(--cr-gold); margin-top: 4px; }
.cr-auth-badge { display: inline-block; padding: 4px 14px; border: 1px solid var(--cr-gold); border-radius: 0; font-size: .65rem; color: var(--cr-gold); margin-bottom: 8px; }
.cr-auth-form-wrap { padding: 1.5rem; }
.cr-auth-sub { font-size: .8rem; color: var(--cr-muted); margin-bottom: 1rem; }
.cr-auth-sub strong { color: var(--cr-gold); display: block; font-size: .9rem; }
.cr-field { display: flex; align-items: center; gap: 10px; background: var(--cr-bg3); border: 1px solid #333; border-radius: 0; padding: 0 14px; margin-bottom: 10px; min-width: 0; }
.cr-field:focus-within { border-color: var(--cr-gold); }
.cr-field i { color: var(--cr-muted); flex-shrink: 0; }
.cr-field input { flex: 1; min-width: 0; width: 100%; background: none; border: none; color: #fff; padding: 14px 0; font-size: .9rem; outline: none; }
.cr-field--phone { gap: 8px; padding-left: 8px; }
.cr-field--phone .cr-phone-cc {
    flex: 0 0 auto;
    max-width: 118px;
    height: 42px;
    padding: 0 6px;
    background: #1a1816;
    border: none;
    border-right: 1px solid #333;
    color: #e8e8e8;
    font-size: .78rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}
.cr-field--phone .cr-phone-cc option { background: #1a1816; color: #fff; }
.cr-field--phone .cr-phone-prefix { font-size: .8rem; }
.cr-field--phone input[type="tel"] { flex: 1; min-width: 0; }
.cr-field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; width: 100%; min-width: 0; }
.cr-field-row > .cr-field { margin-bottom: 10px; }
.cr-eye { background: none; border: none; color: var(--cr-muted); cursor: pointer; flex-shrink: 0; }
.cr-check { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--cr-muted); margin-bottom: 12px; }
.cr-forgot { display: block; text-align: center; font-size: .8rem; color: var(--cr-muted); margin-top: 12px; }
.cr-support-btn { margin-top: 12px; }
.cr-auth-switch { text-align: center; font-size: .8rem; color: var(--cr-muted); margin-top: 12px; }
.cr-reg-form { padding: 0 1.25rem 1.5rem; box-sizing: border-box; width: 100%; max-width: 100%; overflow-x: hidden; }
.cr-reg-progress {
    display: flex; align-items: center; gap: 10px;
    margin-top: 14px;
}
.cr-reg-progress__item {
    display: flex; align-items: center; gap: 8px;
    color: var(--cr-muted); font-size: .72rem; font-weight: 600;
    opacity: .55; transition: .25s ease;
}
.cr-reg-progress__item.is-active,
.cr-reg-progress__item.is-done { opacity: 1; color: var(--cr-gold); }
.cr-reg-progress__num {
    width: 22px; height: 22px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid currentColor; font-size: .7rem; font-weight: 700;
}
.cr-reg-progress__item.is-active .cr-reg-progress__num,
.cr-reg-progress__item.is-done .cr-reg-progress__num {
    background: var(--cr-gold); color: #111; border-color: var(--cr-gold);
}
.cr-reg-progress__line {
    flex: 1; height: 1px; background: rgba(255,255,255,.12);
    position: relative; overflow: hidden;
}
.cr-reg-progress__line::after {
    content: ""; position: absolute; inset: 0 auto 0 0; width: 0;
    background: var(--cr-gold); transition: width .3s ease;
}
.cr-reg-progress__line.is-filled::after { width: 100%; }
.cr-reg-pane[hidden] { display: none !important; }
.cr-reg-pane.is-active { display: block; animation: cr-reg-in .28s ease; }
@keyframes cr-reg-in {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: none; }
}
.cr-reg-actions {
    display: grid; grid-template-columns: auto 1fr; gap: 8px; margin-top: 4px;
}
.cr-reg-actions .cr-btn { width: 100%; }
.cr-reg-actions .cr-btn--outline { white-space: nowrap; padding-inline: 14px; }
.cr-btn--block { width: 100%; }

.cr-finance-tabs { display: flex; border-bottom: 1px solid var(--cr-border); }
.cr-finance-tabs button { flex: 1; padding: 14px; background: none; border: none; color: var(--cr-muted); font-weight: 700; cursor: pointer; }
.cr-finance-tabs button.active { color: var(--cr-gold); border-bottom: 2px solid var(--cr-gold); }
.cr-pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 16px; }
.cr-pay-grid[hidden], .cr-deposit-step[hidden] { display: none !important; }
.cr-pay-item { padding: 12px 8px; background: var(--cr-bg3); border: 1px solid var(--cr-border); border-radius: 0; text-align: center; cursor: pointer; font-size: .7rem; color: var(--cr-muted); }
.cr-pay-item:hover { border-color: var(--cr-gold); }
.cr-pay-item img { height: 32px; margin: 0 auto 6px; object-fit: contain; }
.cr-deposit-step { padding: 16px 20px 20px; }
.cr-deposit-step__back {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: none; color: var(--cr-muted);
    font-size: .82rem; font-weight: 600; cursor: pointer; padding: 0 0 12px;
}
.cr-deposit-step__back:hover { color: var(--cr-gold); }
.cr-deposit-step__title {
    margin: 0 0 18px; font-size: 1rem; color: #fff; font-weight: 600;
}
.cr-deposit-step__label {
    display: block; margin-bottom: 8px; color: var(--cr-gold); font-size: .85rem; font-weight: 600;
}
.cr-deposit-step__input {
    width: 100%; padding: 14px 16px; margin-bottom: 18px;
    background: rgba(255,255,255,.04); border: 1px solid var(--cr-border);
    border-radius: 8px; color: #fff; font-size: 1rem; outline: none;
}
.cr-deposit-step__input:focus { border-color: var(--cr-gold); box-shadow: 0 0 0 3px rgba(224,205,137,.12); }
.cr-deposit-step__form .cr-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.cr-deposit-step__form .cr-btn:disabled { opacity: .55; cursor: not-allowed; }

/* P2P deposit step */
.cr-p2p { padding-top: 8px; }
.cr-p2p__head { margin-bottom: 10px; }
.cr-p2p__method { display: flex; align-items: center; gap: 12px; color: #7dd3fc; }
.cr-p2p__method i { font-size: 1.35rem; color: #bae6fd; }
.cr-p2p__method strong { display: block; color: #e0f2fe; font-size: .95rem; font-weight: 700; }
.cr-p2p__method small { display: block; margin-top: 2px; color: #67e8f9; font-size: .75rem; }
.cr-p2p__timer-row {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .78rem; color: #7dd3fc; margin-bottom: 6px;
}
#p2pTimerLabel.is-expired { color: #fbbf24; }
#p2pTimerValue { font-variant-numeric: tabular-nums; font-weight: 700; color: #a5f3fc; }
.cr-p2p__timer-bar {
    height: 3px; background: rgba(34, 211, 238, .15); border-radius: 2px;
    overflow: hidden; margin-bottom: 16px;
}
.cr-p2p__timer-bar span {
    display: block; height: 100%; width: 100%;
    background: linear-gradient(90deg, #22d3ee, #67e8f9);
    transition: width .9s linear;
}
.cr-p2p__amount-box {
    background: rgba(14, 30, 52, .85);
    border: 1px solid rgba(56, 189, 248, .28);
    border-radius: 14px; padding: 14px 16px; margin-bottom: 14px;
}
.cr-p2p__amount-top {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .68rem; letter-spacing: .04em; color: #7dd3fc; font-weight: 700;
}
.cr-p2p__copy {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: none; color: #67e8f9;
    font-size: .72rem; font-weight: 600; cursor: pointer; padding: 0;
}
.cr-p2p__copy:hover, .cr-p2p__copy-icon:hover { color: #fff; }
.cr-p2p__amount-val {
    margin: 8px 0 10px; font-size: 1.65rem; font-weight: 800;
    color: #fff; letter-spacing: .02em;
}
.cr-p2p__warn {
    display: flex; align-items: flex-start; gap: 8px;
    margin: 0; font-size: .72rem; line-height: 1.35; color: #fbbf24;
}
.cr-p2p__warn i { margin-top: 2px; }
.cr-p2p__card {
    background: linear-gradient(145deg, #1e3a5f 0%, #0c4a6e 55%, #155e75 100%);
    border-radius: 16px; padding: 16px 18px; margin-bottom: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
}
.cr-p2p__card-label {
    display: block; font-size: .65rem; letter-spacing: .12em;
    color: rgba(186, 230, 253, .75); font-weight: 700; margin-bottom: 10px;
}
.cr-p2p__card-row {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
#p2pCardNumber {
    font-size: 1.15rem; font-weight: 700; color: #fff;
    letter-spacing: .08em; font-variant-numeric: tabular-nums;
}
.cr-p2p__copy-icon {
    background: rgba(255,255,255,.08); border: none; color: #bae6fd;
    width: 36px; height: 36px; border-radius: 10px; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
}
.cr-p2p__card-holder {
    margin-top: 10px; font-size: .8rem; color: rgba(224, 242, 254, .85);
}
.cr-p2p__steps {
    margin: 0 0 16px; padding-left: 1.2rem;
    color: #7dd3fc; font-size: .78rem; line-height: 1.55;
}
.cr-p2p__steps li { margin-bottom: 6px; }
.cr-p2p__steps li::marker { font-weight: 700; color: #22d3ee; }

/* Crypto deposit step */
.cr-crypto { padding-top: 8px; }
.cr-crypto__head { margin-bottom: 10px; }
.cr-crypto__method { display: flex; align-items: center; gap: 12px; color: #fbbf24; }
.cr-crypto__method i { font-size: 1.45rem; color: #f59e0b; }
.cr-crypto__method strong { display: block; color: #fef3c7; font-size: .95rem; font-weight: 700; }
.cr-crypto__method small { display: block; margin-top: 2px; color: #fcd34d; font-size: .75rem; }
.cr-crypto__timer-row {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .78rem; color: #fcd34d; margin-bottom: 6px;
}
#cryptoTimerLabel.is-expired { color: #f87171; }
#cryptoTimerValue { font-variant-numeric: tabular-nums; font-weight: 700; color: #fde68a; }
.cr-crypto__timer-bar {
    height: 3px; background: rgba(245, 158, 11, .18); border-radius: 2px;
    overflow: hidden; margin-bottom: 16px;
}
.cr-crypto__timer-bar span {
    display: block; height: 100%; width: 100%;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    transition: width .9s linear;
}
.cr-crypto__amount-box {
    background: rgba(28, 22, 12, .9);
    border: 1px solid rgba(245, 158, 11, .3);
    border-radius: 14px; padding: 14px 16px; margin-bottom: 14px;
}
.cr-crypto__amount-top {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .68rem; letter-spacing: .04em; color: #fcd34d; font-weight: 700;
}
.cr-crypto__copy {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: none; color: #fbbf24;
    font-size: .72rem; font-weight: 600; cursor: pointer; padding: 0;
}
.cr-crypto__copy:hover, .cr-crypto__copy-icon:hover { color: #fff; }
.cr-crypto__amount-val {
    margin: 8px 0 10px; font-size: 1.65rem; font-weight: 800;
    color: #fff; letter-spacing: .02em;
}
.cr-crypto__warn {
    display: flex; align-items: flex-start; gap: 8px;
    margin: 0; font-size: .72rem; line-height: 1.35; color: #fbbf24;
}
.cr-crypto__warn i { margin-top: 2px; }
.cr-crypto__wallet {
    background: linear-gradient(145deg, #292524 0%, #1c1917 55%, #422006 100%);
    border-radius: 16px; padding: 16px 18px; margin-bottom: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
}
.cr-crypto__wallet-label {
    display: block; font-size: .65rem; letter-spacing: .12em;
    color: rgba(253, 230, 138, .75); font-weight: 700; margin-bottom: 10px;
}
.cr-crypto__wallet-row {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 10px;
}
#cryptoAddress {
    font-size: .85rem; font-weight: 600; color: #fff;
    word-break: break-all; line-height: 1.4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.cr-crypto__copy-icon {
    background: rgba(255,255,255,.08); border: none; color: #fde68a;
    width: 36px; height: 36px; border-radius: 10px; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.cr-crypto__wallet-meta {
    margin-top: 10px; font-size: .8rem; color: rgba(253, 230, 138, .85);
}
.cr-crypto__steps {
    margin: 0 0 16px; padding-left: 1.2rem;
    color: #fcd34d; font-size: .78rem; line-height: 1.55;
}
.cr-crypto__steps li { margin-bottom: 6px; }
.cr-crypto__steps li::marker { font-weight: 700; color: #f59e0b; }

/* Sidebar */
.cr-sidebar { position: fixed; top: 0; left: 0; width: 280px; height: 100%; z-index: 1100; background: var(--cr-bg2); border-right: 1px solid var(--cr-border); transform: translateX(-100%); transition: .3s; display: flex; flex-direction: column; }
.cr-sidebar.open { transform: translateX(0); }
.cr-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 1050; opacity: 0; visibility: hidden; transition: .3s; }
.cr-overlay.open { opacity: 1; visibility: visible; }
.cr-sidebar__head { display: flex; justify-content: space-between; align-items: center; padding: 16px; border-bottom: 1px solid var(--cr-border); color: var(--cr-gold); font-family: var(--font-serif); }
.cr-sidebar__head button { background: none; border: none; color: var(--cr-muted); font-size: 1.2rem; cursor: pointer; }
.cr-sidebar__nav { flex: 1; padding: 12px 0; overflow-y: auto; }
.cr-sidebar__nav a { display: flex; align-items: center; gap: 12px; padding: 12px 20px; color: var(--cr-muted); font-size: .9rem; }
.cr-sidebar__nav a:hover { color: var(--cr-gold); background: rgba(224,205,137,.05); }
.cr-sidebar__nav a i { width: 20px; color: var(--cr-gold); }

.cr-toast-box { position: fixed; top: 90px; right: 24px; z-index: 3000; }
.cr-toast { padding: 10px 16px; background: var(--cr-bg3); border: 1px solid var(--cr-border); border-radius: 0; margin-bottom: 6px; font-size: .85rem; }

/* Hide mobile elements */
.cr-bottom-nav { display: none !important; }
.cr-menu-sheet { display: none !important; }

/* ========== SLOT PAGE (Desktop) ========== */
.cr-page--slot-d { padding-bottom: 32px; background: transparent; }
.cr-slot-d-hero { padding: 10px 0 8px; }
.cr-slot-d-hero__frame { border-radius: 0; overflow: hidden; border: 1px solid var(--cr-border); }
.cr-slot-d-hero__frame .cr-slot-hero-swiper,
.cr-slot-d-hero__frame .swiper-slide { height: var(--cr-game-hero-h); }
.cr-slot-d-hero__frame img,
.cr-slot-d-hero__img,
.cr-slot-hero-swiper .swiper-slide img {
    width: 100%;
    height: var(--cr-game-hero-h);
    object-fit: cover;
    display: block;
}
.cr-slot-d-hero .swiper-pagination { bottom: 10px !important; }
.cr-slot-hero-swiper .swiper-pagination-bullet { background: var(--cr-gold); opacity: .35; width: 7px; height: 7px; }
.cr-slot-hero-swiper .swiper-pagination-bullet-active { opacity: 1; }

.cr-jackpot-ticker {
    padding: 12px 0;
    background: transparent;
    border-top: none;
    border-bottom: none;
}
.cr-jackpot-ticker__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #181818;
    border: 1px solid var(--cr-border);
    padding: 12px;
    border-radius: 0;
}
.cr-jp-card { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px; border-radius: 0; border: 1px solid var(--cr-border); background: var(--cr-bg3); }
.cr-jp-card i { font-size: .95rem; }
.cr-jp-card small { font-size: .55rem; color: var(--cr-muted); letter-spacing: 1px; }
.cr-jp-card strong { font-size: .88rem; font-weight: 800; }
.cr-jp-card--purple i, .cr-jp-card--purple strong { color: #a855f7; }
.cr-jp-card--blue i, .cr-jp-card--blue strong { color: #3b82f6; }
.cr-jp-card--green i, .cr-jp-card--green strong { color: #22c55e; }
.cr-jp-card--red i, .cr-jp-card--red strong { color: #ef4444; }

.cr-slot-d-body { padding: 16px 0 0; }
.cr-slot-d-title { font-family: var(--font-serif); font-size: .95rem; color: var(--cr-gold); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }

.cr-live-cats-d {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 160px));
    gap: 12px;
    margin-bottom: 16px;
}
.cr-live-cat-d {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
}
.cr-live-cat-d__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--cr-border);
    background: #181818;
}
.cr-live-cat-d__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}
.cr-live-cat-d:hover .cr-live-cat-d__img img { transform: scale(1.04); }
.cr-live-cat-d__label {
    font-size: .72rem;
    font-weight: 700;
    color: var(--cr-muted);
}
.cr-live-cat-d.active .cr-live-cat-d__img {
    border-color: var(--cr-gold);
    box-shadow: 0 0 0 1px var(--cr-gold);
}
.cr-live-cat-d.active .cr-live-cat-d__label { color: var(--cr-gold); }

.cr-slot-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.cr-slot-tab {
    display: inline-flex; align-items: center; gap: 5px; padding: 7px 12px;
    border-radius: 0; font-size: .7rem; font-weight: 600; color: var(--cr-muted);
    background: var(--cr-bg3); border: 1px solid transparent; transition: .2s;
    cursor: pointer;
}
.cr-slot-tab:hover { color: var(--cr-gold); border-color: var(--cr-border); }
.cr-slot-tab.active { background: var(--cr-gold); color: #000; }

.cr-search-bar--desktop {
    display: flex; align-items: center; gap: 10px; max-width: 360px;
    padding: 0 12px; margin-bottom: 12px;
    background: var(--cr-bg3); border: 1px solid var(--cr-border); border-radius: 0;
}
.cr-search-bar--desktop i { color: var(--cr-muted); font-size: .85rem; }
.cr-search-bar--desktop input { flex: 1; background: none; border: none; color: #fff; padding: 10px 0; font-size: .8rem; outline: none; }

.cr-provider-grid { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.cr-provider-btn {
    padding: 6px 11px; background: var(--cr-bg3); border: 1px solid var(--cr-border);
    border-radius: 0; color: var(--cr-muted); font-size: .68rem; font-weight: 600; cursor: pointer; transition: .2s;
}
.cr-provider-btn:hover { border-color: var(--cr-gold); color: var(--cr-gold); }
.cr-provider-btn.active { background: var(--cr-gold); color: #000; border-color: var(--cr-gold); }
.cr-provider-btn--logo {
    min-height: 44px;
    min-width: 100px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #1a1816;
}
.cr-provider-btn--logo img {
    max-height: 36px;
    width: auto;
    max-width: 120px;
    display: block;
    object-fit: contain;
}
.cr-provider-btn--logo span { line-height: 1.15; }
.cr-provider-btn--logo.active {
    background: #1a1816;
    border-color: var(--cr-gold);
    box-shadow: 0 0 0 1px var(--cr-gold);
    color: var(--cr-gold);
}

/* Betco-style wide cards — fill frame without cropping artwork */
.cr-slot-games {
    display: flex; flex-wrap: wrap; gap: 8px; width: 100%; align-items: stretch;
}
.cr-games-grid.is-loading,
.cr-slot-games.is-loading { opacity: .45; pointer-events: none; transition: opacity .15s ease; }
.cr-slot-game {
    flex: 0 0 calc((100% - 40px) / 6); max-width: calc((100% - 40px) / 6);
    min-width: 0;
    cursor: pointer;
}
.cr-slot-game__inner {
    position: relative; background: #121212; border-radius: 4px;
    overflow: hidden; border: none;
    transition: box-shadow .28s ease, transform .28s ease;
    aspect-ratio: 4 / 3; width: 100%;
}
.cr-slot-game__inner:hover {
    box-shadow: 0 8px 18px rgba(246,75,122,.2);
    transform: translateY(-2px) scale(1.015);
}
.cr-slot-game__img {
    width: 100%; height: 100%;
    object-fit: fill;
    display: block; border-radius: 0;
}
.cr-slot-game__img[src=""],
.cr-slot-game__img:not([src]) { display: none; }
.cr-slot-game__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.1) 20%, rgba(0,0,0,.75) 72%, rgba(0,0,0,.92) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
    gap: 6px; opacity: 0; transition: opacity .25s; padding: 10px 8px; text-align: center;
}
.cr-slot-game__inner:hover .cr-slot-game__overlay { opacity: 1; }
.cr-slot-game__name {
    font-size: .7rem; font-weight: 700; color: #fff; line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0,0,0,.65);
    transform: translateY(6px);
    opacity: .88;
    transition: transform .28s ease, opacity .28s ease;
}
.cr-slot-game__inner:hover .cr-slot-game__name {
    transform: translateY(0);
    opacity: 1;
}
.cr-slot-game__play {
    display: inline-flex; align-items: center; justify-content: center; gap: 5px;
    width: calc(100% - 8px);
    max-width: 180px;
    padding: 7px 10px;
    background: linear-gradient(180deg, #ffffff, #e8e8e8);
    color: #101010;
    font-weight: 800;
    font-size: .64rem;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(120%);
    transition: transform .28s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.45);
}
.cr-slot-game__inner:hover .cr-slot-game__play { transform: translateY(0); }

.cr-empty { text-align: center; padding: 36px 16px; color: var(--cr-muted); }
.cr-empty i { font-size: 1.6rem; color: var(--cr-gold); margin-bottom: 10px; display: block; opacity: .5; }
.cr-load-more { text-align: center; padding: 20px 0 8px; }

/* ========== PROMOTIONS PAGE (Desktop) ========== */
.cr-page--promo-d { padding: 24px 0 48px; background: transparent; }
.cr-promo-d-title {
    font-family: var(--font-serif); font-size: 1.15rem; color: var(--cr-gold);
    margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
}
.cr-promo-d-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.cr-promo-d-filter {
    display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px;
    border-radius: 0; font-size: .75rem; font-weight: 700; letter-spacing: .3px;
    background: var(--cr-bg3); color: var(--cr-muted); border: 1px solid var(--cr-border);
    cursor: pointer; transition: .2s;
}
.cr-promo-d-filter:hover { border-color: var(--cr-gold); color: var(--cr-gold); }
.cr-promo-d-filter.active { background: var(--cr-gold); color: #000; border-color: var(--cr-gold); }
.cr-promo-d-filter--cta { background: linear-gradient(180deg, var(--cr-gold-light), var(--cr-gold)); color: #000; border-color: var(--cr-gold); }
.cr-promo-d-filter--cta:hover { filter: brightness(1.08); color: #000; }

.cr-promo-d-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.cr-promo-d-card { border-radius: 0; overflow: hidden; min-width: 0; }
.cr-promo-d-card[hidden] { display: none !important; }
.cr-promo-d-card__link { display: block; color: inherit; width: 100%; border: none; background: none; padding: 0; text-align: left; cursor: pointer; font: inherit; }
.cr-promo-d-card__img {
    position: relative; border-radius: 0; overflow: hidden;
    border: 1px solid var(--cr-border); background: #181818;
}
.cr-promo-d-card__img img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    display: block;
    object-fit: cover;
    background: #181818;
}
.cr-promo-d-card__shade {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.2) 55%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 10px;
    pointer-events: none;
}
.cr-promo-d-badge {
    display: inline-block; width: fit-content; padding: 3px 8px; margin-bottom: 6px;
    border: 1px solid var(--cr-gold); border-radius: 0; font-size: .58rem;
    color: var(--cr-gold); font-weight: 700;
}
.cr-promo-d-card__shade h3 {
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    max-width: none;
    margin: 0;
    padding: 5px 7px;
    border-radius: 0;
    color: #fff;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.16);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cr-promo-d-card__cta {
    position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 2;
    padding: 8px 10px; font-size: .68rem; pointer-events: none;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0,0,0,.4);
}
.cr-promo-d-card__link:hover .cr-promo-d-card__cta { filter: brightness(1.08); }
.cr-promo-d-card__caption { display: none; }

@media (max-width: 1200px) {
    .cr-promo-d-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .cr-promo-d-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Promo detail modal */
.cr-modal__panel--promo { max-width: 760px; padding: 0; overflow: hidden; }
.cr-promo-modal { max-height: 90vh; overflow-y: auto; }
.cr-promo-modal__title {
    font-family: var(--font-serif); font-size: 1.15rem; color: var(--cr-gold);
    padding: 20px 24px 12px; line-height: 1.3;
}
.cr-promo-modal__img img { width: 100%; display: block; object-fit: cover; max-height: 280px; }
.cr-promo-modal__body {
    padding: 20px 24px; background: #181818; color: #ccc;
    font-size: .88rem; line-height: 1.65; border-top: 1px solid var(--cr-border);
}
.cr-promo-modal__body p { margin-bottom: 10px; }
.cr-promo-modal__body strong { color: #fff; font-weight: 600; }
.cr-promo-modal__body ul, .cr-promo-modal__body ol { padding-left: 1.25rem; margin-bottom: 10px; }
.cr-promo-modal__actions { padding: 16px 24px 24px; text-align: center; }

/* Profile modal (desktop) */
.cr-modal--profile { align-items: center; justify-content: flex-end; padding: 0; }
.cr-modal__panel--profile {
    width: 420px;
    max-width: 100%;
    max-height: 100vh;
    height: 100%;
    margin: 0;
    border: none;
    border-left: 1px solid var(--cr-border);
    border-radius: 0;
    background: #231f1e;
    overflow-y: auto;
}
.cr-profile { padding: 16px 18px 28px; }
.cr-profile__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.cr-profile__back {
    width: 36px; height: 36px; border: none; background: transparent;
    color: #fff; font-size: 1rem; cursor: pointer; flex-shrink: 0;
}
.cr-profile__user { flex: 1; display: flex; align-items: center; gap: 12px; min-width: 0; }
.cr-profile__avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--cr-gold); color: #231f1e;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.05rem; flex-shrink: 0;
}
.cr-profile__meta strong { display: block; color: var(--cr-gold); font-size: .95rem; font-weight: 700; }
.cr-profile__meta small { color: #888; font-size: .72rem; }
.cr-profile__balance {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 14px; margin-bottom: 12px; background: #2a2624; border-radius: 10px; font-size: .82rem;
}
.cr-profile__balance span { color: #bbb; }
.cr-profile__balance strong { color: var(--cr-gold); font-size: .95rem; }
.cr-profile__level {
    margin-bottom: 12px; padding: 12px 14px; background: #2a2624; border-radius: 10px;
}
.cr-profile__level-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.cr-profile__level-badge {
    display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px;
    background: linear-gradient(180deg, #efe4b0, #e0cd89); color: #1a1510; font-size: .72rem; font-weight: 800;
}
.cr-profile__level-points { color: #ddd; font-size: .78rem; }
.cr-profile__level-points strong { color: var(--cr-gold); }
.cr-profile__level-bar { height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.cr-profile__level-bar > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #cbb56a, #e0cd89); }
.cr-profile__level-hint { display: block; margin-top: 7px; color: #888; font-size: .68rem; }
.cr-header-icon { position: relative; }
.cr-notify-dot {
    position: absolute; top: 6px; right: 6px; width: 8px; height: 8px; border-radius: 50%;
    background: #e74c3c; box-shadow: 0 0 0 2px #231f1e;
}
.cr-notify-list { max-height: 55vh; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; padding: 4px 2px 8px; }
.cr-notify-empty { color: #888; text-align: center; padding: 24px 8px; font-size: .85rem; }
.cr-notify-item { padding: 10px 12px; border-radius: 8px; background: #231f1e; border: 1px solid rgba(255,255,255,.06); }
.cr-notify-item.is-new { border-color: rgba(224,205,137,.35); }
.cr-notify-item strong { display: block; color: var(--cr-gold); font-size: .82rem; margin-bottom: 4px; }
.cr-notify-item p { color: #ddd; font-size: .78rem; margin: 0 0 6px; line-height: 1.35; }
.cr-notify-item small { color: #777; font-size: .68rem; }
.cr-profile__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.cr-profile__btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 10px; border-radius: 8px; border: 1px solid rgba(224,205,137,.35);
    background: #2a2624; color: #fff; font-size: .78rem; font-weight: 700; cursor: pointer;
}
.cr-profile__btn--gold {
    background: linear-gradient(180deg, var(--cr-gold-light), var(--cr-gold));
    color: #181818; border-color: transparent;
}
.cr-profile__menu {
    display: flex; flex-direction: column; gap: 2px;
    background: #2a2624; border-radius: 10px; overflow: hidden;
}
.cr-profile__item {
    display: flex; align-items: center; gap: 12px; width: 100%;
    padding: 14px; border: none; border-bottom: 1px solid rgba(255,255,255,.06);
    background: transparent; color: #e8e8e8; font-size: .82rem; font-weight: 600;
    text-align: left; text-decoration: none; cursor: pointer; font-family: inherit;
}
.cr-profile__item:last-child { border-bottom: none; }
.cr-profile__item > i:first-child { width: 20px; color: var(--cr-gold); text-align: center; }
.cr-profile__item span { flex: 1; }
.cr-profile__item > i:last-child { color: #666; font-size: .7rem; }
.cr-profile__item--logout { color: #f0a0a0; }
.cr-profile__item--logout > i:first-child { color: #f0a0a0; }
.cr-profile__info, .cr-profile__history {
    margin-top: 16px; padding: 14px; background: #2a2624; border-radius: 10px;
}
.cr-profile__info h4, .cr-profile__history-head h4 {
    color: var(--cr-gold); font-size: .78rem; margin-bottom: 12px; letter-spacing: .3px;
}
.cr-profile__info dl { display: flex; flex-direction: column; gap: 10px; }
.cr-profile__info dl div { display: flex; justify-content: space-between; gap: 12px; font-size: .75rem; }
.cr-profile__info dt { color: #888; }
.cr-profile__info dd { color: #fff; font-weight: 600; text-align: right; }
.cr-profile__history-head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.cr-profile__history-tabs { display: flex; gap: 6px; }
.cr-profile__history-tabs button {
    flex: 1; padding: 8px 10px; border-radius: 6px; border: 1px solid rgba(224,205,137,.25);
    background: #231f1e; color: #bbb; font-size: .72rem; font-weight: 700; cursor: pointer;
}
.cr-profile__history-tabs button.active {
    background: var(--cr-gold); color: #181818; border-color: transparent;
}
.cr-profile__history-loading, .cr-profile__history-empty {
    text-align: center; padding: 24px 10px; color: #888; font-size: .78rem;
}
.cr-profile__history-table { width: 100%; border-collapse: collapse; font-size: .68rem; }
.cr-profile__history-table th {
    text-align: left; padding: 8px 6px; color: #999; font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cr-profile__history-table td {
    padding: 9px 6px; border-bottom: 1px solid rgba(255,255,255,.05); color: #e8e8e8; vertical-align: top;
}
.cr-profile__history-table .cr-h-bet { color: var(--cr-gold); font-weight: 700; }
.cr-profile__history-table .cr-h-win { color: #7ddea0; font-weight: 700; }
.cr-profile__history-table .cr-h-date { color: #888; font-size: .62rem; white-space: nowrap; }
.cr-profile__history-table .cr-h-note {
    color: #999; font-size: .62rem; font-style: italic; padding-top: 0 !important;
}
.cr-profile__history-table .cr-h-actions { text-align: right; width: 72px; }
.cr-history-id { font-weight: 600; word-break: break-all; }
.cr-sport-status {
    display: inline-block; margin-top: 4px; padding: 2px 8px; border-radius: 999px;
    font-size: .58rem; font-weight: 700; text-transform: uppercase;
}
.sport-status-pending { background: rgba(224,205,137,.18); color: var(--cr-gold); }
.sport-status-won { background: rgba(125,222,160,.18); color: #7ddea0; }
.sport-status-lost { background: rgba(240,160,160,.18); color: #f0a0a0; }
.sport-status-cancelled { background: rgba(160,160,160,.18); color: #bbb; }
.cr-sport-toggle {
    background: rgba(224,205,137,.12); border: 1px solid rgba(224,205,137,.35);
    color: var(--cr-gold); font-size: .58rem; font-weight: 700; padding: 5px 8px;
    border-radius: 999px; cursor: pointer; white-space: nowrap;
}
.cr-sport-toggle.is-open {
    background: rgba(126,200,255,.15); border-color: rgba(126,200,255,.4); color: #7ec8ff;
}
.cr-sport-expand-row td { padding: 0 0 10px !important; border-bottom: none !important; }
.cr-sport-expand {
    margin-top: 4px; padding: 12px; border-radius: 10px; background: #231f1e;
    border: 1px solid rgba(224,205,137,.18);
}
.cr-sport-expand__meta {
    display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 12px; padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.08); font-size: .68rem; color: #999;
}
.cr-sport-expand__meta strong { color: var(--cr-gold); }
.cr-sport-bet {
    background: #2a2624; border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px; padding: 10px 12px; margin-bottom: 8px;
}
.cr-sport-bet:last-child { margin-bottom: 0; }
.cr-sport-bet__match {
    font-size: .78rem; font-weight: 700; color: #fff; margin-bottom: 8px;
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.cr-sport-live {
    font-size: .55rem; font-weight: 700; padding: 2px 7px; border-radius: 999px;
    background: rgba(255,255,255,.1); color: #bbb;
}
.cr-sport-live--on { background: rgba(255,80,80,.2); color: #ff8080; }
.cr-sport-bet__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cr-sport-bet__field span { display: block; font-size: .58rem; color: #888; margin-bottom: 2px; }
.cr-sport-bet__field strong { font-size: .72rem; color: #eee; font-weight: 600; }
.cr-sport-pick { color: var(--cr-gold) !important; }
.cr-sport-odd { color: #7ec8ff !important; }

/* Other pages */
.cr-page-title { font-family: var(--font-serif); font-size: 1.2rem; color: var(--cr-gold); padding: 24px 0 12px; }
.cr-sports-frame-wrap { height: calc(100vh - 220px); min-height: 500px; border: 1px solid var(--cr-border); border-radius: 0; overflow: hidden; position: relative; }
.cr-sports-iframe { width: 100%; height: 100%; border: none; }
.cr-sports-loader { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--cr-bg); gap: 12px; z-index: 10; }
.cr-sports-login-overlay { position: absolute; inset: 0; z-index: 20; cursor: pointer; background: transparent; }
.cr-sports-login-hint {
    position: absolute; inset: 0; z-index: 15;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; padding: 24px; text-align: center; cursor: pointer;
    color: #fff; background: #000309;
}
.cr-sports-login-hint[hidden] { display: none !important; }
.cr-sports-login-hint span { color: #ffaa44; font-size: .9rem; }
.cr-sports-page__tabs { display: flex; gap: 0; }
.cr-sports-tab {
    padding: 8px 16px; font-size: .72rem; font-weight: 600;
    color: #aaa; text-decoration: none; border: 1px solid var(--cr-border);
}
.cr-sports-tab.active { color: var(--cr-gold); border-color: var(--cr-gold); background: rgba(224,205,137,.08); }
.cr-sports-page--desktop .cr-sports-page__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px 0; gap: 16px; flex-wrap: wrap;
}
.cr-sports-page--desktop .cr-sports-page__head .cr-page-title { padding: 0; margin: 0; }
body.page-desktop.page-sports { overflow: hidden; }
body.page-desktop.page-sports .cr-footer-d { display: none !important; }
body.page-desktop.page-sports .cr-main { padding: 0; max-width: none; }
body.page-desktop.page-sports .cr-sports-main {
    position: fixed; left: 0; right: 0;
    top: var(--cr-sports-top, 0px);
    bottom: 0;
    z-index: 1; overflow: hidden; background: #000;
}
body.page-desktop.page-sports .cr-sports-frame-wrap {
    position: absolute; inset: 0; margin: 0; border: none; min-height: 0; height: auto;
}
body.page-desktop.page-sports .cr-sports-frame-wrap iframe,
body.page-desktop.page-sports .cr-sports-iframe {
    position: absolute; inset: 0; width: 100%; height: 100%;
    border: none; display: block; background: #000309;
}
.cr-loader { width: 32px; height: 32px; border: 3px solid var(--cr-border); border-top-color: var(--cr-gold); border-radius: 50%; animation: crSpin .7s linear infinite; }
@keyframes crSpin { to { transform: rotate(360deg); } }

/* Bonus talep */
.cr-bonus-page { padding: 8px 0 40px; }
.cr-bonus-page__inner { max-width: 640px; margin: 0 auto; }
.cr-bonus-head {
    text-align: center;
    padding: 20px 0 28px;
}
.cr-bonus-head__icon {
    width: 80px; height: 80px; margin: 0 auto 14px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(224,205,137,.1);
    border: 2px solid var(--cr-gold);
    color: var(--cr-gold);
    font-size: 1.85rem;
    box-shadow: 0 12px 32px rgba(224,205,137,.2);
}
.cr-bonus-head__title {
    justify-content: center; padding: 0 0 8px; margin: 0;
    font-size: 1.75rem;
}
.cr-bonus-head__sub {
    margin: 0; color: var(--cr-muted); font-size: .9rem; line-height: 1.5;
}
.cr-bonus-card {
    background: var(--cr-bg3);
    border: 1px solid var(--cr-border);
    border-radius: 12px;
    padding: 32px 28px;
    margin-bottom: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.cr-bonus-field { margin-bottom: 20px; }
.cr-bonus-field label {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 10px; color: var(--cr-gold); font-size: .88rem; font-weight: 600;
}
.cr-bonus-field label i { width: 16px; text-align: center; }
.cr-bonus-input {
    width: 100%;
    padding: 13px 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--cr-border);
    border-radius: 8px;
    color: #fff;
    font-size: .95rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.cr-bonus-input:focus {
    border-color: var(--cr-gold);
    box-shadow: 0 0 0 3px rgba(224,205,137,.12);
}
.cr-bonus-input:read-only { opacity: .7; cursor: default; }
select.cr-bonus-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e0cd89' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}
select.cr-bonus-input option { background: #1a1816; color: #fff; }
textarea.cr-bonus-input { resize: vertical; min-height: 80px; }
.cr-bonus-submit {
    width: 100%;
    margin-top: 6px;
    padding: 15px 22px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.cr-bonus-submit:disabled { opacity: .55; cursor: not-allowed; }
.cr-bonus-history {
    background: var(--cr-bg3);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 22px 24px;
}
.cr-bonus-history__title {
    display: flex; align-items: center; gap: 10px;
    margin: 0 0 16px; color: #fff; font-size: 1.05rem; font-weight: 600;
}
.cr-bonus-history__title i { color: var(--cr-gold); }
.cr-bonus-empty {
    text-align: center; padding: 36px 16px; color: #777;
}
.cr-bonus-empty i { font-size: 2.2rem; opacity: .35; margin-bottom: 10px; display: block; }
.cr-bonus-empty p { margin: 0; font-size: .85rem; }
.cr-bonus-item {
    background: rgba(0,0,0,.25);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}
.cr-bonus-item:last-child { margin-bottom: 0; }
.cr-bonus-item__row {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
    padding: 14px 16px;
}
.cr-bonus-item__info { min-width: 0; flex: 1; }
.cr-bonus-item__info strong {
    display: block; color: #fff; font-size: .9rem; font-weight: 600; margin-bottom: 4px;
}
.cr-bonus-item__info span { display: block; color: #888; font-size: .75rem; }
.cr-bonus-item__info em {
    display: inline-block; margin-top: 6px; font-style: normal;
    color: var(--cr-gold); font-size: .82rem; font-weight: 700;
}
.cr-bonus-badge {
    flex-shrink: 0;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.cr-bonus-badge--pending { background: rgba(255,165,0,.18); color: #ffb84d; }
.cr-bonus-badge--approved { background: rgba(0,200,80,.18); color: #5fff5f; }
.cr-bonus-badge--rejected { background: rgba(255,60,60,.18); color: #ff7777; }
.cr-bonus-item__note {
    margin: 0;
    padding: 12px 16px;
    border-top: 1px solid rgba(255,255,255,.05);
    color: #aaa;
    font-size: .78rem;
    line-height: 1.5;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.cr-bonus-item__note i { color: var(--cr-gold); opacity: .75; margin-top: 2px; }

/* Static / legal pages */
.cr-static-page { padding: 28px 0 56px; }
.cr-static {
    max-width: 920px;
    margin: 0 auto;
    background: rgba(18,18,18,.92);
    border: 1px solid rgba(224,205,137,.18);
    padding: 28px 32px 36px;
}
.cr-static-doc__head { margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cr-static-doc__head h1 {
    font-family: var(--font-serif);
    font-size: 1.65rem;
    color: var(--cr-gold);
    margin: 0 0 6px;
}
.cr-static-doc__meta { margin: 0; color: #888; font-size: .78rem; }
.cr-static-doc__body { color: #d6d6d6; font-size: .92rem; line-height: 1.7; }
.cr-static-doc__body h2 {
    font-size: 1.05rem;
    color: #fff;
    margin: 1.6rem 0 .7rem;
}
.cr-static-doc__body h3 { font-size: .95rem; color: var(--cr-gold); margin: 1.1rem 0 .45rem; }
.cr-static-doc__body p { margin: 0 0 .9rem; }
.cr-static-doc__body ul, .cr-static-doc__body ol { margin: 0 0 1rem; padding-left: 1.2rem; }
.cr-static-doc__body li { margin-bottom: .35rem; }
.cr-static-doc__body a { color: var(--cr-gold); text-decoration: underline; text-underline-offset: 2px; }
.cr-static-doc__body details {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    margin-bottom: 8px;
    padding: 10px 14px;
}
.cr-static-doc__body summary {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    list-style: none;
}
.cr-static-doc__body summary::-webkit-details-marker { display: none; }
.cr-static-doc__body details[open] summary { color: var(--cr-gold); margin-bottom: 8px; }
.cr-static-doc__body kbd {
    display: inline-block;
    padding: 1px 6px;
    border: 1px solid #444;
    background: #222;
    border-radius: 3px;
    font-size: .8rem;
}
.cr-static-doc__note {
    margin-top: 1.4rem;
    padding: 12px 14px;
    border-left: 3px solid var(--cr-gold);
    background: rgba(224,205,137,.08);
    color: #eee;
}
.cr-static-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 1rem 0 1.5rem;
}
.cr-static-card {
    padding: 16px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
}
.cr-static-card h3 { margin: 0 0 8px; color: var(--cr-gold); font-size: .9rem; }
.cr-static-card p { margin: 0; font-size: .85rem; }
@media (max-width: 800px) {
    .cr-static-cards { grid-template-columns: 1fr; }
    .cr-static { padding: 20px 16px 28px; }
}

/* Beniara / Canlı Destek */
.cr-beniara {
    padding: 36px 0 64px;
    min-height: 52vh;
}
.cr-beniara__card {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 28px 28px 32px;
    background: rgba(18, 18, 18, .94);
    border: 1px solid rgba(224, 205, 137, .22);
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.cr-beniara__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cr-beniara__icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(224,205,137,.35);
    color: var(--cr-gold);
    background: rgba(224,205,137,.08);
    font-size: 1.15rem;
}
.cr-beniara__head h1 {
    margin: 0 0 6px;
    font-family: var(--font-serif);
    font-size: 1.35rem;
    color: var(--cr-gold);
    line-height: 1.2;
}
.cr-beniara__head p {
    margin: 0;
    color: #9a9a9a;
    font-size: .82rem;
    line-height: 1.45;
}
.cr-beniara__form .cr-field {
    margin-bottom: 12px;
}
.cr-field--select {
    position: relative;
}
.cr-field select {
    flex: 1;
    width: 100%;
    min-width: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: #fff;
    padding: 14px 28px 14px 0;
    font-size: .9rem;
    outline: none;
    cursor: pointer;
}
.cr-field select option {
    background: #1a1816;
    color: #fff;
}
.cr-field--select::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}
.cr-beniara__submit {
    margin-top: 8px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
}

/* Forgot password */
.cr-forgot-page { padding: 36px 0 64px; min-height: 52vh; }
.cr-forgot-page .cr-container { width: 100%; max-width: 520px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
.cr-forgot-page__card {
    width: 100%; padding: 28px 28px 32px;
    background: rgba(18, 18, 18, .94);
    border: 1px solid rgba(224, 205, 137, .22);
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.cr-forgot-page__head {
    display: flex; align-items: flex-start; gap: 14px;
    margin-bottom: 18px; padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.cr-forgot-page__icon {
    width: 46px; height: 46px; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid rgba(224,205,137,.35); color: var(--cr-gold);
    background: rgba(224,205,137,.08); font-size: 1.15rem;
}
.cr-forgot-page__head h1 {
    margin: 0 0 6px; font-family: var(--font-serif); font-size: 1.3rem; color: var(--cr-gold);
}
.cr-forgot-page__head p { margin: 0; color: var(--cr-muted); font-size: .82rem; line-height: 1.45; }
.cr-forgot-page__progress { margin: 0 0 18px; }
.cr-forgot-page__hint { margin: 0 0 12px; color: #bbb; font-size: .82rem; line-height: 1.4; }
.cr-forgot-page__form .cr-field { margin-bottom: 10px; }
.cr-forgot-page__form .cr-btn { margin-top: 4px; }
.cr-forgot-page__success { text-align: center; padding: 22px 8px 8px; }
.cr-forgot-page__success i { font-size: 2.4rem; color: var(--cr-gold); margin-bottom: 12px; }
.cr-forgot-page__success h2 { margin: 0 0 6px; font-size: 1.15rem; color: #fff; }
.cr-forgot-page__success p { margin: 0 0 18px; color: var(--cr-muted); font-size: .85rem; }
.cr-forgot-page__foot {
    margin: 18px 0 0; text-align: center; font-size: .8rem; color: var(--cr-muted);
}
.cr-forgot-page__foot a { color: var(--cr-gold); text-decoration: none; }
.cr-forgot-page__foot a:hover { text-decoration: underline; }

/* Referral program */
.cr-ref-page { padding: 8px 0 40px; }
.cr-ref-page__inner { max-width: 720px; margin: 0 auto; }
.cr-ref-head { text-align: center; margin-bottom: 22px; }
.cr-ref-head__icon {
    width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #6c5ce7, #a29bfe); color: #fff; font-size: 1.35rem;
}
.cr-ref-head__title { margin: 0 0 6px; font-size: 1.35rem; }
.cr-ref-head__sub { margin: 0; color: var(--cr-muted); font-size: .85rem; }
.cr-ref-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px;
}
.cr-ref-stat {
    border-radius: 10px; padding: 16px 14px; color: #fff;
    display: flex; flex-direction: column; gap: 6px;
}
.cr-ref-stat--purple { background: linear-gradient(135deg, #6c5ce7, #8e44ad); }
.cr-ref-stat--cyan { background: linear-gradient(135deg, #00cec9, #0984e3); }
.cr-ref-stat--green { background: linear-gradient(135deg, #00b894, #55efc4); color: #0b2e24; }
.cr-ref-stat__label { font-size: .72rem; opacity: .9; font-weight: 600; }
.cr-ref-stat__value { font-size: 1.45rem; font-weight: 800; line-height: 1.1; }
.cr-ref-card {
    background: var(--cr-bg2, #1a1816); border: 1px solid var(--cr-border);
    border-radius: 10px; padding: 18px; margin-bottom: 14px;
}
.cr-ref-card__title {
    display: flex; align-items: center; gap: 8px;
    font-size: .95rem; margin: 0 0 12px; color: #fff;
}
.cr-ref-card__title i { color: var(--cr-gold); }
.cr-ref-link-row { display: flex; gap: 8px; align-items: stretch; }
.cr-ref-link-input {
    flex: 1; min-width: 0; padding: 11px 12px; border-radius: 6px;
    border: 1px solid var(--cr-border); background: #121212; color: #fff; font-size: .8rem;
}
.cr-ref-copy { white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.cr-ref-hint { margin: 10px 0 0; font-size: .78rem; color: var(--cr-muted); }
.cr-ref-empty {
    text-align: center; padding: 28px 12px; color: var(--cr-muted);
}
.cr-ref-empty i { font-size: 1.6rem; margin-bottom: 8px; opacity: .5; display: block; }
.cr-ref-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.cr-ref-list__item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border-radius: 8px; background: #121212; border: 1px solid #222;
}
.cr-ref-list__avatar {
    width: 36px; height: 36px; border-radius: 50%; background: #2a2624;
    display: flex; align-items: center; justify-content: center; color: var(--cr-gold);
}
.cr-ref-list__meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.cr-ref-list__meta strong { color: #fff; font-size: .85rem; }
.cr-ref-list__meta small { color: var(--cr-muted); font-size: .7rem; }
.cr-ref-list__date { font-size: .7rem; color: var(--cr-muted); white-space: nowrap; }
.cr-ref-info {
    display: flex; gap: 10px; align-items: flex-start;
    padding: 14px; border-radius: 8px; background: rgba(9,132,227,.12);
    border: 1px solid rgba(9,132,227,.25); color: #cfe8ff; font-size: .8rem; line-height: 1.5;
}
.cr-ref-info i { color: #74b9ff; margin-top: 2px; }

.cr-profile__referral {
    margin: 14px 16px 20px;
    padding: 16px;
    border-radius: 10px;
    background: #1a1816;
    border: 1px solid rgba(255,255,255,.08);
}
.cr-profile__referral h4 { margin: 0 0 12px; font-size: .95rem; color: var(--cr-gold); }
.cr-profile__ref-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.cr-profile__ref-stats > div { background: #121212; border-radius: 8px; padding: 12px; display: flex; flex-direction: column; gap: 4px; }
.cr-profile__ref-stats span { font-size: .7rem; color: #888; }
.cr-profile__ref-stats strong { font-size: 1.1rem; color: #fff; }
.cr-profile__ref-label { display: block; font-size: .75rem; color: #aaa; margin-bottom: 6px; }
.cr-profile__ref-row { display: flex; gap: 8px; margin-bottom: 8px; }
.cr-profile__ref-row input {
    flex: 1; min-width: 0; padding: 10px 12px; border-radius: 6px;
    border: 1px solid rgba(255,255,255,.1); background: #0e0e0e; color: #fff; font-size: .78rem;
}
.cr-profile__ref-hint { margin: 0 0 12px; font-size: .74rem; color: #888; line-height: 1.4; }
.cr-profile__ref-loading, .cr-profile__ref-empty { text-align: center; padding: 18px 8px; color: #888; font-size: .8rem; }
.cr-profile__ref-list { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.cr-profile__ref-list li {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 10px 12px; border-radius: 8px; background: #121212; border: 1px solid #222;
}
.cr-profile__ref-list li div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cr-profile__ref-list strong { color: #fff; font-size: .85rem; }
.cr-profile__ref-list small { color: #888; font-size: .68rem; }
.cr-profile__ref-list time { color: #777; font-size: .65rem; white-space: nowrap; }
.cr-profile__ref-more { display: block; text-align: center; font-size: .78rem; color: var(--cr-gold); font-weight: 600; text-decoration: none; }
