/* ============================================================
 * HEADER - menu, topbar, mega, sticky, mobile header
 * Otomatik parca cikarim - Yedek CSS selector eslesmesi
 * ============================================================ */

/* from main-head.css */
.CoreV2-topbar + *,
.CoreV2-header + * {
    margin-top: 0;
}

/* from main-head.css */
.CoreV2-topbar,
.CoreV2-topbar:first-child,
.CoreV2-topbar:first-of-type {
    margin-top: 0;
    padding-top: 0;
    top: 0;
}

/* from main-head.css */
body::before,
.CoreV2-topbar::before,
#wrapper::before,
html::before { content: none; display: none; }

/* from main-head.css */
@media screen and (max-width: 991px) {
                .CoreV2-drawer-header {
        background: transparent;
        display: flex;
        padding: 8px 14px 36px;
        align-items: center;
        justify-content: space-between;
        border-radius: 0;
        border-bottom: none
    }
    .CoreV2-drawer-logo {
        display: flex;
        align-items: center;
        gap: 12px
    }
                                                                                                                                                                                        .CoreV2-mega-item, .CoreV2-submenu-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 9px 8px;
        font-size: 13px;
        color: #64748b;
        text-decoration: none;
        position: relative;
        transition: color 0.2s
    }
                        .CoreV2-drawer-home {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 14px;
        margin: 0 6px 4px;
        color: #ffffff;
        font-weight: 600;
        font-size: 14px;
        background: linear-gradient(145deg, var(--CoreV2-primary) 0%, color-mix(in srgb, var(--CoreV2-primary) 70%, #ffffff) 100%);
        border-radius: 12px;
        text-decoration: none;
        position: relative;
        overflow: visible;
        transition: all 0.2s ease
    }
    .CoreV2-drawer-avatar {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255,255,255,0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        flex-shrink: 0;
        text-transform: uppercase;
        border: 2px solid rgba(255,255,255,0.4)
    }
                    .CoreV2-drawer-logout-btn:hover {
        background: rgba(255,255,255,0.25);
        border-color: rgba(255,255,255,0.35);
        transform: translateY(-2px)
    }
    .CoreV2-drawer-theme-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        background: rgba(255,255,255,0.15);
        border: 1.5px solid rgba(255,255,255,0.3);
        border-radius: 50%;
        color: #ffffff;
        cursor: pointer;
        flex-shrink: 0;
        transition: all 0.2s
    }
    .CoreV2-drawer-theme-toggle:hover {
        background: rgba(255,255,255,0.25)
    }
    [data-theme="dark"] .CoreV2-drawer-theme-toggle {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.2)
    }
    .CoreV2-drawer-theme-toggle .CoreV2-theme-icon.sun {
        display: block
    }
    .CoreV2-drawer-theme-toggle .CoreV2-theme-icon.moon {
        display: none
    }
    [data-theme="dark"] .CoreV2-drawer-theme-toggle .CoreV2-theme-icon.sun {
        display: none
    }
    [data-theme="dark"] .CoreV2-drawer-theme-toggle .CoreV2-theme-icon.moon {
        display: block
    }
    .CoreV2-mobile-header {
        display: none;
        background: var(--CoreV2-primary-gradient);
        padding: 0 14px;
        top: 8px;
        left: 10px;
        right: 10px;
        height: 62px;
        border-radius: 10px;
        position: fixed;
        z-index: 1000;
        transition: background 0.22s ease, box-shadow 0.22s ease
    }
    .CoreV2-mobile-logo img {
        height: 42px;
        filter: brightness(0) invert(1);
    }
            }

/* from main-head.css */
@media screen and (max-width: 991px) {
    .CoreV2-drawer-header {
        background: transparent;
        display: flex;
        padding: 6px 12px 6px;
        align-items: center;
        justify-content: space-between;
        border-bottom: none
    }
    .CoreV2-drawer-logo {
        display: flex;
        align-items: center;
        gap: 8px
    }
    .CoreV2-drawer-logo img {
        filter: none;
        height: 44px;
        max-height: 44px;
        transition: filter 0.3s ease;
        width: auto;
        max-width: 160px;
        object-fit: contain
    }
    .CoreV2-drawer-header-actions {
        display: flex;
        align-items: center;
        gap: 8px
    }
    .CoreV2-drawer-theme-btn, .CoreV2-drawer-close {
        background-color: rgba(0,0,0,0.06);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #475569;
        cursor: pointer;
        border: none;
        transition: all 0.2s ease;
        position: relative
    }
    .CoreV2-drawer-theme-btn:hover, .CoreV2-drawer-close:hover {
        background-color: rgba(255,255,255,0.25)
    }
    .CoreV2-drawer-theme-btn i {
        font-size: 18px;
        position: absolute;
        transition: opacity 0.3s ease, transform 0.3s ease
    }
    .CoreV2-drawer-theme-btn .sun {
        opacity: 1;
        transform: rotate(0deg)
    }
    .CoreV2-drawer-theme-btn .moon {
        opacity: 0;
        transform: rotate(180deg)
    }
    .CoreV2-mobile-currency {
        display: flex;
        align-items: center;
        width: calc(100% - 24px);
        margin: 0 12px 10px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 3px;
        gap: 3px
    }
    .CoreV2-mobile-currency .CoreV2-fx-btn {
        flex: 1;
        display: flex;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        padding: 7px 4px;
        border-radius: 7px;
        color: #64748b;
        background: transparent;
        transition: all 0.15s ease
    }
    .CoreV2-mobile-currency .CoreV2-fx-btn:hover {
        color: var(--CoreV2-primary);
        background: rgba(var(--CoreV2-primary-rgb),0.08)
    }
    .CoreV2-mobile-currency .CoreV2-fx-btn.active {
        background: var(--CoreV2-primary);
        color: #ffffff
    }
    .CoreV2-mobile-currency .CoreV2-fx-btn span {
        font-size: 10px;
        opacity: 0.85
    }
    .CoreV2-drawer-auth {
        display: flex;
        justify-content: stretch;
        margin: 8px 12px 12px;
        padding: 5px;
        gap: 6px;
        background: #f8fafc;
        border: 1px solid #e8edf3;
        border-radius: 14px
    }
    .CoreV2-mobile-btn {
        flex: 1;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 50px;
        text-decoration: none;
        padding: 0 18px;
        transition: all 0.2s ease;
        white-space: nowrap
    }
    .CoreV2-mobile-login {
        background: var(--CoreV2-primary-gradient, var(--CoreV2-primary));
        color: #ffffff;
        border: 1px solid rgba(0,0,0,.06);
        box-shadow: 0 2px 8px rgba(var(--CoreV2-primary-rgb),.25);
        outline: 2px solid rgba(var(--CoreV2-primary-rgb),.25);
        outline-offset: 3px
    }
    .CoreV2-mobile-login:hover {
        filter: brightness(1.08);
        box-shadow: 0 4px 14px rgba(var(--CoreV2-primary-rgb),.38)
    }
    .CoreV2-mobile-register {
        background: transparent;
        color: var(--CoreV2-primary);
        border: 1.5px solid rgba(var(--CoreV2-primary-rgb),.35);
        outline: 2px solid rgba(var(--CoreV2-primary-rgb),.15);
        outline-offset: 3px
    }
    .CoreV2-mobile-register:hover {
        background: rgba(var(--CoreV2-primary-rgb),.08);
        border-color: var(--CoreV2-primary)
    }
    .CoreV2-mobile-btn svg {
        flex-shrink: 0;
        width: 16px;
        height: 16px
    }
    .CoreV2-drawer-profile-card {
        flex-direction: column;
        padding: 0;
        overflow: hidden;
        gap: 0;
        position: relative;
        margin-top: 24px
    }
    .CoreV2-drawer-profile-top {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        position: relative
    }
    .CoreV2-drawer-logout-btn {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.15);
        border: 1.5px solid rgba(255,255,255,0.25);
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.2s;
        text-decoration: none;
        flex-shrink: 0;
        margin-left: auto
    }
    .CoreV2-drawer-logout-btn:hover {
        background: rgba(255,255,255,0.25);
        border-color: rgba(255,255,255,0.35);
        color: #ffffff;
        transform: translateY(-2px)
    }
    .CoreV2-drawer-home-text {
        flex: 1;
        min-width: 0
    }
    .CoreV2-drawer-profile-footer {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 8px 12px;
        background: rgba(0,0,0,0.04);
        border-top: none;
        border-radius: 14px;
        margin: 8px 10px 6px
    }
    .CoreV2-profile-currency {
        display: flex;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 50px;
        margin: 0;
        padding: 3px;
        gap: 2px;
        width: auto
    }
    .CoreV2-profile-currency .CoreV2-fx-btn {
        color: rgba(255,255,255,0.75);
        font-size: 11px;
        font-weight: 600;
        padding: 4px 9px;
        border-radius: 50px;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.04);
        cursor: pointer;
        transition: all 0.15s;
        white-space: nowrap
    }
    .CoreV2-profile-currency .CoreV2-fx-btn:hover {
        background: rgba(255,255,255,0.15);
        color: #ffffff
    }
    .CoreV2-profile-currency .CoreV2-fx-btn.active {
        background: rgba(255,255,255,0.28);
        color: #ffffff;
        font-weight: 600
    }
    .CoreV2-drawer-flag-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.15);
        border: 1.5px dashed rgba(255,255,255,0.6);
        border-radius: 50%;
        padding: 2px;
        cursor: pointer;
        position: static;
        flex-shrink: 0;
        transition: background 0.2s
    }
    .CoreV2-drawer-flag-btn:hover {
        background: rgba(255,255,255,0.25)
    }
    .CoreV2-drawer-flag-btn img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        object-fit: cover;
        display: block
    }
    .CoreV2-drawer-flag-label {
        display: none
    }
    .CoreV2-profile-verified {
        color: var(--cv2-primary);
        font-size: 14px;
        font-weight: 600;
        margin-left: 4px
    }
            .CoreV2-drawer-profile-card.CoreV2-drawer-home::after {
        display: none
    }
    .CoreV2-drawer-home-icon {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }
        .CoreV2-drawer-user-info {
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex: 1
    }
    .CoreV2-drawer-user-name {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff
    }
    .CoreV2-drawer-user-name .CoreV2-profile-verified {
        flex-shrink: 0;
        font-size: 20px;
        color: #ffffff
    }
    .CoreV2-drawer-user-email {
        font-size: 11px;
        font-weight: 500;
        color: rgba(255,255,255,0.75)
    }
    .CoreV2-mobile-currency {
        display: flex;
        gap: 4px;
        flex: 1
    }
    .CoreV2-fx-btn {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 600;
        background: rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.7);
        border: 1px solid rgba(255,255,255,0.2);
        transition: all 0.2s;
        cursor: pointer;
        white-space: nowrap
    }
    .CoreV2-fx-btn.active {
        background: rgba(255,255,255,0.25);
        color: #ffffff;
        border-color: rgba(255,255,255,0.4)
    }
    .CoreV2-fx-btn:hover {
        background: rgba(255,255,255,0.2)
    }
    .CoreV2-mobile-header {
        display: none;
        background: var(--CoreV2-primary-gradient);
        padding: 0 14px;
        top: 8px;
        left: 10px;
        right: 10px;
        width: auto;
        height: 54px;
        border-radius: 10px;
        position: fixed;
        z-index: 10000;
        box-sizing: border-box;
        transition: background 0.22s ease, box-shadow 0.22s ease
    }
    .CoreV2-mobile-header-top {
        align-items: center;
        justify-content: space-between
    }
    .CoreV2-mobile-logo {
        align-items: center
    }
    .CoreV2-mobile-actions {
        align-items: center;
        gap: 8px
    }
    .CoreV2-mobile-action {
        width: 38px;
        height: 38px;
        background-color: rgba(255, 255, 255, 0.15);
        border: none;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: relative;
        cursor: pointer;
        transition: background 0.22s ease;
        flex-shrink: 0;
        padding: 0;
        vertical-align: middle;
    }
    .CoreV2-mobile-action:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }
    .CoreV2-mobile-badge {
        position: absolute;
        top: -6px;
        right: -6px;
        width: 18px;
        height: 18px;
        background-color: var(--cv2-danger);
        color: white;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: 600;
        border: none
    }
    .CoreV2-mobile-drawer {
        display: flex;
        flex-direction: column;
        background: var(--bg-main, #ffffff);
        position: fixed;
        top: 0px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        height: auto;
        max-height: calc(100vh - 62px);
        overflow: hidden;
        z-index: 10056;
        transform: translateY(-105%) scale(0.97);
        opacity: 0;
        transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        border-radius: 0 0 20px 20px;
        will-change: transform, opacity
    }
    .CoreV2-mobile-drawer.active {
        transform: translateY(0) scale(1);
        opacity: 1
    }
    .CoreV2-drawer-content {
        flex: 0 0 auto;
        overflow-y: visible;
        overflow-x: hidden;
        padding: 2px 6px 2px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }
    .CoreV2-drawer-home {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 18px 20px;
        margin: 0 12px 8px;
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        background: linear-gradient(145deg, var(--CoreV2-primary) 0%, color-mix(in srgb, var(--CoreV2-primary) 70%, #ffffff) 100%);
        border-radius: 12px;
        text-decoration: none;
        position: relative;
        overflow: visible;
        transition: all 0.2s ease
    }
    .CoreV2-drawer-profile-card.CoreV2-drawer-home {
        padding: 0;
        gap: 0;
        flex-direction: column;
        align-items: stretch;
        margin-top: 24px
    }
    .CoreV2-drawer-home-icon {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }
    .CoreV2-drawer-home-icon svg {
        color: white
    }
    .CoreV2-drawer-home-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1;
        min-width: 0
    }
    .CoreV2-drawer-item {
        margin: 0;
        position: relative
    }
    .CoreV2-drawer-link {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 5px 10px;
        color: #64748b;
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        border-radius: 10px;
        transition: all 0.18s ease;
        position: relative;
        cursor: pointer;
        background: none
    }
    .CoreV2-drawer-link:hover {
        background-color: rgba(var(--CoreV2-primary-rgb), 0.08);
        color: var(--CoreV2-primary)
    }
    .CoreV2-drawer-link:hover .CoreV2-drawer-icon {
        color: var(--CoreV2-primary);
        transform: scale(1.1)
    }
    .CoreV2-drawer-item.active>.CoreV2-drawer-link {
        background-color: rgba(var(--CoreV2-primary-rgb), 0.1);
        color: var(--CoreV2-primary);
        font-weight: var(--fw-medium, 500)
    }
    .CoreV2-drawer-item.active>.CoreV2-drawer-link .CoreV2-drawer-icon {
        color: var(--CoreV2-primary)
    }
    .CoreV2-drawer-item.active>.CoreV2-drawer-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 3px;
        background: var(--CoreV2-primary);
        border-radius: 0 4px 4px 0
    }
    .CoreV2-drawer-icon {
        font-size: 18px;
        transition: transform 0.2s;
        flex-shrink: 0;
        width: 20px;
        text-align: center
    }
    .CoreV2-drawer-arrow {
        margin-left: auto;
        font-size: 12px;
        transition: transform 0.3s;
        color: #94a3b8;
        flex-shrink: 0
    }
    .CoreV2-drawer-item.active .CoreV2-drawer-arrow {
        transform: rotate(180deg);
        color: var(--CoreV2-primary)
    }
    .CoreV2-drawer-badge {
        margin-left: auto;
        background: var(--CoreV2-primary);
        color: #ffffff;
        font-size: 10px;
        padding: 2px 7px;
        border-radius: 10px;
        font-weight: 500;
        flex-shrink: 0
    }
    .CoreV2-drawer-item.has-dynamic-color .CoreV2-drawer-badge {
        background-color: var(--menu-item-bg-color, var(--CoreV2-primary-light));
        color: var(--menu-item-color, var(--CoreV2-primary));
        border: 1px solid var(--menu-item-bg-color, var(--CoreV2-primary-light))
    }
    .CoreV2-drawer-badge+.CoreV2-drawer-arrow {
        margin-left: 4px
    }
    .CoreV2-drawer-submenu {
        list-style: none;
        padding: 0 0 0 8px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        display: block;
        transition: max-height 0.35s ease, opacity 0.3s ease;
        opacity: 0
    }
    .CoreV2-drawer-submenu.active {
        max-height: 1000px;
        opacity: 1
    }
    .CoreV2-drawer-mega {
        display: block
    }
    .CoreV2-mega-item, .CoreV2-submenu-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 9px 8px 9px 8px;
        font-size: 13px;
        color: #64748b;
        text-decoration: none;
        position: relative;
        transition: color 0.2s
    }
    .CoreV2-mega-item::before, .CoreV2-submenu-item::before {
        display: none
    }
    .CoreV2-mega-item:hover, .CoreV2-submenu-item:hover {
        color: var(--CoreV2-primary);
        font-weight: var(--fw-medium, 500)
    }
    .CoreV2-mega-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        font-size: 13px;
        border-radius: 50%;
        background-color: rgba(var(--CoreV2-primary-rgb), 0.12);
        color: var(--CoreV2-primary)
    }
    .CoreV2-mega-item:hover .CoreV2-mega-icon {
        background-color: var(--CoreV2-primary);
        color: #ffffff
    }
}

/* from main-head.css */
.CoreV2-topbar {
    margin: 0;
    padding: 0;
    position: sticky;
    top: 0;
}

/* from main-head.css */
.CoreV2-topbar .CoreV2-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

/* from main-head.css */
.CoreV2-topbar-link {
    background: transparent;
    border: none;
    padding: 4px 8px;
    margin-right: 0;
}

/* from main-head.css */
.CoreV2-topbar-divider {
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,.3);
    margin: 0 10px;
    display: inline-block;
}

/* from main-head.css */
.CoreV2-topbar::before,
.CoreV2-topbar::after { display: none; }

/* Header action — soft primary tint (site rengi); duz beyaz thrash YOK */
:root {
    --header-action-gradient: linear-gradient(130deg, rgba(var(--cv2-primary-rgb, var(--CoreV2-primary-rgb, 99, 91, 255)), 0.08) -10%, var(--cv2-surface-card, #fff) 50%, rgba(var(--cv2-primary-rgb, var(--CoreV2-primary-rgb, 99, 91, 255)), 0.12) 110%);
    --header-action-border: rgba(0, 0, 0, 0.06);
}

html.dark-mode,
[data-theme="dark"] {
    --CoreV2-card-bg: var(--cv2-surface-card, #171F2E);
    --CoreV2-border: rgba(255, 255, 255, 0.10);
    --header-action-gradient: linear-gradient(130deg, rgba(var(--cv2-primary-rgb, var(--CoreV2-primary-rgb, 99, 91, 255)), 0.15) -10%, var(--cv2-surface-card, #1e293b) 50%, rgba(var(--cv2-primary-rgb, var(--CoreV2-primary-rgb, 99, 91, 255)), 0.2) 110%);
    --header-action-border: rgba(255, 255, 255, 0.08);
}

/* from main-head.css — soft gradient + tema buton radius */
.CoreV2-header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: var(--header-action-gradient);
    border-radius: var(--cv2-radius-btn, var(--cv2-btn-radius, 14px));
    border: 1px solid var(--header-action-border);
    overflow: visible;
    box-sizing: border-box;
}

/* from main-head.css */
.CoreV2-header-actions-divider {
    width: 1px;
    height: 24px;
    background: var(--header-action-border);
    margin: 0 2px;
    flex-shrink: 0;
}

/* from main-head.css */
.CoreV2-notification-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* from main-head.css */
.CoreV2-notification-btn.has-unread svg {
    animation: cv2BellShake 3s ease-in-out 1s 3;
    transform-origin: top center;
    display: block;
}

/* from main-head.css */
.CoreV2-notification-panel {
    position: absolute;
    top: calc(100% + 18px);
    right: -90px;
    left: auto;
    width: 310px;
    background: #ffffff;
    border-radius: 18px;
    z-index: 999999;
    display: none;
    overflow: hidden;
    border: 1px solid rgba(235,237,242,0.95);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.02);
    transform-origin: top right;
}

/* from main-head.css */
.CoreV2-notification-panel.active {
    display: block;
    animation: cv2NotifSlideIn 0.22s cubic-bezier(0.34,1.56,0.64,1);
}

/* from main-head.css */
@media screen and (max-width: 991px) {
    .CoreV2-notification-panel {
        position: fixed;
        top: 64px;
        right: 10px;
        left: 10px;
        width: auto;
        max-width: calc(100vw - 20px);
        max-height: 75vh;
        transform-origin: top center;
        border-radius: 18px;
        box-shadow: 0 12px 50px rgba(0,0,0,0.18);
    }
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-panel,
body.dark-mode .CoreV2-notification-panel {
    background: #111827;
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 8px 40px rgba(0,0,0,0.45);
}

/* from main-head.css */
.CoreV2-notification-header {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: transparent;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-header { border-bottom-color: rgba(255,255,255,0.07); }

/* from main-head.css */
.CoreV2-notification-header h3 {
    margin: 0;
    font-size: 13px;
    color: #1f2937;
    font-weight: 600;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-header h3 { color: #f1f5f9; }

/* from main-head.css */
.CoreV2-notification-header p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #6b7280;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-header p { color: #94a3b8; }

/* from main-head.css */
.CoreV2-notification-content {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    min-width: 0;
}

/* from main-head.css */
.CoreV2-notification-content::-webkit-scrollbar { display: none; }

/* from main-head.css */
.CoreV2-notification-grid { display: flex; flex-direction: column; }

/* from main-head.css */
.CoreV2-notification-item {
    padding: 11px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: default;
    transition: background 0.18s ease, transform 0.18s ease;
    position: relative;
    background: transparent;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-item { border-bottom-color: rgba(255,255,255,0.06); }

/* from main-head.css */
.CoreV2-notification-item:hover { background: #f8fafc; transform: translateX(3px); }

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-item:hover { background: rgba(255,255,255,0.04); }

/* from main-head.css */
.CoreV2-notification-item:last-child { border-bottom: none; }

/* from main-head.css */
a.CoreV2-notification-item { text-decoration: none; color: inherit; }

/* from main-head.css */
.CoreV2-notification-item.notif-unread {
    background: rgba(var(--CoreV2-primary-rgb,101,163,13),0.05);
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-item.notif-unread {
    background: rgba(var(--CoreV2-primary-rgb,101,163,13),0.08);
}

/* from main-head.css */
.CoreV2-notification-item.notif-read {
    opacity: 0.5;
}

/* from main-head.css */
.CoreV2-notification-item.notif-read:hover {
    opacity: 0.8;
}

/* from main-head.css */
.CoreV2-notification-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* from main-head.css */
.CoreV2-notification-icon svg { width: 18px; height: 18px; }

/* from main-head.css */
.CoreV2-notification-icon.info,
.CoreV2-notification-icon.ticket-reply,
.CoreV2-notification-icon.ticket-new   { background: rgba(var(--CoreV2-primary-rgb),.12); color: var(--theme-color-1); }

/* from main-head.css */
.CoreV2-notification-icon.success,
.CoreV2-notification-icon.invoice-paid,
.CoreV2-notification-icon.payment-success,
.CoreV2-notification-icon.service-active { background: rgba(var(--cv2-primary-rgb),.12); color: var(--cv2-success); }

/* from main-head.css */
.CoreV2-notification-icon.warning       { background: rgba(var(--cv2-primary-rgb),.12);  color: var(--cv2-warning); }

/* from main-head.css */
.CoreV2-notification-icon.invoice-unpaid,
.CoreV2-notification-icon.payment-failed { background: rgba(var(--cv2-primary-rgb),.12); color: var(--cv2-danger); }

/* from main-head.css */
.CoreV2-notification-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* from main-head.css */
.CoreV2-notification-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}

/* from main-head.css */
.CoreV2-notification-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-title { color: #f1f5f9; }

/* from main-head.css */
.CoreV2-notification-description {
    font-size: 11.5px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-description { color: #94a3b8; }

/* from main-head.css */
.CoreV2-notification-time {
    font-size: 11px;
    color: var(--CoreV2-text-tertiary);
    display: flex;
    align-items: center;
}

/* from main-head.css */
.CoreV2-notification-time svg,
.CoreV2-notification-time i { width: 12px; height: 12px; margin-right: 4px; }

/* from main-head.css */
.CoreV2-notification-item.unread::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--CoreV2-danger, var(--cv2-danger));
    animation: cv2Pulse 2s 3;
}

/* from main-head.css */
.CoreV2-notification-empty {
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* from main-head.css */
.CoreV2-notification-empty-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(var(--CoreV2-primary-rgb),.1) 0%, rgba(var(--CoreV2-primary-rgb),.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: notifPulse 3s ease-in-out 2;
}

/* from main-head.css */
.CoreV2-notification-empty-icon::before {
    display: none;
}

/* from main-head.css */
.CoreV2-notification-empty svg,
.CoreV2-notification-empty i { width: 28px; height: 28px; color: var(--CoreV2-primary); }

/* from main-head.css */
.CoreV2-notification-empty h4 {
    margin: 0;
    font-size: 14px;
    color: var(--CoreV2-text-primary);
    font-weight: 600;
}

/* from main-head.css */
.CoreV2-notification-empty p {
    margin: 0;
    font-size: 13px;
    color: var(--CoreV2-text-secondary);
    line-height: 1.6;
    max-width: 280px;
}

/* from main-head.css */
.CoreV2-notification-footer {
    padding: 12px 14px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-footer { border-top-color: rgba(255,255,255,0.07); }

/* from main-head.css */
.CoreV2-notification-footer a {
    color: var(--CoreV2-primary);
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: var(--r-md);
    transition: background var(--t-base), transform var(--t-base);
}

/* from main-head.css */
.CoreV2-notification-footer a:hover {
    background: var(--CoreV2-primary-light);
    transform: translateY(-2px);
}

/* from main-head.css */
.CoreV2-notification-footer a svg,
.CoreV2-notification-footer a i { width: 16px; height: 16px; margin-right: 8px; }

/* from main-head.css */
.card-header { margin-bottom: 2px; }

/* from main-head.css */
.box-search .card-header { margin-bottom: 0; padding-top: 0; }

/* from main-head.css */
.box-search .card-header { position: relative; z-index: 1; }

/* from main-head.css */
.asnavbar-cart-button {
    background: var(--theme-color-1-gradient);
    color: #ffffff;
    border-color: transparent;
}

/* from main-head.css */
.asnavbar-cart-button:hover {
    background: var(--theme-color-1-gradient);
    opacity: .9;
    color: #ffffff;
}

/* from main-head.css */
.introslider-header-section { display: flex; align-items: center; gap: 15px; margin-bottom: 2px; }

/* from main-head.css */
@media (max-width: 992px) {
    .introslider-single-card {
        text-align: center;
        padding: 24px 20px;
        min-height: auto;
        height: auto;
        gap: 20px;
        width: calc(100% - 24px);
        margin: 0 12px;
    }
    .introslider-container { padding: 12px 0; width: 100%; }
    .introslider-title { font-size: 24px; }
    .introslider-header-section,
    .introslider-meta-section { justify-content: center; flex-direction: column; gap: 12px; }
    .introslider-image-section { display: none; }
}

/* from main-head.css */
[data-theme="dark"] .domain-card .card-header { background: linear-gradient(to right, rgba(var(--CoreV2-primary-rgb),.1), transparent); }

/* from main-head.css */
.iziModal .iziModal-header {
    padding: 12px 44px 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
}

/* from main-head.css */
.iziModal .iziModal-header.iziModal-noSubtitle { padding: 11px 44px 11px 16px; min-height: 48px; }

/* from main-head.css */
.iziModal .iziModal-header-icon {
    font-size: 18px;
    color: rgba(255,255,255,.95);
    float: none;
    flex-shrink: 0;
    padding: 0; margin: 0;
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.15);
    border-radius: 8px;
}

/* from main-head.css */
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon { font-size: 16px; width: 28px; height: 28px; }

/* from main-head.css */
.iziModal .iziModal-header-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

/* from main-head.css */
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title { font-size: 13.5px; }

/* from main-head.css */
.iziModal .iziModal-header-subtitle {
    font-size: 12px;
    color: rgba(255,255,255,.8);
    margin: 2px 0 0;
}

/* from main-head.css */
.iziModal .iziModal-header-buttons { right: 8px; margin: -14px 0 0; }

/* from main-head.css */
.iziModal .iziModal-header[style*="background: rgba(var(--cv2-primary-rgb))"],
.iziModal .iziModal-header[style*="background: var(--cv2-primary)"] { background: linear-gradient(135deg, var(--cv2-danger) 0%, var(--cv2-danger) 100%); }

/* from main-head.css */
.iziModal .iziModal-header[style*="background: rgb(0, 153"],
.iziModal .iziModal-header[style*="background: green"] { background: linear-gradient(135deg, var(--cv2-success) 0%, var(--cv2-success) 100%); }

/* from main-head.css */
.iziModal .iziModal-header[style*="background: rgb(255, 153"],
.iziModal .iziModal-header[style*="background: orange"] { background: linear-gradient(135deg, var(--cv2-primary) 0%, var(--cv2-primary) 100%); }

/* from main-head.css */
.iziModal .iziModal-header[style*="background: rgb(0, 102"],
.iziModal .iziModal-header[style*="background: var(--cv2-primary)"],
.iziModal .iziModal-header[style*="background: var(--cv2-primary)"] { background: linear-gradient(135deg, var(--cv2-primary) 0%, var(--cv2-primary-tone) 100%); }

/* from main-head.css */
.cv2-qa-card {
    position: relative;
    background: #ffffff;
    border-radius: var(--r-xl);
    width: 100%;
    max-width: 560px;
    padding: 32px 36px 28px;
    border: 1px solid var(--header-action-border, rgba(0,0,0,.08));
    border-top: none;
    transform: translateY(28px) scale(.96);
    transition: transform var(--t-spring);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu::after {
    pointer-events: auto;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    z-index: 99999;
}

/* from main-head.css */
.megahedars-mega-menu-container * { pointer-events: auto; }

/* from main-head.css */
.megahedars-mega-menu-container {
    background: rgba(255,255,255,0.85);
    background-color: rgba(255,255,255,0.85);
    background-image: none;
    border: none;
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    transition: opacity .15s, visibility .15s;
    overflow: visible;
}

/* from main-head.css */
[data-theme="dark"] .megahedars-mega-menu-container {
    background: rgba(10,13,26,0.82);
    background-color: rgba(10,13,26,0.82);
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
}

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container {
    background-color: rgba(255,255,255,0.85);
    background-image: radial-gradient(circle at top right, rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .07), transparent 55%);
    border: 1px solid rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .18);
    border-top: 4px solid var(--menu-item-color, var(--CoreV2-primary));
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    animation: cv2MegaSlideIn .2s cubic-bezier(.34,1.56,.64,1) both;
    transform-origin: top center;
    overflow: visible;
    margin-top: 0;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container {
    background-color: rgba(10,13,26,0.82);
    background-image: radial-gradient(circle at top right, rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .14), transparent 55%);
    border-color: rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .25);
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
}

/* Mega page dim — body::before/::after base.css'te content:none; asil overlay #cv2-mega-overlay (JS) */
#cv2-mega-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(12px) saturate(160%) brightness(0.85);
    -webkit-backdrop-filter: blur(12px) saturate(160%) brightness(0.85);
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
#cv2-mega-overlay[data-open="1"] {
    opacity: 1;
    visibility: visible;
}
/* legacy body pseudo (base.css kill eder; yedek tutar) */
body.mega-menu-open::after {
    content: none;
    display: none;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--menu-item-color, var(--CoreV2-primary));
    border-radius: 4px 4px 0 0;
    z-index: 10;
}

/* from main-head.css */
.megahedars-mega-menu-container::before { display: none; content: none; }

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-dropdown-item {
    background-color: #ffffff;
    background-image: radial-gradient(circle at top right, rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .07), transparent 65%);
    border: 1px solid rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .12);
    border-radius: 12px;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-dropdown-item:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .28);
    background-image: radial-gradient(circle at top right, rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .12), transparent 65%);
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-main-menu > ul > li.show-mega-menu .megahedars-dropdown-item {
    background-color: rgba(255,255,255,.04);
    background-image: radial-gradient(circle at top right, rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .12), transparent 65%);
    border-color: rgba(var(--menu-item-rgb, var(--CoreV2-primary-rgb)), .2);
}

/* from main-head.css */
.CoreV2-main-menu > ul > li > a.CoreV2-menu-item::after,
.CoreV2-main-menu > ul > li:hover > a.CoreV2-menu-item::after,
.CoreV2-main-menu > ul > li.show-mega-menu > a.CoreV2-menu-item::after,
.CoreV2-main-menu > ul > li.mega-open > a.CoreV2-menu-item::after {
    display: none;
    content: none;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* from main-head.css */
.megahedars-mega-menu-container::before,
.megahedars-mega-menu-container::after,
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container::before,
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container::after {
    display: none;
    content: none;
}

/* from main-head.css */
[data-theme="dark"] .coresss-ticket-header {
    background: var(--cv2-primary);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* from main-head.css — marka tokenlarini ezme (tema final block gecerli) */
:root {
  --CoreV2-primary-dark: color-mix(in srgb, var(--cv2-primary) 70%, black);
  --CoreV2-primary-hover: color-mix(in srgb, var(--cv2-primary) 85%, white);
  --CoreV2-primary-active: color-mix(in srgb, var(--cv2-primary) 80%, black);
  --CoreV2-primary-contrast: #ffffff;
  --CoreV2-primary-bg: rgba(var(--cv2-primary-rgb), 0.08);
  --CoreV2-bg: #f8f9fd;
  --CoreV2-surface: #ffffff;
  --CoreV2-card: #ffffff;
  --CoreV2-card-hover: #f5f7fa;
  --CoreV2-border: var(--cv2-border, #e2e8f0);
  /* Metin tokenlari MARKA primary DEGIL — baslik/govde/muted (base + color-engine ile ayni) */
  --CoreV2-text-primary: var(--cv2-heading, #101218);
  --CoreV2-text-secondary: var(--cv2-text, #68718c);
  --CoreV2-text-tertiary: var(--cv2-text-muted, #94a3b8);
  --CoreV2-shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.04);
  --CoreV2-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --CoreV2-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.10);
  --CoreV2-radius-sm: 4px;
  --CoreV2-radius-md: 8px;
  --CoreV2-radius-lg: 12px;
  --CoreV2-radius-xl: 16px;
  --CoreV2-radius-2xl: 20px;
  --CoreV2-radius-full: 9999px;
  --CoreV2-transition-fast: 150ms;
  --CoreV2-transition-normal: 280ms;
  --CoreV2-transition-slow: 450ms;
  --CoreV2-header-height: 72px;
  --CoreV2-topbar-height: 40px;
  --CoreV2-container-width: 1300px;
  --CoreV2-spacing-xs: 4px;
  --CoreV2-spacing-sm: 8px;
  --CoreV2-spacing-md: 16px;
  --CoreV2-spacing-lg: 24px;
  --CoreV2-font-size-xs: 11px;
  --CoreV2-font-size-sm: 13px;
  --CoreV2-font-size-md: 15px;
  --CoreV2-font-size-lg: 18px;
  --mm-bg: #ffffff;
  --mm-card-bg: #f8fafc;
  --mm-card-hover: #f1f5f9;
  --mm-text-primary: #101218;
  --mm-text-secondary: #64748b;
  --mm-border: rgba(0, 0, 0, 0.06);
  --mm-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  --mm-icon-bg: rgba(0, 0, 0, 0.04);
  --mm-icon-color: #64748b;
  --bg-main: #ffffff;
  --bg-secondary: #f8fafc;
  --text-primary: #101218;
  --text-secondary: #64748b;
  --border-color: #e2e8f0;
  --color-primary: var(--CoreV2-primary);
  --color-primary-rgb: var(--CoreV2-primary-rgb);
  --croturumac-bg: #f8f9fd;
}

/* from main-head.css */
.CoreV2-topbar {
  background: var(--cv2-panel, var(--CoreV2-panel, var(--CoreV2-secondary)));
  color: #ffffff;
  height: var(--CoreV2-topbar-height);
  position: sticky;
  top: 0;
  z-index: 1010;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: visible;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-topbar {
  background: var(--cv2-panel, var(--CoreV2-panel, var(--CoreV2-secondary)));
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* from main-head.css */
.CoreV2-topbar .CoreV2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: visible;
}

/* from main-head.css */
.CoreV2-topbar-left {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  flex: 1;
  min-width: 0;
  overflow: visible;
}

/* from main-head.css */
.CoreV2-topbar-right {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-left: 16px;
}

/* from main-head.css */
.CoreV2-topbar-divider {
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.1);
  margin: 0 6px;
  flex-shrink: 0;
}

/* from main-head.css */
.CoreV2-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,0.65);
  font-size: 11.5px;
  font-weight: 500;
  padding: 3px 9px;
  border-radius: 20px;
  background: transparent;
  border: none;
  transition: color 0.18s ease, background 0.18s ease;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

/* from main-head.css */
.CoreV2-topbar-link:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

/* from main-head.css */
.CoreV2-topbar-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  opacity: 0.8;
}

/* from main-head.css */
.CoreV2-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  position: sticky;
  top: var(--CoreV2-topbar-height, 45px);
  z-index: 1000;
  height: var(--CoreV2-header-height);
  overflow: visible;
  box-shadow: none;
  transition: background 0.3s ease;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-header {
  background: rgba(14, 17, 25, 0.92);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

/* from main-head.css */
@media screen and (min-width: 992px) {
  /* ── ANA SAYFA ::before BASE — başta gizli, floated'da görünür ── */
  body:not(#muspanel):not(#modernpanel) .CoreV2-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: none;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition:
      left 0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      right 0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      top 0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      border-radius 0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      opacity 0.3s ease;
  }
  [data-theme="dark"] body:not(#muspanel):not(#modernpanel) .CoreV2-header::before {
    background: rgba(11, 15, 26, 0.92);
    border-color: rgba(255, 255, 255, 0.10);
  }
  /* ── ANA SAYFA STICKY HEADER — Panel ile birebir aynı ── */
  body:not(#muspanel):not(#modernpanel) .CoreV2-header.cv2-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    overflow: visible;
    min-height: 85px;
    animation: CoreV2SlideDown 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  /* Floated — ::before kırpılmış arka plan */
  body:not(#muspanel):not(#modernpanel) .CoreV2-header.cv2-scrolled::before {
    top: 6px;
    left: max(16px, calc((100% - var(--CoreV2-container-width, 1360px)) / 2));
    right: max(16px, calc((100% - var(--CoreV2-container-width, 1360px)) / 2));
    border-radius: 22px;
    opacity: 1;
  }
  [data-theme="dark"] body:not(#muspanel):not(#modernpanel) .CoreV2-header.cv2-scrolled::before {
    background: rgba(11, 15, 26, 0.92);
    border-color: rgba(255, 255, 255, 0.10);
  }
  body:not(#muspanel):not(#modernpanel) .CoreV2-header.cv2-scrolled .CoreV2-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body:not(#muspanel):not(#modernpanel):not(.cv2-header-floated) .CoreV2-header {
    animation: none;
  }
}

/* from main-head.css */
.CoreV2-header .CoreV2-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--CoreV2-container-width);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

/* from main-head.css */
@media (min-width: 992px) and (max-width: 1180px) {
  .CoreV2-main-menu > ul { gap: 0; }
  .CoreV2-main-menu > ul > li { margin: 0; }
  .CoreV2-menu-item { padding: 4px 6px; min-height: 38px; }
  .CoreV2-menu-title { font-size: 11.5px; gap: 2px; }
  .CoreV2-menu-badge { display: none; }
  .CoreV2-header-actions { gap: 4px; padding: 4px 8px; }
  .CoreV2-action-btn { width: 34px; height: 34px; }
}

/* from main-head.css — alt çizgi thrash KALDIRILDI (hover'da asla çizgi gösterme) */
.CoreV2-main-menu > ul > li:hover > a.CoreV2-menu-item::after,
.CoreV2-main-menu > ul > li.show-mega-menu > a.CoreV2-menu-item::after,
.CoreV2-main-menu > ul > li.mega-open > a.CoreV2-menu-item::after {
  display: none;
  content: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  background: none;
  border: none;
  transform: none;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li:hover > .CoreV2-dropdown-menu,
.CoreV2-main-menu > ul > li.show-mega-menu > .CoreV2-dropdown-menu,
.CoreV2-main-menu > ul > li.mega-open > .CoreV2-dropdown-menu,
.CoreV2-main-menu > ul > li .CoreV2-dropdown-menu:hover {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  display: flex;
}

/* from main-head.css */
.megahedars-mega-menu-container,
.megahedars-mega-menu-container * {
  box-sizing: border-box;
}

/* from main-head.css */
.megahedars-mega-menu-container {
  position: relative;
  left: auto;
  transform: none;
  margin: 0;
  top: auto;
  background: var(--mm-bg);
  border: 1px solid var(--mm-border);
  border-radius: 18px;
  width: 740px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  overflow: visible;
}

/* from main-head.css */
.megahedars-mega-menu-container::before,
.megahedars-mega-menu-container::after {
  display: none;
  content: none;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li.show-mega-menu .megahedars-mega-menu-container,
.CoreV2-main-menu > ul > li.mega-open .megahedars-mega-menu-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
}

/* from main-head.css */
.megahedars-mega-menu-container .container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* from main-head.css */
.megahedars-mega-menu-container .megahedars-mega-menu-columns {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* from main-head.css */
.megahedars-mega-menu-container .megahedars-mega-menu-column {
  max-width: none;
  min-width: 0;
}

/* from main-head.css */
[data-theme="dark"] .megahedars-mega-menu-container {
  background: #0e1119;
  border-color: rgba(255, 255, 255, 0.08);
}

/* from main-head.css */
.megahedars-mega-menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 0;
  align-items: stretch;
}

/* from main-head.css */
.megahedars-mega-menu-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

/* from main-head.css */
.megahedars-mega-menu-column:not(:last-child)::after {
  display: none;
  background: transparent;
  width: 0;
}

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(1) .megahedars-mega-menu-column:nth-child(1) { order: 2; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(1) .megahedars-mega-menu-image { order: 1; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(1) .megahedars-mega-menu-column:nth-child(3) { order: 3; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(2) .megahedars-mega-menu-column:nth-child(1) { order: 1; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(2) .megahedars-mega-menu-image { order: 3; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(2) .megahedars-mega-menu-column:nth-child(3) { order: 2; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(4) .megahedars-mega-menu-image { order: 1; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(4) .megahedars-mega-menu-column:nth-child(3) { order: 3; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(5) .megahedars-mega-menu-column:nth-child(1) { order: 1; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(5) .megahedars-mega-menu-image { order: 3; }

/* from main-head.css */
.CoreV2-main-menu > ul > li:nth-child(5) .megahedars-mega-menu-column:nth-child(3) { order: 2; }

/* from main-head.css */
.megahedars-mega-menu-image {
  position: relative;
  min-height: 270px;
  max-height: 270px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  isolation: isolate;
  padding: 5px;
  max-width: 100%;
}

/* from main-head.css */
.megahedars-mega-menu-image img {
  position: relative;
  width: 120%;
  height: 120%;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: center;
  transition: transform 0.45s ease;
  opacity: 0.95;
  z-index: 1;
  margin-top: 10px;
}

/* from main-head.css */
.megahedars-mega-menu-image:hover img { transform: scale(1.07); }

/* from main-head.css */
.megahedars-mega-menu-image:hover .megahedars-image-overlay {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* from main-head.css */
.megahedars-mega-menu-image:hover .megahedars-image-button {
  transform: scale(1.04);
}

/* body::before base/header/color-system tarafindan content:none — kullanilmiyor; #cv2-mega-overlay aktif */

/* from main-head.css */
.CoreV2-notification-btn:hover,
.CoreV2-cart-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}

/* from main-head.css */
.CoreV2-notification-wrapper,
.CoreV2-cart-wrapper {
  position: relative;
  overflow: visible;
}

/* from main-head.css — v0.2.420: relative (sticky top thrash = CLS); yer akışta */
#CoreV2-sticky-ann-wrapper {
  display: block;
  margin: 0 auto 6px;
  padding: 0 12px;
  position: relative;
  top: auto;
  z-index: 5;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  pointer-events: auto;
  min-height: 68px;
}

/* from main-head.css */
.CoreV2-mobile-header {
  display: none;
  background: var(--theme-color-1-gradient);
  padding: 0 14px;
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  z-index: 10000;
  height: 62px;
  box-sizing: border-box;
  overflow: visible;
  border-radius: 10px;
}

/* from main-head.css */
.CoreV2-mobile-header-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}

/* from main-head.css */
.CoreV2-mobile-drawer {
  display: flex;
  flex-direction: column;
  background: rgb(255 255 255 / 94%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - var(--cv2-mobile-header-offset, 70px));
  overflow: hidden;
  z-index: 10056;
  transform: translateY(-105%) scale(0.97);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  border-radius: 0 0 20px 20px;
  will-change: transform, opacity;
}

/* from main-head.css */
.CoreV2-drawer-header {
  background: transparent;
  border-bottom: none;
  display: flex;
  padding: 6px 12px 6px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}

/* from main-head.css */
.CoreV2-drawer-header-actions { display: flex; align-items: center; gap: 7px; }

/* from main-head.css */
.CoreV2-drawer-auth {
  display: flex;
  justify-content: stretch;
  margin: 7px 12px 10px;
  padding: 5px;
  gap: 8px;
  background: var(--header-action-gradient);
  border: 1px solid var(--header-action-border);
  border-radius: 50px;
}

/* from main-head.css */
.CoreV2-mobile-header {
    background: var(--theme-color-1-gradient);
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-mobile-header {
    background: var(--theme-color-1-gradient);
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-drawer-header {
    border-bottom: none;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-drawer-auth {
    background: var(--header-action-gradient);
    border-color: var(--header-action-border);
}

/* from main-head.css */
@media screen and (max-width: 991px) {
    .CoreV2-topbar, .CoreV2-header { display: none; }
  .CoreV2-mobile-header { display: block; }
  .CoreV2-mobile-currency { display: flex; }
}

/* from main-head.css */
@media screen and (min-width: 992px) {
  .CoreV2-mobile-header,
  .CoreV2-mobile-drawer,
  .CoreV2-overlay,
  #mobile-overlay { display: none; visibility: hidden; pointer-events: none; }
  .CoreV2-topbar { position: sticky; top: 0; z-index: 1010; }
  .CoreV2-header { top: var(--CoreV2-topbar-height, 45px); transition: top 0.25s ease; }
  body#modernpanel .CoreV2-topbar,
  body#muspanel .CoreV2-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1010;
    transition: transform 0.25s ease, opacity 0.25s ease, height 0.25s ease;
  }
  body#modernpanel .CoreV2-header,
  body#muspanel .CoreV2-header {
    position: fixed;
    top: var(--CoreV2-topbar-height, 40px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1009;
    overflow: visible;
    transition: top 0.25s ease;
  }
  body#modernpanel .CoreV2-header::before,
  body#muspanel .CoreV2-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: none;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition:
      left   0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      right  0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      top    0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      border-radius 0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
      opacity 0.3s ease;
  }
  [data-theme="dark"] body#modernpanel .CoreV2-header::before,
  [data-theme="dark"] body#muspanel .CoreV2-header::before {
    background: rgba(11, 15, 26, 0.92);
    border-color: rgba(255, 255, 255, 0.10);
  }
  body#modernpanel.cv2-header-floated .CoreV2-header,
  body#muspanel.cv2-header-floated .CoreV2-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    overflow: visible;
    min-height: 85px;
    animation: CoreV2SlideDown 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
    z-index: 999;
  }
  body#modernpanel.cv2-header-floated .CoreV2-header::before,
  body#muspanel.cv2-header-floated .CoreV2-header::before {
    top: 6px;
    left: max(16px, calc((100% - var(--CoreV2-container-width, 1360px)) / 2));
    right: max(16px, calc((100% - var(--CoreV2-container-width, 1360px)) / 2));
    border-radius: 22px;
    opacity: 1;
  }
  [data-theme="dark"] body#modernpanel.cv2-header-floated .CoreV2-header::before,
  [data-theme="dark"] body#muspanel.cv2-header-floated .CoreV2-header::before {
    background: rgba(11, 15, 26, 0.92);
    border-color: rgba(255, 255, 255, 0.10);
  }
  body#modernpanel.cv2-header-floated .CoreV2-header .CoreV2-container,
  body#muspanel.cv2-header-floated .CoreV2-header .CoreV2-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body#modernpanel:not(.cv2-header-floated) .CoreV2-header::before,
  body#muspanel:not(.cv2-header-floated) .CoreV2-header::before {
    border-radius: 0;
  }
  body#modernpanel:not(.cv2-header-floated) .CoreV2-header,
  body#muspanel:not(.cv2-header-floated) .CoreV2-header {
    animation: none;
  }
  body#modernpanel:not(.cv2-header-floated) .CoreV2-header::before,
  body#muspanel:not(.cv2-header-floated) .CoreV2-header::before {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    border: none;
  }
  body#modernpanel,
  body#muspanel {
    padding-top: 0;
    transition: padding-top 0.3s ease;
  }
  body#modernpanel.cv2-header-floated,
  body#muspanel.cv2-header-floated {
    padding-top: 0;
  }
  body#modernpanel .CoreV2-topbar,
  body#muspanel .CoreV2-topbar {
    transform: translateZ(0);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  body#modernpanel #CoreV2-sticky-ann-wrapper,
  body#muspanel #CoreV2-sticky-ann-wrapper {
    position: relative;
    margin-top: 4px;
    margin-bottom: 6px;
    max-width: var(--CoreV2-container-width, 1360px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* from main-head.css */
@media (max-width: 991px) {
  .megahedars-mega-menu-columns { grid-template-columns: 1fr; gap: 10px; }
  .megahedars-mega-menu-image { min-height: 170px; order: -1; }
  .megahedars-mega-menu-container { padding: 10px; border-radius: 16px; }
}

/* from main-head.css */
@media (max-width: 768px) {
  .CoreV2-drawer-mega .megahedars-dropdown-item,
  .CoreV2-drawer-mega-menu .megahedars-dropdown-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    min-height: 48px;
    flex-wrap: nowrap;
  }
  .CoreV2-drawer-mega .megahedars-icon,
  .CoreV2-drawer-mega-menu .megahedars-icon { flex-shrink: 0; width: 30px; height: 30px; min-width: 30px; }
  .CoreV2-drawer-mega .megahedars-item-text,
  .CoreV2-drawer-mega-menu .megahedars-item-text { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* from main-head.css */
@media (max-width: 768px) {
  [class*="campaign"] { margin-top: 0; padding-top: 0; display: block; visibility: visible; }
  .intro-section,
  [class*="intro-section"] { padding-left: 14px; padding-right: 14px; overflow: visible; }
  .intro-slider,
  .intro-slider-products { margin-top: 0; padding-top: 0; overflow: visible; }
  #intro-section { overflow: visible; display: block; }
  .intro-card { overflow: visible; display: flex; visibility: visible; }
  .pack-card-wrapper--promo,
  .pack-countdown-banner,
  .pack-countdown,
  .pack-campaign-strip { display: flex; visibility: visible; opacity: 1; }
  .svc-promo-aside { display: flex; visibility: visible; opacity: 1; }
  .cnb-card--promo { display: flex; visibility: visible; opacity: 1; }
  .cv2-packs-promo-detail { display: flex; visibility: visible; opacity: 1; }
  .cnb-section { display: block; visibility: visible; }
  .CoreV2-drawer-mega, .CoreV2-drawer-mega-menu { overflow: hidden; }
  #CoreV2-sticky-ann-wrapper.CoreV2-sticky-hide,
  #CoreV2-sticky-ann-wrapper[style*="display:none"] {
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    display: none;
  }
  @keyframes CoreV2StickyIn {}
}

/* from main-head.css */
.CoreV2-modal-header {
    padding: 18px 20px;
    border-bottom: 1px solid var(--CoreV2-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--CoreV2-card);
    position: sticky;
    top: 0;
    z-index: 1;
    border-radius: 20px 20px 0 0;
}

/* from main-head.css */
.CoreV2-modal-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* from main-head.css */
.CoreV2-modal-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(var(--CoreV2-primary-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* from main-head.css */
.CoreV2-modal-header-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--CoreV2-primary);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* from main-head.css */
.CoreV2-header .CoreV2-header-actions,
.CoreV2-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    overflow: visible;
}

/* from main-head.css */
.CoreV2-header .CoreV2-action-btn,
.CoreV2-action-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    text-decoration: none;
}

/* from main-head.css */
.CoreV2-header .CoreV2-action-btn:hover,
.CoreV2-action-btn:hover {
    transform: scale(1.06);
}

/* from main-head.css */
/* Bildirim — YEDEK amber/sarı */
.CoreV2-notification-btn {
    background: rgba(245, 158, 11, 0.12);
    color: #f59e0b;
}

/* from main-head.css */
.CoreV2-notification-btn:hover {
    background: rgba(245, 158, 11, 0.22);
    color: #d97706;
}

/* from main-head.css */
[data-theme="dark"] .CoreV2-notification-btn {
    background: rgba(245, 158, 11, 0.16);
    color: #fbbf24;
}
[data-theme="dark"] .CoreV2-notification-btn:hover {
    background: rgba(245, 158, 11, 0.26);
    color: #fcd34d;
}

/* from main-head.css */

/* from main-head.css — count badge sabit kırmızı (sayfa thrash'ına kapalı) */
.CoreV2-count-badge,
.CoreV2-header .CoreV2-count-badge,
.CoreV2-header-actions .CoreV2-count-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 14px;
    width: auto;
    max-width: none;
    height: 14px;
    min-height: 14px;
    padding: 0 3px;
    margin: 0;
    background: #ef4444;
    background-color: #ef4444;
    background-image: none;
    color: #ffffff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    border: none;
    box-shadow: none;
    text-decoration: none;
    transform: none;
    clip-path: none;
    z-index: 5;
    pointer-events: none;
}

/* from main-head.css */
.mp-user-btn,
.CoreV2-header .mp-user-btn {
    border: 1.5px dashed rgba(var(--CoreV2-primary-rgb), 0.35);
    border-radius: 50px;
    background: transparent;
}

/* from main-head.css */
.mp-user-btn:hover,
.CoreV2-header .mp-user-btn:hover {
    background: rgba(var(--CoreV2-primary-rgb), 0.06);
    border-color: rgba(var(--CoreV2-primary-rgb), 0.6);
}

/* from main-head.css */
.mp-user-avatar,
.CoreV2-header .mp-user-avatar {
    border: 2px solid rgba(var(--CoreV2-primary-rgb), 0.3);
    border-radius: 50%;
}

/* from main-head.css */
.urunpaketleri-search-navbar-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1001;
    max-height: 440px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

/* from main-head.css */
[data-theme="dark"] .urunpaketleri-search-navbar-results {
    background: var(--cv2-primary);
    border-color: rgba(255, 255, 255, 0.08);
}

/* from main-head.css */
.urunpaketleri-search-navbar-results.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* from main-head.css */
.urunpaketleri-search-category-header {
    padding: 10px 16px 8px;
    font-size: 0.68rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: #f8fafc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* from main-head.css */
[data-theme="dark"] .urunpaketleri-search-category-header {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.35);
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

/* from main-head.css */
@media screen and (min-width: 992px) {
    .CoreV2-header {
        overflow: visible;
    }
    .CoreV2-header::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(18px) saturate(160%);
        -webkit-backdrop-filter: blur(18px) saturate(160%);
        border: 1px solid rgba(0, 0, 0, 0.07);
        box-shadow: none;
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        transition:
            left   0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
            right  0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
            top    0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
            border-radius 0.42s cubic-bezier(0.34, 1.3, 0.64, 1),
            opacity 0.3s ease;
    }
    /* Sticky header controlled by cv2-scrolled class via JS */
}

/* from main-head.css */
[data-theme="dark"] .modal-header {
    border-color: rgba(255, 255, 255, 0.07);
    color: #f1f5f9;
}

/* from main-head.css */
[data-theme="dark"] .nav-tabs {
    border-color: rgba(255, 255, 255, 0.08);
}

/* from main-head.css */
[data-theme="dark"] .nav-tabs .nav-link {
    color: #94a3b8;
}

/* from main-head.css */
[data-theme="dark"] .nav-tabs .nav-link.active {
    background: var(--bg-card);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--CoreV2-primary);
}

/* from main-head.css */
@media (max-width: 991px) {
    /* Gradient animasyonları mobilde kapat */
    @keyframes gradientShift { 0%, 100% { background-position: 0 50%; } }
    @keyframes shimmer { 0%, 100% { background-position: 0 50%; } }
    /* Ağır box-shadow'ları hafiflet */
    .CoreV2-header,
    .CoreV2-mobile-header {
        box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }
    .ws-card:hover {
        transform: none;
    }
    .coreservercart-card:hover {
        transform: none;
    }
    .ws-card {
        will-change: auto;
    }
    .coreservercart-card {
        will-change: auto;
    }
}

/* from notification.css */
.CoreV2-notification-panel {
    position: absolute;
    top: calc(100% + 18px);
    right: -90px;
    width: 310px;
    background: #ffffff;
    border-radius: 18px;
    z-index: 999999;
    display: none;
    border: 1px solid rgba(235,237,242,0.95); transform-origin: top right;
}

/* from notification.css */
[data-theme="dark"] .CoreV2-notification-panel {
    background: #111827;
    border-color: rgba(255,255,255,0.08); }

/* from notification.css */
a.CoreV2-notification-item {
    text-decoration: none;
    color: inherit;
    display: flex;
    cursor: pointer;
}

/* from notification.css */
a.CoreV2-notification-item:hover {
    background: rgba(0,0,0,0.03);
}

/* from notification.css */
[data-theme="dark"] a.CoreV2-notification-item:hover {
    background: rgba(255,255,255,0.04);
}

/* from notification.css */
.CoreV2-notification-item.notif-unread {
    background: rgba(var(--cv2-primary-rgb),0.05);
}

/* from notification.css */
[data-theme="dark"] .CoreV2-notification-item.notif-unread {
    background: rgba(var(--cv2-primary-rgb),0.08);
}

/* from notification.css */

/* from notification.css */
.CoreV2-notification-item.notif-read:hover {
    opacity: 0.75;
}

/* from notification.css */

/* from notification.css */

/* from notification.css */

/* from notification.css */

/* from notification.css */
.CoreV2-notification-time {
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

/* from notification.css */
.CoreV2-notification-time svg { width: 12px; height: 12px; margin-right: 4px; }

/* from notification.css */
@media (max-width: 991px) {
    .CoreV2-notification-panel {
        position: fixed;
        top: 64px;
        right: 10px;
        left: 10px;
        width: auto;
        max-width: calc(100vw - 20px);
        max-height: 75vh;
        transform-origin: top center;
        border-radius: 18px; }
}

/* from notification.css */
@media(max-width:991px){
    .CoreV2-notification-panel.active{animation:none}
    .CoreV2-mobile-drawer{transition:transform 0.2s ease}
    .CoreV2-mobile-notification-panel,.CoreV2-notification-panel{animation:none}
}

/* from cookie-banner.css */
:root {
    --cookie-primary: var(--CoreV2-primary, var(--cv2-primary));
    --cookie-primary-rgb: var(--cv2-primary-rgb);
    --cookie-gradient: var(--CoreV2-primary-gradient, linear-gradient(135deg, var(--CoreV2-primary, var(--cv2-primary)) 0%, var(--CoreV2-primary-tone, var(--cv2-primary-tone)) 100%));
}

/* from cookie-banner.css */
#cookie-consent-banner {
    font-family: inherit;
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: translateY(140%);
    width: 320px;
    z-index: 9999999;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
}

/* from cookie-banner.css */
#cookie-consent-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

/* from cookie-banner.css — soft-beyaz kart (düz #fff değil) */
.cookie-consent-card {
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgb(231 231 231 / 36%);
    border-radius: var(--cv2-radius-card, 22px);
    padding: clamp(16px, 2.2vw, 22px);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* from cookie-banner.css */
.cookie-consent-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 90px;
    height: 90px;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23000'%3E%3Ccircle cx='10' cy='21' r='2'/%3E%3Ccircle cx='23' cy='20' r='2'/%3E%3Ccircle cx='13' cy='10' r='2'/%3E%3Cpath d='M16 30C8.3 30 2 23.7 2 16S8.3 2 16 2h.3l1.4.1-.3 1.2c-.1.4-.2.9-.2 1.3 0 2.8 2.2 5 5 5 1 0 2-.3 2.9-.9l1.3 1.5c-.4.4-.6.9-.6 1.4 0 1.3 1.3 2.4 2.7 1.9l1.2-.5.2 1.3c.1.6.1 1.2.1 1.7 0 7.7-6.3 14-14 14zm-.7-26C9 4.4 4 9.6 4 16c0 6.6 5.4 12 12 12s12-5.4 12-12v-.4c-2.3.1-4.2-1.7-4.2-4v-.2c-.5.1-1 .2-1.6.2-3.9 0-7-3.1-7-7 0-.2 0-.4.1-.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* Dark mode: base theme tokens yeterli */

/* from cookie-banner.css */
.cookie-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(var(--cv2-primary-rgb), 0.12);
    border: 1px solid rgba(0, 0, 0, 0.04);
    color: var(--cv2-danger);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    outline: none;
    z-index: 2;
}

/* from cookie-banner.css */
.cookie-close-btn:hover {
    background: rgba(var(--cv2-primary-rgb), 0.22);
    color: var(--cv2-danger);
    transform: rotate(90deg);
}

/* from cookie-banner.css */
[data-theme="dark"] .cookie-close-btn {
    background: rgba(var(--cv2-primary-rgb), 0.15);
    color: var(--cv2-danger);
}

/* from cookie-banner.css */
.cookie-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    padding-right: 28px;
}

/* from cookie-banner.css */
.cookie-icon-wrap {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: var(--cv2-radius-input, 10px);
    background: rgba(var(--cookie-primary-rgb), 0.12);
    color: var(--cookie-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--cookie-primary-rgb), 0.15);
}

/* from cookie-banner.css */
.cookie-icon-wrap svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* from cookie-banner.css */
.cookie-icon-wrap .hki-stroke,
.cookie-close-btn .hki-stroke {
    font-size: 17px;
    line-height: 1;
    display: block;
}

/* from cookie-banner.css */
.cookie-close-btn .hki-stroke {
    font-size: 12px;
}

/* from cookie-banner.css */
.cookie-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.4;
    display: block;
    opacity: 1;
    visibility: visible;
}

/* from cookie-banner.css */
[data-theme="dark"] .cookie-title {
    color: #f1f5f9;
}

/* from cookie-banner.css */
.cookie-text {
    font-size: 13px;
    color: #4b5563;
    margin: 0 0 12px 0;
    line-height: 1.6;
    display: block;
    opacity: 1;
    visibility: visible;
}

/* from cookie-banner.css */
[data-theme="dark"] .cookie-text {
    color: #94a3b8;
}

/* from cookie-banner.css */
.cookie-text a {
    color: var(--cookie-primary);
    font-weight: 600;
    text-decoration: none;
}

/* from cookie-banner.css */
.cookie-text a:hover {
    text-decoration: underline;
}

/* from cookie-banner.css */
.cookie-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* from cookie-banner.css */
.cookie-btn-decline {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: var(--cv2-font-size-button, 11.5px);
    padding: 9px 12px;
    border-radius: var(--cv2-radius-btn, 10px);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    outline: none;
    line-height: 1;
    background: transparent;
    color: #6b7280;
    border: 1.5px solid #e5e7eb;
    font-family: inherit;
}

/* from cookie-banner.css */
.cookie-btn-decline:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #374151;
}

/* from cookie-banner.css */
[data-theme="dark"] .cookie-btn-decline {
    color: #94a3b8;
    border-color: rgba(255,255,255,0.12);
}

/* from cookie-banner.css */
[data-theme="dark"] .cookie-btn-decline:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.2);
}

/* from cookie-banner.css */
.cookie-btn-accept {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: var(--cv2-font-size-button, 11.5px);
    padding: 9px 12px;
    border-radius: var(--cv2-radius-btn, 10px);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1;
    border: 1px solid rgba(0,0,0,0.04);
    background: var(--cookie-gradient);
    color: #ffffff;
    font-family: inherit;
    outline: 2px solid rgba(var(--cookie-primary-rgb),0.28);
    outline-offset: 3px;
}

/* from cookie-banner.css */
.cookie-btn-accept:hover {
    filter: brightness(1.08);
    color: #ffffff;
    transform: translateY(-1px);
}

/* from cookie-banner.css */
@media (max-width: 400px) {
    #cookie-consent-banner {
        right: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
    }
}

/* from cookie-banner.css */
@media (max-width: 768px) {
    #cookie-consent-banner {
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom, 0px) + 12px);
        width: auto;
        max-width: none;
        transform: translateY(calc(100% + 24px));
    }
    #cookie-consent-banner.is-visible {
        transform: translateY(0);
    }
    .cookie-consent-card {
        padding: 14px;
        border-radius: var(--cv2-radius-card, 16px);
        background: rgba(255,255,255,0.96);
        box-shadow: 0 12px 34px rgba(15,23,42,0.12);
    }
    html.dark-mode .cookie-consent-card,
    [data-theme="dark"] .cookie-consent-card {
        background: rgba(23, 31, 46, 0.98);
        background-image: none;
        box-shadow: 0 14px 36px rgba(0,0,0,0.4);
        border-color: rgba(255,255,255,0.10);
    }
    .cookie-header {
        gap: 9px;
        margin-bottom: 6px;
        padding-right: 30px;
    }
    .cookie-icon-wrap {
        width: 30px;
        height: 30px;
        border-radius: var(--cv2-radius-input, 9px);
    }
    .cookie-icon-wrap .hki-stroke {
        font-size: 15px;
    }
    .cookie-title {
        font-size: 13px;
        line-height: 1.28;
    }
    .cookie-text {
        font-size: 12px;
        line-height: 1.45;
        margin-bottom: 10px;
        max-height: 78px;
        overflow: auto;
        padding-right: 2px;
    }
    .cookie-actions {
        gap: 8px;
    }
    .cookie-btn-decline,
    .cookie-btn-accept {
        min-height: 38px;
        padding: 9px 10px;
        font-size: 11px;
        border-radius: var(--cv2-radius-btn, 9px);
    }
    .cookie-btn-accept {
        outline: none;
    }
}

/* from cookie-banner.css */
@media (max-width: 360px) {
    .cookie-actions {
        flex-direction: column;
    }
    .cookie-btn-decline,
    .cookie-btn-accept {
        width: 100%;
    }
}

/* from weather-effect.css */
.weather-effect-canvas {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--cv2-weather-inset-top, 0);
    width: 100%;
    height: calc(100vh - var(--cv2-weather-inset-top, 0px));
    min-height: 240px;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    visibility: visible;
    pointer-events: none;
}

/* from weather-effect.css */
html.cv2-weather-on body[data-weather-effect="1"] #wrapper,
html.cv2-weather-on body[data-weather-effect="1"] main {
    position: relative;
    z-index: 2;
}

/* from weather-effect.css */
html[data-theme="dark"] .weather-effect-canvas,
html.dark-mode .weather-effect-canvas {
    opacity: 0.9;
}

/* from weather-effect.css */
body.modernpanel .weather-effect-canvas,
body#modernpanel .weather-effect-canvas,
body#muspanel .weather-effect-canvas {
    display: none;
}

/* from weather-effect.css */
@media (prefers-reduced-motion: reduce) {
    .weather-effect-canvas {
        display: none;
    }
}

/* from weather-effect.css */
@media (max-width: 768px) {
    .weather-effect-canvas {
        opacity: 0.85;
    }
}

