* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* CRITICAL: Force all inputs to have sharp corners - SADECE INPUT'LAR */
input[type="text"]:not(.compact-input):not(.dash-input):not(.sd-input):not(.form-input):not(.mail-input):not(.notification-drawer__search-input):not(.message-drawer__search-input):not(.message-drawer-modal__input):not(.filter-input):not(.price-input):not(.hk-field-input):not(.epin-sheet__input):not(.epin-pkg-qty__input):not(.ie-field):not(.sd-seo-panel__input),
input[type="password"]:not(.pwd-input):not(.hk-field-input):not(.ie-field):not(.sd-doping-cancel-step__password-input),
input[type="email"]:not(.hk-field-input):not(.ie-field),
input[type="number"]:not(.price-input):not(.hk-field-input):not(.ie-field):not(.ilan-pazari-input):not(#ilanPazariMin):not(#ilanPazariMax),
input[type="tel"]:not(.hk-field-input):not(.ie-field),
input[type="search"]:not(.search-box):not(.notification-drawer__search-input):not(.message-drawer__search-input):not(.hk-field-input):not(#searchInput):not(#ilanlarToolbarKeyword):not(#ilanPazariKeyword):not(#ilanPazariCatSearch):not(.ilan-pazari-sidebar__search-input):not(.epin-pubg-hero__search-input):not(.ie-field),
textarea:not(.form-textarea):not(.mail-input):not(.message-drawer-modal__input):not(.hk-field-input):not(.ie-field),
select:not(.form-select):not(.mail-input):not(.filter-select):not(.epin-sheet__select):not(.ie-field) {
    border-radius: 0 !important;
}

/* Exception for scroll-to-top button - must be circular */
.scroll-to-top {
    border-radius: 50% !important;
}

/* Exception for add-listing-btn - must be 4px */
.add-listing-btn {
    border-radius: 4px !important;
}

/* Exception for dashboard pages - allow custom border-radius */
.dashboard-wrapper,
.dashboard-wrapper *:not(.dashboard-sidebar-toggle):not(.profile-img):not(.top-up-button):not(.dash-panel):not(.dash-quick-info__item):not(.dash-quick-info__icon):not(.dash-quick-info__head-icon):not(.dash-info-box):not(.dash-input):not(.dash-btn):not(.dash-tag):not(.dash-panel__head-icon):not(.setting-row):not(.icon-wrap):not(.switch-toggle):not(.auth-alert),
.doping-main-wrapper,
.doping-main-wrapper *,
.promo-banner,
.promo-banner *,
.section-container,
.section-container * {
    border-radius: inherit !important;
}

/* Dashboard ana sayfa — inherit 0px vermesin diye açık radius */
.dashboard-wrapper .dash-panel,
.dashboard-wrapper .dash-quick-info__item,
.dashboard-wrapper .dash-quick-info__icon,
.dashboard-wrapper .dash-quick-info__head-icon,
.dashboard-wrapper .dash-info-box,
.dashboard-wrapper .dash-input,
.dashboard-wrapper .dash-btn,
.dashboard-wrapper .dash-tag,
.dashboard-wrapper .dash-panel__head-icon,
.dashboard-wrapper .dash-notifications .setting-row,
.dashboard-wrapper .dash-notifications .icon-wrap,
.dashboard-wrapper .auth-alert {
    border-radius: 10px !important;
}

.dashboard-wrapper .dash-notifications .switch-toggle {
    border-radius: 999px !important;
}

.dashboard-wrapper .sidebar .nav-menu .nav-link {
    border-radius: 0 !important;
}

.dashboard-wrapper .sidebar .nav-menu .nav-link__icon {
    border-radius: 0 !important;
}

.dashboard-wrapper .sidebar,
.dashboard-wrapper .sidebar.dashboard-sidebar {
    border-radius: 10px !important;
}

/* Dashboard mobil sidebar — inherit zincirini kır */
@media (max-width: 1024px) {
    .dashboard-wrapper .sidebar .user-section,
    .dashboard-wrapper .sidebar .user-info,
    .dashboard-wrapper .sidebar .user-details,
    .dashboard-wrapper .sidebar .user-details__top {
        border-radius: 0 !important;
    }

    .dashboard-wrapper .sidebar button.dashboard-sidebar-toggle,
    .dashboard-wrapper .sidebar .user-info > .profile-img,
    .dashboard-wrapper .sidebar .user-section button.top-up-button {
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
    }
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: color 0.3s;
    position: relative;
}

/* Light mode styles removed */

/* Main content background with SVG pattern */
main,
.main,
.container,
.ilanlar-main,
.hakkimizda-main,
.admin-main,
.pubg-main {
    position: relative;
    z-index: 1;
}

/* Ensure content appears above background */
main > *,
.main > *,
.container > *,
.ilanlar-main > *,
.hakkimizda-main > *,
.admin-main > *,
.pubg-main > * {
    position: relative;
    z-index: 1;
}

.container {
    max-width: var(--container-max, 1600px);
    margin: 0 auto;
    width: 100%;
    padding-left: var(--container-padding, clamp(12px, 2.5vw, 40px));
    padding-right: var(--container-padding, clamp(12px, 2.5vw, 40px));
    box-sizing: border-box;
}

/* Ana sayfa: içerik genişliği header .container ile aynı fluid dolgu */
main.container {
    padding-left: var(--container-padding, clamp(12px, 2.5vw, 40px));
    padding-right: var(--container-padding, clamp(12px, 2.5vw, 40px));
}

/* GÃ¶rsel olarak gizli ama screen reader'lar iÃ§in gÃ¶rÃ¼nÃ¼r label */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Top Navigation Styles */
.top-nav {
    padding: 6px 0;
    border-bottom: 1px solid rgba(60, 60, 60, 0.8);
    transition: border-color 0.3s;
    margin-bottom: 0;
    margin-top: 0;
}

.light-mode .top-nav {
    border-bottom: 1px solid rgba(74, 158, 255, 0.15); /* Açık mavi ton */
}

.top-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.social-panel {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.1s ease,
        background-color 0.1s ease,
        background-image 0.1s ease,
        border-color 0.1s ease,
        box-shadow 0.1s ease,
        transform 0.1s ease;
}

.light-mode .social-icon {
    background: rgba(128, 128, 128, 0.2);
    border: 1px solid rgba(128, 128, 128, 0.3);
}

.social-icon:not(.social-icon--placeholder):hover,
.social-icon:not(.social-icon--placeholder):focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.social-icon--placeholder {
    cursor: default;
    opacity: 0.85;
}

.social-icon--placeholder:hover,
.social-icon--placeholder:focus-visible {
    transform: none;
    box-shadow: none;
}

.social-icon i {
    font-size: 14px;
    color: white;
    transition: color 0.1s ease;
}

.social-icon__x {
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    transition: color 0.1s ease;
}

/* Header sosyal — dark-theme-global yavaş geçişini ez */
.top-nav .social-panel .social-icon,
body.dark-mode .top-nav .social-panel .social-icon {
    transition:
        background 0.1s ease,
        background-color 0.1s ease,
        background-image 0.1s ease,
        border-color 0.1s ease,
        box-shadow 0.1s ease,
        transform 0.1s ease,
        color 0.1s ease !important;
}

.light-mode .social-icon i,
.light-mode .social-icon__x {
    color: #333333;
}

/* Header sosyal — footer ile aynı marka hover renkleri */
.social-icon--instagram:hover,
.social-icon--instagram:focus-visible {
    background-color: #e6683c !important;
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    border-color: transparent !important;
}

.social-icon--tiktok:hover,
.social-icon--tiktok:focus-visible {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 !important;
}

.social-icon--youtube:hover,
.social-icon--youtube:focus-visible {
    background-color: #ff0000 !important;
    background-image: none !important;
    border-color: #ff0000 !important;
}

.social-icon--twitter:hover,
.social-icon--twitter:focus-visible {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 !important;
}

.social-icon--facebook:hover,
.social-icon--facebook:focus-visible {
    background-color: #1877f2 !important;
    background-image: none !important;
    border-color: #1877f2 !important;
}

.social-icon--instagram:hover i,
.social-icon--instagram:focus-visible i,
.social-icon--tiktok:hover i,
.social-icon--tiktok:focus-visible i,
.social-icon--youtube:hover i,
.social-icon--youtube:focus-visible i,
.social-icon--facebook:hover i,
.social-icon--facebook:focus-visible i {
    color: #ffffff !important;
}

.social-icon--twitter:hover .social-icon__x,
.social-icon--twitter:focus-visible .social-icon__x {
    color: #ffffff !important;
}

.top-nav-links {
    display: flex;
    gap: 8px; /* Tüm linkler arası boşluk azalt */
    align-items: center;
    margin-left: 40px; /* Tüm kısmı daha fazla sağa kaydır */
}

/* Info links container - yan yana, az boşluk */
.info-links {
    display: flex;
    gap: 8px; /* Hakkımızda ve Blog arası az boşluk */
    align-items: center;
}

.info-links a {
    color: #d0d0d0 !important; /* Daha açık gri renk */
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s;
}

/* Gereksiz margin'i kaldır */
.top-nav-links a[href*="hakkimizda"] + a,
.top-nav-links a[href="#"]:not(.products-link) {
    margin-left: 0; /* Margin'i sıfırla */
}

.top-nav-links a {
    color: #8a94a6;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s;
}

/* Hakkımızda ve Blog linkleri daha açık gri olsun */
.top-nav-links a[href*="hakkimizda"],
.top-nav-links a[href="#"]:not(.products-link),
.info-links a {
    color: #d0d0d0 !important;
}

.light-mode .top-nav-links a {
    color: #666;
}

/* Light mode'da da Hakkımızda ve Blog linkleri daha açık gri olsun */
.light-mode .top-nav-links a[href*="hakkimizda"],
.light-mode .top-nav-links a[href="#"]:not(.products-link),
.light-mode .info-links a {
    color: #d0d0d0 !important;
}

.top-nav-links a:hover {
    color: white;
}

.light-mode .top-nav-links a:hover {
    color: #333;
}

.products-link {
    background: linear-gradient(90deg, 
        #4a9eff,  /* Mavi */
        #ff6b6b,  /* KÄ±rmÄ±zÄ±/Turuncu */
        #ffd93d,  /* SarÄ± */
        #6c5ce7,  /* Mor */
        #00b894   /* YeÅŸil */
    );
    background-size: 500% 500%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rgbFlow 3s ease-in-out infinite;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(74, 158, 255, 0.3);
    position: relative;
    padding: 2px 6px;
    border-radius: 4px;
}



@keyframes rgbFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Light mode iÃ§in ayarlar */
.light-mode .products-link {
    text-shadow: 0 0 10px rgba(74, 158, 255, 0.2);
}



/* Hover efekti */
.products-link:hover {
    animation-duration: 1.5s;
    transform: translateY(-1px);
}

    /* Header Styles */
    header {
        padding: 8px 0;
        box-shadow: none;
        transition: none;
        position: relative;
        z-index: 100;
        overflow: visible;
        border-bottom: none;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    @media (max-width: 1024px) {
        header {
            border-bottom: 1px solid var(--header-strip-border, rgba(60, 60, 60, 0.8));
        }

        .light-mode header {
            box-shadow: none;
            border-bottom: 1px solid var(--header-strip-border, rgba(74, 158, 255, 0.15));
        }
    }

    @media (min-width: 1025px) {
        header {
            --header-pad-y: 4px;
            --header-logo-h: 76px;
            --header-logo-w: 232px;
            min-height: calc(var(--header-logo-h) + var(--header-pad-y) * 2);
            padding-top: var(--header-pad-y);
            padding-bottom: var(--header-pad-y);
            align-content: center;
            border-bottom: none !important;
            box-shadow: none !important;
        }

        .light-mode header {
            border-bottom: none !important;
        }

        header .header-container {
            min-height: var(--header-logo-h);
            align-items: center !important;
        }

        .category-menu,
        .light-mode .category-menu {
            border-bottom: none !important;
            border-top: none !important;
            box-shadow: none !important;
        }
    }

    header .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 40px;
        gap: 15px;
        position: relative;
    }

    /* Search Container — header’da margin-left yok (logo ile yan yana) */
    .search-container {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
        max-width: 600px;
        margin-left: 200px; /* Legacy sayfalar; header aşağıda sıfırlar */
        margin-right: auto;
        min-height: 45px;
        height: auto;
        min-width: 0;
    }

    /* SVG Logo — header flex/grid; absolute yalnızca eski sayfa düzenleri */
    .logo-container {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: auto;
        min-height: 0;
        width: auto;
        max-width: none;
        z-index: 5;
        pointer-events: none;
        overflow: visible;
        background: none;
        border: none;
        box-shadow: none;
        line-height: 0;
    }


    .logo-container:hover {
        opacity: 0.9;
    }

    /* Logo PNG — şeffaf kutu, üstte kalsın (transform/clip yok) */
    .logo-container .site-logo-wrap {
        display: inline-block;
        line-height: 0;
        vertical-align: middle;
        overflow: visible;
        background: transparent !important;
        position: relative;
        z-index: 2;
    }

    .logo-container .site-logo-wrap img.site-logo,
    .logo-container img.site-logo {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent !important;
        object-fit: contain;
        object-position: left center;
        cursor: pointer;
        pointer-events: auto;
        vertical-align: top;
        position: relative;
        z-index: 1;
    }

    /* Mobil/tablet: logo — mobile-header-bar.css (≤991px) */
    @media (max-width: 1024px) {
        header .header-container > .mobile-logo-cluster > .logo-container,
        header .header-container > .logo-container {
            position: static !important;
            left: auto !important;
            top: auto !important;
            transform: none !important;
            width: fit-content !important;
            max-width: none !important;
            height: auto !important;
            margin: 0 auto !important;
        }

        header .header-container > .mobile-logo-cluster > .logo-container .site-logo-wrap {
            overflow: visible !important;
            margin: 0 auto !important;
            z-index: 20 !important;
        }

        header .header-container > .mobile-logo-cluster > .logo-container .site-logo-wrap img.site-logo {
            width: min(180px, 72vw) !important;
            height: auto !important;
            max-height: 46px !important;
            transform: none !important;
        }
    }

    /* Eski inline SVG (varsa) */
    .site-logo:not(img) g {
        fill: #ffffff;
        transition: fill 0.3s ease;
    }

    .light-mode .site-logo:not(img) g {
        fill: #1a1f2e;
    }








.auth-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}


/* Ä°lan Ekle Butonu */
.add-listing-btn {
    position: relative;
    border: none;
    padding: 14px 20px; /* Header için uygun boyut */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px !important; /* Köşeler 4px */
    outline: none;
    transition: none;
    min-width: 110px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.3px;
    height: 48px; /* Sabit yükseklik */
    box-sizing: border-box;
}

/* KARE VE ARTI (+) -> SEÃ‡Ä°LMEYEN KISIM */
.add-listing-btn .icon-box {
    width: 16px;
    height: 16px;
    border: 2px solid #10d473;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #10d473;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
    transition: all 0.2s ease;
    /* SOLDAKÄ° BU KISIM SEÃ‡Ä°LEMEZ */
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    flex-shrink: 0;
    line-height: 0.8;
    padding-bottom: 2px;
}

/* Ä°LAN EKLE YAZISI -> SEÃ‡Ä°LEBÄ°LEN KISIM */
.add-listing-btn .btn-text {
    color: #10d473;
    z-index: 2;
    transition: all 0.2s ease;
    /* BU KISIM SEÃ‡Ä°LEBÄ°LÄ°R */
    user-select: text;
    -webkit-user-select: text;
}

/* KÃ–ÅELERDEN BÄ°RLEÅEN YEÅÄ°L EFEKTÄ° */
.add-listing-btn::before,
.add-listing-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #10d473;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.add-listing-btn::before { 
    top: 0; 
    left: 0; 
}

.add-listing-btn::after { 
    bottom: 0; 
    right: 0; 
}

/* HOVER (ÃœZERÄ°NE GELÄ°NDÄ°ÄÄ°NDE) */
.add-listing-btn:hover::before,
.add-listing-btn:hover::after {
    width: 100%;
    height: 100%;
}

/* Hover olunca her ÅŸey BEYAZ olur */
.add-listing-btn:hover .btn-text,
.add-listing-btn:hover .icon-box {
    color: #ffffff;
    border-color: #ffffff;
}

/* TIKLANDIÄINDA ARKA PLAN SABÄ°T YEÅÄ°L KALIR */
.add-listing-btn.is-pressed {
    background-color: #10d473;
}

.add-listing-btn:active {
    transform: scale(0.98);
}



.auth-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.auth-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    transition: all 0.3s;
}

.login-btn {
    color: #4a9eff;
    border: 1px solid #4a9eff;
    border-radius: 4px;
}

.light-mode .login-btn {
    color: #2a7bde;
    border: 1px solid #2a7bde;
    border-radius: 4px;
}

.register-btn {
    background-color: #4a9eff;
    color: white;
    border-radius: 4px;
}

.auth-buttons button:not(.header-cart-link):hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* GLOBAL INPUT RESET - REMOVE ALL ROUNDED CORNERS (header #searchBox hariç) */
input:not(.pwd-input):not(.mail-input):not(.dash-input):not(.sd-input):not(.search-box):not(.notification-drawer__search-input):not(.message-drawer__search-input):not(.message-drawer-modal__input):not(.filter-input):not(.price-input):not(.hk-field-input):not(.epin-pubg-hero__search-input):not(.ie-field):not(.sd-doping-cancel-step__password-input):not(.sd-seo-panel__input):not(#miktarInput):not(#ilanlarToolbarKeyword):not(#ilanPazariKeyword):not(#ilanPazariCatSearch):not(.ilan-pazari-sidebar__search-input):not(.ilan-pazari-input):not(#ilanPazariMin):not(#ilanPazariMax),
input[type="text"]:not(.mail-input):not(.dash-input):not(.sd-input):not(.search-box):not(.notification-drawer__search-input):not(.message-drawer__search-input):not(.message-drawer-modal__input):not(.filter-input):not(.hk-field-input):not(.epin-sheet__input):not(.epin-pkg-qty__input):not(.ie-field),
input[type="search"]:not(.search-box):not(.notification-drawer__search-input):not(.message-drawer__search-input):not(.hk-field-input):not(#searchInput):not(#ilanlarToolbarKeyword):not(#ilanPazariKeyword):not(#ilanPazariCatSearch):not(.ilan-pazari-sidebar__search-input):not(.epin-pubg-hero__search-input):not(.epin-sheet__input):not(.ie-field),
textarea:not(.mail-input):not(.hk-field-input):not(.ie-field),
select:not(.mail-input):not(.filter-select):not(.epin-sheet__select):not(.ie-field),
button:not(.scroll-to-top):not(.add-listing-btn):not(.modal-ok-btn):not(.mobile-menu-toggle):not(.home-see-all-btn):not(.listing-tab):not(.yer6-cart-btn):not(.yer6-cart-qty-btn):not(.header-cart-link):not(.login-btn):not(.register-btn):not(.ilan-pazari-toolbar__sort-option):not(.ilan-pazari-btn):not(.pwd-submit):not(.mail-flow-btn):not(.mail-modal__x):not(.fatura-tc-verify-link):not(.fatura-type-card):not(.kyc-btn-start):not(.kyc-action-btn):not(.kyc-capture-btn):not(.kyc-doc-kind):not(.bildirim-action-btn):not(.notification-action-btn):not(.notification-drawer__pill):not(.notification-drawer__close):not(.message-drawer__filter):not(.message-drawer__close):not(.message-drawer__new-btn):not(.header-account-trigger):not(.profile-verified-rozet-wrap):not(.dashboard-sidebar-toggle):not(.top-up-button):not(.dash-btn):not(.sd-btn):not(.sd-chart-pill):not(.sd-doping-menu__trigger):not(.sd-doping-panel__close):not(.sd-doping-panel__foot-close):not(.sd-doping-panel__cancel-link):not(.sd-doping-legal-toggle):not(.sd-doping-legal-notice__backdrop):not(.sd-doping-legal-notice__close):not(.sd-doping-legal-notice__ok):not(.sd-doping-cancel-btn):not(.sd-cursor-option):not(.sd-doping-modal__backdrop):not(.sd-seo-menu__trigger):not(.frame-pattern-visual-tile):not(.hk-contact-form__submit):not(.kat-filter-pill):not(.epin-list-row__btn):not(.epin-pkg-hero__btn):not(.epin-pkg-qty__btn):not(.epin-region-tab):not(.epin-source-tab):not(.epin-content-tab):not(.epin-balance-card__close):not(.epin-balance-card__btn):not(.epin-sheet__close):not(.epin-sheet__btn):not(.ilanlarim-cta):not(.action-btn):not(.btn-change):not(.btn-blue):not(.btn-prev-sozlesme):not(.btn-next-sozlesme):not(.sd-seo-panel__edit-btn):not(.buy-btn-footer):not(.qty-btn-footer):not(.satin-al-btn):not(.miktar-btn):not(.ilan-action-btn):not(.ilan-share-item) {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

html body.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled),
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled):focus,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled):focus-visible,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled):hover,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled),
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled):focus,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:not(:-webkit-autofill):not(.is-autofilled):focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #1a1f28 !important;
    background-color: #1a1f28 !important;
    color-scheme: dark;
}

html body.seller-dashboard-page .sd-doping-cancel-step__password-field,
html body.seller-dashboard-page .sd-doping-cancel-step__password-field:focus-within,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-field,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-field:focus-within {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    outline: none !important;
}

html body.seller-dashboard-page .sd-doping-cancel-step__password-field {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill:hover,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill:focus,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill:active,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-internal-autofill-selected,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input.is-autofilled,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill:hover,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill:focus,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill:active,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-internal-autofill-selected,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input.is-autofilled {
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    background-color: #1a1f28 !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px #1a1f28 inset !important;
    box-shadow: 0 0 0 1000px #1a1f28 inset !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s, box-shadow 99999s ease-out 0s !important;
}

html body.seller-dashboard-page .sd-doping-cancel-step__password-field,
html body.seller-dashboard-page .sd-doping-cancel-step__password-field:focus-within,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-field,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-field:focus-within {
    background: #1a1f28 !important;
}

/* Kurumsal satıcı — Dopinglerim modal butonları 10px */
html body.seller-dashboard-page .sd-seo-panel__input,
html body.seller-dashboard-page .sd-seo-panel__input:focus,
html body.seller-dashboard-page .sd-seo-panel__input:focus-visible,
html body.seller-dashboard-page .sd-seo-panel__input:hover,
html body.dark-mode.seller-dashboard-page .sd-seo-panel__input,
html body.dark-mode.seller-dashboard-page .sd-seo-panel__input:focus,
html body.dark-mode.seller-dashboard-page .sd-seo-panel__input:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

html body.seller-dashboard-page .sd-seo-panel__input-field,
html body.seller-dashboard-page .sd-seo-panel__input-field:focus-within,
html body.dark-mode.seller-dashboard-page .sd-seo-panel__input-field,
html body.dark-mode.seller-dashboard-page .sd-seo-panel__input-field:focus-within {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    outline: none !important;
}

html body.seller-dashboard-page button.sd-doping-panel__foot-close,
html body.seller-dashboard-page button.sd-doping-panel__cancel-link,
html body.seller-dashboard-page button.sd-doping-cancel-step__password-toggle,
html body.seller-dashboard-page button.sd-seo-panel__save,
html body.seller-dashboard-page button.sd-seo-panel__edit-btn {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

/* İlan kartı — sepet butonu 10px (global button reset istisnası) */
html body .benzer-ilan-card .buy-btn-footer,
html body .benzer-ilan-card button.buy-btn-footer,
html body .benzer-ilan-card a.buy-btn-footer,
html body .benzer-ilan-card span.buy-btn-footer {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    overflow: hidden;
}

/* İlanlarım — üst/alt İlan Ekle ve gezinme butonları 10px */
html body .ilanlarim-page button.ilanlarim-cta,
html body .ilanlarim-page .header-buttons .ilanlarim-cta,
html body .ilanlarim-page .empty-state .ilanlarim-cta {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    overflow: hidden;
}

html body .ilanlarim-page .filter-tabs .tab,
html body .ilanlarim-page .action-btn {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

html body .ilanlarim-page input#searchInput.search-box,
html body .ilanlarim-page .ilanlarim-search-input.search-box {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

/* İlan Ekle — form, arama ve gezinme 10px (global reset bypass) */
html body .ilan-ekle-page .ie-field,
html body .ilan-ekle-page .search-container input,
html body .ilan-ekle-page textarea.ie-field,
html body .ilan-ekle-page #selected-category-text,
html body .ilan-ekle-page .editor-area,
html body .ilan-ekle-page .editor-tools,
html body .ilan-ekle-page .upload-container,
html body .ilan-ekle-page .scroll-container,
html body .ilan-ekle-page button.action-btn,
html body .ilan-ekle-page button.btn-change,
html body .ilan-ekle-page button.btn-blue,
html body .ilan-ekle-page button.btn-prev-sozlesme,
html body .ilan-ekle-page button.btn-next-sozlesme {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}

html body .ilan-ekle-page .editor-tools {
    border-radius: 10px 10px 0 0 !important;
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
}

html body .ilan-ekle-page .editor-area {
    border-radius: 0 0 10px 10px !important;
    -webkit-border-radius: 0 0 10px 10px !important;
    -moz-border-radius: 0 0 10px 10px !important;
}

/* UNIFIED SEARCH CONTAINER - TEK MERKEZÄ° TANIM */
.search-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    max-width: 400px;
    min-height: 45px;
    height: 45px;
}

/* Search Box Stilleri */
.search-box {
    width: 100%;
    padding: 14px 45px 14px 20px; /* İlan Ekle butonu ile aynı padding */
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px; /* İlan Ekle butonu ile aynı font-size */
    font-weight: 600; /* İlan Ekle butonu ile aynı font-weight */
    border-radius: 4px !important;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    letter-spacing: 0.3px; /* İlan Ekle butonu ile aynı letter-spacing */
    height: auto; /* Otomatik yükseklik */
    min-height: 48px; /* Minimum yükseklik */
}

.search-box::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-box:focus {
    border-color: #4a9eff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
}

/* Light mode search box */
.light-mode .search-box {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
}

.light-mode .search-box::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.light-mode .search-box:focus {
    background: rgba(0, 0, 0, 0.08);
    border-color: #4a9eff;
}

.search-wrapper .search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(74, 158, 255, 0.6);
    font-size: 18px;
    pointer-events: none;
    z-index: 3;
    transition: all 0.3s ease;
}

.light-mode .search-wrapper .search-icon {
    color: rgba(74, 158, 255, 0.5);
}

/* Header: logo + arama flex — arama kutusu logonun üstüne binmesin */
header .header-container > .search-container {
    margin-left: 0 !important;
    z-index: 1 !important;
}

/* PC: logo katmanı — yalnızca ≥992px */
@media (min-width: 1025px) {
    header {
        --header-bar-h: 64px;
        --header-search-h: 44px;
        --header-pad-y: 4px;
        --header-logo-h: 76px;
        --header-logo-w: 232px;
        --header-icon-h: 52px;
    }

    header .header-container {
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    header .header-container > .mobile-logo-cluster,
    header .header-container > .mobile-logo-cluster > .logo-container,
    header .header-container > .mobile-logo-cluster > .logo-container .site-logo-wrap {
        position: relative;
        z-index: 30 !important;
        isolation: isolate;
        min-height: 0 !important;
        height: auto !important;
        background: transparent !important;
        overflow: visible !important;
    }

    header .header-container > .search-container {
        z-index: 1 !important;
        position: relative;
    }

    header .header-container > .mobile-logo-cluster > .logo-container .site-logo-wrap {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: var(--header-logo-w, 232px) !important;
        height: var(--header-logo-h, 76px) !important;
        max-width: min(var(--header-logo-w, 232px), 30vw) !important;
        flex-shrink: 0;
    }

    header .header-container > .mobile-logo-cluster > .logo-container .site-logo-wrap img.site-logo {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: left center !important;
        transform: none !important;
    }

    /* Footer logo boyutu → assets/css/footer.css (.site-footer) */

    header .header-container > .mobile-logo-cluster {
        margin-right: clamp(8px, 1vw, 16px);
        flex-shrink: 0;
    }

    header .header-container > .search-container {
        margin-left: 0 !important;
        flex-shrink: 0;
    }

    header .search-container,
    header .search-container .search-wrapper {
        min-height: var(--header-search-h, 44px) !important;
        height: var(--header-search-h, 44px) !important;
    }

    header .search-container input#searchBox.search-box {
        min-height: var(--header-search-h, 44px) !important;
        height: var(--header-search-h, 44px) !important;
        line-height: var(--header-search-h, 44px) !important;
    }
}

/* Üst header arama — #searchBox: id seçicisi ilanlar/sosyal tema CSS’inden üstün gelir */
header .search-container .search-wrapper {
    display: flex !important;
    align-items: stretch !important;
    min-height: var(--header-search-h, 44px) !important;
    height: var(--header-search-h, 44px) !important;
    position: relative !important;
    box-sizing: border-box !important;
}

@media (min-width: 1025px) {
    header .container.header-container,
    header .header-container {
        gap: clamp(8px, 1.2vw, 15px);
        padding-left: clamp(12px, 2.5vw, 40px);
        padding-right: clamp(12px, 2.5vw, 40px);
        min-width: 0;
        box-sizing: border-box;
        align-items: center;
    }

    header .logo-container {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        flex-shrink: 0;
    }

    header .search-container {
        margin-left: 0;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        align-self: center !important;
        height: var(--header-search-h, 44px);
        min-height: var(--header-search-h, 44px);
        width: min(520px, 100%);
        max-width: 520px;
        min-width: 0;
    }

    header .search-container .search-wrapper {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 520px !important;
        min-width: 0;
        min-height: var(--header-search-h, 44px) !important;
        height: var(--header-search-h, 44px) !important;
        border-radius: 22px !important;
        overflow: hidden !important;
    }

    header .auth-buttons {
        flex-shrink: 1;
        min-width: 0;
        gap: clamp(6px, 1vw, 15px);
    }

    header .nav-section {
        flex-shrink: 1;
        gap: 0;
        min-width: 0;
        max-width: 100%;
    }
}

/* Dar masaüstü pencere: header sıkılaştırma (769px+) */
@media (min-width: 1025px) and (max-width: 1400px) {
    header .search-container input#searchBox.search-box {
        font-size: 12px !important;
        padding-left: 42px !important;
    }

    header .search-container input#searchBox.search-box::placeholder {
        font-size: 12px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .nav-section .divider {
        display: none;
    }

    .header-profile-name {
        display: none !important;
    }

    .nav-section .user-profile-section.header-profile-section {
        min-width: 0 !important;
        padding: 6px 8px !important;
        gap: 6px !important;
    }

    .header-profile-image {
        width: 30px !important;
        height: 30px !important;
    }

    a.header-cart-link,
    button.header-cart-link {
        width: var(--header-icon-h, 48px);
        height: var(--header-icon-h, 48px);
        margin-right: 4px;
        font-size: 17px;
    }

    .header-action-icon-box {
        width: var(--header-icon-h, 48px);
        height: var(--header-icon-h, 48px);
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    header {
        --header-pad-y: 4px;
        padding-top: var(--header-pad-y);
        padding-bottom: var(--header-pad-y);
        --header-logo-h: 70px;
        --header-logo-w: 208px;
        --header-search-h: 42px;
        --header-icon-h: 48px;
    }

    header .search-container input#searchBox.search-box {
        min-height: var(--header-search-h) !important;
        height: var(--header-search-h) !important;
        line-height: var(--header-search-h) !important;
    }

    header .search-container .search-wrapper {
        min-height: var(--header-search-h) !important;
        height: var(--header-search-h) !important;
    }

    header .search-container input#searchBox.search-box::placeholder {
        line-height: var(--header-search-h) !important;
    }

    .auth-buttons .login-btn,
    .auth-buttons .register-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .nav-section .user-profile-section.header-profile-section {
        padding: 5px 6px !important;
    }

    .header-balance-amount {
        font-size: 10px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1320px) {
    header .search-container input#searchBox.search-box::placeholder {
        font-size: 11px !important;
    }

    .messages-wrapper.nav-item,
    .notification-wrapper.nav-item {
        padding: 2px 4px;
    }

    .header-profile-info .eye-toggle {
        display: none;
    }
}

/* Dar masaüstü — yalnızca PC header logosu */
@media (min-width: 1025px) and (max-width: 1320px) {
    header {
        --header-logo-h: 72px;
        --header-logo-w: 218px;
        --header-search-h: 42px;
        --header-icon-h: 50px;
    }
}

/* PC header arama — kısa pill, odakta köşe taşması yok */
header .search-container .search-wrapper {
    border-radius: 22px !important;
    overflow: hidden !important;
    isolation: isolate;
    background: transparent !important;
}

header .search-container input#searchBox.search-box {
    flex: 1 !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 22px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 0 14px 0 40px !important;
    min-height: var(--header-search-h, 44px) !important;
    height: var(--header-search-h, 44px) !important;
    line-height: var(--header-search-h, 44px) !important;
    vertical-align: middle !important;
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: var(--chrome-control-bg, #1a1c23) !important;
    border: 1px solid var(--header-strip-border, #2d3139) !important;
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    color: #e8eaed !important;
}

/* Autofill (koyu varsayılan — light mode aşağıda ezilir) */
header .search-container input#searchBox.search-box:-webkit-autofill {
    box-shadow: 0 0 0 32px var(--chrome-control-bg, #1a1c23) inset !important;
    -webkit-text-fill-color: #e8eaed !important;
    caret-color: #e8eaed !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

body.light-mode header .search-container input#searchBox.search-box:-webkit-autofill {
    box-shadow: 0 0 0 32px #f4f6f9 inset !important;
    -webkit-text-fill-color: #1f2937 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

header .search-container input#searchBox.search-box::placeholder {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    line-height: var(--header-search-h, 44px) !important;
}

/* Odak: ince mavi kenarlık, gölge yok */
header .search-container input#searchBox.search-box:focus,
header .search-container input#searchBox.search-box:focus-visible,
header .search-container input#searchBox.search-box:active {
    outline: none !important;
    background: var(--surface-hover, #1a1c23) !important;
    border: 1px solid #4a9eff !important;
    box-shadow: none !important;
}

header .search-container .search-wrapper .search-icon {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 4 !important;
    -webkit-font-smoothing: antialiased;
}

header .search-container .search-wrapper .header-search-icon-svg {
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    flex-shrink: 0 !important;
    stroke: rgba(255, 255, 255, 0.9);
}

body.light-mode header .search-container input#searchBox.search-box:focus,
body.light-mode header .search-container input#searchBox.search-box:focus-visible,
body.light-mode header .search-container input#searchBox.search-box:active {
    outline: none !important;
    background: #ffffff !important;
    border: 1px solid #4a9eff !important;
    box-shadow: none !important;
}

body.light-mode header .search-container input#searchBox.search-box {
    background: #f4f6f9 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    outline: none !important;
    box-shadow: none !important;
    color: #1f2937 !important;
}

body.light-mode header .search-container input#searchBox.search-box::placeholder {
    color: #6b7280 !important;
    font-weight: 500 !important;
    line-height: var(--header-search-h, 44px) !important;
}

body.light-mode header .search-container .search-wrapper .header-search-icon-svg {
    stroke: #64748b;
}

/* Search Suggestions Dropdown */
.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1e2230;
    border: 1px solid rgba(74, 158, 255, 0.2);
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    margin-top: 5px;
}

.light-mode .search-suggestions {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.search-suggestion {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.light-mode .search-suggestion {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-suggestion:last-child {
    border-bottom: none;
}

.search-suggestion:hover {
    background: rgba(74, 158, 255, 0.1);
    color: #ffffff;
}

.light-mode .search-suggestion:hover {
    background: rgba(74, 158, 255, 0.05);
    color: #333;
}

.suggestion-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 3px;
}

.suggestion-text {
    flex: 1;
    color: #ffffff;
    font-size: 14px;
}

.light-mode .suggestion-text {
    color: #333;
}

/* Search Results Container */
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1e2230;
    border: 1px solid rgba(74, 158, 255, 0.2);
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    margin-top: 5px;
}

.light-mode .search-results {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.results-container {
    padding: 16px;
}

.result-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.light-mode .result-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.result-item:last-child {
    border-bottom: none;
}

.result-item h3 {
    color: #4a9eff;
    font-size: 16px;
    margin-bottom: 4px;
}

.result-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.light-mode .result-item p {
    color: rgba(0, 0, 0, 0.7);
}

/* Typing Animation Container */
.typing-container {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.light-mode .typing-container {
    color: rgba(0, 0, 0, 0.5);
}

.typing-cursor {
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #4a9eff;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* KullanÄ±cÄ± Profil BÃ¶lÃ¼mÃ¼ Stilleri */
.nav-section {
    display: flex;
    align-items: center;
    gap: 0px;
    position: relative;
    z-index: 100000;
}

/* Sepet: profilin solu — arka plan yok, yeşil ikon */
a.header-cart-link,
button.header-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 45px;
    margin-right: 8px;
    flex-shrink: 0;
    background: transparent !important;
    border: none;
    box-shadow: none;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    color: #10d473 !important;
    text-decoration: none;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

a.header-cart-link:hover,
button.header-cart-link:hover {
    color: #34d399 !important;
    background: rgba(80, 80, 80, 0.65) !important;
    transform: none !important;
    box-shadow: none !important;
}

a.header-cart-link:focus-visible,
button.header-cart-link:focus-visible {
    outline: 2px solid #4a9eff;
    outline-offset: 2px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

a.header-cart-link i,
button.header-cart-link i {
    color: inherit !important;
}

body.light-mode a.header-cart-link,
body.light-mode button.header-cart-link {
    color: #059669 !important;
}

body.light-mode a.header-cart-link:hover,
body.light-mode button.header-cart-link:hover {
    color: #10b981 !important;
    background: rgba(0, 0, 0, 0.08) !important;
    transform: none !important;
    box-shadow: none !important;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
}

.notification-wrapper {
    position: relative;
}

.nav-item svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    flex-shrink: 0;
    display: block;
}

.nav-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Hamburger menu wrapper için hover arka planını kaldır */
.hamburger-menu-wrapper.nav-item:hover {
    background: transparent;
}

/* Notification wrapper için hover arka planını kaldır */
.notification-wrapper.nav-item:hover {
    background: transparent;
}

/* Comment wrapper için hover arka planını kaldır */
.messages-wrapper.nav-item:hover {
    background: transparent;
}

/* Mesaj / bildirim ikon kutusu (masaüstü) */
.header-action-icon-box {
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(59, 102, 255, 0.1);
    width: 48px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border: none;
}

.header-action-icon-box .messages-icon,
.header-action-icon-box .notification-icon {
    color: #3b66ff;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}

/* Notification icon hover efekti */
.notification-wrapper:hover .notification-icon-container div:first-of-type,
.notification-wrapper:hover .notification-icon-container div:last-of-type {
    width: 100% !important;
    height: 100% !important;
}

.notification-wrapper:hover .notification-icon {
    color: #ffffff !important;
}

/* Messages icon hover efekti */
.messages-wrapper:hover .messages-icon-container div:first-of-type,
.messages-wrapper:hover .messages-icon-container div:last-of-type {
    width: 100% !important;
    height: 100% !important;
}

.messages-wrapper:hover .messages-icon {
    color: #ffffff !important;
}

/* Light mode styles removed */

.notification-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    color: #8a94a6;
    stroke-width: 1.5;
}

.light-mode .notification-icon {
    color: #666;
}

.notification-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #e74c3c;
    color: white;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.notification-count.active {
    display: flex;
}

.wallet-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    min-width: 60px;
}

.wallet-section:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Light mode styles removed */

.wallet-icon {
    color: #8a94a6;
    font-size: 14px;
    margin-bottom: 1px;
}

.light-mode .wallet-icon {
    color: #6b7280;
}

.wallet-icon .fa-wallet {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #8a94a6;
}

.light-mode .wallet-icon .fa-wallet {
    -webkit-text-stroke: 1px #6b7280;
}

.balance-container {
    display: flex;
    align-items: center;
    gap: 3px;
}

.balance-amount {
    color: #27ae60;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.2px;
}

.eye-toggle {
    background: none;
    border: none;
    color: #8a94a6;
    cursor: pointer;
    font-size: 9px;
    padding: 1px;
    border-radius: 2px;
    transition: all 0.2s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-mode .eye-toggle {
    color: #9ca3af;
}

.eye-toggle .fa-eye,
.eye-toggle .fa-eye-slash {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #8a94a6;
}

.light-mode .eye-toggle .fa-eye,
.light-mode .eye-toggle .fa-eye-slash {
    -webkit-text-stroke: 1px #9ca3af;
}

.eye-toggle:hover .fa-eye,
.eye-toggle:hover .fa-eye-slash {
    -webkit-text-stroke: 1px #8a94a6;
    transform: none !important;
}

/* Eye toggle tüm efektlerini kaldır */
.eye-toggle,
.eye-toggle:hover,
.eye-toggle:focus,
.eye-toggle:active {
    background: none !important;
    transform: none !important;
    transition: none !important;
    color: #8a94a6 !important;
}

.eye-toggle .fa-eye,
.eye-toggle .fa-eye-slash,
.eye-toggle:hover .fa-eye,
.eye-toggle:hover .fa-eye-slash {
    transform: none !important;
    transition: none !important;
    color: #8a94a6 !important;
    -webkit-text-stroke: 1px #8a94a6 !important;
}

.user-profile-section {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px 3px 6px;
    border-radius: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    z-index: 100000;
}

.user-profile-section:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Light mode styles removed */

.profile-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #2a3142;
    background: linear-gradient(135deg, #4a9eff 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.light-mode .profile-image {
    border: 1.5px solid #e0e0e0;
}

.profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-name {
    font-weight: 500;
    font-size: 12px;
    color: white;
}

.light-mode .profile-name {
    color: #2c3e50;
}

.profile-status {
    font-size: 9px;
    color: #27ae60;
    font-weight: 400;
}

.dropdown-arrow {
    color: #8a94a6;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.light-mode .dropdown-arrow {
    color: #666;
}

.dropdown-arrow.up {
    transform: rotate(180deg);
}

.profile-dropdown {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    margin-top: 0 !important;
    background: #1e2230 !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.9), 
                0 0 0 2px rgba(74, 158, 255, 0.3) !important;
    min-width: 260px !important;
    z-index: 999999 !important;
    display: none;
    overflow: visible !important;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid rgba(74, 158, 255, 0.2) !important;
}

/* Light mode styles removed */

.profile-dropdown.show {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.dropdown-header {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(74, 158, 255, 0.02);
}

.light-mode .dropdown-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha da açık */
    background: rgba(74, 158, 255, 0.02);
}

.dropdown-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a9eff 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.online-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #27ae60;
    border: 2px solid #1a1f2e;
    border-radius: 50%;
}

.light-mode .online-status {
    border: 2px solid white;
}

.dropdown-user-info {
    flex: 1;
}

.dropdown-username {
    font-weight: 600;
    font-size: 14px;
    color: white;
    margin-bottom: 2px;
}

.light-mode .dropdown-username {
    color: #2c3e50;
}

.dropdown-userid {
    font-size: 12px;
    color: #8a94a6;
    display: flex;
    align-items: center;
    gap: 6px;
}

.light-mode .dropdown-userid {
    color: #666;
}

.copy-btn {
    background: none;
    border: none;
    color: #8a94a6;
    cursor: pointer;
    font-size: 10px;
    padding: 2px;
    border-radius: 3px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.light-mode .copy-btn {
    color: #666;
}

.copy-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.light-mode .copy-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.copy-btn.copied {
    color: #27ae60;
}

.dropdown-menu {
    padding: 8px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.light-mode .dropdown-item {
    color: #2c3e50;
}

.dropdown-item:hover {
    background: rgba(74, 158, 255, 0.1);
    color: #ffffff;
    padding-left: 24px;
}

.light-mode .dropdown-item:hover {
    background: rgba(74, 158, 255, 0.05);
    color: #1a1f2e;
}

.dropdown-item i {
    width: 16px;
    text-align: center;
    color: #8a94a6;
}

.light-mode .dropdown-item i {
    color: #666;
}

.balance-tick {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.balance-tick i {
    color: white;
    font-size: 10px;
}

.dropdown-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 6px 0;
}

.light-mode .dropdown-divider {
    background: rgba(0, 0, 0, 0.05);
}

.divider {
    height: 16px;
    width: 1px;
    background: #2a3142;
    margin: 0 3px;
}

.light-mode .divider {
    background: #e8e8e8;
}

.cloud-icon {
    display: flex;
    align-items: center;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    border-radius: 4px;
    justify-content: center;
    transition: all 0.3s ease;
}

.cloud-icon svg {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.cloud-icon:hover svg {
    opacity: 1;
}

.snow-status {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: none;
    align-items: center;
    justify-content: center;
}

.snow-status.active {
    display: flex;
}

.snow-status svg {
    color: #4ade80;
}

#snowfall {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    pointer-events: none;
    z-index: 2147483647 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.snowflake {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    z-index: 1;
}



/* Category Menu — alt çizgi yalnızca mobil/tablet */
.category-menu {
    border-bottom: none;
    border-top: none;
    padding: 10px 0;
    position: relative;
    transition: border-color 0.3s;
    box-shadow: none;
    margin-top: 0;
    z-index: 50;
    border-radius: 0;
}

@media (max-width: 1024px) {
    .category-menu {
        border-bottom: 1px solid rgba(60, 60, 60, 0.8);
    }

    .light-mode .category-menu {
        border-bottom: 1px solid rgba(74, 158, 255, 0.15);
    }
}

/* Header .container ile aynı: 1600px ortalı kutu + aynı yatay dolgu */
.category-menu .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: clamp(12px, 2.5vw, 40px);
    padding-right: clamp(12px, 2.5vw, 40px);
    box-sizing: border-box;
}

.category-menu-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

/* Tek satır: taşan pill’ler sağdaki CTA’ların arkasında kalır (kırılma yok) */
.category-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: center;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.category-menu-actions {
    --category-menu-actions-bg: var(--header-strip-bg, #2a2a2a);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    z-index: 3;
    padding-left: 16px;
    margin-left: 0;
    background: var(--category-menu-actions-bg);
    box-shadow: -20px 0 18px 8px var(--category-menu-actions-bg);
}

body.light-mode .category-menu-actions {
    --category-menu-actions-bg: var(--header-strip-bg, #ffffff);
}

/* CTA solunda yumuşak geçiş — kategoriler arkada kaybolur */
.category-menu-actions::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 0;
    bottom: 0;
    width: 36px;
    pointer-events: none;
    background: linear-gradient(
        to right,
        transparent,
        var(--category-menu-actions-bg) 88%
    );
    z-index: -1;
}

/* Kategori şeridi: İlan Ekle + Bakiye Yükle — sade, orta boy, ekstra efekt yok */
a.category-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    min-height: 38px;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    flex-shrink: 0;
    box-shadow: none;
}

.category-menu-cta__ico {
    font-size: 15px;
    line-height: 1;
    color: inherit;
}

.category-menu-cta__txt {
    white-space: nowrap;
}

a.category-menu-cta--ilan-add {
    background: #e89400;
}

a.category-menu-cta--bakiye {
    background: #0fa855;
}

a.category-menu-cta:focus-visible {
    outline: 2px solid #4a9eff;
    outline-offset: 2px;
}

body.light-mode a.category-menu-cta,
body.light-mode a.category-menu-cta:hover {
    color: #ffffff !important;
}

/* Kategori şeridinde İlan Ekle var; header arama satırında yok */
header .search-container .add-listing-btn,
header .header-container > .search-container .add-listing-btn {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Header kategori pill’ler: referans — squircle ikon kutusu, koyu saydam zemin, beyaz etiket (koyu tema) */
.category-menu .category-links .category-link.category-nav-pill {
    padding: 4px 2px !important;
    gap: 8px;
    flex-shrink: 0;
    font-size: 14px;
}

.category-link.category-nav-pill {
    padding: 5px 8px;
    gap: 7px;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    align-items: center;
    transition: color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
}

.category-nav-pill__label {
    white-space: nowrap;
    transition: color 0.2s ease;
}

.category-menu .category-links .category-nav-pill__icon-wrap {
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.category-nav-pill__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 3px;
    border-radius: 10px;
    flex-shrink: 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.06) !important;
    transition: background-color 0.2s ease !important;
}

.category-nav-pill__icon-wrap i {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: block;
    text-align: center;
    transition: none !important;
}

.category-nav-pill__icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    transition: none !important;
    filter: none !important;
    opacity: 1 !important;
}

/* LoL: SVG ikon (League-legends.svg) — eski PNG maskesi yedek */
.category-nav-pill__lol-mark {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: #c8aa6e;
    -webkit-mask-image: var(--lol-mask, url('/svg/League-legends.svg'));
    mask-image: var(--lol-mask, url('/svg/League-legends.svg'));
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: none !important;
}

/* Tüm kategori linkleri için hover efekti - sadece mavi renk */
.category-link.category-nav-pill:hover .category-nav-pill__label {
    color: #4a9eff !important;
}

.category-link.category-nav-pill:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

/* İkon kutusu: SVG’deki marka renginin saydam hali (Pubg #F2A900, Val #FF4655, vb.) */
.category-link.category-nav-pill--pubg .category-nav-pill__icon-wrap {
    background: rgba(242, 169, 0, 0.16) !important;
}

.category-link.category-nav-pill--pubg .category-nav-pill__icon--pubg {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    transform: scale(1.06);
    transform-origin: center;
}

.category-link.category-nav-pill--pubg:hover .category-nav-pill__icon-wrap {
    background: rgba(242, 169, 0, 0.24) !important;
}

.category-link.category-nav-pill--valorant .category-nav-pill__icon-wrap {
    background: rgba(255, 70, 85, 0.16) !important;
}

.category-link.category-nav-pill--valorant .category-nav-pill__icon--valorant {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    transform: scale(1.06);
    transform-origin: center;
}

.category-link.category-nav-pill--valorant:hover .category-nav-pill__icon-wrap {
    background: rgba(255, 70, 85, 0.24) !important;
}

.category-link.category-nav-pill--lol .category-nav-pill__icon--lol {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    object-fit: contain;
    transform: scale(1.06);
    transform-origin: center;
    filter: none !important;
    opacity: 1 !important;
}

/* LoL kutusu — L rengi #C8AA6E, saydam zemin (Pubg/Valorant ile aynı yoğunluk) */
.category-link.category-nav-pill--lol .category-nav-pill__icon-wrap {
    background: rgba(200, 170, 110, 0.16) !important;
}

.category-link.category-nav-pill--lol:hover .category-nav-pill__icon-wrap {
    background: rgba(200, 170, 110, 0.24) !important;
}

.category-link.category-nav-pill--lol .category-nav-pill__lol-mark {
    background-color: #c8aa6e !important;
}

/* Roblox — daha az doygun kiremit kutu; logo renkli (svg/Roblox.png) */
.category-link.category-nav-pill--roblox .category-nav-pill__icon-wrap {
    background: rgba(168, 78, 70, 0.16) !important;
}

.category-link.category-nav-pill--roblox:hover .category-nav-pill__icon-wrap {
    background: rgba(168, 78, 70, 0.24) !important;
}

.category-link.category-nav-pill--roblox .category-nav-pill__icon--roblox {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    filter: none !important;
    transform: scale(1.05);
    transform-origin: center;
}

/* CS2 — PNG counter-strike-21 + mavi ton kutu */
.category-link.category-nav-pill--cs2 .category-nav-pill__icon-wrap {
    background: rgba(30, 64, 120, 0.16) !important;
}

.category-link.category-nav-pill--cs2 .category-nav-pill__icon {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    filter: invert(58%) sepia(85%) saturate(1037%) hue-rotate(189deg) brightness(98%) contrast(98%) !important;
}

.category-link.category-nav-pill--cs2:hover .category-nav-pill__icon-wrap {
    background: rgba(30, 64, 120, 0.24) !important;
}

.category-link.category-nav-pill--market .category-nav-pill__icon-wrap {
    background: rgba(74, 158, 255, 0.18) !important;
}

.category-link.category-nav-pill--market:hover .category-nav-pill__icon-wrap {
    background: rgba(74, 158, 255, 0.28) !important;
}

.category-link.category-nav-pill--market .category-nav-pill__icon-wrap i {
    color: #4a9eff;
    transition: none !important;
}

.light-mode .category-link.category-nav-pill--market .category-nav-pill__icon-wrap i {
    color: #2a7bde;
}

.category-link.category-nav-pill--giveaway .category-nav-pill__icon-wrap {
    background: rgba(52, 211, 153, 0.2) !important;
}

.category-link.category-nav-pill--giveaway:hover .category-nav-pill__icon-wrap {
    background: rgba(52, 211, 153, 0.3) !important;
}

.category-link.category-nav-pill--giveaway .category-nav-pill__icon-wrap i {
    color: #34d399;
    transition: none !important;
}

.light-mode .category-link.category-nav-pill--giveaway .category-nav-pill__icon-wrap i {
    color: #059669;
}

.category-link.category-nav-pill--categories .category-nav-pill__icon-wrap {
    background: rgba(59, 91, 255, 0.95) !important;
}

.category-link.category-nav-pill--categories:hover .category-nav-pill__icon-wrap {
    background: rgba(59, 91, 255, 1) !important;
}

.category-link.category-nav-pill--categories .category-nav-pill__icon-wrap i {
    color: #ffffff;
    transition: none !important;
}

.category-nav-pill__menu-icon {
    width: 16px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.category-nav-pill__menu-line {
    display: block;
    height: 2.5px;
    border-radius: 2px;
    background: #ffffff;
}

.category-nav-pill__menu-line--top {
    width: 12px;
}

.category-nav-pill__menu-line--mid {
    width: 9px;
}

.category-nav-pill__menu-line--bottom {
    width: 11px;
    height: 2px;
}

.category-link.category-nav-pill--social .category-nav-pill__icon-wrap {
    background: rgba(255, 70, 97, 0.2) !important;
}

.category-link.category-nav-pill--social:hover .category-nav-pill__icon-wrap {
    background: rgba(255, 70, 97, 0.3) !important;
}

.category-link.category-nav-pill--social .category-nav-pill__icon-wrap i {
    color: #ff4661;
    font-size: 15px;
    transition: none !important;
}

.light-mode .category-link.category-nav-pill--social .category-nav-pill__icon-wrap i {
    color: #e11d48;
}

/* Üst şerit .category-menu: bağlantının kendi zemini yok; logo kutusu (icon-wrap) aşağıdaki oyun/kategori kurallarıyla renklenir */
.category-menu .category-links .category-link.category-nav-pill,
.category-menu .category-links .category-link.category-nav-pill:hover {
    background: transparent !important;
    border-radius: 0;
    padding: 4px 2px;
}

.category-menu .category-links .category-nav-pill__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: color 0.2s ease;
}

/* Şerit: yuvarlatılmış ikon kutusu (biraz büyük) + beyaz etiket */
.category-menu .category-links .category-nav-pill__icon-wrap {
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 4px;
    border-radius: 7px;
    transition: none !important;
}

.category-menu .category-links .category-nav-pill__icon {
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
}

.category-menu .category-links .category-nav-pill__lol-mark {
    width: 18px;
    height: 18px;
}

.category-menu .category-links .category-nav-pill__icon-wrap i {
    font-size: 15px;
}

/* Üst şerit: hover’da etiket mavi (dark/light genel beyaz/gri kurallarını ezer) */
.category-menu .category-links .category-link.category-nav-pill:hover .category-nav-pill__label,
.category-menu .category-links .category-link.category-nav-pill:focus-visible .category-nav-pill__label {
    color: #4a9eff !important;
}

body.dark-mode .category-menu .category-links .category-link.category-nav-pill:hover .category-nav-pill__label,
body.dark-mode .category-menu .category-links .category-link.category-nav-pill:focus-visible .category-nav-pill__label {
    color: #4a9eff !important;
}

body.light-mode .category-menu .category-links .category-link.category-nav-pill:hover .category-nav-pill__label,
body.light-mode .category-menu .category-links .category-link.category-nav-pill:focus-visible .category-nav-pill__label {
    color: #2a7bde !important;
}

/* Üst şerit: hover’da yalnızca yazı değişir — ikon kutusu ve logo renkleri sabit */
.category-menu .category-links .category-link.category-nav-pill--categories:hover .category-nav-pill__icon-wrap {
    background: rgba(59, 91, 255, 0.95) !important;
}

.category-menu .category-links .category-link.category-nav-pill--social:hover .category-nav-pill__icon-wrap {
    background: rgba(255, 70, 97, 0.2) !important;
}

.category-menu .category-links .category-link.category-nav-pill--pubg:hover .category-nav-pill__icon-wrap {
    background: rgba(242, 169, 0, 0.16) !important;
}

.category-menu .category-links .category-link.category-nav-pill--valorant:hover .category-nav-pill__icon-wrap {
    background: rgba(255, 70, 85, 0.16) !important;
}

.category-menu .category-links .category-link.category-nav-pill--lol .category-nav-pill__icon-wrap {
    background: rgba(200, 170, 110, 0.16) !important;
}

.category-menu .category-links .category-link.category-nav-pill--lol:hover .category-nav-pill__icon-wrap {
    background: rgba(200, 170, 110, 0.16) !important;
}

.category-menu .category-links .category-link.category-nav-pill--roblox:hover .category-nav-pill__icon-wrap {
    background: rgba(168, 78, 70, 0.16) !important;
}

.category-menu .category-links .category-link.category-nav-pill--cs2:hover .category-nav-pill__icon-wrap {
    background: rgba(30, 64, 120, 0.16) !important;
}

.category-menu .category-links .category-link.category-nav-pill--market:hover .category-nav-pill__icon-wrap {
    background: rgba(74, 158, 255, 0.18) !important;
}

.category-menu .category-links .category-link.category-nav-pill--giveaway:hover .category-nav-pill__icon-wrap {
    background: rgba(52, 211, 153, 0.2) !important;
}

.category-menu .category-links .category-link.category-nav-pill--lol:hover .category-nav-pill__lol-mark {
    background-color: #c8aa6e !important;
}

.category-menu .category-links .category-link.category-nav-pill--market:hover .category-nav-pill__icon-wrap i {
    color: #4a9eff !important;
}

.category-menu .category-links .category-link.category-nav-pill--giveaway:hover .category-nav-pill__icon-wrap i {
    color: #34d399 !important;
}

.category-menu .category-links .category-link.category-nav-pill--social:hover .category-nav-pill__icon-wrap i {
    color: #ff4661 !important;
}

.category-menu .category-links .category-link.category-nav-pill--categories:hover .category-nav-pill__icon-wrap i,
.category-menu .category-links .category-link.category-nav-pill--categories:hover .category-nav-pill__menu-line {
    color: #ffffff !important;
}

body.light-mode .category-menu .category-links .category-link.category-nav-pill--market:hover .category-nav-pill__icon-wrap i {
    color: #2a7bde !important;
}

body.light-mode .category-menu .category-links .category-link.category-nav-pill--giveaway:hover .category-nav-pill__icon-wrap i {
    color: #059669 !important;
}

body.light-mode .category-menu .category-links .category-link.category-nav-pill--social:hover .category-nav-pill__icon-wrap i {
    color: #e11d48 !important;
}

.category-menu .category-links .category-nav-pill__menu-line--top {
    width: 13px;
}

.category-menu .category-links .category-nav-pill__menu-line--mid,
.category-menu .category-links .category-nav-pill__menu-line--bottom {
    width: 10px;
}

.category-menu .category-links .category-link.category-nav-pill--pubg .category-nav-pill__icon--pubg,
.category-menu .category-links .category-link.category-nav-pill--valorant .category-nav-pill__icon--valorant,
.category-menu .category-links .category-link.category-nav-pill--lol .category-nav-pill__icon--lol {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.category-menu .category-links .category-link.category-nav-pill--roblox .category-nav-pill__icon--roblox {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
}

body.dark-mode .category-link.category-nav-pill,
body.dark-mode .category-link.category-nav-pill:hover,
body.dark-mode .category-link.category-nav-pill .category-nav-pill__label {
    color: #ffffff !important;
}

.light-mode .category-link.category-nav-pill,
.light-mode .category-link.category-nav-pill:hover,
.light-mode .category-link.category-nav-pill .category-nav-pill__label {
    color: #1f2937 !important;
}

/* Dar pencere: tek satır, boyut aynı — taşan kısım CTA arkasında */
@media (max-width: 1024px) {
    .category-menu {
        padding: 8px 0;
    }

    .category-menu-row {
        align-items: center;
    }
}

.category-link {
    display: flex;
    align-items: center;
    color: #8a94a6;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 8px 12px;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    background: transparent;
}

.light-mode .category-link {
    color: #666;
}

.category-link:hover {
    color: #4a9eff;
    background: transparent;
}

.light-mode .category-link:hover {
    color: #2a7bde;
    background: transparent;
}

.category-link i {
    margin-right: 6px;
    font-size: 16px;
    transition: transform 0.3s;
}

.category-link i.fa-chevron-down {
    margin-left: 6px;
    margin-right: 0;
}

.category-link.active i.fa-chevron-down {
    transform: rotate(180deg);
}

/* New Badge */
.category-link .new-badge {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e) !important;
    color: white !important;
    font-size: 10px !important;
    padding: 3px 7px !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    animation: pulse 2s infinite !important;
    box-shadow: 0 2px 6px rgba(255, 107, 107, 0.4) !important;
    display: inline-block !important;
}

.light-mode .category-link .new-badge {
    background: linear-gradient(135deg, #ff5252, #ff7979) !important;
    box-shadow: 0 2px 6px rgba(255, 82, 82, 0.3) !important;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}





.suggestion-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 3px;
}

.suggestion-text {
    flex: 1;
}

/* Categories Section */
.categories {
    padding: 20px 0;
}

.categories .container {
    padding: 0 40px;
}

.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    transition: color 0.3s;
}

.light-mode .section-title {
    color: #333;
}

/* Dark mode iÃ§in section title */
body.dark-mode .section-title {
    color: #ffffff;
}

.categories-grid {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;
}

.category-card {
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    width: 90px;
    text-align: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

a.category-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.light-mode .category-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* Dark mode iÃ§in category card */
body.dark-mode .category-card {
    background: #2a2a2a;
    border: 1px solid #404040;
    border-radius: 4px;
}

body.dark-mode .category-card:hover {
    background: #333333;
    border-color: #4a9eff;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.light-mode .category-card:hover {
    background: rgba(255, 255, 255, 1);
    border-color: #4a9eff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.category-image {
    width: 100%;
    height: 60px;
    object-fit: cover;
    transition: all 0.3s;
}

.light-mode .category-image {
    filter: brightness(1);
}

/* Dark mode iÃ§in category image */
body.dark-mode .category-image {
    filter: brightness(0.9);
}

body.dark-mode .category-card:hover .category-image {
    filter: brightness(1.1);
}

.category-name {
    padding: 8px 3px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    transition: color 0.3s;
}

.light-mode .category-name {
    color: #333;
}

/* Dark mode iÃ§in category name */
body.dark-mode .category-name {
    color: #ffffff;
}

/* Sections for category links */
.section {
    padding: 50px 0;
    display: none;
}

.section.active {
    display: block;
}



/* Footer */
footer {
    padding: 20px 0;
    margin-top: auto;
    border-top: 1px solid rgba(60, 60, 60, 0.8);
    transition: border-color 0.3s;
    border-radius: 0;
}

.light-mode footer {
    border-top: 1px solid #ccc;
}

footer .container {
    padding: 0 30px;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-links a {
    color: #8a94a6;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.light-mode .footer-links a {
    color: #666;
}

.footer-links a:hover {
    color: white;
}

.light-mode .footer-links a:hover {
    color: #333;
}

/* Breadcrumb → assets/css/breadcrumb.css */

/* Listing Tabs Section — ana sütun genişliği main.container ile hizalı */
.listing-tabs-section {
    padding: 30px 0;
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

.listing-tabs-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 5px 12px;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: none;
}

.listing-tabs {
    display: flex;
    gap: 5px;
    margin-right: auto;
    margin-left: 0;
}

/* Listing SVG Container - Banner SVG ile aynÄ± stil */
.listing-svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 4px 0;
    background: transparent;
    border: none;
    margin-left: auto;
    margin-right: 0;
}

.listing-svg-item {
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background: transparent;
    border: none;
    padding: 6px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 4px;
}

a.listing-svg-item {
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.listing-svg-item:hover {
    background: rgba(74, 158, 255, 0.3) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
}

.listing-svg-image {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: all 0.3s ease;
    display: block;
}

.listing-tab {
    padding: 12px 20px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: #8a94a6;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    border-radius: 4px !important;
}

.listing-tab:first-child {
    background: linear-gradient(135deg, #4a9eff 0%, #2a7bde 100%);
    color: white;
    border-radius: 4px !important;
}

.listing-tab:not(:first-child) {
    background: transparent;
}

.listing-tab:last-child {
    border-radius: 4px !important;
}

.listing-tab.active {
    background: linear-gradient(135deg, #4a9eff 0%, #2a7bde 100%);
    color: white;
    border-radius: 4px !important;
}

.listing-tab:hover:not(.active) {
    background: #2a3142;
    color: #ffffff;
    border-radius: 4px !important;
}

.listing-tab i {
    font-size: 14px;
    margin-right: 6px;
}

.game-logos {
    display: flex;
    gap: 20px;
    align-items: center;
}

.game-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(100%) brightness(0.8);
    transition: all 0.3s ease;
    cursor: pointer;
}

.game-logo:hover {
    opacity: 0.8;
    filter: grayscale(100%) brightness(1);
    transform: translateY(-2px);
}

/* Light Mode */
body.light-mode .listing-tabs-container {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(30, 30, 30, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

body.light-mode .listing-tab:not(:first-child) {
    background: transparent;
    border-radius: 4px !important;
}

body.light-mode .listing-tab {
    background: rgba(0, 0, 0, 0.05);
    color: #666;
}

body.light-mode .listing-tab.active,
body.light-mode .listing-tab:first-child {
    background: linear-gradient(135deg, #4a9eff 0%, #2a7bde 100%);
    color: white;
    border-radius: 4px !important;
}

body.light-mode .listing-tab:hover:not(.active) {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    border-radius: 4px !important;
}

body.light-mode .game-logo {
    opacity: 0.4;
    filter: grayscale(100%) brightness(0.6);
}

body.light-mode .game-logo:hover {
    opacity: 0.7;
    filter: grayscale(100%) brightness(0.8);
}

/* Dark Mode */
body.dark-mode .listing-tabs-container {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

body.dark-mode .listing-tab:not(:first-child) {
    background: transparent;
    border-radius: 4px !important;
}

body.dark-mode .listing-tab {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body.dark-mode .listing-tab.active,
body.dark-mode .listing-tab:first-child {
    background: linear-gradient(135deg, #4a9eff 0%, #2a7bde 100%);
    color: white;
    border-radius: 4px !important;
}

body.dark-mode .listing-tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 4px !important;
}

body.dark-mode .game-logo {
    opacity: 0.6;
    filter: grayscale(100%) brightness(0.9);
}

body.dark-mode .game-logo:hover {
    opacity: 0.9;
    filter: grayscale(100%) brightness(1.1);
}

/* Light Mode - Listing SVG */
body.light-mode .listing-svg-container {
    background: transparent;
    border: none;
}

body.light-mode .listing-svg-item {
    background: transparent;
    border: none;
}

body.light-mode .listing-svg-item:hover {
    background: transparent;
}


/* Dark Mode - Listing SVG */
body.dark-mode .listing-svg-container {
    background: transparent;
    border: none;
}

body.dark-mode .listing-svg-item {
    background: transparent;
    border: none;
}

body.dark-mode .listing-svg-item:hover {
    background: transparent;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #4a9eff;
    border-radius: 50% !important;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(74, 158, 255, 0.4);
    transition: all 0.3s ease;
}

.scroll-to-top.show {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    bottom: calc(152px + env(safe-area-inset-bottom, 0px)) !important;
}

.scroll-to-top:hover {
    background: #3a8bef;
    transform: translateY(-3px);
}

.scroll-to-top i {
    color: white;
    font-size: 18px;
    font-weight: 900;
}

/* Light Mode */
.light-mode .scroll-to-top {
    background: #4a9eff;
}

.light-mode .scroll-to-top.show {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    bottom: calc(152px + env(safe-area-inset-bottom, 0px)) !important;
}

/* CanlÄ± Destek Label */
.canli-destek-label {
    position: fixed;
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    right: 30px;
    background: linear-gradient(135deg, #e8eef7 0%, #d4e0f0 100%);
    color: #4a6fa5;
    padding: 6px 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 1;
}

/* KonuÅŸma balonu oku - alt saÄŸda */
.canli-destek-label::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d4e0f0;
}

.canli-destek-label.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

.destek-text {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.close-label {
    background: none;
    border: none;
    color: #4a6fa5;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    opacity: 0.7;
}

/* Canlı Destek Label içindeki close-label için özel stil */
.canli-destek-label .close-label {
    color: inherit !important;
    font-size: 14px !important;
    cursor: pointer !important;
    display: inline !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    font-family: inherit !important;
}

.canli-destek-label .close-label:hover {
    opacity: 0.7 !important;
}

.close-label:hover {
    opacity: 1;
    transform: scale(1.2);
}

/* Light Mode */
.light-mode .canli-destek-label {
    background: linear-gradient(135deg, #e8eef7 0%, #d4e0f0 100%);
    color: #4a6fa5;
}

.light-mode .canli-destek-label::after {
    border-top-color: #d4e0f0;
}

.light-mode .close-label {
    color: #4a6fa5;
}

/* Canlı Destek Label için light mode */
.light-mode .canli-destek-label .close-label {
    color: #4a6fa5 !important;
}

/* Dark Mode Canlı Destek */
body.dark-mode .canli-destek-label {
    background: linear-gradient(135deg, #2a3142 0%, #1a1d28 100%);
    color: #4a9eff;
}

body.dark-mode .canli-destek-label::after {
    border-top-color: #1a1d28;
}

body.dark-mode .close-label {
    color: #4a9eff;
}

/* Canlı Destek Label için dark mode */
body.dark-mode .canli-destek-label .close-label {
    color: #4a9eff !important;
}

/* Scroll to Bottom Button (Live Chat Button) */
.scroll-to-bottom {
    position: fixed;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    right: 30px;
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.scroll-to-bottom:hover {
    background: #20bd5a;
    transform: translateY(-3px);
}

.scroll-to-bottom img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Light Mode */
.light-mode .scroll-to-bottom {
    background: #25D366;
}

/* Light Mode Enhancements */
body {
    color: #fff !important;
}

@media (max-width: 1024px) {
    .top-nav {
        border-bottom: 1px solid rgba(60, 60, 60, 0.8) !important;
    }
}

/* Dark Mode Toggle Styles */
.dark-mode-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

.dark-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.toggle-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.sun-icon,
.moon-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    transition: all 0.3s ease;
}

.sun-icon {
    color: #666666;
    opacity: 1;
}

.moon-icon {
    color: #666666;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}

/* Dark mode active state */
body.dark-mode .sun-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-180deg);
}

body.dark-mode .moon-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

/* Light mode toggle styles */
.light-mode .dark-mode-toggle {
    background: transparent;
    border: none;
    border-radius: 4px;
}

.light-mode .dark-mode-toggle:hover {
    background: transparent;
    border: none;
}

/* Dark mode toggle styles */
body.dark-mode .dark-mode-toggle {
    background: transparent;
    border: none;
    border-radius: 4px;
}

body.dark-mode .dark-mode-toggle:hover {
    background: transparent;
}

/* Dark mode — premium dark-gaming paleti */
body.dark-mode {
    --site-page-bg: #0b0c10;
    --header-strip-bg: #14151a;
    --header-strip-border: #2d3139;
    --surface-card: #14151a;
    --surface-elevated: #14151a;
    --surface-hover: #1a1c23;
    --surface-inset: #121318;
    --chrome-control-bg: #1a1c23;
    --chrome-control-border: #2d3139;
    --accent-primary: #ff6b00;
    --accent-primary-hover: #ff8533;
    --accent-primary-active: #e65f00;
    --accent-primary-glow: rgba(255, 107, 0, 0.32);
    --accent-primary-soft: rgba(255, 107, 0, 0.12);
    --accent-link: #e8a66a;
    --accent-link-hover: #ffb87a;
    --text-heading: #ffffff;
    --text-body: #e8eaed;
    --text-muted: #94a3b8;
    --text-faint: #a0aec0;
    --focus-ring: rgba(255, 107, 0, 0.35);
    --focus-border: #ff6b00;
    --transition-premium: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--site-page-bg);
    color: var(--text-body);
}

body.light-mode {
    --header-strip-bg: #ffffff;
    --header-strip-border: rgba(74, 158, 255, 0.15);
    --site-page-bg: #f3f4f6;
    background: var(--site-page-bg);
    color: #333333;
}

/* Dark mode component styles */
body.dark-mode .top-nav {
    background: var(--header-strip-bg);
}

body.dark-mode header {
    background: var(--header-strip-bg);
}

body.dark-mode .category-menu {
    background: var(--header-strip-bg);
    border-top: none;
}

@media (max-width: 1024px) {
    body.dark-mode .top-nav {
        border-bottom: 1px solid var(--header-strip-border);
    }

    body.dark-mode header {
        border-bottom: 1px solid var(--header-strip-border);
    }

    body.dark-mode .category-menu {
        border-bottom: 1px solid var(--header-strip-border);
    }
}

body.dark-mode .social-icon {
    background: var(--chrome-control-bg);
    border: 1px solid var(--chrome-control-border);
    border-radius: 4px;
}

body.dark-mode .social-icon--instagram:hover,
body.dark-mode .social-icon--instagram:focus-visible {
    background-color: #e6683c !important;
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    border-color: transparent !important;
}

body.dark-mode .social-icon--tiktok:hover,
body.dark-mode .social-icon--tiktok:focus-visible {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 !important;
}

body.dark-mode .social-icon--youtube:hover,
body.dark-mode .social-icon--youtube:focus-visible {
    background-color: #ff0000 !important;
    background-image: none !important;
    border-color: #ff0000 !important;
}

body.dark-mode .social-icon--twitter:hover,
body.dark-mode .social-icon--twitter:focus-visible {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 !important;
}

body.dark-mode .social-icon--facebook:hover,
body.dark-mode .social-icon--facebook:focus-visible {
    background-color: #1877f2 !important;
    background-image: none !important;
    border-color: #1877f2 !important;
}



body.dark-mode .add-listing-btn {
    background: var(--chrome-control-bg);
    border: 1px solid var(--chrome-control-border);
    color: #ffffff;
}

body.dark-mode .add-listing-btn:hover {
    background: var(--accent-primary-hover);
    border-color: var(--accent-primary);
}

body.dark-mode .login-btn,
body.dark-mode .register-btn {
    background: var(--chrome-control-bg);
    border: 1px solid var(--chrome-control-border);
    color: #ffffff;
    border-radius: 4px;
}

body.dark-mode .login-btn:hover,
body.dark-mode .register-btn:hover {
    background: var(--surface-hover);
    border-color: var(--accent-primary);
    color: var(--text-heading);
    border-radius: 4px;
}

body.dark-mode .category-link {
    color: #ffffff;
}

body.dark-mode .category-link:hover {
    color: var(--accent-primary-hover);
}

body.dark-mode .category-card {
    background: var(--surface-card);
    border: 1px solid var(--header-strip-border);
    border-radius: 4px;
}

body.dark-mode .category-card:hover {
    background: var(--surface-hover);
    border-color: var(--accent-primary);
    border-radius: 4px;
}


body.dark-mode .section-title {
    color: #ffffff;
}

body.dark-mode .category-name {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dark-mode-toggle {
        width: 28px;
        height: 28px;
        margin-left: 8px;
    }
    
    .sun-icon,
    .moon-icon {
        font-size: 12px;
    }
    
    .top-nav-links {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .dark-mode-toggle {
        width: 24px;
        height: 24px;
        margin-left: 5px;
    }
    
    .sun-icon,
    .moon-icon {
        font-size: 10px;
    }
}
/* Additional Dark Mode Styles */
body.dark-mode input:not(.epin-pubg-hero__search-input):not(.epin-sheet__input):not(.epin-pkg-qty__input):not(.sd-input):not(#searchBox):not(#ilanlarToolbarKeyword):not(#ilanPazariKeyword):not(#ilanPazariCatSearch):not(.ilan-pazari-sidebar__search-input):not(.sd-doping-cancel-step__password-input):not(.sd-seo-panel__input),
body.dark-mode textarea,
body.dark-mode select:not(.epin-sheet__select) {
    background: var(--surface-elevated);
    border: 1px solid var(--header-strip-border);
    color: var(--text-body);
    transition: border-color var(--transition-premium), box-shadow var(--transition-premium);
}

body.dark-mode input:not(.epin-pubg-hero__search-input):not(.epin-sheet__input):not(.epin-pkg-qty__input):not(.sd-input):not(#searchBox):not(#ilanlarToolbarKeyword):not(#ilanPazariKeyword):not(#ilanPazariCatSearch):not(.ilan-pazari-sidebar__search-input):not(.sd-doping-cancel-step__password-input):not(.sd-seo-panel__input):focus,
body.dark-mode textarea:focus,
body.dark-mode select:not(.epin-sheet__select):focus {
    border-color: var(--focus-border);
    box-shadow: 0 0 0 2px var(--focus-ring);
}

body.dark-mode button:not(.mobile-drawer-close):not(.mobile-drawer-link):not(.mobile-bottom-nav__item):not(.mobile-bottom-nav__support):not(.yer6-cart-close):not(.yer6-cart-qty-btn):not(.header-cart-link):not(.pwd-submit):not(.mail-flow-btn):not(.mail-modal__x):not(.kyc-btn-start):not(.bildirim-action-btn):not(.notification-action-btn):not(.notification-drawer__pill):not(.notification-drawer__close):not(.message-drawer__filter):not(.message-drawer__close):not(.message-drawer__new-btn):not(.kat-filter-pill):not(.hk-contact-form__submit):not(.f-collapse__trigger):not(.f-back-top):not(.sd-btn):not(.sd-chart-pill):not(.sd-doping-menu__trigger):not(.sd-doping-panel__close):not(.sd-doping-panel__foot-close):not(.sd-doping-panel__cancel-link):not(.sd-doping-legal-toggle):not(.sd-doping-legal-notice__backdrop):not(.sd-doping-legal-notice__close):not(.sd-doping-legal-notice__ok):not(.sd-doping-cancel-btn):not(.sd-cursor-option):not(.sd-doping-modal__backdrop):not(.sd-seo-menu__trigger):not(.frame-pattern-visual-tile):not(.epin-list-row__btn):not(.epin-pkg-hero__btn):not(.epin-pkg-qty__btn):not(.epin-region-tab):not(.epin-source-tab):not(.epin-content-tab):not(.epin-balance-card__close):not(.epin-balance-card__btn):not(.epin-sheet__close):not(.epin-sheet__btn):not(.ilanlarim-cta):not(.ilan-action-btn):not(.ilan-share-item):not(.buy-btn-footer):not(.filter-reset-btn):not(.filter-apply-btn):not(.ilan-pazari-btn) {
    background: #404040;
    border: 1px solid #555555;
    color: #ffffff;
}

body.dark-mode button:not(.mobile-drawer-close):not(.mobile-drawer-link):not(.mobile-bottom-nav__item):not(.mobile-bottom-nav__support):not(.yer6-cart-close):not(.yer6-cart-qty-btn):not(.header-cart-link):not(.pwd-submit):not(.mail-flow-btn):not(.mail-modal__x):not(.kyc-btn-start):not(.bildirim-action-btn):not(.notification-drawer__pill):not(.notification-drawer__close):not(.message-drawer__filter):not(.message-drawer__close):not(.message-drawer__new-btn):not(.kat-filter-pill):not(.hk-contact-form__submit):not(.f-collapse__trigger):not(.f-back-top):not(.sd-btn):not(.sd-chart-pill):not(.sd-doping-menu__trigger):not(.sd-doping-panel__close):not(.sd-doping-panel__foot-close):not(.sd-doping-panel__cancel-link):not(.sd-doping-legal-toggle):not(.sd-doping-legal-notice__backdrop):not(.sd-doping-legal-notice__close):not(.sd-doping-legal-notice__ok):not(.sd-doping-cancel-btn):not(.sd-cursor-option):not(.sd-doping-modal__backdrop):not(.sd-seo-menu__trigger):not(.frame-pattern-visual-tile):not(.epin-list-row__btn):not(.epin-pkg-hero__btn):not(.epin-pkg-qty__btn):not(.epin-region-tab):not(.epin-source-tab):not(.epin-content-tab):not(.epin-balance-card__close):not(.epin-balance-card__btn):not(.epin-sheet__close):not(.epin-sheet__btn):not(.ilanlarim-cta):not(.ilan-action-btn):not(.ilan-share-item):not(.buy-btn-footer):not(.filter-reset-btn):not(.filter-apply-btn):not(.ilan-pazari-btn):hover {
    background: #555555;
}

body.dark-mode .container {
    background: transparent;
}

body.dark-mode main {
    background: transparent;
}

/* Dark mode iÃ§in Ã¶zel scroll bar */
body.dark-mode::-webkit-scrollbar {
    width: 8px;
}

body.dark-mode::-webkit-scrollbar-track {
    background: var(--site-page-bg);
}

body.dark-mode::-webkit-scrollbar-thumb {
    background: #3a3d47;
    border-radius: 4px;
}

body.dark-mode::-webkit-scrollbar-thumb:hover {
    background: #4a4e59;
}

/* Dark mode link stilleri — yumuşak amber, çiğ mavi yok */
body.dark-mode a {
    color: var(--accent-link);
    transition: color var(--transition-premium);
}

body.dark-mode a:hover {
    color: var(--accent-link-hover);
}

/* Dark mode iÃ§in border'lar */
body.dark-mode .card,
body.dark-mode .section,
body.dark-mode .panel {
    border-color: #404040;
}

/* Dark mode iÃ§in fallback image text */
body.dark-mode .category-image {
    color: #8a94a6;
}

body.light-mode .category-image {
    color: #666;
}
/* Yeni Ä°lanlar iÃ§in sparkle container */
.sparkle-container {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    display: inline-block;
}

.sparkle {
    background-color: white;
    position: absolute;
    /* DÃ¶rt kÃ¶ÅŸeli yÄ±ldÄ±z formu */
    clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
}

/* BÃ¼yÃ¼k YÄ±ldÄ±z - Daha kalÄ±n */
.large {
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0px;
}

/* KÃ¼Ã§Ã¼k YÄ±ldÄ±z - Daha kalÄ±n */
.small {
    width: 8px;
    height: 8px;
    bottom: 0px;
    right: 0px;
}
/* SVG renkleri - Dark ve Light mode */
body.light-mode .listing-svg-image {
    filter: brightness(0) saturate(100%) invert(0%);
    opacity: 0.8;
}

body.light-mode .listing-svg-item:hover .listing-svg-image {
    opacity: 1;
}

body.dark-mode .listing-svg-image {
    filter: brightness(0) saturate(100%) invert(100%);
    opacity: 0.6;
}

body.dark-mode .listing-svg-item:hover .listing-svg-image {
    opacity: 0.8;
}

/* Renkli PNG (CS2) — siluet/invert uygulanmasin */
body.light-mode .listing-svg-image[src*="counter-strike-21.png"],
body.dark-mode .listing-svg-image[src*="counter-strike-21.png"] {
    filter: none !important;
    opacity: 1 !important;
}

body.dark-mode .listing-svg-item:hover .listing-svg-image[src*="counter-strike-21.png"] {
    opacity: 1 !important;
}

/* SVG hover efektleri - Mode bazlÄ± */
body.light-mode .listing-svg-item:hover {
    background: rgba(74, 158, 255, 0.15) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 1px rgba(74, 158, 255, 0.3) !important;
}

body.dark-mode .listing-svg-item:hover {
    background: rgba(74, 158, 255, 0.25) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 1px rgba(74, 158, 255, 0.4) !important;
}
/* 4px Border Radius - GÃ¼Ã§lÃ¼ Kurallar */
.listing-tab,
.listing-tab.active,
.listing-tab:hover,
.listing-tab:focus,
button[data-tab] {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.listing-tabs-container {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
/* Normal durumda da 4px border-radius */
.listing-tab[data-tab="populer"],
.listing-tab[data-tab="yeni"] {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

/* TÃ¼m tab'lar iÃ§in kesin 4px */
button.listing-tab {
    border-radius: 4px !important;
}

button.listing-tab:not(.active):not(:hover) {
    border-radius: 4px !important;
}
/* Light mode sosyal medya hover — marka renkleri üst kurallardan gelir */
.light-mode .social-icon--instagram:hover i,
.light-mode .social-icon--instagram:focus-visible i,
.light-mode .social-icon--tiktok:hover i,
.light-mode .social-icon--tiktok:focus-visible i,
.light-mode .social-icon--youtube:hover i,
.light-mode .social-icon--youtube:focus-visible i,
.light-mode .social-icon--facebook:hover i,
.light-mode .social-icon--facebook:focus-visible i,
.light-mode .social-icon--twitter:hover .social-icon__x,
.light-mode .social-icon--twitter:focus-visible .social-icon__x {
    color: #ffffff !important;
}

/* Sosyal medya ikonlarÄ± iÃ§in 4px border-radius */
.social-icon,
.light-mode .social-icon,
body.dark-mode .social-icon {
    border-radius: 4px !important;
}
/* Light mode bulut ikonu */
.light-mode .cloud-icon {
    background: transparent;
    border: none;
}

.light-mode .cloud-icon:hover {
    background: transparent;
    border: none;
}

/* Dark mode bulut ikonu */
body.dark-mode .cloud-icon {
    background: transparent;
    border: none;
}

body.dark-mode .cloud-icon:hover {
    background: transparent;
}

/* Snow status (tik) stilleri */
.snow-status {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: none;
    align-items: center;
    justify-content: center;
}

.snow-status.active {
    display: flex;
}

/* Light mode tik rengi */
.light-mode .snow-status svg {
    color: #666666;
}

/* Dark mode tik rengi */
body.dark-mode .snow-status svg {
    color: #4ade80;
}

/* Responsive dark mode toggle */
@media (max-width: 768px) {
    .dark-mode-toggle,
    .cloud-icon {
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }
    
    .sun-icon,
    .moon-icon {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .dark-mode-toggle,
    .cloud-icon {
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }
    
    .sun-icon,
    .moon-icon {
        font-size: 8px;
    }
}
/* Light mode ikon renkleri */
.light-mode .sun-icon,
.light-mode .moon-icon {
    color: #666666;
}

/* Dark mode ikon renkleri */
body.dark-mode .sun-icon,
body.dark-mode .moon-icon {
    color: #cccccc;
}

/* Bulut ikonu renkleri */
.light-mode .cloud-icon svg {
    fill: #666666;
    opacity: 0.8;
}

body.dark-mode .cloud-icon svg {
    fill: #cccccc;
    opacity: 0.8;
}

.light-mode .cloud-icon:hover svg {
    opacity: 1;
}

body.dark-mode .cloud-icon:hover svg {
    opacity: 1;
}
/* Category card 4px border-radius - GÃ¼Ã§lÃ¼ kurallar */
.category-card,
.light-mode .category-card,
body.dark-mode .category-card {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

.category-card:hover,
.light-mode .category-card:hover,
body.dark-mode .category-card:hover {
    border-radius: 4px !important;
}
/* Auth butonlarÄ± 4px border-radius - GÃ¼Ã§lÃ¼ kurallar */
.login-btn,
.register-btn,
.auth-buttons button,
.light-mode .login-btn,
body.dark-mode .login-btn,
body.dark-mode .register-btn {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

.login-btn:hover,
.register-btn:hover,
.auth-buttons button:hover,
body.dark-mode .login-btn:hover,
body.dark-mode .register-btn:hover {
    border-radius: 4px !important;
}

/* Kategori Sayfaları İçin Arama Kutusu Stilleri */
.pubg-search-container {
    position: relative;
    max-width: 650px;
    margin: 0 auto 10px;
    padding: 0;
    height: auto;
}

.pubg-search-box {
    width: 100%;
    padding: 16px 45px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
}

.pubg-search-box::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.pubg-search-box:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none !important;
}

.pubg-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(74, 158, 255, 0.6);
    font-size: 13px;
    pointer-events: none;
}

/* Light mode kategori arama kutusu */
.light-mode .pubg-search-box {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
}

.light-mode .pubg-search-box::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.light-mode .pubg-search-box:focus {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
}

.light-mode .pubg-search-icon {
    color: rgba(74, 158, 255, 0.5);
}

/* Dark mode kategori arama kutusu */
body.dark-mode .pubg-search-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

body.dark-mode .pubg-search-box::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body.dark-mode .pubg-search-box:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
}

body.dark-mode .pubg-search-icon {
    color: rgba(74, 158, 255, 0.6);
}


@media (max-width: 768px) {
    header .container {
        padding: 0 max(10px, env(safe-area-inset-left)) 0 max(10px, env(safe-area-inset-right));
        gap: 6px;
    }

    .search-container {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .search-container {
        display: none !important;
    }
}

@media (max-width: 480px) {
    header .container {
        padding: 0 max(8px, env(safe-area-inset-left)) 0 max(8px, env(safe-area-inset-right));
        gap: 5px;
    }

    .search-container {
        display: none !important;
    }
}
/* Light Mode Border Override — yalnızca mobil/tablet (PC: header-desktop-strip.css) */
@media (max-width: 1024px) {
    body.light-mode .top-nav {
        border-bottom: 1px solid rgba(74, 158, 255, 0.15) !important;
        border-top: none !important;
    }

    body.light-mode header {
        border-bottom: 1px solid rgba(74, 158, 255, 0.15) !important;
        border-top: none !important;
    }

    body.light-mode .category-menu {
        border-bottom: 1px solid rgba(74, 158, 255, 0.15) !important;
        border-top: none !important;
    }

    body.light-mode .top-nav,
    body.light-mode header,
    body.light-mode .category-menu {
        border-color: rgba(74, 158, 255, 0.15) !important;
    }
}

/* Tüm light mode elementleri için siyah border'ı engelle */
body.light-mode * {
    border-color: rgba(74, 158, 255, 0.15) !important;
}

/* PC: header + kategori alt çizgisi yok (misafir giriş/kayıt + giriş yapmış) */
@media (min-width: 1025px) {
    header,
    body.light-mode header,
    body.dark-mode header {
        border-bottom: none !important;
        box-shadow: none !important;
    }

    .category-menu,
    body.light-mode .category-menu,
    body.dark-mode .category-menu {
        border-bottom: none !important;
        border-top: none !important;
        box-shadow: none !important;
    }

    header .header-container > .mobile-header-divider {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: none !important;
        background-image: none !important;
    }
}

/* Hamburger Menu Icon Styles */
.hamburger-menu-wrapper {
    position: relative;
}

/* Ana Kutu */
.hamburger-menu-icon {
    width: 40px;
    height: 40px;
    background-color: #1e264a;
    border-radius: 4px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease;
}

/* Hamburger icon zorla 4px köşeler */
#hamburgerIcon,
.hamburger-menu-icon {
    border-radius: 4px !important;
}

/* Sol Üstten Gelen Parça */
.hamburger-menu-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #3b66ff;
    transition: all 0.2s ease-out;
    z-index: -1;
}

/* Sağ Alttan Gelen Parça */
.hamburger-menu-icon::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #3b66ff;
    transition: all 0.2s ease-out;
    z-index: -1;
}

/* Hover: Köşelerden gelip ortada hızlıca birleşme */
.hamburger-menu-icon:hover::before,
.hamburger-menu-icon:hover::after {
    width: 100%;
    height: 100%;
}

/* İkon Çizgileri Container */
.hamburger-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 16px;
}

/* Çizgi Stilleri */
.hamburger-menu-icon .line {
    height: 2px;
    background-color: #3b66ff;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

.hamburger-menu-icon .line.top,
.hamburger-menu-icon .line.bottom {
    width: 100%;
}

.hamburger-menu-icon .line.middle {
    width: 60%;
    align-self: flex-end;
}

/* Hover: Çizgiler Beyaz Olur */
.hamburger-menu-icon:hover .line {
    background-color: #ffffff;
}

/* Light mode hamburger icon */
.light-mode .hamburger-menu-icon {
    background-color: #f0f0f0;
}

.light-mode .hamburger-menu-icon .line {
    background-color: #3b66ff;
}

.light-mode .hamburger-menu-icon:hover .line {
    background-color: #ffffff;
}

/* User Menu Container */
.user-menu-container {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 400px;
    height: 660px !important;
    background-color: #161616;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.user-menu-container.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Profile Header */
.profile-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    padding: 25px 30px;
    color: white;
}

/* Hesabım çekmecesi — yeni hero düzeni (avatar + kullanıcı adı yan yana) */
#userMenuContainer.user-menu-container .profile-header.user-menu-hero {
    padding: 0 !important;
    background: transparent !important;
}

.user-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-menu-container .avatar {
    width: 52px;
    height: 52px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-menu-container .avatar i {
    color: #333;
    font-size: 28px;
}

.username {
    font-weight: 600;
    font-size: 17px;
    display: block;
}

.status {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.balance-info {
    text-align: right;
    pointer-events: auto;
    cursor: text;
}

.balance-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.profile-header .balance-amount {
    color: #2ecc71;
    font-weight: bold;
    font-size: 16px;
}

.add-balance-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white;
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    transition: none;
    transform: none !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.add-balance-btn:hover {
    background: transparent !important;
    transform: none !important;
    border-radius: 4px !important;
}

/* Bakiye Yükle hover efekti - yeşil dalga */
.add-balance-btn:hover div:first-of-type,
.add-balance-btn:hover div:last-of-type {
    width: 100% !important;
    height: 100% !important;
}

.add-balance-btn:hover span,
.add-balance-btn:hover i {
    color: #ffffff !important;
}

/* Menu List */
.menu-list {
    list-style: none;
    padding: 15px 0;
    margin: 0;
}

.menu-item {
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #888888;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent !important;
    transition: color 0.2s ease;
}

.menu-item i {
    width: 35px;
    margin-right: 15px;
    font-size: 17px;
    text-align: center;
    color: inherit;
}

.menu-item:hover {
    color: #ffffff;
    background-color: transparent !important;
}

.menu-item.logout {
    border-top: none;
    margin-top: 0;
    padding-top: 18px;
}

/* Light Mode User Menu */
.light-mode .user-menu-container {
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.light-mode .menu-item {
    color: #666666;
}

.light-mode .menu-item:hover {
    color: #333333;
}

.light-mode .menu-item.logout {
    border-top: 1px solid #e0e0e0;
}

/* Position adjustment for user profile section */
.user-profile-section {
    position: relative;
}
/* Hamburger Icon Active Animation - KALDIRILDI */
.hamburger-menu-icon.active .line.top {
    transform: none;
}

.hamburger-menu-icon.active .line.middle {
    opacity: 1;
    width: 70%;
}

.hamburger-menu-icon.active .line.bottom {
    transform: none;
}

/* HEADER PROFIL BOLUMU - FINAL OVERRIDE */
.nav-section .user-profile-section.header-profile-section {
    background: rgba(58, 58, 58, 0.2) !important;
    background-color: rgba(58, 58, 58, 0.2) !important;
    gap: 10px !important; /* Bildirim ikonları ile uyumlu */
    padding: 8px 12px !important; /* Daha küçük padding */
    min-height: 45px !important; /* Bildirim ikonları ile aynı yükseklik */
    min-width: 140px !important; /* Daha küçük genişlik */
}

.nav-section .user-profile-section.header-profile-section:hover {
    background: rgba(58, 58, 58, 0.2) !important;
    background-color: rgba(58, 58, 58, 0.2) !important;
}

.light-mode .nav-section .user-profile-section.header-profile-section {
    background: rgba(0, 0, 0, 0.05) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.light-mode .nav-section .user-profile-section.header-profile-section:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}
/* Header profil resmi ve metin boyutları */
.header-profile-image {
    width: 32px !important; /* Bildirim ikonları ile uyumlu */
    height: 32px !important;
    font-size: 16px !important; /* Daha küçük ikon */
}

.header-profile-name {
    font-size: 13px !important; /* Daha küçük metin */
    margin-bottom: 2px !important;
}

.header-balance-amount {
    font-size: 11px !important; /* Daha küçük bakiye */
}

/* İlanlarım Dropdown Menü Stilleri */
.menu-item-with-submenu {
    position: relative;
}

.menu-item-content {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
}

.submenu-arrow {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.menu-item-with-submenu.active .submenu-arrow {
    transform: rotate(180deg);
}

.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-top: 5px;
}

.menu-item-with-submenu.active .submenu {
    max-height: 200px;
}

.submenu-item {
    padding: 12px 15px 12px 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #8a94a6;
    font-size: 14px;
}

.submenu-item:hover {
    background: rgba(59, 102, 255, 0.1);
    color: #3b66ff;
}

.submenu-item i {
    font-size: 14px;
    width: 16px;
}

/* Mobile drawer and bottom nav */
.mobile-menu-toggle,
.mobile-menu-overlay,
.mobile-category-drawer,
.mobile-bottom-nav {
    display: none;
}

.mobile-menu-toggle {
    width: 42px;
    height: 42px;
    border: none;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    box-shadow: none;
    outline: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    flex-shrink: 0;
}

.mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    display: block;
}

.mobile-menu-toggle:focus,
.mobile-menu-toggle:focus-visible {
    outline: none;
    box-shadow: none;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2147483000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.mobile-menu-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-category-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    background: var(--header-strip-bg, #14151a);
    border-right: 1px solid var(--header-strip-border, #2d3139);
    z-index: 2147483001;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    /* Alt boşluk yalnızca #mobileCategoryDrawer ile kontrol edilir (tek çekmece) */
    padding: 16px 14px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.light-mode .mobile-category-drawer {
    background: #ffffff;
    border-right: 1px solid rgba(148, 163, 175, 0.28);
}

.mobile-category-drawer.is-open {
    transform: translateX(0);
}

/* Sol sütun + mavi çizgi çekmece sol kenarına dayansın (yan padding solu sıfır) */
#mobileCategoryDrawer.mobile-category-drawer {
    /* Sol menü yukarı çekilince başlık/X şeridiyle hizalı kalsın; üst boşluk ilk pill margin ile (kaydırılabilir) */
    --mobile-drawer-left-overlap: 60px;
    --mobile-drawer-left-top-gap: 12px;
    /* Alt ekstra şerit yok; tam ekran yüksekliği (iOS adres çubuğu / 100vh sapması) */
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-block-end: 0 !important;
    min-height: 100vh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    box-sizing: border-box;
    /* overflow-y: visible + overflow-x: hidden → birçok motorde y=auto olup tüm çekmece kayar; sol nav altı kesiliyordu */
    overflow-x: hidden;
    overflow-y: hidden !important;
    /* Dış kabın scrollbar'ını gizle: sol/sağ iç paneller kendi içinde kaymaya devam eder */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#mobileCategoryDrawer.mobile-category-drawer::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

/* Sol sütun ile sağ panel arası dikey çizgi: panel yüksekliği boyunca tam uzanır (ilk grid kolonu ile aynı) */
#mobileCategoryDrawer.mobile-category-drawer::before {
    content: '';
    position: absolute;
    left: 96px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(148, 163, 175, 0.2);
    pointer-events: none;
    /* 1: başlık opakken üstte kesiliyordu; içerik z-index:2 ile çizginin üstünde */
    z-index: 1;
}

body.light-mode #mobileCategoryDrawer.mobile-category-drawer::before {
    background: rgba(100, 116, 139, 0.22);
}

#mobileCategoryDrawer .mobile-drawer-header {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    display: grid;
    /* Sol sütun = .mobile-drawer-layout sol kolon ile aynı — × ikonlarla hizada */
    grid-template-columns: 96px minmax(128px, 1fr) auto;
    align-items: stretch;
    gap: 4px;
    padding-left: 0;
    /* Dikey ayırıcı (sol sütun ile sağ bölüm); layout arka planı aside::before’ı örttüğü için burada */
    background-color: transparent;
    background-image: linear-gradient(
        to right,
        transparent 95px,
        rgba(148, 163, 175, 0.2) 95px,
        rgba(148, 163, 175, 0.2) 96px,
        transparent 96px
    );
    /* Tam genişlik alt çizgi: çekmece sağ padding’i kadar genişlet */
    width: calc(100% + 14px);
    max-width: none;
    box-sizing: border-box;
    /* Sağ padding + negatif margin: alt çizgi çekmece sağ kenarına kadar */
    padding-right: calc(8px + 14px);
    margin-right: -14px;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
    overflow: visible;
    /* Alt çizgi kırmızı × sütununun altından geçmesin — sol menü kırmızıya bitişik görünsün */
    border-bottom: none;
}

#mobileCategoryDrawer .mobile-drawer-header::after {
    content: '';
    position: absolute;
    left: 96px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(148, 163, 175, 0.2);
    pointer-events: none;
    z-index: 4;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-header {
    background-color: transparent;
    background-image: linear-gradient(
        to right,
        transparent 95px,
        rgba(100, 116, 139, 0.22) 95px,
        rgba(100, 116, 139, 0.22) 96px,
        transparent 96px
    );
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-header::after {
    background: rgba(100, 116, 139, 0.22);
}

/* × sütunu: mercan taban; hover’da arka plan kırmızıya yaklaşır (neg. margin üst/alt dolgu ile aynı) */
#mobileCategoryDrawer .mobile-drawer-header-close-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    overflow: visible;
    pointer-events: none;
    border: none;
    background: #f0525c;
    transition: background-color 0.2s ease;
    margin-top: -10px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#mobileCategoryDrawer .mobile-drawer-header-close-wrap:hover,
#mobileCategoryDrawer .mobile-drawer-header-close-wrap:focus-within {
    background: #d32f2f;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-header-close-wrap {
    background: #f0525c;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-header-close-wrap:hover,
body.light-mode #mobileCategoryDrawer .mobile-drawer-header-close-wrap:focus-within {
    background: #d32f2f;
}

#mobileCategoryDrawer .mobile-drawer-header-close-wrap .mobile-drawer-close {
    pointer-events: auto;
}

.mobile-drawer-header {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

/* Mobil çekmece (3 çizgi) — küçük logo, header’dan bağımsız */
#mobileCategoryDrawer .mobile-drawer-logo-link .site-logo-wrap {
    display: inline-flex !important;
    align-items: center !important;
    width: 132px !important;
    height: 34px !important;
    max-width: min(132px, 48vw) !important;
    flex-shrink: 0;
    overflow: hidden;
}

#mobileCategoryDrawer .mobile-drawer-logo-link {
    position: relative;
    z-index: 1;
    justify-self: start;
    align-self: center;
    margin-top: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
    width: auto;
    max-width: none;
    height: auto;
    min-width: auto;
    overflow: visible;
    text-decoration: none;
    flex-shrink: 0;
    pointer-events: auto;
    color: inherit !important;
    background: transparent !important;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none !important;
}

/* Görünen logo boyutunda şeffaf tıklama alanı (layout satırını büyütmez) */
#mobileCategoryDrawer .mobile-drawer-logo-hit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 132px;
    max-width: min(132px, 48vw);
    height: 34px;
    z-index: 1;
    box-sizing: border-box;
}

#mobileCategoryDrawer .mobile-drawer-logo-link:visited {
    color: inherit !important;
}

#mobileCategoryDrawer .mobile-drawer-logo-link:hover,
#mobileCategoryDrawer .mobile-drawer-logo-link:focus,
#mobileCategoryDrawer .mobile-drawer-logo-link:focus-visible,
#mobileCategoryDrawer .mobile-drawer-logo-link:active {
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

#mobileCategoryDrawer .mobile-drawer-logo-link .site-logo.mobile-drawer-site-logo,
#mobileCategoryDrawer .mobile-drawer-logo-link img.site-logo.mobile-drawer-site-logo {
    display: block;
    margin: 0;
    position: relative;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0;
    object-fit: contain;
    object-position: left center;
    cursor: pointer;
    pointer-events: none;
    flex-shrink: 0;
    box-sizing: border-box;
    transform: none !important;
}

#mobileCategoryDrawer .mobile-drawer-logo-link .site-logo.mobile-drawer-site-logo:not(img) g {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-logo-link .site-logo.mobile-drawer-site-logo:not(img) g {
    fill: #1a1f2e;
}

#mobileCategoryDrawer .mobile-drawer-header-actions {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: nowrap;
    min-width: 0;
    flex-shrink: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

#mobileCategoryDrawer .mobile-drawer-header-link {
    color: #9ca3af !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

#mobileCategoryDrawer .mobile-drawer-header-link:hover {
    color: #d1d5db !important;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-header-link {
    color: #64748b !important;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-header-link:hover {
    color: #334155 !important;
}

#mobileCategoryDrawer .mobile-drawer-dark-toggle {
    margin-left: 0 !important;
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0;
}

#mobileCategoryDrawer .mobile-drawer-cloud {
    margin-right: 0 !important;
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0;
}

.mobile-drawer-close {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9ca3af !important;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 4px;
    justify-self: start;
    align-self: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* ID ile en yüksek özgüllük — tarayıcı / tema düğme stillerini ezer */
#mobileCategoryDrawer #mobileDrawerClose.mobile-drawer-close {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
    position: relative;
    z-index: 1;
}

#mobileCategoryDrawer #mobileDrawerClose.mobile-drawer-close:hover,
#mobileCategoryDrawer #mobileDrawerClose.mobile-drawer-close:focus-visible,
#mobileCategoryDrawer #mobileDrawerClose.mobile-drawer-close:active {
    color: #ffffff !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.mobile-drawer-close:hover,
.mobile-drawer-close:focus,
.mobile-drawer-close:focus-visible,
.mobile-drawer-close:active {
    color: #cbd5e1 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.mobile-drawer-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.mobile-drawer-layout {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    flex: 1 1 0%;
    min-height: 0;
    height: 100%;
    align-items: start;
}

/* Hamburger çekmece: sol sütun üst başlığın altından alta kadar; dikey çizgi çekmece ::before */
#mobileCategoryDrawer .mobile-drawer-layout {
    /* stretch sol hücreyi sağ kadar uzatıyordu → ikonların altında boş gri şerit */
    align-items: start;
    grid-template-rows: minmax(0, 1fr);
    position: relative;
    z-index: 2;
    overflow-x: hidden;
    /* Sol nav neg. margin ile başlık altına taşsın; dikey scroll yalnız çekmece dışında aside’ta kapalı */
    overflow-y: visible;
    min-height: 0;
    max-height: 100%;
    background-color: var(--header-strip-bg, #14151a);
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-layout {
    background-color: #ffffff;
}

.mobile-drawer-links--left {
    align-content: start;
    align-self: stretch;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    overscroll-behavior-x: none;
}

.mobile-drawer-right {
    min-width: 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

/* z-index: sağ sütunla eşit olunca (ikisi de 2) paint sırası DOM’da sonra gelen sağ üstte kalıyordu;
   hafif taşma / backdrop katmanı sol pill’leri (özellikle altta) örtebiliyordu */
#mobileCategoryDrawer .mobile-drawer-right {
    z-index: 1;
    align-self: stretch;
    min-height: 0;
    isolation: isolate;
    /* sticky arama için: ara sarmalayıcıda overflow:hidden olmasın */
    overflow: visible;
}

#mobileCategoryDrawer.is-drawer-subcategory-active .mobile-drawer-right,
#mobileCategoryDrawer .mobile-drawer-right.is-drawer-subcategory-active {
    overflow: hidden;
}

.mobile-category-drawer:not(.is-categories-active) .mobile-drawer-right {
    display: none;
}

/* Sağ panel: OK + aşağı ~10px çekince yeşil → arama; liste aşağı kayınca da açılır (JS) */
#mobileCategoryDrawer .mobile-drawer-category-list > .mobile-drawer-search-pull {
    position: sticky;
    top: 0;
    z-index: 8;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2px;
    background-color: var(--header-strip-bg, #14151a);
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.35);
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-category-list > .mobile-drawer-search-pull {
    background-color: #ffffff;
    box-shadow: 0 6px 12px -4px rgba(15, 23, 42, 0.08);
}

#mobileCategoryDrawer .mobile-drawer-pull-ok {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 4px 8px 2px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
}

/* Beyaz / soluk = henüz yeterli çekme yok; yeşil = bırakınca arama açılır */
#mobileCategoryDrawer .mobile-drawer-pull-ok-logo {
    display: block;
    width: 28px;
    height: auto;
    max-height: 28px;
    object-fit: contain;
    pointer-events: none;
    opacity: 0.5;
    filter: brightness(0) invert(1);
    transition: opacity 0.18s ease, filter 0.18s ease, transform 0.12s ease;
}

#mobileCategoryDrawer .mobile-drawer-search-pull.is-pull-ready .mobile-drawer-pull-ok-logo {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(400%) hue-rotate(86deg) brightness(105%) contrast(95%);
    transform: scale(1.08);
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-pull-ok-logo {
    opacity: 0.4;
    filter: brightness(0);
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-search-pull.is-pull-ready .mobile-drawer-pull-ok-logo {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(400%) hue-rotate(86deg) brightness(105%) contrast(95%);
}

#mobileCategoryDrawer .mobile-drawer-search-pull .mobile-drawer-search-strip {
    transition: max-height 0.3s ease, opacity 0.22s ease, padding 0.25s ease, margin 0.25s ease;
}

/* Arama kutusu kapalı (~10px çekme sonrası yeşil OK ile açılır) */
#mobileCategoryDrawer .mobile-drawer-right:not(.is-drawer-search-expanded) .mobile-drawer-search-pull .mobile-drawer-search-strip {
    max-height: 0 !important;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    box-shadow: none !important;
}

#mobileCategoryDrawer .mobile-drawer-right:not(.is-drawer-search-expanded) .mobile-drawer-search-pull .mobile-drawer-pull-ok {
    padding-bottom: 6px;
}

#mobileCategoryDrawer .mobile-drawer-right.is-drawer-search-expanded .mobile-drawer-pull-ok {
    display: none;
}

#mobileCategoryDrawer .mobile-drawer-right.is-drawer-search-expanded .mobile-drawer-search-pull .mobile-drawer-search-strip {
    padding: 8px 8px 10px;
    max-height: 120px;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
}

#mobileCategoryDrawer .mobile-drawer-search-strip__wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
}

#mobileCategoryDrawer .mobile-drawer-search-strip__input {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 42px 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px !important;
    outline: none;
    letter-spacing: 0.3px;
    min-height: 44px;
    line-height: 1.25;
}

#mobileCategoryDrawer .mobile-drawer-search-strip__input::placeholder {
    color: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

#mobileCategoryDrawer .mobile-drawer-search-strip__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

#mobileCategoryDrawer .mobile-drawer-search-strip__input:focus {
    border-color: #4a9eff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
}

#mobileCategoryDrawer .mobile-drawer-search-strip__icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(74, 158, 255, 0.65);
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-search-strip__input {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-search-strip__input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-search-strip__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-search-strip__input:focus {
    background: rgba(0, 0, 0, 0.08);
    border-color: #4a9eff;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-search-strip__icon {
    color: rgba(74, 158, 255, 0.55);
}

.mobile-drawer-category-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 2px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    overscroll-behavior-x: none;
}

/* Liste kayar; arama şeridi listede sticky. “Tüm Kategoriler” yüzen (bottom) */
#mobileCategoryDrawer .mobile-drawer-category-list-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    isolation: isolate;
}

#mobileCategoryDrawer .mobile-drawer-category-list-wrap .mobile-drawer-category-list {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    flex: 1 1 0% !important;
    min-height: 0 !important;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-top: 0;
    /* Yüzen «Tüm Kategoriler» + son kart altında nefes + safe area */
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    scroll-padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
}

#mobileCategoryDrawer .mobile-drawer-category-list-wrap .mobile-drawer-category-list--no-search {
    padding-top: var(--mobile-drawer-left-top-gap, 12px);
}

/* Son kategori satırı ile yüzen buton arası: flex son öğesi scroll yüksekliğine kesin eklenir */
#mobileCategoryDrawer .mobile-drawer-category-list-wrap .mobile-drawer-category-list::after {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: 18px;
    pointer-events: none;
}

/* Alt kategori paneli — ana listeden tamamen ayrı, kaydırınca üst üste binmez */
#mobileCategoryDrawer .mobile-drawer-subcategory-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    isolation: isolate;
}

#mobileCategoryDrawer .mobile-drawer-subcategory-wrap[hidden],
#mobileCategoryDrawer .mobile-drawer-category-list-wrap[hidden] {
    display: none !important;
}

#mobileCategoryDrawer .mobile-drawer-subcategory-wrap .mobile-drawer-subcategory-list {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    flex: 1 1 0% !important;
    min-height: 0 !important;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    padding-top: var(--mobile-drawer-left-top-gap, 12px);
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    scroll-padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

#mobileCategoryDrawer .mobile-drawer-subcategory-wrap .mobile-drawer-subcategory-list[hidden] {
    display: none !important;
    pointer-events: none;
}

#mobileCategoryDrawer .mobile-drawer-subcategory-wrap .mobile-drawer-subcategory-list::after {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: 28px;
    pointer-events: none;
}

.mobile-drawer-links--left::-webkit-scrollbar,
.mobile-drawer-category-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.mobile-drawer-right::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.mobile-drawer-category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: none;
    border-radius: 9px !important;
    background: var(--chrome-control-bg, #1a1c23);
    color: #eaf2ff;
    padding: 12px 10px 12px 12px;
    position: relative;
    text-align: left;
    font: inherit;
    overflow: hidden;
}

/* Global button radius resetini kesin ez */
button.mobile-drawer-category-item {
    border-radius: 9px !important;
}

/* Ana kategori + alt kategori kartları — header ile uyumlu koyu arka plan */
#mobileCategoryDrawer button.mobile-drawer-category-item,
#mobileCategoryDrawer #mobileDrawerMainList .mobile-drawer-category-item,
#mobileCategoryDrawer #mobileDrawerMainList a.mobile-drawer-main-category-item,
#mobileCategoryDrawer a.mobile-drawer-subcategory-item {
    border-radius: 9px !important;
    background: var(--chrome-control-bg, #1a1c23) !important;
    border: none !important;
    box-shadow: none !important;
    min-height: 56px;
}

#mobileCategoryDrawer a.mobile-drawer-main-category-item,
#mobileCategoryDrawer a.mobile-drawer-subcategory-item {
    text-decoration: none;
}

/* Sol sütundaki ince dikey çizgiyle aynı mantık; renk her satırda --cat-accent */
.mobile-drawer-category-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 0;
    background: var(--cat-accent, #4a9eff);
}

.mobile-drawer-category-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    margin-left: 7px;
}

.mobile-drawer-category-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    /* Tüm kategori ikonlarını beyaz yap (koyu kartta görünürlük artsın) */
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Roblox — kategori listesinde beyaz, diğerlerinden biraz büyük */
#mobileDrawerMainList .mobile-drawer-category-icon img[src*="Roblox.png"],
#mobileDrawerMainList .mobile-drawer-category-icon img[src*="roblox.png"] {
    filter: brightness(0) invert(1) !important;
    width: 22px !important;
    height: 22px !important;
}

.mobile-drawer-category-icon i {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

/* Açık zeminli sosyal ikonlar (Snapchat, Kick) */
#mobileCategoryDrawer .mobile-drawer-subcategory-item .mobile-drawer-category-icon--dark i {
    color: #000000 !important;
    font-size: 17px;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

#mobileCategoryDrawer .mobile-drawer-subcategory-item .mobile-drawer-category-icon--dark .mobile-drawer-category-icon-text {
    color: #000000;
}

.mobile-drawer-category-icon-text {
    font-size: 15px;
    font-weight: 900;
    color: #000000;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.mobile-drawer-subcategory-list {
    padding-top: 0;
}

body.light-mode #mobileCategoryDrawer a.mobile-drawer-subcategory-item {
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #e5e7eb !important;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-subcategory-item .mobile-drawer-category-text {
    color: #111827;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-subcategory-item .mobile-drawer-category-icon i {
    color: #ffffff;
}

.mobile-drawer-category-text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #eaf2ff;
}

.mobile-drawer-all-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    height: auto;
    padding: 8px 14px;
    box-sizing: border-box;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    backdrop-filter: blur(14px) saturate(160%);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
}

#mobileCategoryDrawer .mobile-drawer-all-categories,
#mobileCategoryDrawer .mobile-drawer-all-categories:visited,
#mobileCategoryDrawer .mobile-drawer-all-categories:hover,
#mobileCategoryDrawer .mobile-drawer-all-categories:active {
    color: #ffffff !important;
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-all-categories,
body.light-mode #mobileCategoryDrawer .mobile-drawer-all-categories:visited,
body.light-mode #mobileCategoryDrawer .mobile-drawer-all-categories:hover,
body.light-mode #mobileCategoryDrawer .mobile-drawer-all-categories:active {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
    color: #1e40af !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    text-shadow: none !important;
}

#mobileCategoryDrawer .mobile-drawer-all-categories-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px calc(12px + env(safe-area-inset-bottom, 0px));
    background: transparent;
    pointer-events: none;
    z-index: 4;
    max-width: 100%;
    box-sizing: border-box;
}

/* Çekmece: büyük “Tüm Kategoriler” (yüzen konum) */
#mobileCategoryDrawer .mobile-drawer-all-categories {
    min-height: 56px !important;
    height: auto !important;
    padding: 14px 38px !important;
    line-height: 1.35 !important;
    font-size: 17px !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: rgba(37, 99, 235, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12) !important;
    width: auto !important;
    min-width: 268px;
    max-width: 360px;
    text-align: center;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 1;
    pointer-events: auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    /* backdrop-filter blur bazı motorlarda sol sütuna koyu “örtü” olarak taşıyordu */
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.mobile-drawer-link {
    text-decoration: none;
    color: #e8edf7;
    background: transparent;
    border: none;
    border-radius: 0 !important;
    padding: 0;
    font-weight: 600;
}

button.mobile-drawer-link {
    width: auto;
    text-align: center;
    font: inherit;
    cursor: pointer;
    box-sizing: border-box;
    color: #e8edf7;
    -webkit-appearance: none;
    appearance: none;
}

/* Drawer'da desktop header ile aynı pill görünümü */
.mobile-drawer-links .category-link.category-nav-pill {
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    margin: 0;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.mobile-drawer-links .category-link.category-nav-pill.is-active .category-nav-pill__icon-wrap {
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.6);
}

.mobile-drawer-links--left .mobile-drawer-link.is-active .category-nav-pill__label {
    color: #4a9eff !important;
}

/* Sol menü: öğeler sütunda sola yaslı; dikey ayırıcı çekmece ::before ile (× satırı dahil) */
#mobileCategoryDrawer .mobile-drawer-links--left {
    align-items: flex-start;
    /* Tam sütun yüksekliği: alta kadar kaydırma alanı: son öğe çekmece padding’inin arkasında kalmaz */
    align-self: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    /* height/max-height % grid’de alt kırpma; yükseklik hücre stretch ile */
    min-height: 0;
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    margin-top: calc(-1 * var(--mobile-drawer-left-overlap, 60px));
    padding-top: 0 !important;
    padding-right: 10px;
    /* Günün Fırsatları: ikon + 2 satır etiket + güvenli alan */
    padding-bottom: max(84px, calc(48px + env(safe-area-inset-bottom, 0px))) !important;
    scroll-padding-bottom: max(84px, calc(48px + env(safe-area-inset-bottom, 0px)));
    position: relative;
    z-index: 5;
    gap: 0 !important;
    /* Boş alan şeffaf kalınca altta body rengi görünüyordu; sağ sütun gibi tek ton */
    background-color: var(--header-strip-bg, #14151a);
    /* Layout arka planı aside::before çizgisini örtüyordu; ayırıcı sol sütun kenarında */
    border-right: 1px solid rgba(148, 163, 175, 0.2);
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left {
    background-color: #ffffff;
    border-right-color: rgba(100, 116, 139, 0.22);
}

/* Başlık bandı altına taşan bölüm (yükseklik = overlap); boşluk ayrıca ilk pill margin ile — flex’te ::before tek başına kaybolabiliyordu */
#mobileCategoryDrawer .mobile-drawer-links--left::before {
    content: '';
    display: block;
    flex-shrink: 0;
    height: var(--mobile-drawer-left-overlap, 60px);
    width: 100%;
    pointer-events: none;
}

#mobileCategoryDrawer .mobile-drawer-links--left > .mobile-drawer-link:first-child {
    margin-top: var(--mobile-drawer-left-top-gap, 12px) !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link {
    width: 100%;
    max-width: 96px;
    box-sizing: border-box;
    margin: 0 !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill {
    position: relative;
    /* Sütun flex’te büyüme/ortada hizalama tek satırı gereksiz uzatıp altta boş bırakıyordu */
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    padding: 9px 7px 9px 11px !important;
    border-radius: 0 !important;
    -webkit-tap-highlight-color: transparent;
    transition: none !important;
}

/* Basılı tutarken <button> (Kategoriler) ile <a> aynı kutu/hizada kalsın */
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:active {
    opacity: 1 !important;
    transform: none !important;
    padding: 9px 7px 9px 11px !important;
    border: none !important;
    box-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:active .category-nav-pill__icon-wrap {
    transform: none !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:active .category-nav-pill__icon,
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:active .category-nav-pill__lol-mark,
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:active .category-nav-pill__icon-wrap i {
    transform: none !important;
}

body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left button.mobile-drawer-link.category-link.category-nav-pill,
body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left button.mobile-drawer-link.category-link.category-nav-pill:hover,
body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left button.mobile-drawer-link.category-link.category-nav-pill:active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/*
 * Seçili şerit: kutu genişliği diğer satırlarla aynı kalsın (ikonlar dikey hizada),
 * genişleyen arka plan sadece ::after ile çizilir.
 */
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active {
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10px;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
    border-radius: 0;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active .category-nav-pill__icon-wrap,
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active .category-nav-pill__label {
    position: relative;
    z-index: 1;
}

/* Seçili satırda ikon/transform sabit */
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active .category-nav-pill__icon-wrap {
    transform: none !important;
    flex-shrink: 0 !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active .category-nav-pill__icon,
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active .category-nav-pill__lol-mark {
    transform: none !important;
}

/* Tam yükseklikten başlasın (görünürlük sadece opacity); kısa çubuk → uzun animasyonu olmasın */
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 0;
    background: #2563eb;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: none !important;
    z-index: 2;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill.is-active::before,
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:hover:not(.is-active)::before,
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.category-link.category-nav-pill:focus-visible:not(.is-active)::before {
    opacity: 1;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.is-active {
    background: transparent !important;
}

/* Seçili değilken hover / klavye odağı: seçili ile aynı arka plan tonu + sol mavi (kutu genişliği sabit) */
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:hover:not(.is-active),
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:focus-visible:not(.is-active) {
    border-radius: 0 !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.06) !important;
    box-shadow: 10px 0 0 0 rgba(255, 255, 255, 0.06);
}

body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:hover:not(.is-active),
body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:focus-visible:not(.is-active) {
    background: rgba(15, 23, 42, 0.06) !important;
    box-shadow: 10px 0 0 0 rgba(15, 23, 42, 0.06);
}

/* Genel site pill:hover mavi yazı — çekmece solunda etiket gri kalsın */
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:hover:not(.is-active) .category-nav-pill__label,
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:focus-visible:not(.is-active) .category-nav-pill__label,
body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:hover:not(.is-active) .category-nav-pill__label,
body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:focus-visible:not(.is-active) .category-nav-pill__label,
body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:hover:not(.is-active) .category-nav-pill__label,
body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill:focus-visible:not(.is-active) .category-nav-pill__label {
    color: #9ca3af !important;
}


/* Sol sütun: logolar beyaz ve arka planlar düz renk (saydam değil) */
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon,
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__lol-mark,
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon-wrap i {
    filter: brightness(0) invert(1) !important;
    color: #ffffff !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--categories .category-nav-pill__icon-wrap { background: #3b5bff !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--pubg .category-nav-pill__icon-wrap { background: #f59e0b !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--valorant .category-nav-pill__icon-wrap { background: #ff4d6d !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--social .category-nav-pill__icon-wrap { background: #1d4ed8 !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--lol .category-nav-pill__icon-wrap { background: #bfa15a !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--cs2 .category-nav-pill__icon-wrap { background: #1e3a8a !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--giveaway .category-nav-pill__icon-wrap { background: #065f46 !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--market .category-nav-pill__icon-wrap { background: #2563eb !important; }
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--deals .category-nav-pill__icon-wrap {
    background: #ff9500 !important;
    box-shadow: none !important;
}

/* Günün Fırsatları: yalnızca turuncu kutu + beyaz %; düzen diğer sol pill’lerle aynı (ikon üstte, yazı altta) */
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link--deals .category-nav-pill__deals-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    letter-spacing: -0.05em;
    filter: none !important;
}

/* Günün Fırsatları: üstte ekstra boşluk alta itip satırı kesiyordu; metin dar sütunda 2 satıra düşebilsin */
#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link--deals {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
}

/* Günün Fırsatları etiketi diğer sol menü öğeleriyle aynı tipografi kurallarını kullanır */

#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill.is-active .category-nav-pill__icon-wrap {
    box-shadow: none !important;
}

.mobile-drawer-links .category-link.category-nav-pill .category-nav-pill__label {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
    line-height: 1.2;
}

.mobile-drawer-links .category-link.category-nav-pill .category-nav-pill__icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
}

/* Sol sütun ikon kutusu küçült */
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon-wrap {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 11px !important;
    padding: 3px !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon,
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__lol-mark,
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon-wrap i {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    font-size: 20px !important;
    transform: none !important;
}

.mobile-drawer-links .category-link.category-nav-pill--support .category-nav-pill__icon-wrap {
    background: rgba(34, 197, 94, 0.2) !important;
}

.mobile-drawer-links .category-link.category-nav-pill--support .category-nav-pill__icon-wrap i {
    color: #22c55e;
    font-size: 16px;
}

/* Sol sütun yazıları: orta ağırlık, tek satır, aynı punto (tüm seçenekler) */
#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__label,
body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__label,
body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__label {
    color: #9ca3af !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.is-active .category-nav-pill__label {
    color: #2563eb !important;
    font-weight: 700 !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill {
    width: 100% !important;
    max-width: 100% !important;
}

#mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--support .category-nav-pill__icon-wrap i {
    font-size: 18px !important;
}


@media (max-width: 768px) {
    .mobile-category-drawer {
        width: 100%;
        max-width: 100%;
        padding: 12px 10px 0;
    }

    #mobileCategoryDrawer.mobile-category-drawer {
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 0 !important;
        padding-left: 0;
        padding-block-end: 0 !important;
        --mobile-drawer-left-overlap: 54px;
        --mobile-drawer-left-top-gap: 10px;
    }

    #mobileCategoryDrawer.mobile-category-drawer::before {
        left: 90px;
    }

    #mobileCategoryDrawer .mobile-drawer-header {
        width: calc(100% + 10px);
        padding-left: 0;
        padding-right: calc(6px + 10px);
        margin-right: -10px;
        grid-template-columns: 90px minmax(112px, 1fr) auto;
        background-image: linear-gradient(
            to right,
            transparent 89px,
            rgba(148, 163, 175, 0.2) 89px,
            rgba(148, 163, 175, 0.2) 90px,
            transparent 90px
        );
    }

    #mobileCategoryDrawer .mobile-drawer-header::after {
        left: 90px;
    }

    body.light-mode #mobileCategoryDrawer .mobile-drawer-header {
        background-image: linear-gradient(
            to right,
            transparent 89px,
            rgba(100, 116, 139, 0.22) 89px,
            rgba(100, 116, 139, 0.22) 90px,
            transparent 90px
        );
    }

    #mobileCategoryDrawer .mobile-drawer-header-close-wrap {
        margin-top: -8px;
        padding-top: 8px;
    }

    .mobile-drawer-layout {
        grid-template-columns: 90px 1fr;
        gap: 10px;
    }

    #mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link {
        max-width: 90px;
    }

    .mobile-drawer-links .category-link.category-nav-pill {
        width: 80px;
    }

    .mobile-drawer-links .category-link.category-nav-pill .category-nav-pill__icon-wrap {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon-wrap {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        border-radius: 11px !important;
        padding: 3px !important;
    }

    #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon,
    #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__lol-mark,
    #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__icon-wrap i {
        width: 22px !important;
        height: 22px !important;
        max-width: 22px !important;
        max-height: 22px !important;
        font-size: 22px !important;
    }

    .mobile-drawer-links .category-link.category-nav-pill .category-nav-pill__label {
        font-size: 13px;
    }

    #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__label,
    body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__label,
    body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill .category-nav-pill__label {
        color: #9ca3af !important;
        font-size: 10.5px !important;
        font-weight: 600 !important;
        letter-spacing: -0.025em;
    }

    #mobileCategoryDrawer .mobile-drawer-links--left .category-link.category-nav-pill--support .category-nav-pill__icon-wrap i {
        font-size: 20px !important;
    }

    /* Mobilde aktif öğe rengi gri kuralını ezsin */
    #mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.is-active .category-nav-pill__label,
    body.dark-mode #mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.is-active .category-nav-pill__label,
    body.light-mode #mobileCategoryDrawer .mobile-drawer-links--left .mobile-drawer-link.is-active .category-nav-pill__label {
        color: #2563eb !important;
        font-weight: 700 !important;
    }

    .mobile-drawer-category-text {
        font-size: 13px;
    }
}

.mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: var(--mobile-bottom-nav-clearance, 88px);
    height: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    background: var(--header-strip-bg, #14151a);
    border: none;
    border-top: 1px solid var(--header-strip-border, #2d3139);
    z-index: 9995;
    align-items: stretch;
    justify-content: space-between;
    padding: var(--mnav-pad-top, 2px) 8px var(--mnav-pad-bottom, 5px);
    gap: 3px;
    box-sizing: border-box;
}

body.light-mode .mobile-bottom-nav {
    background: #ffffff;
    border: 1px solid rgba(74, 158, 255, 0.15);
}

.mobile-bottom-nav__item {
    border: none;
    background: transparent;
    color: #8a94a6;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    font-size: 11px;
    font-weight: 700;
}

body.light-mode .mobile-bottom-nav__item {
    color: #6b7280;
}

/* Tüm sekme ikonları aynı kutu (Destek headset dahil) */
.mobile-bottom-nav .mobile-bottom-nav__item > i {
    font-size: 17px !important;
    line-height: 1 !important;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    text-align: center;
    color: inherit;
}

.mobile-bottom-nav .mobile-bottom-nav__item > span {
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.mobile-bottom-nav__item.is-active {
    color: #4a9eff;
}

body.light-mode .mobile-bottom-nav__item.is-active {
    color: #2563eb;
}

/* Alt bar: Destek (button) = linklerle aynı; body.dark-mode a/buton stillerinden muaf */
body.dark-mode .mobile-bottom-nav a.mobile-bottom-nav__item {
    color: #8a94a6 !important;
}

body.dark-mode .mobile-bottom-nav a.mobile-bottom-nav__item:hover {
    color: #94a3b8 !important;
}

body.dark-mode .mobile-bottom-nav button.mobile-bottom-nav__item,
body.dark-mode .mobile-bottom-nav button.mobile-bottom-nav__support {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #8a94a6 !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

body.dark-mode .mobile-bottom-nav button.mobile-bottom-nav__item:hover,
body.dark-mode .mobile-bottom-nav button.mobile-bottom-nav__support:hover {
    background: transparent !important;
    color: #94a3b8 !important;
}

body.light-mode .mobile-bottom-nav button.mobile-bottom-nav__item,
body.light-mode .mobile-bottom-nav button.mobile-bottom-nav__support {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #6b7280 !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

body.light-mode .mobile-bottom-nav button.mobile-bottom-nav__item:hover,
body.light-mode .mobile-bottom-nav button.mobile-bottom-nav__support:hover {
    background: transparent !important;
    color: #4b5563 !important;
}

body.light-mode .mobile-bottom-nav a.mobile-bottom-nav__item {
    color: #6b7280 !important;
}

body.light-mode .mobile-bottom-nav a.mobile-bottom-nav__item:hover {
    color: #4b5563 !important;
}

.mobile-bottom-nav .mobile-bottom-nav__item i,
.mobile-bottom-nav .mobile-bottom-nav__item span {
    color: inherit !important;
}

body.dark-mode .mobile-bottom-nav a.mobile-bottom-nav__item.is-active,
body.dark-mode .mobile-bottom-nav button.mobile-bottom-nav__item.is-active {
    color: #4a9eff !important;
}

body.light-mode .mobile-bottom-nav a.mobile-bottom-nav__item.is-active,
body.light-mode .mobile-bottom-nav button.mobile-bottom-nav__item.is-active {
    color: #2563eb !important;
}

#mobileSupportTrigger {
    pointer-events: auto !important;
    position: relative;
    z-index: 2;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

body.mobile-drawer-open {
    overflow: hidden;
}

html.mobile-drawer-open,
body.mobile-drawer-open {
    overflow: hidden !important;
    height: 100%;
    overscroll-behavior: none;
    /* Alt sabit nav için body padding; çekmece açıkken sabit body ile alt “boş şerit” oluşmasın */
    padding-bottom: 0 !important;
}

.mobile-auth-row {
    display: none;
}

.mobile-auth-row .container {
    padding: 8px 16px;
    border-bottom: 1px solid rgba(60, 60, 60, 0.8);
}

.mobile-auth-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.mobile-auth-link {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 10px !important;
}

.mobile-auth-link--register {
    background: #f5a300;
    color: #fff;
}

.mobile-auth-link--login {
    background: #21c76f;
    color: #fff;
}

/* Dar pencere: içerik boşlukları; header ≥769px’te masaüstü (logo + arama) kalır */
@media (max-width: 1024px) {
    .listing-tabs-section {
        padding: 18px 0;
    }

    .listing-tabs-container {
        gap: 12px;
        padding: 10px;
    }

    .listing-tab {
        padding: 10px 14px;
        font-size: 13px;
    }

    .categories .container {
        padding: 0 20px;
    }

    .category-card {
        width: 86px;
    }
}

/* Mobil + tablet krom (hamburger, çekmece, alt dock) — ≤991px */
@media (max-width: 1024px) {
    /* Küçük ekranda üst bağlantılar şeridi kapalı */
    .top-nav {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        overflow: hidden !important;
        visibility: hidden !important;
    }

    header {
        padding: 10px 0;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Hakkımızda / Blog / tema / kar: üst barda yok — çekmecede */
    .top-nav .info-links,
    .top-nav .dark-mode-toggle,
    .top-nav .cloud-icon {
        display: none !important;
    }

    .mobile-menu-overlay,
    .mobile-category-drawer {
        display: block;
    }

    .category-menu {
        display: none;
    }

    header .header-search-desktop-only,
    header .search-container,
    header .search-container .add-listing-btn {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    /* Logo: mobile-header-bar.css — ortada büyük */
    .logo-container {
        position: static !important;
        transform: none !important;
        left: auto !important;
        pointer-events: auto !important;
    }

    /* Çekmece logosu: solda sabit */
    #mobileCategoryDrawer .mobile-drawer-logo-link {
        position: relative !important;
        transform: none;
        left: auto;
        height: auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        margin-top: -4px !important;
        justify-content: flex-start !important;
        justify-self: start !important;
        align-self: center !important;
        display: flex !important;
        align-items: center;
        line-height: 0 !important;
        overflow: visible;
    }

    #mobileCategoryDrawer .mobile-drawer-logo-link .site-logo-wrap {
        width: 132px !important;
        height: 34px !important;
        max-width: min(132px, 48vw) !important;
    }

    #mobileCategoryDrawer .mobile-drawer-logo-link .site-logo.mobile-drawer-site-logo,
    #mobileCategoryDrawer .mobile-drawer-logo-link img.site-logo.mobile-drawer-site-logo {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        display: block;
        transform: none !important;
        object-fit: contain;
        object-position: left center;
    }

    /* Eski hamburger gizli; profil+bakiye tetikleyici mobile-header-bar.css ile gösterilir */
    .hamburger-menu-icon {
        display: none !important;
    }

    header .header-container {
        /* grid — mobile-header-bar.css */
    }

    .mobile-auth-row {
        display: none;
    }

    .mobile-bottom-nav {
        display: flex;
        z-index: 2147482000 !important;
        position: fixed !important;
    }

    body:not(.dashboard-page):not(.mobile-drawer-open):not(.mobile-account-menu-open) {
        padding-bottom: var(--mobile-bottom-nav-clearance, 96px);
    }
}

/* Panel (Hesabım): masaüstü — yan menü varken alt mobil dock gizli (≥992px) */
@media (min-width: 1025px) {
    body.dashboard-page .mobile-bottom-nav {
        display: none !important;
    }

    body.dashboard-page {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .products-link {
        padding: 2px 4px;
        font-size: 11px;
    }

    .listing-tabs-container {
        gap: 10px;
        padding: 8px;
    }

    .listing-tab {
        padding: 9px 12px;
        font-size: 12px;
    }

    .listing-svg-item {
        width: 44px;
        height: 44px;
        padding: 4px;
    }

    .listing-svg-image {
        width: 32px;
        height: 32px;
    }

    .categories {
        padding: 14px 0;
    }

    .category-card {
        width: 80px;
    }

    .category-image {
        height: 54px;
    }

    .category-name {
        font-size: 9px;
        padding: 6px 2px;
    }

    .categories .container {
        padding: 0 16px;
    }
}

/* İletişim — Formu Gönder (global button border-radius:0 sonrası) */
html body .hk-page--iletisim button.hk-contact-form__submit.submit-btn {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    overflow: hidden;
}