body, html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', Arial, sans-serif;
    background: #181818;
    color: #eee;
    min-height: 100vh;
}
.cb-header {
    background: #232021;
    border-bottom: 2px solid #ffba00;
    box-shadow: 0 4px 16px #0006;
}
.cb-header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
}
.cb-logo img {
    height: 48px;
    margin-right: 54px;
    margin-left: 10px;
    display: block;
}
.cb-nav ul {
    list-style: none;
    display: flex;
    gap: 26px;
    margin: 0;
    padding: 0;
}
.cb-nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 7px 17px;
    border: 2px solid transparent;
    border-radius: 12px;
    text-transform: uppercase;
    transition: color .16s, border .17s, background .18s, box-shadow .18s;
    letter-spacing: .2px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
}
.cb-nav ul li a.active, .cb-nav ul li a:focus, .cb-nav ul li a:visited {
    color: #fff;
    background: none;
    border-color: #ffba00;
    box-shadow: 0 0 8px 0 #ffc10044;
}
.cb-nav ul li a:hover {
    color: #181818;
    background: #ffba00;
    border-color: #ffba00;
    box-shadow: 0 0 18px 0 #ffe852cc;
}
.cb-loginbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.cb-btn {
    font-size: 15px;
    font-weight: 700;
    padding: 9px 25px;
    border-radius: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 1px 6px #0003;
    transition: background .15s, color .14s;
}
.cb-login-btn { background: #fff; color: #222; }
.cb-login-btn:hover { background: #ffe082; color: #1d1d1d; }
.cb-register-btn { background: #ffba00; color: #fff; }
.cb-register-btn:hover { background: #ffc100; color: #232021; }
/* Açılır login/register */
.login-register-dropdown {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    background: #232323;
    border-radius: 12px;
    box-shadow: 0 8px 40px #000b;
    padding: 25px 21px 15px 21px;
    min-width: 255px;
    z-index: 200;
    flex-direction: column;
    gap: 11px;
    animation: dropdownShow .21s cubic-bezier(.61,1.53,.58,1.01);
}
@keyframes dropdownShow {
    0% { opacity: 0; transform: translateY(-20px);}
    100% { opacity: 1; transform: translateY(0);}
}
.login-register-dropdown form {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.login-register-dropdown input {
    background: #232323;
    border: 1px solid #444;
    color: #ffc100;
    border-radius: 7px;
    padding: 11px 11px;
    font-size: 15px;
    outline: none;
}
.login-register-dropdown button {
    background: #ffc100;
    color: #181818;
    border-radius: 7px;
    border: none;
    padding: 11px 0;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    transition: background .19s;
}
.login-register-dropdown button:hover {
    background: #ffea00;
}
.login-register-dropdown .forgot-link {
    color: #aaa;
    font-size: 12px;
    text-align: right;
    margin-top: 2px;
    text-decoration: underline;
}

/* Ana içerik container */
.casibom-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px 40px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.casibom-slider {
    width: 100%;
    height: 285px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 16px;
    box-shadow: 0 4px 22px #0007;
    background: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casibom-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.casibom-slider-bar {
    background: #181818;
    border-radius: 10px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    padding: 12px 22px;
    border: 2px solid #232323;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: .08px;
}
.casibom-slider-bar span {
    background: #ffc100;
    color: #181818;
    border-radius: 6px;
    padding: 2px 12px;
    font-weight: bold;
    margin: 0 12px;
    font-size: 15px;
}
.casibom-promos {
    width: 100%;
    display: flex;
    gap: 22px;
    margin-bottom: 8px;
}
.promo-box {
    flex: 1;
    border-radius: 13px;
    overflow: hidden;
    background: #212121;
    min-height: 120px;
    box-shadow: 0 1px 9px #0002;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.promo-box img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.casibom-winners-bar {
    width: 100%;
    background: #232323;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-top: 8px;
    box-shadow: 0 2px 12px #0003;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ffc100;
    font-weight: 600;
    overflow-x: auto;
    white-space: nowrap;
    gap: 23px;
}
.casibom-winners-bar .winner-amount { color: #fff; font-weight: bold; margin-left: 2px; margin-right: 4px; }
.casibom-winners-bar .winner-game { color: #ffd850; }
.casibom-winners-bar .winner-dot {
    width: 6px;
    height: 6px;
    background: #ffc100;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
}
/* Oyun Grid */
.casibom-game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.casibom-game-card {
    background: #232323;
    border-radius: 13px;
    box-shadow: 0 2px 12px #0003;
    padding: 15px 10px 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 222px;
    transition: box-shadow .17s, transform .16s;
}
.casibom-game-card:hover {
    box-shadow: 0 7px 24px #0008;
    transform: translateY(-5px) scale(1.045);
}
.casibom-game-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 9px;
    background: #1b1b1b;
}
.casibom-game-card .game-title {
    color: #ffc100;
    font-size: 17px;
    font-weight: bold;
    margin: 13px 0 6px 0;
}
.casibom-game-card .play-btn {
    background: #ffc100;
    color: #181818;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    margin-top: 12px;
    font-size: 15px;
    transition: background .15s;
    display: inline-block;
}
.casibom-game-card .play-btn:hover {
    background: #fff201;
    color: #222;
}

/* FOOTER */
.cb-footer {
    background: #232021;
    color: #fff;
    margin-top: 40px;
    padding: 36px 0 8px 0;
    border-top: 2px solid #232323;
    font-size: 15px;
}
.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
}
.footer-menu {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.footer-menu a {
    color: #ffc100;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: color .18s;
}
.footer-menu a:hover { color: #fff201; }
.social-links {
    display: flex;
    gap: 14px;
    align-items: center;
}
.social-links img { width: 28px; height: 28px; }
.footer-bottom {
    border-top: 1px solid #232323;
    margin-top: 12px;
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #bbb;
}

/* ====== MOBİL ALT BAR & OVERLAY MEGA MENÜ ====== */

/* ALT BAR VE HAMBURGER İLK BAŞTA GİZLİ */
.cb-mobile-menu-btn, .cb-bottom-bar, .cb-overlay-menu { display: none; }

/* --- SADECE MOBİLDE AKTİF ET --- */
@media (max-width: 900px) {
    .cb-header-container { padding-right: 10px; }
    /* Hamburger menü */
    .cb-mobile-menu-btn {
        display: block;
        background: none;
        border: none;
        color: #ffc100;
        font-size: 32px;
        margin-left: 7px;
        cursor: pointer;
        z-index: 200;
    }
    .cb-nav { display: none !important; } /* Klasik navbar kapalı */
    .cb-loginbox { flex-shrink: 0; }

    /* ALT BAR */
    .cb-bottom-bar {
        position: fixed;
        left: 0; right: 0; bottom: 0;
        background: #232021;
        border-top: 2px solid #ffc100;
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        padding: 3px 0 2px 0;
        z-index: 5010;
        box-shadow: 0 -2px 16px #0007;
    }
    .cb-bottom-bar a {
        display: flex; flex-direction: column; align-items: center;
        gap: 1px; text-decoration: none; color: #fff; font-size: 12px; font-weight: 700;
        padding: 4px 2px 0 2px; border-radius: 7px; transition: background .15s, color .14s;
    }
    .cb-bottom-bar img { width: 22px; height: 22px; margin-bottom: 2px;}
    .cb-bottom-bar a:active, .cb-bottom-bar a.active { background: #ffc100; color: #232021; }

    /* OVERLAY MEGA MENÜ */
    .cb-overlay-menu {
        display: none;
        flex-direction: column;
        position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
        background: #181818;
        color: #fff;
        z-index: 9999;
        animation: cbMenuIn .21s;
    }
    .cb-overlay-menu-header {
        display: flex; align-items: center; justify-content: space-between;
        padding: 18px 18px 8px 16px; background: #ffc100; color: #222;
    }
    .cb-overlay-menu-header .cb-logo img { height: 32px;}
    .cb-overlay-menu-close {
        font-size: 40px; color: #181818; background: none; border: none; cursor: pointer; padding: 0 8px;
    }
    .cb-overlay-menu ul {
        flex: 1; display: flex; flex-direction: column; gap: 0;
        list-style: none; margin: 0; padding: 28px 0 0 0;
        font-size: 1.21rem; font-weight: bold;
    }
    .cb-overlay-menu ul li { border-bottom: 1px solid #282828; }
    .cb-overlay-menu ul li a {
        display: block; color: #fff; padding: 18px 27px;
        text-decoration: none; font-weight: 600; font-size: 1.06em; transition: background .14s;
    }
    .cb-overlay-menu ul li a:hover { background: #232021; color: #ffc100; }
    body.menu-open .cb-overlay-menu { display: flex !important; }
    body.show-bottom-bar .cb-bottom-bar { display: flex !important; }
}

@keyframes cbMenuIn {
    0% { opacity: 0; transform: translateY(22px);}
    100% { opacity: 1; transform: translateY(0);}
}

.slot-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 30px;
    padding: 32px 0;
    width: 100%;
    justify-items: center;
}

.slot-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #181818;
    box-shadow: 0 6px 28px #000a;
    transition: transform .13s, box-shadow .2s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slot-card:hover {
    transform: translateY(-9px) scale(1.035);
    box-shadow: 0 14px 36px #000b;
    z-index: 11;
}

.slot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.22s;
    z-index: 1;
}

.slot-title {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    color: #fff;
    text-shadow: 0 2px 14px #000d;
    font-weight: 800;
    font-size: 1.04rem;
    text-align: left;
    padding-left: 17px;
    z-index: 2;
    pointer-events: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    user-select: none;
}

.slot-hover {
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, #141417e7 65%, #19191b 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.21s;
    z-index: 3;
}

.slot-card:hover .slot-hover {
    opacity: 1;
}

.slot-hover-title {
    color: #fff;
    font-size: 1.14rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 12px #000c;
    text-transform: uppercase;
    padding: 0 10px;
}

.slot-hover-buttons {
    display: flex;
    gap: 11px;
}

.oyna-btn, .demo-btn {
    padding: 9px 23px;
    border-radius: 9px;
    border: none;
    font-size: 0.98rem;
    font-weight: 800;
    box-shadow: 0 2px 8px #0003;
    transition: background 0.17s, color 0.15s, transform .12s;
    margin: 0;
}
.oyna-btn {
    background: #ffba00;
    color: #181818;
}
.oyna-btn:hover {
    background: #ffc843;
    transform: scale(1.07);
}
.demo-btn {
    background: #c5c9d2;
    color: #181818;
}
.demo-btn:hover {
    background: #b1b5bc;
    transform: scale(1.07);
}

@media (max-width: 900px) {
    .slot-card { width: 48vw; height: 155px; }
    .slot-title, .slot-hover-title { font-size: .96rem; }
}



/* Responsive */
@media (max-width: 1100px) {
    .cb-header-container,
    .casibom-container,
    .footer-top { max-width: 99vw; padding: 0 3vw;}
    .casibom-slider { height: 140px; }
    .promo-box img { height: 70px; }
    .casibom-game-grid { grid-template-columns: 1fr 1fr; gap: 13px; }
    .footer-top { flex-direction: column; gap: 14px; }
}
@media (max-width: 700px) {
    .cb-header-container,
    .casibom-container,
    .footer-top { padding: 0 2vw;}
    .cb-logo img { height: 32px; margin-right: 10px;}
    .casibom-slider, .promo-box img { height: 44px; }
    .casibom-game-card { min-height: 95px; padding: 7px 2px 9px 2px; }
    .cb-nav ul { gap: 2px; }
    .footer-menu { gap: 8px; font-size: 12px; }
}

.provider-list {
    display: flex;
    gap: 14px;
    margin: 24px 0 38px 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.provider-btn {
    background: linear-gradient(90deg, #19181a 60%, #232021 100%);
    color: #ffba00;
    border: 2px solid #393641;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 800;
    padding: 10px 30px;
    cursor: pointer;
    outline: none;
    transition: all 0.14s cubic-bezier(.46,1.34,.44,.99);
    box-shadow: 0 2px 14px #0002;
    letter-spacing: .01em;
    position: relative;
}
.provider-btn.active,
.provider-btn:hover {
    background: linear-gradient(90deg, #ffde34 40%, #ffba00 100%);
    color: #19181a;
    border-color: #ffba00;
    box-shadow: 0 4px 22px #ffba0030;
    z-index: 2;
}

@media (max-width: 600px) {
    .provider-list {
        gap: 7px;
        margin: 10px 0 18px 0;
    }
    .provider-btn {
        font-size: 16px;
        padding: 8px 18px;
    }
}
#loadMoreBtn {
    background: linear-gradient(90deg, #fff2b3 0%, #ffba00 100%);
    color: #19181a;
    border: none;
    border-radius: 32px;
    font-size: 20px;
    font-weight: 900;
    padding: 18px 56px;
    margin: 44px auto 24px auto;
    box-shadow: 0 4px 24px #ffba0032, 0 2px 10px #0001;
    display: block;
    cursor: pointer;
    transition: all 0.16s cubic-bezier(.44,1.18,.43,1.06);
    letter-spacing: .01em;
}
#loadMoreBtn:hover {
    background: linear-gradient(90deg, #fff9d8 0%, #ffd52a 100%);
    color: #bb8200;
    box-shadow: 0 8px 36px #ffba0061, 0 3px 12px #0002;
    transform: translateY(-2px) scale(1.05);
}
.popup-msg {
    position: fixed; left:50%; top:10px; transform:translateX(-50%);
    z-index:9999; padding:15px 32px; color:#fff;
    border-radius: 10px; font-size:16px; min-width:240px;
    box-shadow:0 4px 16px #0004; transition:all .3s;
    opacity:0; pointer-events:none;
}
.popup-msg[style*="display: block"] { opacity:1; pointer-events:auto; }
.cb-user-dropdown {
    position: relative;
    display: inline-block;
}

.cb-user-info {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 1.17rem;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px 7px 10px;
    border-radius: 12px;
    background: transparent;
    transition: background 0.13s;
}
.cb-user-info:hover {
    background: #282727;
}
.cb-user-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    min-width: 235px;
    max-width: 94vw;
    background: #232021;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px #0007;
    padding: 18px 0 9px 0;
    z-index: 101;
    animation: fadein .19s;
    transition: all 0.16s;
}

.cb-user-menu a {
    display: block;
    color: #fff;
    padding: 11px 28px 11px 18px;
    font-size: 15px;
    text-decoration: none;
    transition: background .18s;
    border: none;
    background: none;
}
.cb-user-menu a:hover, .cb-user-menu .logout:hover {
    background: #33364a;
}
.cb-user-menu-header {
    padding: 10px 18px 8px 18px;
    font-size: 14px;
    color: #ddd;
    border-bottom: 1px solid #36393e;
    margin-bottom: 7px;
}
.cb-user-menu hr {
    margin: 8px 0 5px 0;
    border: 0;
    border-top: 1px solid #36393e;
}
@media (max-width: 700px) {
    .cb-user-menu {
        left: 10% !important;
        transform: translateX(-50%) !important;
        right: initial !important;    /* Burayı unset/initial yap */
        min-width: 0 !important;
        width: 86vw !important;
        border-radius: 15px;
        font-size: 0.99em;
        padding: 10px 0 7px 0;
        box-sizing: border-box;
        top: 42px !important;
    }
    .cb-user-menu-header, .cb-user-menu a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 0.97em;
    }
    .cb-user-menu a i,
    .cb-user-menu-header i {
        font-size: 1.12em !important;
        margin-right: 5px;
    }
    .cb-user-info {
        font-size: 1.03em !important;
        padding: 6px 9px 6px 5px !important;
    }
    .user-balance {
        font-size: 1em !important;
        padding: 2px 6px 2px 5px !important;
        margin-left: 3px;
    }
}

.user-panel-wrapper {
    display: flex;
    min-height: 70vh;
    margin: 40px auto;
    max-width: 1100px;
    background: #222026;
    border-radius: 18px;
    box-shadow: 0 4px 36px #0005;
    overflow: hidden;
}
.user-sidebar {
    width: 270px;
    background: #18181c;
    color: #fff;
    padding: 0 0 30px 0;
    border-right: 1px solid #2a2a34;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-profile {
    padding: 40px 0 16px 0;
    text-align: center;
}
.user-profile .avatar {
    font-size: 64px;
    color: #ffba00;
    margin-bottom: 10px;
}
.user-profile .userinfo .user-fullname {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.user-profile .userinfo .user-username {
    color: #d7d7d7;
    font-size: 14px;
    margin-top: 2px;
}
.user-profile .userinfo .user-email {
    color: #aaa;
    font-size: 13px;
    margin-top: 3px;
}

.user-menu {
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.user-menu a {
    padding: 14px 32px 14px 34px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.18s;
    border-left: 4px solid transparent;
    display: flex;
    align-items: center;
    gap: 12px;
}
.user-menu a:hover, .user-menu a.active {
    background: #232021;
    color: #ffba00;
    border-left: 4px solid #ffba00;
}
.user-menu .logout {
    color: #ee4747 !important;
    margin-top: 20px;
    border-left: 4px solid transparent;
}
.user-menu .logout:hover {
    background: #28202c;
    color: #fff !important;
    border-left: 4px solid #ee4747;
}
.user-content {
    flex: 1;
    padding: 46px 36px;
    color: #fff;
    background: #232021;
    min-height: 400px;
}
@media (max-width: 900px) {
    .user-panel-wrapper {
        flex-direction: column;
    }
    .user-sidebar {
        width: 100%;
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid #2a2a34;
        justify-content: flex-start;
        padding: 24px 12px 0 12px;
    }
    .user-profile {
        padding: 0 20px 0 0;
    }
    .user-content {
        padding: 22px 8px;
    }
}
.user-menu a.active, .user-menu a.active i {
    background: #222234;
    color: #ffba00 !important;
    border-left: 4px solid #ffba00;
    font-weight: 600;
}
.user-menu a.active i {
    color: #ffba00 !important;
}
.profile-box {
    background: #18181c;
    border-radius: 18px;
    box-shadow: 0 6px 24px #0002;
    max-width: 420px;
    margin: 32px auto 0 auto;
    padding: 34px 38px 32px 38px;
    color: #fff;
}

.profile-box h2 {
    font-size: 1.8rem;
    margin-bottom: 26px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .5px;
}

.form-group {
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 1rem;
    margin-bottom: 6px;
    font-weight: 500;
    color: #f6c744;
    letter-spacing: .1em;
}

.form-group label span {
    color: #bbb;
    font-size: .93em;
    font-weight: 400;
}

.profile-box input[type="text"],
.profile-box input[type="email"],
.profile-box input[type="tel"],
.profile-box input[type="password"] {
    border: 1.5px solid #292929;
    background: #212127;
    color: #fff;
    border-radius: 7px;
    padding: 11px 13px;
    font-size: 1rem;
    outline: none;
    transition: border .2s;
    margin-bottom: 2px;
}
.profile-box input:focus {
    border: 1.5px solid #ffba00;
    background: #23232c;
}

.btn-primary {
    background: linear-gradient(92deg, #ffba00 80%, #fa8a04 100%);
    color: #222;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 13px 0;
    width: 100%;
    cursor: pointer;
    margin-top: 8px;
    letter-spacing: .04em;
    box-shadow: 0 4px 12px #0002;
    transition: background .2s;
}
.btn-primary:hover {
    background: #ffd355;
    color: #111;
}
@media (max-width: 700px) {
    .profile-box {
        padding: 18px 9px 20px 9px;
        max-width: 98vw;
    }
}
.cb-user-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
}
.user-balance {
    display: flex;
    align-items: center;
    background: #232021;
    color: #ffba00;
    border-radius: 8px;
    padding: 3px 10px 3px 6px;
    margin-left: 7px;
    font-weight: 600;
    font-size: 1.03em;
}
.user-balance i {
    margin-right: 4px;
    font-size: 1.12em;
}

.cb-user-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cb-user-menu-header {
    font-size: 0.98em;
    color: #ccc;
    padding: 0 23px 9px 23px;
    border-bottom: 1px solid #343434;
    margin-bottom: 8px;
}
.cb-user-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 11px 23px;
    text-decoration: none;
    font-size: 1.07em;
    transition: background .15s, color .12s;
    border-radius: 8px;
}
.cb-user-menu a.logout {
    color: #e64747;
    font-weight: 600;
}
.cb-user-menu a:hover {
    background: #191919;
    color: #ffba00;
}
.cb-user-menu hr {
    border: none;
    border-top: 1px solid #363636;
    margin: 7px 0;
}

/* Dropdown açma JS class'ı */
.cb-user-dropdown.open .cb-user-menu {
    display: block;
}
@keyframes fadein {
    from { opacity: 0; transform: translateY(-13px);}
    to { opacity: 1; transform: translateY(0);}
}
@media (max-width: 700px) {
    .user-panel-wrapper {
        display: flex;
        flex-direction: column-reverse; /* Sidebar'ı alta çeker */
    }
    .sidebar {
        width: 100vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        height: auto !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        background: #181818;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px #0006;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        z-index: 1000;
        padding: 6px 0 6px 0;
    }
    .sidebar .sidebar-menu {
        flex-direction: row !important;
        display: flex !important;
        gap: 12px;
        width: 100%;
        justify-content: space-around;
    }
    .sidebar .sidebar-menu li {
        margin: 0;
    }
    .sidebar .profile-box, .sidebar .profile-info {
        display: none !important; /* Sadece menü ikonları kalsın */
    }
}
