/* Header 2 - Desktop + Mobile */

/* Reset sadece header2 içinde */
.mh2-desktop-header,
.mh2-mobile-header,
.mh2-mobile-sidebar,
.mh2-mobile-backdrop,
.mh2-auth-modal,
.mh2-auth-backdrop {
    font-family: Arial, Helvetica, sans-serif;
}

.mh2-desktop-header *,
.mh2-mobile-header *,
.mh2-mobile-sidebar *,
.mh2-auth-modal * {
    box-sizing: border-box;
}

.mh2-desktop-header a,
.mh2-mobile-header a,
.mh2-mobile-sidebar a {
    color: inherit;
    text-decoration: none;
}

.mh2-desktop-header button,
.mh2-mobile-header button,
.mh2-mobile-sidebar button,
.mh2-auth-modal button,
.mh2-auth-modal input {
    font-family: inherit;
}

/* Visibility */
.mh2-desktop-header {
    display: block;
}

.mh2-mobile-header,
.mh2-mobile-backdrop,
.mh2-mobile-sidebar {
    display: none;
}

/* Ionicons genel */
.mh2-desktop-header ion-icon,
.mh2-mobile-header ion-icon,
.mh2-mobile-sidebar ion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
}

/* =========================
   DESKTOP HEADER
========================= */

.mh2-desktop-header {
    position: sticky;
    top: 0;
    z-index: 9990;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--mh2-border, #e5e7eb);
    color: var(--mh2-text, #1f2937);
    box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
}

.mh2-desktop-shell {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr);
    background: #fff;
    transition: all .22s ease;
}

.mh2-desktop-logo-col {
    min-height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: transparent;
    transition: all .22s ease;
}

.mh2-logo {
    width: 100%;
    height: 100%;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .22s ease;
}

.mh2-logo img {
    max-width: 100%;
    max-height: 132px;
    display: block;
    object-fit: contain;
    transition: all .22s ease;
}

.mh2-logo span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 112px;
    background: var(--mh2-primary, #e30613);
    color: #fff;
    padding: 12px;
    font-size: 34px;
    line-height: .9;
    font-weight: 1000;
    letter-spacing: -.08em;
    text-transform: uppercase;
    text-align: center;
    transition: all .22s ease;
}

.mh2-desktop-content {
    min-width: 0;
    padding: 0 18px 0 22px;
    transition: all .22s ease;
}

.mh2-desktop-top {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--mh2-border, #e5e7eb);
    transition: all .22s ease;
}

.mh2-top-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
}

.mh2-red-badge {
    min-width: 66px;
    height: 36px;
    border: 0;
    border-radius: 4px;
    background: var(--mh2-primary, #e30613);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.06em;
    cursor: pointer;
}

.mh2-red-badge:hover {
    background: var(--mh2-primary-dark, #b80008);
}

.mh2-top-arrow,
.mh2-plus-brand,
.mh2-plus-info {
    display: none;
}

.mh2-top-actions {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.mh2-action {
    border: 0;
    background: transparent;
    color: var(--mh2-text, #1f2937);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    white-space: nowrap;
    padding: 0;
    transition: color .18s ease, transform .18s ease;
}

.mh2-action ion-icon {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: currentColor;
}

.mh2-action b {
    display: block;
    max-width: 126px;
    color: currentColor;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mh2-action:hover {
    color: var(--mh2-primary, #e30613);
    transform: translateY(-1px);
}

.mh2-member-area {
    position: relative;
}

.mh2-profile-action {
    max-width: 140px;
}

.mh2-profile-logged b {
    max-width: 120px;
}

/* Eski icon classları */
.mh2-profile-icon,
.mh2-ico,
.mh2-mobile-user-icon {
    display: none;
}

/* Desktop search */
.mh2-desktop-search-panel {
    display: none;
    padding: 14px 0;
    border-bottom: 1px solid var(--mh2-border, #e5e7eb);
}

.mh2-desktop-search-panel.is-open {
    display: block;
}

.mh2-desktop-search-panel form {
    display: flex;
    gap: 10px;
}

.mh2-desktop-search-panel input {
    flex: 1;
    height: 44px;
    border: 2px solid var(--mh2-border, #e5e7eb);
    padding: 0 14px;
    font-size: 15px;
    font-weight: 800;
    outline: none;
}

.mh2-desktop-search-panel input:focus {
    border-color: var(--mh2-primary, #e30613);
}

.mh2-desktop-search-panel button {
    width: 110px;
    border: 0;
    background: var(--mh2-primary, #e30613);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
}

/* Desktop nav */
.mh2-desktop-nav-wrap {
    min-height: 70px;
    display: flex;
    align-items: center;
    transition: all .22s ease;
}

.mh2-desktop-nav-scroll {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.mh2-desktop-nav-scroll::-webkit-scrollbar {
    display: none;
}

.mh2-desktop-nav {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
    border-bottom: 1px solid var(--mh2-border, #e5e7eb);
    transition: all .22s ease;
}

.mh2-desktop-nav a {
    color: var(--mh2-text, #1f2937);
    font-size: 17px;
    line-height: 1;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: -.02em;
    transition: color .18s ease;
}

.mh2-desktop-nav a:hover,
.mh2-desktop-nav a.active {
    color: var(--mh2-primary, #e30613);
}

/* Desktop son dakika kayan bar */
.mh2-desktop-breaking-bar {
    display: none;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    min-height: 44px;
    padding: 0 24px;
    background: #111827;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
}

.mh2-desktop-breaking-bar.is-open {
    display: grid;
}

.mh2-breaking-label {
    height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--mh2-primary, #e30613);
    color: #fff;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    white-space: nowrap;
}

.mh2-breaking-label span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #fff;
    animation: mh2BreakingPulse 1s infinite;
}

@keyframes mh2BreakingPulse {
    0%, 100% {
        opacity: .35;
        transform: scale(.85);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.mh2-breaking-marquee {
    min-width: 0;
    overflow: hidden;
}

.mh2-breaking-track {
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    white-space: nowrap;
    animation: mh2BreakingScroll 38s linear infinite;
}

.mh2-breaking-track:hover {
    animation-play-state: paused;
}

.mh2-breaking-track a {
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.mh2-breaking-track a:hover {
    color: #fff;
    text-decoration: underline;
}

@keyframes mh2BreakingScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Desktop compact sticky */
.mh2-desktop-header.is-compact {
    box-shadow: 0 8px 28px rgba(15, 23, 42, .10);
}

.mh2-desktop-header.is-compact .mh2-desktop-shell {
    grid-template-columns: 92px minmax(0, 1fr);
}

.mh2-desktop-header.is-compact .mh2-desktop-logo-col {
    min-height: 82px;
    height: 82px;
    padding: 8px;
    background: var(--mh2-primary, #e30613);
}

.mh2-desktop-header.is-compact .mh2-logo {
    min-height: 66px;
}

.mh2-desktop-header.is-compact .mh2-logo img {
    max-height: 66px;
    max-width: 78px;
}

.mh2-desktop-header.is-compact .mh2-logo span {
    min-width: 68px;
    min-height: 68px;
    padding: 6px;
    font-size: 22px;
    background: var(--mh2-primary, #e30613);
}

.mh2-desktop-header.is-compact .mh2-desktop-top,
.mh2-desktop-header.is-compact .mh2-desktop-search-panel {
    display: none !important;
}

.mh2-desktop-header.is-compact .mh2-desktop-content {
    padding-left: 16px;
}

.mh2-desktop-header.is-compact .mh2-desktop-nav-wrap,
.mh2-desktop-header.is-compact .mh2-desktop-nav {
    min-height: 82px;
}

.mh2-desktop-header.is-compact .mh2-desktop-nav {
    border-bottom: 0;
}

.mh2-desktop-header.is-compact .mh2-desktop-nav a {
    font-size: 16px;
}

/* =========================
   AUTH MODAL
========================= */

body.mh2-auth-open {
    overflow: hidden;
}

.mh2-auth-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(15, 23, 42, .58);
    backdrop-filter: blur(3px);
    display: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.mh2-auth-backdrop.is-open,
.mh2-auth-backdrop.open {
    display: block;
    opacity: 1;
}

.mh2-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    pointer-events: none;
}

.mh2-auth-modal.is-open,
.mh2-auth-modal.open {
    display: flex;
}

.mh2-auth-card {
    width: min(440px, 100%);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 26px 90px rgba(15, 23, 42, .35);
    padding: 24px;
    position: relative;
    pointer-events: auto;
    animation: mh2ModalIn .18s ease both;
}

@keyframes mh2ModalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.mh2-auth-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 16px;
}

.mh2-auth-close:hover {
    background: var(--mh2-primary, #e30613);
    color: #fff;
}

.mh2-auth-head {
    padding-right: 42px;
    margin-bottom: 18px;
}

.mh2-auth-head strong {
    display: block;
    color: #111827;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 1000;
    letter-spacing: -.04em;
}

.mh2-auth-head span {
    display: block;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    margin-top: 8px;
}

.mh2-auth-form {
    display: grid;
    gap: 13px;
}

.mh2-auth-form label {
    display: grid;
    gap: 7px;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
}

.mh2-auth-form input {
    width: 100%;
    height: 46px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 0 13px;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.mh2-auth-form input:focus {
    border-color: var(--mh2-primary, #e30613);
    box-shadow: 0 0 0 4px rgba(227, 6, 19, .10);
}

.mh2-auth-message {
    min-height: 0;
    color: var(--mh2-primary, #e30613);
    font-size: 13px;
    font-weight: 800;
}

.mh2-auth-message.success {
    color: #166534;
}

.mh2-auth-message.error {
    color: #991b1b;
}

.mh2-auth-submit {
    height: 48px;
    border: 0;
    border-radius: 15px;
    background: var(--mh2-primary, #e30613);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 1000;
}

.mh2-auth-submit:hover {
    background: var(--mh2-primary-dark, #b80008);
}

.mh2-auth-submit:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.mh2-auth-switch {
    border: 0;
    background: transparent;
    color: #111827;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline;
}

/* =========================
   MOBILE HEADER
========================= */

@media (max-width: 920px) {

    body.mh2-mobile-menu-open {
        overflow: hidden;
    }

    .mh2-desktop-header {
        display: none;
    }

    .mh2-mobile-header {
        display: block;
        position: sticky;
        top: 0;
        z-index: 9998;
        background: #fff;
        color: var(--mh2-text, #1f2937);
        border-bottom: 1px solid var(--mh2-border, #e5e7eb);
        box-shadow: 0 8px 26px rgba(15, 23, 42, .08);
    }

    .mh2-mobile-top {
        height: 64px;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 56px;
        align-items: center;
        gap: 8px;
        padding: 0 12px;
        background: #fff;
    }

    .mh2-mobile-menu-btn {
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 14px;
        background: #f3f4f6;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
    }

    .mh2-mobile-menu-btn span {
        width: 20px;
        height: 2px;
        background: #111827;
        border-radius: 99px;
        display: block;
    }

    .mh2-mobile-logo-wrap {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mh2-mobile-logo-wrap .mh2-logo {
        width: auto;
        height: 46px;
        min-height: 46px;
        max-width: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--mh2-primary, #e30613);
        padding: 6px 10px;
        overflow: hidden;
    }

    .mh2-mobile-logo-wrap .mh2-logo img {
        max-width: 150px;
        max-height: 38px;
        object-fit: contain;
        display: block;
    }

    .mh2-mobile-logo-wrap .mh2-logo span {
        min-width: auto;
        min-height: auto;
        background: transparent;
        color: #fff;
        font-size: 26px;
        line-height: 1;
        font-weight: 1000;
        letter-spacing: -.06em;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 0;
    }

    .mh2-mobile-profile-btn {
        width: 54px;
        height: 52px;
        border: 0;
        border-radius: 14px;
        background: #f3f4f6;
        color: #111827;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        cursor: pointer;
        overflow: hidden;
        text-decoration: none;
        padding: 3px;
    }

    .mh2-mobile-profile-btn ion-icon {
        font-size: 23px;
        color: currentColor;
    }

    .mh2-mobile-profile-btn span {
        display: block;
        max-width: 48px;
        color: currentColor;
        font-size: 10px;
        font-weight: 1000;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mh2-mobile-profile-btn:hover {
        color: var(--mh2-primary, #e30613);
    }

    .mh2-mobile-profile-logged {
        background: #f3f4f6;
        color: #111827;
    }

    .mh2-mobile-search-row {
        padding: 0 12px 10px;
        background: #fff;
    }

    .mh2-mobile-search-row form {
        height: 42px;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 58px;
        align-items: center;
        background: #f3f4f6;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        overflow: hidden;
    }

    .mh2-mobile-search-row ion-icon {
        justify-self: center;
        color: #6b7280;
        font-size: 20px;
    }

    .mh2-mobile-search-row input {
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        background: transparent;
        color: #111827;
        font-size: 14px;
        font-weight: 700;
    }

    .mh2-mobile-search-row button {
        height: 34px;
        margin-right: 4px;
        border: 0;
        border-radius: 11px;
        background: var(--mh2-primary, #e30613);
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        font-weight: 950;
    }

    .mh2-mobile-shortcuts {
        display: flex;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        padding: 0 12px 10px;
        background: #fff;
        scrollbar-width: none;
    }

    .mh2-mobile-shortcuts::-webkit-scrollbar {
        display: none;
    }

    .mh2-mobile-shortcuts a,
    .mh2-mobile-shortcuts button {
        flex: 0 0 auto;
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0 12px;
        border-radius: 999px;
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        color: #111827;
        font-size: 12px;
        font-weight: 900;
        white-space: nowrap;
        cursor: pointer;
    }

    .mh2-mobile-shortcuts a ion-icon,
    .mh2-mobile-shortcuts button ion-icon {
        color: var(--mh2-primary, #e30613);
        font-size: 17px;
    }

    .mh2-mobile-shortcuts a span,
    .mh2-mobile-shortcuts button span {
        color: currentColor;
        font-size: 12px;
        font-weight: 900;
    }

    .mh2-mobile-shortcuts a.is-hot,
    .mh2-mobile-shortcuts button.is-hot {
        background: var(--mh2-primary, #e30613);
        border-color: var(--mh2-primary, #e30613);
        color: #fff;
    }

    .mh2-mobile-shortcuts a.is-hot ion-icon,
    .mh2-mobile-shortcuts button.is-hot ion-icon {
        color: #fff;
        animation: mh2Pulse 1s infinite;
    }

    @keyframes mh2Pulse {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: .35;
        }
    }

    .mh2-mobile-category-strip {
        background: #fff;
        border-top: 1px solid #eef2f7;
        border-bottom: 1px solid #eef2f7;
    }

    .mh2-mobile-category-strip > div {
        height: 42px;
        display: flex;
        align-items: center;
        gap: 14px;
        overflow-x: auto;
        padding: 0 12px;
        scrollbar-width: none;
    }

    .mh2-mobile-category-strip > div::-webkit-scrollbar {
        display: none;
    }

    .mh2-mobile-category-strip a {
        flex: 0 0 auto;
        color: #374151;
        font-size: 13px;
        line-height: 1;
        font-weight: 1000;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mh2-mobile-category-strip a:hover {
        color: var(--mh2-primary, #e30613);
    }

    .mh2-mobile-breaking {
        display: none;
        min-height: 36px;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 8px;
        padding: 0 12px;
        background: #111827;
        color: #fff;
        overflow: hidden;
    }

    .mh2-mobile-breaking.is-open {
        display: grid;
    }

    .mh2-mobile-breaking strong {
        min-height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        background: var(--mh2-primary, #e30613);
        color: #fff;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 950;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mh2-mobile-breaking-marquee {
        min-width: 0;
        overflow: hidden;
    }

    .mh2-mobile-breaking-track {
        display: flex;
        align-items: center;
        gap: 24px;
        width: max-content;
        white-space: nowrap;
        animation: mh2BreakingScroll 34s linear infinite;
    }

    .mh2-mobile-breaking-track a {
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

    /* Mobile sidebar */

    .mh2-mobile-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, .52);
        z-index: 99998;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
    }

    .mh2-mobile-backdrop.is-open,
    .mh2-mobile-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

    .mh2-mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(88vw, 380px);
        background: #f8fafc;
        z-index: 99999;
        transform: translateX(-105%);
        transition: transform .24s ease;
        box-shadow: 24px 0 60px rgba(15, 23, 42, .22);
        overflow: hidden;
    }

    .mh2-mobile-sidebar.is-open,
    .mh2-mobile-sidebar.open {
        transform: translateX(0);
    }

    .mh2-sidebar-head {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 14px;
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
    }

    .mh2-sidebar-logo .mh2-logo {
        width: auto;
        min-height: 48px;
        height: 48px;
        max-width: 160px;
        background: var(--mh2-primary, #e30613);
        padding: 6px 10px;
    }

    .mh2-sidebar-logo .mh2-logo img {
        max-width: 140px;
        max-height: 38px;
    }

    .mh2-sidebar-logo .mh2-logo span {
        min-width: auto;
        min-height: auto;
        padding: 0;
        background: transparent;
        color: #fff;
        font-size: 24px;
    }

    .mh2-sidebar-close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 14px;
        background: #111827;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }

    .mh2-sidebar-body {
        height: calc(100vh - 70px);
        overflow-y: auto;
        padding: 14px;
    }

    .mh2-side-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 18px;
        padding: 14px;
        margin-bottom: 12px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    }

    .mh2-side-card h3 {
        margin: 0 0 12px;
        color: #111827;
        font-size: 14px;
        line-height: 1;
        font-weight: 1000;
        text-transform: uppercase;
    }

    .mh2-side-profile {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .mh2-side-avatar {
        width: 54px;
        height: 54px;
        border-radius: 999px;
        background: rgba(227, 6, 19, .08);
        color: var(--mh2-primary, #e30613);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .mh2-side-avatar ion-icon {
        font-size: 42px;
        color: currentColor;
    }

    .mh2-side-profile strong {
        display: block;
        color: #111827;
        font-size: 16px;
        font-weight: 1000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mh2-side-profile span {
        display: block;
        margin-top: 3px;
        color: #6b7280;
        font-size: 12px;
        font-weight: 800;
    }

    .mh2-side-links {
        display: grid;
        gap: 8px;
        margin-top: 14px;
    }

    .mh2-side-links a,
    .mh2-side-links button {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        border-radius: 12px;
        background: #f8fafc;
        color: #111827;
        padding: 0 12px;
        font-size: 13px;
        font-weight: 900;
        cursor: pointer;
        text-align: left;
    }

    .mh2-side-links button {
        background: var(--mh2-primary, #e30613);
        color: #fff;
        justify-content: center;
    }

    .mh2-side-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 64px;
        gap: 8px;
    }

    .mh2-side-search input {
        height: 42px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 0 12px;
        outline: none;
        font-size: 14px;
        font-weight: 700;
    }

    .mh2-side-search input:focus {
        border-color: var(--mh2-primary, #e30613);
    }

    .mh2-side-search button {
        border: 0;
        border-radius: 12px;
        background: var(--mh2-primary, #e30613);
        color: #fff;
        font-size: 13px;
        font-weight: 950;
        cursor: pointer;
    }

    .mh2-quick-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mh2-quick-grid a {
        min-height: 42px;
        border-radius: 12px;
        background: #111827;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0 8px;
        font-size: 12px;
        font-weight: 950;
        text-align: center;
    }

    .mh2-quick-grid a ion-icon {
        font-size: 17px;
    }

    .mh2-quick-grid a:first-child {
        background: var(--mh2-primary, #e30613);
    }

    .mh2-side-nav {
        display: grid;
        gap: 8px;
    }

    .mh2-side-nav a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border-radius: 13px;
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        color: #111827;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 950;
    }

    .mh2-side-nav a span {
        min-width: 0;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mh2-side-nav a span ion-icon {
        flex: 0 0 auto;
        font-size: 17px;
        color: var(--mh2-primary, #e30613);
    }

    .mh2-side-nav a b {
        color: var(--mh2-primary, #e30613);
        font-size: 22px;
        line-height: 1;
    }
}

/* Desktop responsive */

@media (min-width: 921px) and (max-width: 1500px) {
    .mh2-desktop-shell {
        grid-template-columns: 158px minmax(0, 1fr);
    }

    .mh2-desktop-logo-col {
        min-height: 152px;
    }

    .mh2-logo {
        min-height: 118px;
    }

    .mh2-logo img {
        max-height: 118px;
    }

    .mh2-logo span {
        min-width: 100px;
        min-height: 100px;
        font-size: 30px;
    }

    .mh2-desktop-top {
        min-height: 88px;
    }

    .mh2-top-actions {
        gap: 15px;
    }

    .mh2-action {
        font-size: 11px;
    }

    .mh2-action ion-icon {
        width: 29px;
        height: 29px;
        font-size: 29px;
    }

    .mh2-action b {
        font-size: 11px;
        max-width: 108px;
    }

    .mh2-desktop-nav-wrap,
    .mh2-desktop-nav {
        min-height: 64px;
    }

    .mh2-desktop-nav a {
        font-size: 15px;
    }
}

@media (min-width: 921px) and (max-width: 1180px) {
    .mh2-desktop-shell {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .mh2-desktop-logo-col {
        min-height: 132px;
        padding: 10px;
    }

    .mh2-logo {
        min-height: 108px;
    }

    .mh2-logo img {
        max-height: 104px;
    }

    .mh2-top-left {
        display: none;
    }

    .mh2-top-actions {
        gap: 13px;
    }

    .mh2-action ion-icon {
        width: 27px;
        height: 27px;
        font-size: 27px;
    }

    .mh2-action b {
        font-size: 10px;
        max-width: 94px;
    }

    .mh2-desktop-nav a {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .mh2-mobile-top {
        grid-template-columns: 42px minmax(0, 1fr) 50px;
        padding: 0 10px;
    }

    .mh2-mobile-menu-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .mh2-mobile-profile-btn {
        width: 50px;
        height: 48px;
    }

    .mh2-mobile-profile-btn ion-icon {
        font-size: 21px;
    }

    .mh2-mobile-profile-btn span {
        max-width: 44px;
        font-size: 9px;
    }

    .mh2-mobile-logo-wrap .mh2-logo {
        max-width: 145px;
    }

    .mh2-mobile-logo-wrap .mh2-logo img {
        max-width: 128px;
    }

    .mh2-mobile-shortcuts a,
    .mh2-mobile-shortcuts button {
        padding: 0 10px;
        font-size: 11px;
    }

    .mh2-mobile-category-strip a {
        font-size: 12px;
    }

    .mh2-auth-card {
        padding: 20px;
        border-radius: 20px;
    }
}