/* ============================================
   CASIBOM CASINO - FINAL POLISHED DESIGN
   ============================================ */
:root {
    --bg:        #121212;
    --bg2:       #1a1a1a;
    --bg3:       #222222;
    --header-bg: #161616;
    --border:    rgba(255,255,255,0.06);
    --primary:   #fca311;
    --primary2:  #e8950f;
    --green:     #27ae60;
    --green2:    #2ecc71;
    --text:      #ffffff;
    --muted:     #8a8fa8;
    --radius:    8px;
    --font:      'Inter', sans-serif;
    --tr:        0.22s ease;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family:var(--font); background:var(--bg); color:var(--text); min-height:100vh; overflow-x:hidden; }
a { text-decoration:none; color:inherit; }
button { cursor:pointer; font-family:var(--font); }
img { display:block; }

/* ===== LOGO ===== */
.logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-img {
    height: 38px;
    max-height: 38px;
    width: auto;
    object-fit: contain;
}

/* ===== HEADER ===== */
.header {
    position: sticky; top: 0; z-index: 200;
    background: var(--header-bg); border-bottom: 1px solid var(--border);
    height: 60px;
}
.header-inner {
    max-width: 1300px; margin: 0 auto; height: 100%;
    display: flex; align-items: center; padding: 0 20px; gap: 24px;
}
.nav { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-link {
    font-size: 12px; font-weight: 800; color: #9a9fb8;
    padding: 8px 12px; border-radius: 6px; white-space: nowrap;
    letter-spacing: 0.5px; transition: color var(--tr), background var(--tr);
    text-transform: uppercase;
}
.nav-link:hover { color: var(--primary); background: rgba(252,163,17,0.08); }
.nav-link.active { color: var(--text); background: rgba(255,255,255,0.05); }
.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-login {
    background: #fff; color: #111; border: none; border-radius: 6px;
    padding: 10px 24px; font-size: 13px; font-weight: 800;
    letter-spacing: 0.5px; transition: background var(--tr), transform var(--tr);
}
.btn-login:hover { background: #e8e8e8; transform: translateY(-1px); }
.btn-register {
    background: linear-gradient(135deg, var(--green2), var(--green)); color: #fff;
    border: none; border-radius: 6px; padding: 10px 24px;
    font-size: 13px; font-weight: 800; letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(46,204,113,0.3); transition: filter var(--tr), transform var(--tr);
}
.btn-register:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn-logout:hover { background: rgba(255,255,255,0.15) !important; transform: translateY(-1px); }

/* ===== MAIN ===== */
.main { max-width: 1300px; margin: 0 auto; padding: 16px 20px 60px; }

/* ===== HERO BANNER ===== */
.hero {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -16px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 14px;
}
.hero-track { display: flex; transition: transform 0.55s ease; }
.hero-slide { min-width: 100%; position: relative; }
.hero-new-banner {
    background: linear-gradient(100deg, #3b0a0a 0%, #8b1a1a 25%, #c42020 50%, #8b1a1a 75%, #3b0a0a 100%);
    min-height: 300px;
    display: flex; align-items: center; padding: 40px 60px;
    position: relative; overflow: hidden;
}
.hero-new-banner::before {
    content: ''; position: absolute; right: -50px; top: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(252,163,17,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.hero-new-banner::after {
    content: ''; position: absolute; left: -100px; bottom: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(252,163,17,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.hero-text-side { z-index: 2; display: flex; flex-direction: column; gap: 10px; }
.hero-headline-huge {
    font-weight: 900; line-height: 0.95; text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.hl-number { font-size: 5rem; color: #fff; font-style: italic; letter-spacing: -3px; }
.hl-tl { font-size: 2.2rem; color: #fff; font-style: italic; }
.hl-text {
    display: inline-block;
    background: linear-gradient(135deg, #111, #222); color: var(--primary);
    font-size: 2.4rem; padding: 6px 20px;
    border-radius: 6px; margin-top: -5px;
    transform: skewX(-8deg);
    font-style: italic;
    border: 1px solid rgba(252,163,17,0.3);
}
.hero-cta-btn {
    background: linear-gradient(135deg, var(--primary), #e89a00); color: #000;
    font-weight: 900; font-size: 15px; border: none; border-radius: 8px;
    padding: 12px 30px; cursor: pointer; width: fit-content;
    box-shadow: 0 6px 20px rgba(252,163,17,0.4);
    margin-top: 8px; text-transform: uppercase; letter-spacing: 1px;
    transition: transform var(--tr), box-shadow var(--tr);
}
.hero-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(252,163,17,0.5); }

/* Hero arrows & dots */
.hero-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.15);
    color: #fff; font-size: 22px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10; transition: background var(--tr), opacity var(--tr);
    opacity: 0;
}
.hero:hover .hero-arrow { opacity: 1; }
.hero-prev { left: 12px; }
.hero-next { right: 12px; }
.hero-arrow:hover { background: rgba(252,163,17,0.3); }
.hero-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: background var(--tr); }
.hero-dot.active { background: var(--primary); }

/* ===== LINK BAR ===== */
.link-bar {
    background: var(--bg2);
    border: 1px solid rgba(252,163,17,0.25); border-radius: 8px;
    padding: 10px; text-align: center;
    font-size: 13px; font-weight: 700; color: #999;
    margin-bottom: 14px;
}
.link-btn {
    background: var(--primary); color: #000; padding: 3px 12px;
    border-radius: 12px; font-weight: 900; margin: 0 5px; font-size: 12px;
}

/* ===== PROMO GRID ===== */
.promo-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.promo-card {
    border-radius: 10px; padding: 20px; position: relative; overflow: hidden;
    display: flex; flex-direction: column; justify-content: center; cursor: pointer;
    transition: transform var(--tr); min-height: 110px;
}
.promo-card:hover { transform: translateY(-3px); }
.promo-telegram { background: linear-gradient(135deg, #1565a0, #2196f3); }
.promo-vip { background: linear-gradient(135deg, #0a5c2e, #1db954); align-items: center; text-align: center; }
.promo-mobile { background: linear-gradient(135deg, #c17d00, #ffa726); }
.promo-title { font-size: 24px; font-weight: 900; color: #fff; font-style: italic; line-height: 1; margin-bottom: 8px; text-shadow: 0 3px 8px rgba(0,0,0,0.3); }
.promo-sub {
    display: inline-block; background: rgba(0,0,0,0.6); color: #fff;
    font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 6px; width: fit-content;
    backdrop-filter: blur(5px);
}
.promo-sub-btn {
    background: rgba(0,0,0,0.6); color: #fff; font-size: 11px; font-weight: 800;
    padding: 7px 14px; border-radius: 16px; margin-top: auto;
    backdrop-filter: blur(5px);
}
.vip-gems { display: flex; gap: 8px; font-size: 20px; margin-bottom: 8px; }
.vip-percs { font-size: 14px; font-weight: 900; color: #fff; margin-bottom: 12px; }

/* ===== WINNERS TICKER ===== */
.winners-section { margin-bottom: 20px; }
.section-title { font-size: 12px; font-weight: 800; color: #888; text-transform: uppercase; margin-bottom: 10px; letter-spacing: 1px; }
.winners-ticker { background: var(--bg2); border-radius: 8px; padding: 10px 14px; overflow: hidden; white-space: nowrap; border: 1px solid var(--border); }
.winners-track { display: flex; gap: 40px; animation: ticker 25s linear infinite; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.winner-item { display: inline-flex; align-items: center; gap: 12px; }
.w-img { width: 36px; height: 36px; border-radius: 6px; object-fit: cover; }
.w-info { display: flex; flex-direction: column; gap: 2px; }
.w-name { font-size: 12px; font-weight: 800; color: #fff; }
.w-game { font-size: 11px; color: #777; font-weight: 600; }
.w-amount { font-size: 13px; font-weight: 900; color: var(--primary); margin-left: 10px; }
.w-amount span { color: #fff; font-size: 10px; background: rgba(255,255,255,0.08); padding: 3px 6px; border-radius: 50%; }

/* ===== CATEGORY TOOLBAR ===== */
.casino-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--border); margin-bottom: 16px; overflow: hidden; }
.category-tabs { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; flex-shrink: 1; }
.category-tabs::-webkit-scrollbar { display: none; }
.cat-tab { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 10px 16px; background: none; border: none; color: var(--muted); font-size: 11px; font-weight: 800; white-space: nowrap; border-bottom: 2px solid transparent; cursor: pointer; transition: color var(--tr), border-color var(--tr); letter-spacing: 0.3px; }
.cat-tab .cat-icon { font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; }
.cat-tab .cat-icon svg { width: 22px; height: 22px; }
.cat-tab:hover { color: #d0d5ef; }
.cat-tab.active { color: var(--primary); border-bottom-color: var(--primary); }
.casino-search-area { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.provider-dropdown { display: flex; align-items: center; gap: 8px; background: var(--primary); border: none; border-radius: 8px; padding: 10px 16px; font-size: 12px; font-weight: 900; color: #000; cursor: pointer; transition: background var(--tr); }
.provider-dropdown:hover { background: var(--primary2); }
.search-box { display: flex; align-items: center; background: #ffffff; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; overflow: hidden; transition: border-color var(--tr); }
.search-box:focus-within { border-color: var(--primary); }
.search-input { background: none; border: none; outline: none; color: #000000; font-size: 13px; padding: 10px 14px; width: 180px; font-weight: 600; }
.search-input::placeholder { color: #888888; }
.search-btn { background: none; border: none; color: #888888; padding: 10px 14px; font-size: 16px; cursor: pointer; }

/* ===== GAMES GRID ===== */
.games-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

/* ===== GAME CARDS ===== */
.game-card {
    position: relative; border-radius: 10px; overflow: hidden; cursor: pointer;
    aspect-ratio: 4/3; background: var(--bg2); transition: transform var(--tr), box-shadow var(--tr);
}
.game-card:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 12px 35px rgba(0,0,0,0.8); z-index: 2; }
.game-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.game-card:hover img { transform: scale(1.08); }
.game-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--tr);
}
.game-card:hover .game-overlay { opacity: 1; }
.play-btn {
    background: linear-gradient(135deg, var(--primary), #e89a00); color: #000;
    font-weight: 900; font-size: 14px; border: none; border-radius: 6px;
    padding: 10px 24px; box-shadow: 0 4px 15px rgba(252,163,17,0.5);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.play-btn:hover { transform: scale(1.08); }
.game-label {
    position: absolute; bottom: 6px; left: 6px; right: 6px;
    background: rgba(0,0,0,0.7); color: #aaa; font-size: 9px; font-weight: 800;
    padding: 4px 8px; border-radius: 4px; text-align: center; text-transform: uppercase;
    letter-spacing: 0.5px; backdrop-filter: blur(4px);
}
.game-badge {
    position: absolute; top: 6px; left: 6px;
    padding: 3px 8px; border-radius: 4px; font-size: 9px; font-weight: 900;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.badge-new { background: #2196f3; color: #fff; }
.badge-hot { background: #ff5722; color: #fff; }

/* ===== AUTH SIDE PANEL ===== */
.auth-overlay {
    display: none; position: fixed; inset: 0; z-index: 998;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
}
.auth-overlay.open { display: block; }

.auth-panel {
    position: fixed; top: 0; right: -430px; width: 420px; height: 100vh;
    background: #111318; border-left: 1px solid rgba(255,255,255,0.08);
    z-index: 999; overflow-y: auto; padding: 20px 24px 40px;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -20px 0 60px rgba(0,0,0,0.5);
}
.auth-panel.open { right: 0; }

.auth-panel-close {
    position: absolute; top: 14px; right: 14px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    color: #888; width: 32px; height: 32px; border-radius: 8px;
    font-size: 14px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all var(--tr);
}
.auth-panel-close:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* TABS */
.auth-tabs {
    display: flex; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px;
    overflow: hidden; margin-bottom: 24px; margin-top: 10px;
}
.auth-tab {
    flex: 1; padding: 11px; font-size: 13px; font-weight: 800;
    border: none; background: transparent; color: #888;
    cursor: pointer; transition: all var(--tr); letter-spacing: 0.5px;
}
.auth-tab.active {
    background: var(--green); color: #fff;
}
.auth-tab:first-child.active { background: #fff; color: #111; }

/* FIELDS */
.auth-field { margin-bottom: 12px; }
.auth-field > label {
    display: block; font-size: 11px; font-weight: 700; color: #888;
    margin-bottom: 5px; text-transform: none;
}
.auth-input {
    width: 100%; padding: 10px 13px; background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 6px;
    color: #fff; font-size: 13px; font-weight: 500; font-family: var(--font);
    outline: none; transition: border-color var(--tr);
}
.auth-input:focus { border-color: rgba(255,255,255,0.25); }
.auth-input::placeholder { color: #555; }
.auth-input-wrap {
    position: relative; display: flex; align-items: center;
}
.auth-input-wrap .auth-input { flex: 1; }
.auth-eye {
    position: absolute; right: 10px; background: none; border: none;
    color: #555; font-size: 14px; cursor: pointer; padding: 0;
    transition: color var(--tr);
}
.auth-eye:hover { color: #888; }

.auth-phone-prefix {
    position: absolute; left: 10px; color: #888; font-size: 13px; font-weight: 600;
    pointer-events: none;
}
.auth-input-phone { padding-left: 40px !important; }

.auth-select { appearance: none; cursor: pointer; }

.auth-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* CHECKS */
.auth-checks { margin: 12px 0 4px; }
.auth-check-label {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12px; color: #888; margin-bottom: 8px; cursor: pointer;
    line-height: 1.4;
}
.auth-check-label input[type="checkbox"] {
    width: 15px; height: 15px; margin-top: 1px; accent-color: var(--green); flex-shrink: 0;
}

/* SUBMIT BUTTONS */
.auth-submit-btn {
    width: 100%; padding: 13px; border: none; border-radius: 6px;
    background: #fff; color: #111;
    font-size: 14px; font-weight: 900; letter-spacing: 0.5px;
    cursor: pointer; margin-top: 14px;
    transition: transform var(--tr), filter var(--tr);
}
.auth-submit-btn:hover { filter: brightness(0.92); transform: translateY(-1px); }
.auth-submit-orange {
    background: linear-gradient(135deg, var(--primary), var(--primary2));
    color: #000;
    box-shadow: 0 4px 18px rgba(252,163,17,0.35);
}
.auth-submit-orange:hover { filter: brightness(1.08); }

/* ERRORS */
.auth-error {
    display: block; font-size: 11px; color: #e53935;
    font-weight: 600; margin-top: 3px; min-height: 14px;
}

/* FOOTER LINK */
.auth-footer-link {
    text-align: center; margin-top: 18px; font-size: 13px; color: #666;
}
.auth-footer-link a { color: var(--primary); font-weight: 700; }

/* OTP */
.auth-otp-info {
    text-align: center; color: #888; font-size: 13px; margin-bottom: 20px; line-height: 1.5;
}
.auth-otp-row {
    display: flex; gap: 8px; justify-content: center; margin-bottom: 16px;
}
.auth-otp-box {
    width: 46px; height: 52px; text-align: center;
    background: var(--bg2); border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 8px; color: #fff; font-size: 22px; font-weight: 900;
    outline: none; transition: border-color var(--tr);
}
.auth-otp-box:focus { border-color: var(--primary); }

/* BACK BTN */
.auth-back-btn {
    background: none; border: none; color: #666; display: block;
    margin: 14px auto 0; font-size: 12px; cursor: pointer;
    text-decoration: underline;
}

/* ===== VIP PROGRAMI SAYFASI STİLLERİ ===== */
.vip-intro-card {
    background: #14171f; border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px; padding: 30px; text-align: center;
    margin-bottom: 35px; margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.vip-intro-title {
    color: var(--primary); font-size: 18px; font-weight: 800;
    margin-bottom: 8px; letter-spacing: 0.5px;
}
.vip-intro-subtitle {
    color: #fff; font-size: 14px; font-weight: 700;
    margin-bottom: 18px;
}
.vip-intro-desc {
    color: #aaa; font-size: 12.5px; line-height: 1.7;
    max-width: 1000px; margin: 0 auto 18px;
}
.vip-intro-footer {
    display: inline-block; background: rgba(0,0,0,0.3);
    color: #888; font-size: 11px; font-weight: 800;
    padding: 6px 16px; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.vip-section {
    margin-bottom: 40px;
}
.vip-section-header {
    display: flex; align-items: center; gap: 15px;
    margin-bottom: 20px;
}
.vip-section-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary2));
    color: #000; display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 900; box-shadow: 0 4px 15px rgba(252,163,17,0.3);
}
.vip-section-title-wrap {
    display: flex; flex-direction: column;
}
.vip-section-title {
    font-size: 17px; font-weight: 900; color: var(--primary);
    letter-spacing: 0.3px;
}
.vip-section-desc {
    font-size: 12px; color: #888; margin-top: 2px; font-weight: 500;
}
.vip-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px;
    background: rgba(255,255,255,0.05); border-radius: 8px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
}
.vip-level-card {
    padding: 24px 16px; text-align: center;
    display: flex; flex-direction: column; justify-content: center;
    align-items: center; min-height: 120px; transition: transform var(--tr);
}
.level-bronze {
    background: linear-gradient(to right, #40220d, #241205);
}
.level-silver {
    background: linear-gradient(to right, #383838, #1c1c1c);
}
.level-gold {
    background: linear-gradient(to right, #544300, #2b2200);
}
.level-platinum {
    background: linear-gradient(to right, #13243a, #08111d);
}
.level-diamond {
    background: linear-gradient(to right, #431154, #1d0526);
}
.vip-level-val {
    font-size: 19px; font-weight: 900; color: #fff;
    letter-spacing: -0.5px;
}
.vip-level-name {
    font-size: 10px; font-weight: 900; letter-spacing: 1.5px;
    margin-top: 8px; text-transform: uppercase;
}
.level-bronze .vip-level-name { color: #d37531; }
.level-silver .vip-level-name { color: #a6a6a6; }
.level-gold .vip-level-name { color: #ffd700; }
.level-platinum .vip-level-name { color: #4da6ff; }
.level-diamond .vip-level-name { color: #e066ff; }

.vip-level-subval {
    font-size: 10px; font-weight: 800; color: #777;
    margin-top: 4px; text-transform: uppercase;
}

/* ===== NEW ZENGİN FOOTER STİLLERİ ===== */
.footer {
    background: #121212;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 40px 20px;
    width: 100%;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.footer-providers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 25px;
    width: 100%;
}
.footer-provider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-provider-logo svg {
    height: 25px;
    width: auto;
    max-width: 90px;
    opacity: 0.25;
    filter: grayscale(1) brightness(0.8);
    transition: opacity 0.22s ease, filter 0.22s ease;
}
.footer-provider-logo svg:hover {
    opacity: 0.7;
    filter: none;
}
.footer-provider-logo svg path,
.footer-provider-logo svg rect,
.footer-provider-logo svg circle {
    fill: #ffffff !important;
}

.footer-payments-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 30px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 25px;
}
.footer-payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-payment-logo svg {
    height: 22px;
    width: auto;
    max-width: 100px;
    opacity: 0.8;
    transition: opacity 0.22s ease;
}
.footer-payment-logo svg:hover {
    opacity: 1;
}
.footer-payment-logo svg path,
.footer-payment-logo svg rect,
.footer-payment-logo svg circle {
    fill: #ffffff !important;
}

.footer-info-text {
    font-size: 11px;
    color: #666;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 500;
}
.footer-copyright-line {
    font-size: 11px;
    color: #555;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    font-weight: 600;
}
.softgamings-link {
    color: #00a8ff;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.softgamings-link:hover {
    color: #33beff;
    text-decoration: underline;
}
.footer-badges-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 10px;
}
.badge-18 svg {
    width: 38px;
    height: 38px;
}
.badge-18 svg path {
    fill: #8a8fa8 !important;
}
.curacao-seal-img {
    height: 38px;
    width: auto;
    opacity: 0.85;
    transition: opacity 0.22s ease;
}
.curacao-seal-img:hover {
    opacity: 1;
}

/* ===== LOGGED-IN HEADER ===== */
.header-right-logged-in {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-balance-box {
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 18px;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.btn-deposit-header {
    background: #27ae60;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background var(--tr), transform var(--tr);
}
.btn-deposit-header:hover {
    background: #2ecc71;
    transform: translateY(-1px);
}
.header-user-menu-wrap {
    position: relative;
}
.btn-avatar-header {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    background: var(--bg2);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: transform var(--tr);
}
.btn-avatar-header:hover {
    transform: scale(1.05);
}
.avatar-svg {
    width: 18px;
    height: 18px;
}
.avatar-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #27ae60;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #13151b;
}
.header-user-dropdown {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 180px;
    background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    z-index: 250;
    padding: 6px 0;
}
.header-user-dropdown.open {
    display: block;
}
.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 12.5px;
    font-weight: 700;
    color: #aaa;
    transition: color 0.15s, background 0.15s;
}
.dropdown-item:hover {
    background: rgba(255,255,255,0.04);
    color: var(--primary);
}
.dropdown-item.logout-link:hover {
    color: #e53935;
}
.dropdown-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin: 6px 0;
}
.badge-count {
    background: #27ae60;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    padding: 1px 5px;
    border-radius: 10px;
}

/* ===== DASHBOARD CONTAINER ===== */
.dashboard-container {
    display: flex;
    gap: 30px;
    margin-top: 24px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.dashboard-sidebar {
    width: 250px;
    background: var(--bg2);
    border-radius: 8px;
    padding: 20px 0;
    border: 1px solid rgba(255,255,255,0.06);
    flex-shrink: 0;
}
.sidebar-group {
    margin-bottom: 24px;
}
.sidebar-group-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--primary);
    padding: 0 20px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.sidebar-menu {
    list-style: none;
}
.sidebar-menu-item {
    position: relative;
}
.sidebar-link {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 32px;
    font-size: 13px;
    font-weight: 700;
    color: #aaa;
    transition: color 0.15s, background 0.15s;
    cursor: pointer;
}
.sidebar-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.03);
}
.sidebar-menu-item.active .sidebar-link {
    color: var(--primary);
    background: rgba(252,163,17,0.05);
}
/* Yellow indicator line on active tab */
.sidebar-menu-item.active::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) skewX(-10deg);
    width: 6px;
    height: 16px;
    background: var(--primary);
    border-radius: 2px;
}

.dashboard-content {
    flex: 1;
    background: var(--bg2);
    border-radius: 8px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.06);
    min-height: 500px;
}

.dashboard-tab-content {
    display: none;
}
.dashboard-tab-content.active {
    display: block;
}

.dashboard-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}

/* Forms in profile tab */
.profile-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}
.form-group-full {
    grid-column: span 2;
}
.profile-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.profile-form-group label {
    font-size: 12px;
    font-weight: 700;
    color: #888;
}
.profile-input {
    background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    padding: 11px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    transition: border-color 0.2s;
}
.profile-input:focus {
    border-color: rgba(255,255,255,0.2);
}
.profile-input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #141722;
}
.dob-inputs {
    display: grid;
    grid-template-columns: 1fr 2fr 1.5fr;
    gap: 8px;
}

/* Sections inside Profile */
.profile-section-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin: 30px 0;
}
.profile-sub-section {
    margin-bottom: 24px;
}
.profile-sub-title {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}
.profile-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 16px 20px;
    border-radius: 8px;
}
.action-info h4 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.action-info p {
    font-size: 11px;
    color: #777;
}
.btn-dashboard-action {
    background: var(--primary);
    color: #000;
    border: none;
    font-size: 11px;
    font-weight: 900;
    padding: 8px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: filter 0.2s;
}
.btn-dashboard-action:hover {
    filter: brightness(1.1);
}
.btn-dashboard-danger {
    background: #e53935;
    color: #fff;
}
.btn-dashboard-save {
    display: block;
    margin: 30px auto 0;
    background: var(--primary);
    color: #000;
    border: none;
    font-size: 13px;
    font-weight: 900;
    padding: 12px 40px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.2s;
}
.btn-dashboard-save:hover {
    transform: translateY(-1px);
}

/* Messages list tab */
.messages-table-wrap {
    overflow-x: auto;
}
.messages-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.messages-table th {
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    letter-spacing: 0.5px;
}
.messages-table td {
    padding: 16px;
    font-size: 12.5px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    vertical-align: middle;
}
.messages-table tr:hover td {
    background: rgba(255,255,255,0.02);
}
.msg-sender {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #555;
    display: inline-block;
}
.status-dot.unread {
    background: #2ecc71;
    box-shadow: 0 0 8px rgba(46,204,113,0.5);
}
.msg-subject {
    color: #fff;
}
.msg-date {
    color: #777;
    font-weight: 600;
}
.btn-msg-detail {
    background: #fff;
    color: #000;
    border: none;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 4px;
    transition: background 0.15s;
}
.btn-msg-detail:hover {
    background: #e0e0e0;
}

/* Betting history tab */
.history-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
    background: var(--bg2);
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.04);
}
.filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.filter-group label {
    font-size: 11px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
}
.filter-input {
    background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 12.5px;
    font-weight: 600;
    outline: none;
}
.history-table-wrap {
    overflow-x: auto;
}
.history-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.history-table th {
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    letter-spacing: 0.5px;
}
.history-table td {
    padding: 14px 16px;
    font-size: 12.5px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.history-table tr:hover td {
    background: rgba(255,255,255,0.02);
}
.badge-status {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
.status-win { background: rgba(46,204,113,0.15); color: #2ecc71; border: 1px solid rgba(46,204,113,0.25); }
.status-lose { background: rgba(229,57,53,0.15); color: #e53935; border: 1px solid rgba(229,57,53,0.25); }
.status-pending { background: rgba(252,163,17,0.15); color: var(--primary); border: 1px solid rgba(252,163,17,0.25); }

/* ===== BONUSLAR PAGE ===== */
.bonuses-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px 20px 60px;
}
.bonuses-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.bonus-card {
    background: var(--bg2);
    border: 1px solid rgba(252, 163, 17, 0.2);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform var(--tr), border-color var(--tr), box-shadow var(--tr);
}
.bonus-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(252, 163, 17, 0.15);
}
.bonus-img-wrap {
    position: relative;
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bonus-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(22, 25, 32, 1) 0%, rgba(22, 25, 32, 0.3) 100%);
}
.bonus-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    text-align: center;
}
.bonus-card-title {
    font-size: 12.5px;
    font-weight: 800;
    color: #fca311;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-read-terms {
    background: #fca311;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    transition: background var(--tr), transform var(--tr);
}
.btn-read-terms:hover {
    background: #e8950f;
}

/* Modal Styles */
.bonus-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.bonus-modal.active {
    display: flex;
}
.bonus-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}
.bonus-modal-content {
    position: relative;
    z-index: 2;
    background: var(--bg2);
    border: 1px solid rgba(252, 163, 17, 0.4);
    border-radius: 12px;
    width: 100%;
    max-width: 550px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    animation: modalFadeIn 0.3s ease;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
.bonus-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: var(--muted);
    font-size: 20px;
    font-weight: 300;
    transition: color var(--tr);
}
.bonus-modal-close:hover {
    color: #fff;
}
.bonus-modal-title {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 8px;
}
.bonus-modal-text {
    font-size: 13px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 24px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
}
.bonus-modal-text p {
    margin-bottom: 12px;
}
.bonus-modal-text ul {
    margin-left: 20px;
    margin-bottom: 12px;
}
.bonus-modal-text li {
    margin-bottom: 6px;
}
.bonus-modal-text::-webkit-scrollbar {
    width: 6px;
}
.bonus-modal-text::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.02);
}
.bonus-modal-text::-webkit-scrollbar-thumb {
    background: rgba(252,163,17,0.3);
    border-radius: 3px;
}
.bonus-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.btn-modal-claim {
    background: linear-gradient(135deg, var(--green2), var(--green));
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(46,204,113,0.3);
    transition: filter var(--tr), transform var(--tr);
}
.btn-modal-claim:hover {
    filter: brightness(1.1);
}

/* Responsive Grid */
@media (max-width: 1200px) {
    .bonuses-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 992px) {
    .bonuses-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .bonuses-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .bonuses-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .bonuses-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
}

/* ===== DEPOSIT SYSTEM MODAL ===== */
.dep-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647 !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.dep-modal.active {
    display: flex;
}
.dep-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}
.dep-modal-content {
    position: relative;
    z-index: 2;
    background: #13151b;
    border: 1px solid rgba(252, 163, 17, 0.4);
    border-radius: 12px;
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
}
.dep-modal-header {
    background: var(--primary);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.dep-modal-title {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dep-modal-close {
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}
.dep-tab-bar {
    display: flex;
    background: #181b24;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0 20px;
}
.dep-tab {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 800;
    color: #8a8fa8;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dep-tab:hover {
    color: #fff;
}
.dep-tab.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.dep-main-content {
    padding: 20px 24px;
    background: #0e1015;
    min-height: 440px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

/* Step 1 Styles */
.dep-step-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.dep-step-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.dep-step-right {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 30px;
    border-left: 1px solid rgba(255,255,255,0.06);
    padding-left: 30px;
}
.dep-step-label-num {
    font-size: 11px;
    font-weight: 900;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.dep-step-label-title {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-bottom: 12px;
}
.dep-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 14px 18px;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 24px;
    transition: border-color var(--tr);
}
.dep-select-box:hover {
    border-color: rgba(252, 163, 17, 0.4);
}
.dep-select-arrow {
    font-size: 10px;
    color: #8a8fa8;
}
.dep-limit-line {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    color: #8a8fa8;
    margin-top: -10px;
    margin-bottom: 24px;
    padding: 0 4px;
}
.btn-dep-submit-action {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255,255,255,0.1);
    transition: background var(--tr), transform var(--tr);
}
.btn-dep-submit-action:hover {
    background: #e6e6e6;
    transform: translateY(-1px);
}

/* Modal Overlays (Bonus / Payment Methods) */
.dep-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: #0e1015;
    display: none;
    flex-direction: column;
}
.dep-overlay.active {
    display: flex;
}
.dep-overlay-header {
    background: var(--primary);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.dep-overlay-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
}
.dep-overlay-body::-webkit-scrollbar {
    width: 6px;
}
.dep-overlay-body::-webkit-scrollbar-thumb {
    background: rgba(252,163,17,0.3);
    border-radius: 3px;
}
.dep-overlay-footer {
    padding: 16px;
    display: flex;
    justify-content: center;
    background: #13151b;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.btn-overlay-close {
    background: var(--primary);
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 10px 40px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

/* Bonus Overlay List Items */
.dep-bonus-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    cursor: pointer;
    transition: background 0.15s;
    gap: 16px;
}
.dep-bonus-item:hover {
    background: rgba(255,255,255,0.02);
}
.dep-bonus-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    transition: background 0.15s, border-color 0.15s;
}
.dep-bonus-item.selected .dep-bonus-checkbox {
    background: var(--primary);
    border-color: var(--primary);
}
.dep-bonus-item.selected .dep-bonus-checkbox::after {
    content: '✓';
}
.dep-bonus-img {
    width: 60px;
    height: 42px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.08);
}
.dep-bonus-info {
    flex: 1;
}
.dep-bonus-name {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}
.btn-bonus-more {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

/* Payment Method Overlay List Items */
.dep-method-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    cursor: pointer;
    transition: background 0.15s;
}
.dep-method-item:hover {
    background: rgba(255,255,255,0.02);
}
.dep-method-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.dep-method-logo-box {
    background: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 38px;
}
.dep-method-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.dep-method-logo-text {
    font-size: 13px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}
.dep-method-limits {
    text-align: right;
}
.dep-method-limit-lbl {
    font-size: 10px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.dep-method-limit-val {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--primary);
}
.dep-method-disabled {
    opacity: 0.55;
    pointer-events: auto; /* hâlâ seçilebilir ama işlem yapmaz */
}
.dep-method-coming {
    font-size: 11px;
    font-weight: 800;
    color: #888;
    letter-spacing: 0.5px;
}

/* Banka Havalesi Steps (Screenshot 4 & 5) */
.dep-flow-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.dep-flow-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.dep-flow-logo-text {
    font-size: 18px;
    font-weight: 900;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dep-flow-steps-bar {
    display: grid;
    grid-template-columns: 1fr 12px 1fr 12px 1fr;
    align-items: center;
    background: #800080; /* Purple bar matching screenshot */
    padding: 10px 30px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}
.dep-flow-step-lbl {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.6;
    justify-content: center;
}
.dep-flow-step-lbl.active {
    opacity: 1;
}
.dep-flow-step-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
.dep-flow-step-arrow {
    text-align: center;
    opacity: 0.5;
}

.dep-flow-box {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 480px;
    padding-right: 4px;
    flex: 1;
}
.dep-flow-box::-webkit-scrollbar {
    width: 6px;
}
.dep-flow-box::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
}

.dep-alert-box {
    background: #e53935; /* Red alert box */
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.dep-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.dep-form-group label {
    font-size: 12px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
}
.dep-form-input, .dep-form-select {
    background: var(--bg2);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    outline: none;
    width: 100%;
}
.dep-form-input:focus, .dep-form-select:focus {
    border-color: var(--primary);
}
.dep-info-box {
    background: #fca311; /* Yellow notice box */
    color: #000;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.dep-flow-footer {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.btn-flow-cancel {
    background: #800080;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    transition: filter var(--tr);
}
.btn-flow-cancel:hover {
    filter: brightness(1.1);
}
.btn-flow-next {
    background: #00cc00; /* Green submit button */
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,204,0,0.3);
    transition: filter var(--tr), transform var(--tr);
}
.btn-flow-next:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}
.btn-flow-back {
    background: #fff;
    color: #000;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    transition: background var(--tr);
}
.btn-flow-back:hover {
    background: #e6e6e6;
}

/* ══════════════════════════════════════════════
   STEP 2: BANK CARD GRID
   ══════════════════════════════════════════════ */
.dep-bank-section-label {
    font-size: 12px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.dep-bank-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 0;
}
.dep-bank-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    background: var(--bg2);
    border: 2px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, transform 0.12s;
}
.dep-bank-card:hover {
    background: #1e2230;
    border-color: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}
.dep-bank-card.selected {
    border-color: var(--primary);
    background: rgba(252,163,17,0.08);
}
.dep-bank-card.selected .dep-bank-logo {
    box-shadow: 0 0 0 3px rgba(252,163,17,0.4);
}
.dep-bank-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dep-bank-abbr {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
}
.dep-bank-name {
    font-size: 10px;
    font-weight: 700;
    color: #aaa;
    text-align: center;
    line-height: 1.3;
}
.dep-bank-card.selected .dep-bank-name {
    color: var(--primary);
}

/* ══════════════════════════════════════════════
   STEP 3: PREMIUM ACCOUNT DETAILS (V2)
   ══════════════════════════════════════════════ */
.dep-step3-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 16px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.03);
    border-radius: 6px;
    border-left: 3px solid var(--primary);
}
.dep-step3-notice-icon { font-size: 18px; }

.dep-details-card-v2 {
    background: #1a1d28;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.dep-details-top-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: linear-gradient(135deg, #1e2235 0%, #252a3a 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dep-details-type-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
}
.dep-details-type-icon { font-size: 22px; }
.dep-details-type-text {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}
.dep-details-bank-badge {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dep-detail-row-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    gap: 12px;
}
.dep-detail-lbl-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 130px;
    flex-shrink: 0;
}
.dep-detail-icon { font-size: 14px; }
.dep-detail-val-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
}
.dep-detail-val-v2 > span:first-child {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

/* Compact IBAN row (new layout) */
.dep-iban-row {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dep-iban-label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dep-iban-val {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.dep-iban-val > span {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    flex: 1;
    min-width: 0;
    word-break: break-all;
}

.dep-iban-text {
    font-size: 12px !important;
    font-family: monospace;
    letter-spacing: 0.5px;
    color: #e8e8e8 !important;
    word-break: break-all;
    line-height: 1.4;
}
.btn-dep-copy-v2 {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    padding: 5px 12px;
    color: #ccc;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}
.btn-dep-copy-v2:hover {
    background: rgba(252,163,17,0.15);
    color: var(--primary);
    border-color: rgba(252,163,17,0.3);
}
.btn-dep-copy-v2.copied {
    background: rgba(46,204,113,0.15);
    color: #2ecc71;
    border-color: rgba(46,204,113,0.3);
}
.dep-detail-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 900;
    color: #e53935;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(229,57,53,0.08);
    border-bottom: 1px solid rgba(229,57,53,0.15);
}
.dep-detail-warning-icon { font-size: 16px; }
.btn-dep-confirm-action {
    display: block;
    width: calc(100% - 40px);
    margin: 14px 20px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #e53935, #c62828);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.3px;
    transition: filter 0.15s;
}
.btn-dep-confirm-action:hover {
    filter: brightness(1.1);
}

.dep-amount-banner-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #006060, #008080);
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 16px;
}
.dep-amount-banner-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.dep-amount-banner-label {
    font-size: 11px;
    font-weight: 800;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dep-amount-banner-value {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}
.dep-amount-timer {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    font-variant-numeric: tabular-nums;
    background: rgba(0,0,0,0.25);
    padding: 6px 14px;
    border-radius: 6px;
}

/* ============================================
   MOBILE RESPONSIVENESS
   ============================================ */
.hamburger {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

@media (max-width: 992px) {
    .nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: var(--header-bg);
        flex-direction: column;
        padding: 10px 0;
        border-bottom: 1px solid var(--border);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
    .nav.mobile-active {
        display: flex;
    }
    .nav-link {
        width: 100%;
        text-align: center;
        padding: 12px;
        border-radius: 0;
    }
    .hamburger {
        display: block;
    }
    .header-inner {
        justify-content: space-between;
    }
    .logo {
        flex: 1;
    }
    
    /* Grids */
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .prov-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    /* Bank grid in deposit modal */
    .dep-bank-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-new-banner {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        min-height: auto;
    }
    .hero-text-side {
        align-items: center;
    }
    .hl-number { font-size: 3.5rem; }
    .hl-tl { font-size: 1.8rem; }
    .hl-text { font-size: 1.6rem; }
    
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .prov-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* Header adjustments */
    .btn-login, .btn-register, .btn-deposit-header {
        padding: 8px 12px;
        font-size: 11px;
    }
    #loggedInUserBalance {
        font-size: 12px;
    }
    .header-balance-box {
        padding: 6px 10px;
    }

    /* ===== HIDE CARDS ON MOBILE ===== */
    .promo-grid, .winners-section, .link-bar {
        display: none !important;
    }

    /* ===== CASINO TOOLBAR MOBILE ===== */
    .casino-toolbar {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .casino-search-area {
        width: 100%;
        flex-wrap: wrap;
    }
    .search-input {
        width: 100%;
        min-width: 0;
    }
    .search-box {
        flex: 1;
    }
    .provider-dropdown {
        flex: 1;
        justify-content: center;
    }

    /* ===== WINNERS TICKER MOBILE ===== */
    .winners-ticker {
        padding: 8px 10px;
    }

    /* ===== AUTH PANEL MOBILE ===== */
    .auth-panel {
        width: 100%;
        right: -100%;
    }

    /* ===== DASHBOARD MOBILE ===== */
    .dashboard-container {
        flex-direction: column;
        gap: 16px;
    }
    .dashboard-sidebar {
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        padding: 10px;
        gap: 6px;
        scrollbar-width: none;
    }
    .dashboard-sidebar::-webkit-scrollbar {
        display: none;
    }
    .sidebar-group {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .sidebar-group-title {
        font-size: 11px;
        padding: 0 8px;
        margin-bottom: 6px;
    }
    .sidebar-menu {
        display: flex;
        gap: 4px;
    }
    .sidebar-menu-item {
        flex-shrink: 0;
    }
    .sidebar-link {
        padding: 8px 14px;
        font-size: 11px;
        white-space: nowrap;
        background: rgba(255,255,255,0.04);
        border-radius: 6px;
    }
    .sidebar-menu-item.active::before {
        display: none;
    }
    .sidebar-menu-item.active .sidebar-link {
        background: rgba(252,163,17,0.12);
        border: 1px solid rgba(252,163,17,0.3);
    }
    .dashboard-content {
        padding: 16px;
    }
    .dashboard-title {
        font-size: 16px;
    }

    /* Profile form mobile */
    .profile-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .form-group-full {
        grid-column: span 1;
    }
    .dob-inputs {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .profile-action-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    /* History filters mobile */
    .history-filters {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .history-table {
        font-size: 11px;
    }
    .history-table th,
    .history-table td {
        padding: 10px 8px;
        font-size: 11px;
    }

    /* Messages table mobile */
    .messages-table th,
    .messages-table td {
        padding: 10px 8px;
        font-size: 11px;
    }

    /* ===== VIP GRID MOBILE ===== */
    .vip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vip-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .vip-intro-card {
        padding: 20px;
    }
    .vip-intro-title {
        font-size: 15px;
    }

    /* ===== FOOTER MOBILE ===== */
    .footer-top {
        flex-direction: column;
        gap: 24px;
    }
    .footer-menus {
        flex-direction: column;
        gap: 24px;
    }
    .footer-menu-links-wrap {
        flex-direction: column;
        gap: 12px;
    }
    .footer-meta {
        align-items: flex-start;
        flex-direction: row;
        gap: 12px;
    }
    .footer-payments {
        gap: 12px;
    }
    .footer-providers {
        gap: 10px 16px;
    }
    
    /* Deposit Modal */
    .dep-detail-row-v2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 10px 12px;
    }
    .dep-detail-lbl-v2 {
        min-width: 0;
        width: 100%;
    }
    .dep-detail-val-v2 {
        width: 100%;
        justify-content: space-between;
    }
    .dep-details-top-banner {
        padding: 10px 12px;
    }
    .dep-details-type-box {
        padding: 6px 10px;
    }
    .dep-details-type-text {
        font-size: 11px;
    }
    .dep-details-bank-badge {
        font-size: 10px;
        padding: 4px 10px;
    }
    .dep-iban-text {
        font-size: 11px !important;
        letter-spacing: 0.3px;
        word-break: break-all;
    }
    .btn-dep-copy-v2 {
        padding: 4px 8px;
        font-size: 10px;
    }
    .dep-amount-banner-v2 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .dep-method-item {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .dep-method-limits {
        text-align: left;
    }
    .dep-modal-content {
        max-width: 100%;
        border-radius: 0;
        height: 100dvh;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .dep-main-content {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        padding: 12px 16px;
        justify-content: flex-start;
    }
    .dep-flow-box {
        max-height: none;
        flex: 1;
        overflow-y: visible;
    }
    .dep-flow-wrap {
        height: auto;
    }
    .dep-modal {
        padding: 0;
    }
    .dep-step-row {
        flex-direction: column;
        gap: 16px;
    }
    .dep-step-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,0.06);
    }
    .dep-tab {
        padding: 10px 10px;
        font-size: 11px;
    }
    .dep-bank-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .dep-flow-footer {
        flex-wrap: wrap;
    }
    .dep-flow-footer button {
        flex: 1;
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .main {
        padding: 10px 12px 40px;
    }
    .header-inner {
        padding: 0 10px !important;
        gap: 8px !important;
        justify-content: space-between !important;
    }
    .logo {
        flex: 0 0 auto !important;
    }
    .logo-text {
        font-size: 20px;
    }
    .btn-login, .btn-register, .btn-deposit-header {
        padding: 7px 10px !important;
        font-size: 10px !important;
    }
    .header-right-logged-in {
        gap: 6px !important;
        margin-left: auto !important;
    }
    .header-balance-box {
        padding: 6px 8px !important;
        font-size: 11px !important;
    }
    .btn-avatar-header {
        width: 32px !important;
        height: 32px !important;
    }
    .avatar-svg {
        width: 15px !important;
        height: 15px !important;
    }
    .avatar-badge {
        top: -4px !important;
        right: -4px !important;
        font-size: 8px !important;
        width: 16px !important;
        height: 16px !important;
    }
    .games-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
    }
    .game-label {
        display: none !important;
    }
    .hero-cta-btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    .hl-number { font-size: 2.5rem; }
    .hl-tl { font-size: 1.3rem; }
    .hl-text { font-size: 1.2rem; }
    .link-bar {
        font-size: 11px;
        padding: 8px;
    }
    .cat-tab {
        padding: 8px 10px;
        font-size: 10px;
    }
    .cat-tab .cat-icon {
        font-size: 18px;
    }
    .vip-grid {
        grid-template-columns: 1fr;
    }
    .dashboard-content {
        padding: 12px;
    }
    .auth-row2 {
        grid-template-columns: 1fr;
    }
    .dep-tab-bar {
        padding: 0 8px;
    }
    .dep-tab {
        padding: 8px 6px;
        font-size: 10px;
    }
    .dep-bank-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .dep-flow-steps-bar {
        padding: 8px 12px;
        font-size: 10px;
    }
}

 / *   B A N K   L I S T   B O X   S T Y L E S   ( f o r   d e p o s i t   m o d a l   a n d   o t h e r s )   * / 
 . b a n k - l i s t - b o x   { 
         d i s p l a y :   f l e x ; 
         f l e x - d i r e c t i o n :   c o l u m n ; 
         b a c k g r o u n d :   r g b a ( 0 , 0 , 0 , 0 . 2 ) ; 
         b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 8 ) ; 
         b o r d e r - r a d i u s :   6 p x ; 
         m a x - h e i g h t :   2 5 0 p x ; 
         o v e r f l o w - y :   a u t o ; 
         m a r g i n - t o p :   8 p x ; 
 } 
 . b a n k - l i s t - i t e m   { 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         p a d d i n g :   1 2 p x   1 6 p x ; 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 4 ) ; 
         c u r s o r :   p o i n t e r ; 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 1 5 s ; 
 } 
 . b a n k - l i s t - i t e m : l a s t - c h i l d   { 
         b o r d e r - b o t t o m :   n o n e ; 
 } 
 . b a n k - l i s t - i t e m : h o v e r   { 
         b a c k g r o u n d :   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 3 ) ; 
 } 
 . b a n k - l i s t - i t e m . s e l e c t e d   { 
         b a c k g r o u n d :   r g b a ( 2 5 2 , 1 6 3 , 1 7 , 0 . 0 6 )   ! i m p o r t a n t ; 
 } 
 . b a n k - n a m e   { 
         f o n t - s i z e :   1 3 p x ; 
         f o n t - w e i g h t :   7 0 0 ; 
         c o l o r :   # f f f ; 
         f l e x :   1 ; 
 } 
 / *   B A N K   L I S T   B O X   S T Y L E S   ( f o r   d e p o s i t   m o d a l   a n d   o t h e r s )   * / 
 . b a n k - l i s t - b o x   { 
         d i s p l a y :   f l e x ; 
         f l e x - d i r e c t i o n :   c o l u m n ; 
         b a c k g r o u n d :   r g b a ( 0 , 0 , 0 , 0 . 2 ) ; 
         b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 8 ) ; 
         b o r d e r - r a d i u s :   6 p x ; 
         m a x - h e i g h t :   2 5 0 p x ; 
         o v e r f l o w - y :   a u t o ; 
         m a r g i n - t o p :   8 p x ; 
 } 
 . b a n k - l i s t - i t e m   { 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         p a d d i n g :   1 2 p x   1 6 p x ; 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 4 ) ; 
         c u r s o r :   p o i n t e r ; 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 1 5 s ; 
 } 
 . b a n k - l i s t - i t e m : l a s t - c h i l d   { 
         b o r d e r - b o t t o m :   n o n e ; 
 } 
 . b a n k - l i s t - i t e m : h o v e r   { 
         b a c k g r o u n d :   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 3 ) ; 
 } 
 . b a n k - l i s t - i t e m . s e l e c t e d   { 
         b a c k g r o u n d :   r g b a ( 2 5 2 , 1 6 3 , 1 7 , 0 . 0 6 )   ! i m p o r t a n t ; 
 } 
 . b a n k - n a m e   { 
         f o n t - s i z e :   1 3 p x ; 
         f o n t - w e i g h t :   7 0 0 ; 
         c o l o r :   # f f f ; 
         f l e x :   1 ; 
 } 
 . b a n k - c h e c k   { 
         c o l o r :   v a r ( - - p r i m a r y ) ; 
         f o n t - s i z e :   1 4 p x ; 
         f o n t - w e i g h t :   9 0 0 ; 
 } 
  
 
#mobileMenuBtn, .hamburger { display: none !important; }

/* ===== PROFILE SIDEBAR (DRAWER) ===== */
#profileOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2147483646;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#profileOverlay.active {
    display: block;
    opacity: 1;
}

#profileSidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 85%;
    height: 100%;
    height: 100dvh;
    background: #1e1e1e;
    z-index: 2147483647;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow-y: auto;
    font-family: var(--font);
    color: #fff;
    box-sizing: border-box;
}
#profileSidebar.active {
    transform: translateX(0);
}

@media (max-width: 768px) {
    #profileSidebar {
        width: 100% !important;
        max-width: 100% !important;
        right: 0 !important;
        left: 0 !important;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    #profileSidebar.active {
        transform: translateX(0) !important;
    }
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.profile-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.profile-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}
.profile-close-btn:hover {
    opacity: 0.8;
}

.profile-section-messages {
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
}
.messages-title-lbl {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.messages-row-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.messages-row-btn:hover {
    background: rgba(255, 255, 255, 0.06);
}
.messages-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.message-badge-green {
    background: #27ae60;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}
.message-text-lbl {
    font-weight: 800;
    font-size: 14px;
    color: #27ae60;
}
.messages-right-arrow {
    color: #27ae60;
    font-weight: 900;
    font-size: 18px;
}

.profile-action-btn-wrap {
    margin-top: 24px;
    text-align: center;
}
.btn-kayip-bonusu {
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 210px;
    max-width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s;
    text-transform: uppercase;
}
.btn-kayip-bonusu:hover {
    background: #219653;
}

.profile-balance-section {
    margin-top: 24px;
    text-align: center;
    padding-bottom: 5px;
}
.balance-title-lbl {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.balance-amount-lbl {
    color: #2ecc71;
    display: inline;
}

.profile-stats-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    background: #111111;
    border-radius: 12px;
    padding: 4px 0;
    border: 1px solid rgba(255,255,255,0.05);
}
.stat-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}
.stat-row-item:last-child {
    border-bottom: none;
}
.stat-label-col {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.stat-value-col {
    color: #fff;
    font-weight: 800;
    text-align: right;
}

.profile-info-blocks {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.info-block-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 16px 0;
}
.info-block-item:last-child {
    border-bottom: none;
}
.info-block-title {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.info-block-value {
    font-size: 15px;
    font-weight: 800;
    color: #27ae60;
}
.info-block-value-bonus {
    color: #fca311;
}

/* ===== MOBILE DEPOSIT OPTIMIZATIONS ===== */
@media (max-width: 480px) {
    #depInlineBankList::-webkit-scrollbar {
        width: 6px;
    }
    #depInlineBankList::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.02);
    }
    #depInlineBankList::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.12);
        border-radius: 3px;
    }

    /* Modal deposit details scrollable card to prevent button clipping */
    .dep-flow-box {
        max-height: calc(100vh - 160px) !important;
        overflow-y: auto !important;
        padding: 12px 10px !important;
    }

    /* Reduce vertical padding and alert spacing on mobile */
    .dep-alert-box {
        padding: 8px 12px !important;
        font-size: 11.5px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }
    .dep-form-group {
        margin-bottom: 10px !important;
        gap: 4px !important;
    }
    .dep-form-input {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
    .btn-flow-next {
        padding: 12px !important;
        font-size: 13px !important;
    }
    .dep-main-content {
        padding: 10px 8px !important;
    }
}
