.front-mobile-header {
        --fmh-bg: #ffffff;
        --fmh-surface: #ffffff;
        --fmh-surface-soft: var(--bs-body-bg);
        --fmh-surface-soft: #f4f5f7;
        --fmh-border: var(--bs-border-color, #e5e7eb);
        --fmh-border-soft: rgb(183 183 183 / 26%);
        --fmh-text: var(--bs-body-color, #111827);
        --fmh-soft-text: var(--bs-secondary-color, #6b7280);
        --fmh-backdrop: rgba(15, 23, 42, .42);
        position: sticky;
        top: 0;
        z-index: 1300;
        background: var(--fmh-bg);
        border-bottom: 1px solid var(--fmh-border);
        color: var(--fmh-text);
        -webkit-tap-highlight-color: transparent;
        overflow: visible;
    }
    html[data-bs-theme=dark] .front-mobile-header {
        --dark-bg: #131324;
        --dark-wcolor: #1d1e2e;
        --dark-wcen: #101020;
        --dark-whover: #10101e;
        --dark-loft-color: #272836;
        --dark-white: #fff;
        --dark-soft-text: #808799;
        --dark-input-text: #b9c1d5;
        --dark-input-color: #313144;
        --dark-input-placeholder: #606078;
        --dark-linear-bg: #070712fa;
        --dark-main-color: var(--bs-primary);
        --fmh-bg: var(--dark-wcen, var(--dark-wcolor, var(--bs-body-bg)));
        --fmh-surface: var(--dark-wcolor);
        --fmh-surface-soft: var(--dark-wcen);
        --fmh-border: var(--dark-loft-color);
        --fmh-border-soft: var(--dark-input-color);
        --fmh-text: var(--dark-white);
        --fmh-soft-text: var(--dark-soft-text);
        --fmh-backdrop: rgba(7, 7, 18, .52);
    border-bottom-color: transparent;
    }

    /* Dark modda aksiyon butonları gündüz gibi (açık kutu + koyu ikon) */
    html[data-bs-theme=dark] .front-mobile-header .fmh-icon-btn:not(.fmh-menu-btn) {
        background: #f0f1f9;
        border-color: rgba(15, 23, 42, 0.14);
        color: #111827;
    }
    html[data-bs-theme=dark] .front-mobile-header .fmh-icon-btn:not(.fmh-menu-btn) > i {
        color: currentColor;
    }

    /* Arama + bildirim — primary soft zemin + primary ikon */
    html[data-bs-theme=dark] .front-mobile-header #fmhSearchToggle,
    html[data-bs-theme=dark] .front-mobile-header #fmhNotifyToggle {
        background: var(--orvix-primary-tint-12, rgba(55, 98, 234, 0.12)) !important;
        border-color: transparent !important;
        color: var(--bs-primary, #3762ea) !important;
    }

    html[data-bs-theme=dark] .front-mobile-header #fmhSearchToggle > i,
    html[data-bs-theme=dark] .front-mobile-header #fmhNotifyToggle > i {
        color: var(--bs-primary, #3762ea) !important;
    }
    .fmh-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        min-height: 1.85rem;
        padding: 0.15rem 0.85rem 0.2rem;
        border-top: none;
        border-bottom: none;
        background: #f0f1f9;
    }
    html[data-bs-theme=dark] .fmh-topbar {
        background: var(--fmh-surface);
        background: var(--fmh-surface);
    }
    .fmh-topbar__social {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.45rem;
        min-width: 0;
        flex: 1;
    }
    .fmh-topbar__soc {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--fmh-soft-text);
        font-size: 1.05rem;
        line-height: 1;
        opacity: 0.92;
        transition: color 0.18s ease, opacity 0.18s ease;
    }
    .fmh-topbar__soc:hover {
        color: var(--bs-primary);
        opacity: 1;
    }
    .fmh-topbar__tools {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        flex-shrink: 0;
        text-decoration: none;
        font-weight: 800;
        letter-spacing: 0.07em;
        font-size: 0.68rem;
        text-transform: uppercase;
    }
    .fmh-topbar__tools i {
        font-size: 1.05rem;
        color: var(--bs-primary);
    }
    .fmh-locale-dd {
        flex-shrink: 0;
    }
    .fmh-locale-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.12rem 0.35rem;
        margin: 0;
        border: 0;
        border-radius: 0.45rem;
        background: transparent;
        color: var(--fmh-text);
        font: inherit;
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1;
        cursor: pointer;
    }
    .fmh-locale-btn::after {
        display: none;
    }
    .fmh-locale-flag {
        width: 18px;
        height: 12px;
        object-fit: cover;
        border-radius: 2px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
        flex: 0 0 auto;
        display: block;
        margin: 0;
        align-self: center;
    }
    .fmh-locale-code {
        text-transform: uppercase;
        opacity: 0.88;
        font-size: 0.62rem;
        line-height: 1;
        display: block;
        margin: 0;
        padding: 0;
        align-self: center;
    }
    .fmh-locale-dd .dropdown-menu {
        min-width: 8.5rem;
        font-size: 0.82rem;
        z-index: 1085 !important;
    }
    .fmh-locale-dd .dropdown-item {
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }
    .fmh-locale-dd .dropdown-item.active,
    .fmh-locale-dd .dropdown-item.active:hover,
    .fmh-locale-dd .dropdown-item.active:focus {
        color: var(--bs-body-color) !important;
        background-color: var(--bs-secondary-bg) !important;
    }
    .fmh-topbar__tools-txt {
        color: var(--bs-primary);
        opacity: 0.95;
    }
    html[data-bs-theme=dark] .fmh-topbar__tools-txt {
        color: var(--bs-primary);
        opacity: 1;
    }
    html[data-bs-theme=dark] .front-mobile-header .fmh-logo {
        filter: brightness(0) invert(1) saturate(0) contrast(1.05);
        opacity: .95;
    }
    html[data-bs-theme=dark] .front-mobile-header #fmhDrawerClose {
        background: var(--fmh-surface-soft);
        border-color: var(--fmh-border-soft);
    }

    html[data-bs-theme=dark] .front-mobile-header .fmh-search-panel {
        background: var(--fmh-surface);
    }

    html[data-bs-theme=dark] .front-mobile-header .fmh-search-input-wrap {
        background: transparent;
        border-color: transparent;
    }

    html[data-bs-theme=dark] .front-mobile-header .fmh-search-panel.is-open .fmh-search-input-wrap {
        border: none;
    }

    html[data-bs-theme=dark] .front-mobile-header .fmh-search-input-wrap > i {
        color: var(--dark-input-text, #b9c1d5);
    }

    html[data-bs-theme=dark] .front-mobile-header .fmh-search-clear {
        background: var(--dark-input-color, #313144);
        border-color: transparent;
        color: var(--dark-input-text, #b9c1d5);
    }
    .fmh-inner {
        height: 4rem;
        padding: .65rem .9rem;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        justify-items: stretch;
        gap: .65rem;
        overflow: visible;
    }
    /* Orta sÃ¼tun geniÅŸ olsa da tÄ±klanabilir alan yalnÄ±zca logo geniÅŸliÄŸi */
    .fmh-inner > .fmh-logo-link {
        justify-self: center;
        width: max-content;
        max-width: 100%;
    }
    .fmh-icon-btn {
        width: 2.3rem;
        height: 2.3rem;
        border: 1px solid var(--fmh-border-soft);
        border-radius: .75rem;
        background: var(--fmh-surface-soft);
        color: var(--fmh-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: all .2s ease;
    }
    .fmh-icon-btn i {
        font-size: 1.2rem;
        line-height: 1;
    }
    .fmh-icon-btn:focus-visible {
        outline: none;
        box-shadow: none;
    }
    .fmh-menu-btn {
        background: var(--bs-primary);
        background: linear-gradient(140deg, var(--bs-primary, #3762ea), rgba(var(--bs-primary-rgb), 0.72));
        border-color: var(--bs-primary);
        border-color: rgba(var(--bs-primary-rgb), 0.66);
        color: #fff;
        box-shadow: 0 8px 18px rgba(var(--bs-primary-rgb), .28);
    }
    .fmh-icon-btn:active {
        transform: translateY(1px);
    }
    .fmh-logo-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        min-width: 0;
    }
    .fmh-logo {
        max-height: 2rem;
        max-width: min(170px, 46vw);
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }
    .fmh-right {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        position: relative;
        z-index: 2;
    }
    .fmh-anchor {
        position: relative;
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }
    .fmh-icon-btn--notify {
        position: relative;
    }

    .front-mobile-header #fmhSearchToggle,
    .front-mobile-header #fmhNotifyToggle {
        background: var(--orvix-primary-tint-12, rgba(55, 98, 234, 0.12));
        border-color: transparent;
        color: var(--bs-primary, #3762ea);
    }

    .front-mobile-header #fmhSearchToggle > i,
    .front-mobile-header #fmhNotifyToggle > i {
        color: var(--bs-primary, #3762ea);
    }

    .front-mobile-header .fmh-icon-btn--notify .fmh-badge {
        background: var(--bs-primary, #3762ea);
        border-color: var(--fmh-bg, #fff);
    }

    .fmh-badge {
        position: absolute;
        top: -.25rem;
        right: -.25rem;
        min-width: 1rem;
        height: 1rem;
        padding: 0 .2rem;
        border-radius: 999px;
        background: var(--bs-primary, #3762ea);
        color: #fff;
        border: 1px solid var(--bs-body-bg, #fff);
        font-size: .65rem;
        font-weight: 700;
        line-height: .95rem;
        text-align: center;
    }
    .fmh-search-panel,
    .fmh-notify-dropdown {
        position: absolute;
        top: calc(100% + .35rem);
        left: auto;
        right: 0;
        width: min(22rem, calc(100vw - 1.25rem));
        max-width: calc(100vw - 1.25rem);
        background: var(--fmh-surface);
        border: 1px solid var(--fmh-border);
        border-radius: .95rem;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        z-index: 1350;
    }
    .fmh-search-panel {
        transform: translateY(-10px);
        padding: .65rem;
        width: min(24rem, calc(100vw - 1rem));
        max-height: min(70vh, 520px);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .fmh-search-panel.is-open .fmh-search-results {
        flex: 1 1 auto;
        min-height: 0;
    }
    .fmh-search-panel::before,
    .fmh-notify-dropdown::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        right: calc(1.15rem - 6px);
        left: auto;
        top: -7px;
        background: var(--fmh-surface);
        border-left: 1px solid var(--fmh-border);
        border-top: 1px solid var(--fmh-border);
        z-index: 2;
    }
    .fmh-search-panel.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .fmh-search-panel.is-open .fmh-search-input-wrap {
        border: none;
    }

    .fmh-search-input-wrap {
        height: 2.7rem;
        border: 1px solid var(--fmh-border-soft);
        background: var(--fmh-surface-soft);
        border-radius: .75rem;
        padding: 0 .5rem;
        display: flex;
        align-items: center;
        gap: .55rem;
        color: var(--fmh-soft-text);
    }
    .fmh-search-clear {
        width: 1.95rem;
        height: 1.95rem;
        border: 1px solid var(--fmh-border-soft);
        border-radius: .6rem;
        background: var(--fmh-surface-soft);
        color: var(--fmh-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-shrink: 0;
    }
    .fmh-search-clear i {
        font-size: 1rem;
        line-height: 1;
    }
    .fmh-search-input {
        border: 0;
        outline: 0;
        background: transparent;
        width: 100%;
        color: var(--fmh-text);
        font-size: 16px !important;
        -webkit-text-size-adjust: 100%;
        line-height: 1.35;
    }
    .fmh-search-results {
        margin-top: .55rem;
        max-height: min(52vh, 420px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .fmh-search-results[hidden] {
        display: none !important;
    }
    .fmh-search-empty {
        padding: .65rem .35rem;
        text-align: center;
        font-size: .86rem;
        font-weight: 600;
        color: var(--fmh-soft-text);
    }
    .fmh-search-group + .fmh-search-group {
        margin-top: .65rem;
        padding-top: .55rem;
        border-top: 1px solid var(--fmh-border-soft);
    }
    .fmh-search-group__title {
        margin: 0 0 .45rem;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: var(--fmh-soft-text);
    }
    .fmh-search-hits {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }
    .fmh-search-hit {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        min-height: 2.65rem;
        padding: 0.4rem 0.5rem;
        border-radius: 0.7rem;
        border: 1px solid var(--fmh-border-soft);
        background: var(--fmh-surface-soft);
        text-decoration: none;
        color: var(--fmh-text);
        transition: border-color 0.16s ease, background 0.16s ease;
    }
    .fmh-search-hit:hover {
        border-color: var(--orvix-primary-tint-35, rgba(55, 98, 234, 0.35));
        background: var(--orvix-primary-tint-6, rgba(55, 98, 234, 0.06));
    }
    .fmh-search-hit__ic {
        width: 2rem;
        height: 2rem;
        border-radius: 0.55rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 1.05rem;
        line-height: 1;
        color: #fff;
    }
    .fmh-search-hit__ic--game {
        background: var(--bs-primary, #3762ea);
        color: #fff;
    }
    .fmh-search-hit__thumb {
        width: 2rem;
        height: 2rem;
        border-radius: 0.55rem;
        overflow: hidden;
        flex-shrink: 0;
        background: rgba(15, 23, 42, 0.08);
    }
    .fmh-search-hit__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .fmh-search-hit__label {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 0.88rem;
        font-weight: 650;
        line-height: 1.25;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fmh-search-hit__arrow {
        flex-shrink: 0;
        font-size: 1.1rem;
        color: var(--fmh-soft-text);
        opacity: 0.75;
    }
    .fmh-drawer-backdrop {
        position: fixed;
        inset: 0;
        background: var(--fmh-backdrop);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s ease;
        z-index: 1360;
    }
    .fmh-drawer-backdrop.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .fmh-drawer {
        --fmh-fmb-bar-h: calc(4rem + env(safe-area-inset-bottom, 0px));
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: var(--fmh-fmb-bar-h);
        width: 100%;
        max-width: none;
        height: min(calc(100dvh - var(--fmh-fmb-bar-h) - 1.25rem), 720px);
        max-height: calc(100dvh - var(--fmh-fmb-bar-h) - 0.75rem);
        background: var(--fmh-surface);
        border-top: 1px solid var(--fmh-border);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
        transform: translateY(104%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform .25s ease, opacity .2s ease, visibility .2s ease;
        z-index: 1370;
        display: flex;
        flex-direction: column;
        border-radius: 1.25rem 1.25rem 0 0;
        overflow: hidden;
        overflow-x: hidden;
    }
    .fmh-drawer.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .fmh-drawer-handle {
        width: 3.35rem;
        height: .32rem;
        border-radius: 999px;
        background: rgba(var(--bs-primary-rgb), .35);
        margin: .55rem auto .35rem;
        flex: 0 0 auto;
    }
    .fmh-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .65rem;
        padding: .9rem .95rem .85rem;
        border-bottom: var(--bs-primary);
        border-bottom: 1px solid var(--orvix-primary-tint-22, rgba(55, 98, 234, 0.22));
        background: transparent;
    }
    #fmhDrawerClose.fmh-icon-btn {
        background: var(--fmh-surface-soft);
        border: 1px solid var(--fmh-border-soft);
        color: var(--fmh-text);
    }
    html[data-bs-theme=dark] #fmhDrawerClose.fmh-icon-btn {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.14);
        color: #fff;
    }
    html[data-bs-theme=dark] #fmhDrawerClose.fmh-icon-btn > i {
        color: #fff;
    }
    .fmh-drawer-brand { text-decoration: none; max-width: 180px; }
    .fmh-drawer-head-actions { display: inline-flex; align-items: center; gap: .45rem; }
    .fmh-drawer-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        padding-bottom: calc(0.35rem + env(safe-area-inset-bottom, 0px));
    }
    .fmh-drawer-account {
        padding: .55rem .9rem .5rem;
        background: transparent;
        flex-shrink: 0;
    }
    .fmh-drawer-auth-row {
        display: flex;
        align-items: stretch;
        gap: .5rem;
    }
    .fmh-drawer-auth-btn {
        flex: 1 1 0;
        min-width: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        height: 2.65rem;
        padding: 0 .55rem;
        border-radius: .75rem;
        font-weight: 600;
        font-size: .88rem;
        text-decoration: none;
        transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
        box-sizing: border-box;
    }
    .fmh-drawer-auth-btn > i {
        font-size: 1.05rem;
        line-height: 1;
        flex-shrink: 0;
        color: inherit;
        display: block;
    }
    .fmh-drawer-auth-btn--login {
        border: 1px solid transparent;
        background: var(--bs-primary);
        color: #fff;
        box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
    }
    .fmh-drawer-auth-btn--login > i {
        color: #fff;
    }
    .fmh-drawer-auth-btn--login:hover {
        background: var(--bs-primary);
        background: var(--bs-primary, #3762ea);
        color: #fff;
    }
    .fmh-drawer-auth-btn--login:active {
        transform: translateY(1px);
    }
    .fmh-drawer-auth-btn--register {
        border: 1px solid rgba(22, 163, 74, 0.45);
        background: #16a34a;
        color: #fff;
        box-shadow: 0 4px 12px rgba(22, 163, 74, .22);
    }
    .fmh-drawer-auth-btn--register:active {
        transform: translateY(1px);
    }
    html[data-bs-theme=dark] .fmh-drawer-auth-btn--login {
        background: var(--bs-primary);
        border-color: transparent;
        color: #fff;
    }
    html[data-bs-theme=dark] .fmh-drawer-auth-btn--login > i {
        color: #fff;
    }
    html[data-bs-theme=dark] .fmh-drawer-auth-btn--login:hover {
        background: var(--bs-primary);
        background: var(--bs-primary, #3762ea);
        color: #fff;
    }
    .fmh-drawer-account-link {
        min-height: 3.2rem;
        border: 1px solid var(--fmh-border-soft);
        border-radius: .75rem;
        background: var(--fmh-surface-soft);
        color: var(--fmh-text);
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: .7rem;
        padding: .5rem .75rem;
        font-weight: 600;
        font-size: .9rem;
    }
    .fmh-drawer-account-avatar {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        overflow: hidden;
        border: 2px solid var(--orvix-primary-tint-38, rgba(55, 98, 234, 0.38));
        flex: 0 0 auto;
    }
    .fmh-drawer-account-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fmh-drawer-account-text {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        min-width: 0;
        flex: 1 1 auto;
        max-width: none;
        overflow: hidden;
    }
    .fmh-drawer-account-text strong,
    .fmh-drawer-account-text small,
    .fmh-drawer-account-text em {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fmh-drawer-account-text strong {
        font-size: .84rem;
    }
    .fmh-drawer-account-text small {
        font-size: .74rem;
        color: var(--fmh-text-muted);
    }
    .fmh-drawer-account-text em {
        font-size: .74rem;
        color: var(--bs-primary);
        font-style: normal;
    }
    .fmh-drawer-account-link > i {
        margin-left: auto;
    }
    .fmh-drawer-footer {
        flex-shrink: 0;
        padding: .6rem .9rem calc(.75rem + env(safe-area-inset-bottom, 0));
        border-top: var(--fmh-border);
        border-top: 1px solid rgba(148, 163, 184, 0.28);
        background: transparent;
    }
    html[data-bs-theme=dark] .fmh-drawer-footer {
        border-top-color: rgba(255, 255, 255, 0.10);
    }
    .fmh-drawer-theme-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        padding: .2rem 0 .35rem;
        margin-bottom: .35rem;
        background: transparent;
    }
    .fmh-drawer-theme-label {
        font-size: .84rem;
        font-weight: 600;
        color: var(--fmh-text);
    }
    .fmh-theme-segment {
        display: inline-flex;
        align-items: center;
        padding: .06rem .1rem;
        border-radius: 999px;
        background: var(--fmh-text);
        background: rgba(17, 24, 39, 0.10);
        gap: .06rem;
    }
    html[data-bs-theme=dark] .fmh-theme-segment {
        background: rgba(0, 0, 0, .28);
    }
    .fmh-theme-seg-btn {
        width: 1.48rem;
        height: 1.48rem;
        border: 0;
        border-radius: 999px;
        background: transparent;
        color: var(--fmh-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: background .15s ease, color .15s ease, box-shadow .15s ease;
    }
    .fmh-theme-seg-btn i {
        font-size: .92rem;
        line-height: 1;
    }
    .fmh-theme-seg-btn.is-active {
        background: #fff;
        color: var(--bs-primary);
        box-shadow: 0 1px 4px rgba(15, 23, 42, .12);
    }
    html[data-bs-theme=dark] .fmh-theme-seg-btn.is-active {
        background: rgba(255, 255, 255, .22);
        color: #fff;
        box-shadow: none;
    }
    .fmh-theme-seg-btn:focus-visible {
        outline: var(--bs-primary);
        outline: 2px solid var(--orvix-primary-tint-55);
        outline-offset: 2px;
    }
    .fmh-drawer-contact-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: .45rem;
        width: 100%;
        min-width: 0;
        margin-top: .35rem;
        box-sizing: border-box;
    }
    .fmh-drawer-contact {
        display: flex;
        align-items: center;
        gap: .45rem;
        flex: 1 1 auto;
        min-width: 0;
        padding: .42rem .45rem;
        text-decoration: none;
        color: var(--fmh-text);
        font-size: .78rem;
        font-weight: 500;
        line-height: 1.2;
        border: var(--fmh-border);
        border: 1px solid rgba(148, 163, 184, 0.28);
        border-radius: .55rem;
        background: var(--fmh-text);
        background: rgba(17, 24, 39, 0.05);
        box-sizing: border-box;
    }
    html[data-bs-theme=dark] .fmh-drawer-contact {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.12);
    }
    .fmh-drawer-contact-ico {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: .45rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #fff;
        font-size: 1.15rem;
        background: var(--bs-primary);
    }
    .fmh-drawer-contact-ico--mail,
    .fmh-drawer-contact-ico--wa {
        background: var(--bs-primary);
        color: #fff;
    }
    .fmh-drawer-contact-row .fmh-drawer-contact-ico {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
        flex-shrink: 0;
    }
    .fmh-drawer-contact-text {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fmh-drawer-menu {
        flex: 0 0 auto;
        margin: 0;
        padding: .65rem 0 .5rem;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
    }
    /* MenÃ¼ gruplarÄ± arasÄ± Ã§ok silik ayÄ±rÄ±cÄ± */
    .fmh-menu-group + .fmh-menu-group {
        margin-top: 0;
        padding-top: .75rem;
        border-top: var(--fmh-text);
        border-top: 1px solid rgba(17, 17, 17, 0.07);
    }
    html[data-bs-theme=dark] .fmh-menu-group + .fmh-menu-group {
        border-top-color: rgba(255, 255, 255, 0.08);
    }
    @media (min-width: 768px) and (max-width: 1079.98px) {
        .fmh-drawer {
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            width: min(92vw, 420px);
            height: 100vh;
            border-top: 0;
            border-right: 1px solid var(--bs-border-color, #e5e7eb);
            border-radius: 0;
            transform: translateX(-102%);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        .fmh-drawer.is-open {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
        .fmh-drawer-handle { display: none; }
    }
    .fmh-menu-group {
        border: 0;
        border-radius: 0;
        padding: 0;
        background: transparent;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .fmh-menu-group:has(.fmh-submenu) {
        background: transparent;
        padding: 0;
    }
    html[data-bs-theme=dark] .fmh-menu-group:has(.fmh-submenu) {
        background: transparent;
    }
    .fmh-menu-group-head {
        display: flex;
        align-items: center;
        gap: .45rem;
        padding: 0 .95rem;
        box-sizing: border-box;
        max-width: 100%;
    }
    /* AÃ§Ä±k menÃ¼ satÄ±rÄ±: arka plan beyaz; sadece ikon kutusu koyu + ikon beyaz (rakip referansÄ±) */
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-group-head {
        background: transparent;
        padding: 0 .95rem;
    }
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-link {
        border: 0;
        background: #fff;
        color: var(--fmh-text);
    }
    html[data-bs-theme=dark] .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-link {
        background: var(--fmh-surface);
    }
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-icon {
        background: var(--bs-primary);
        background: var(--orvix-primary-tint-22, rgba(55, 98, 234, 0.22));
        border: 0;
    }
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-icon i {
        color: var(--bs-primary);
    }
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-label {
        color: var(--fmh-text);
    }
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-toggle {
        background: transparent;
        border: 0;
        color: var(--fmh-text);
    }
    html[data-bs-theme=dark] .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-toggle {
        background: var(--fmh-surface);
    }
    /* Alt menü: buzlu cam zemin (free tools + platformlar) */
    .fmh-submenu.is-open {
        display: block;
        margin-top: .45rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        padding: .55rem .95rem .65rem;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px) saturate(140%);
        -webkit-backdrop-filter: blur(10px) saturate(140%);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-sizing: border-box;
    }
    html[data-bs-theme=dark] .fmh-submenu.is-open {
        background: rgba(34, 46, 53, 0.45);
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
    /* Platform / araç alt bağlantı — gündüzde okunur */
    .fmh-submenu .fdh-mega-foot {
        border-top-color: rgba(17, 24, 39, 0.14);
    }
    .fmh-submenu .fdh-mega-foot__link {
        color: var(--fmh-text);
    }
    .fmh-submenu .fdh-mega-foot__link:hover {
        color: var(--bs-primary);
    }
    .fmh-submenu .fdh-mega-foot__go {
        border-color: var(--bs-primary);
        color: var(--bs-primary);
    }
    html[data-bs-theme=dark] .fmh-submenu .fdh-mega-foot {
        border-top-color: rgba(255, 255, 255, 0.08);
    }
    html[data-bs-theme=dark] .fmh-submenu .fdh-mega-foot__link {
        color: rgba(255, 255, 255, 0.92);
    }
    html[data-bs-theme=dark] .fmh-submenu .fdh-mega-foot__link:hover {
        color: #fff;
    }
    .fmh-menu-root-link {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: .38rem;
        text-decoration: none;
        color: var(--fmh-text);
        border: 0;
        border-radius: 0;
        padding: .32rem 0;
    }
    .fmh-menu-root-icon {
        width: 2.35rem;
        height: 2.35rem;
        border-radius: .4rem;
        border: 0;
        background: var(--orvix-primary-tint-14, rgba(55, 98, 234, 0.14));
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 1.2rem;
    }
    .fmh-menu-root-icon i {
        color: var(--bs-primary);
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fmh-menu-root-logo {
        width: 1.35rem;
        height: 1.35rem;
        object-fit: contain;
        object-position: center;
        border-radius: 0.2rem;
    }
    .fmh-menu-root-label {
        font-size: .92rem;
        font-weight: 700;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fmh-menu-toggle {
        width: 2rem;
        height: 2rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--fmh-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-shrink: 0;
    }
    .fmh-menu-toggle i {
        font-size: 1.12rem;
        transition: transform .2s ease;
    }
    .fmh-menu-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
    .fmh-submenu {
        margin-top: .45rem;
        display: none;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        /* Mobil menü: path dekorasyonu kökten kapat */
        --fmh-path-decor-opacity: 0;
        --fmh-path-decor-url: none;
    }
    /* Ãœcretsiz araÃ§lar: tek sÃ¼tun (grid ile karÄ±ÅŸmasÄ±n) */
    .fmh-tool-list {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: .4rem;
        width: 100%;
        min-width: 0;
        grid-template-columns: none !important;
    }
    .fmh-tool-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: .65rem;
        width: 100%;
        max-width: 100%;
        padding: .5rem .45rem;
        text-decoration: none;
        color: var(--fmh-text);
        background: #fff;
        border: 0;
        border-radius: 15px;
        box-sizing: border-box;
    }
    .fmh-tool-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: .4rem;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--fmh-item-color, var(--bs-primary));
        color: #fff;
        font-size: 1.15rem;
    }
    .fmh-tool-icon i { color: #fff; }
    .fmh-tool-text {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: .15rem;
        line-height: 1.25;
    }
    .fmh-tool-platform {
        font-size: .72rem;
        font-weight: 600;
        color: var(--fmh-soft-text, #64748b);
        text-transform: none;
    }
    .fmh-tool-name {
        font-size: .88rem;
        font-weight: 700;
        color: var(--fmh-text);
    }
    /* Platformlar / Ã¼cretsiz araÃ§lar: 3 sÃ¼tun; path deseni tÃ¼m karo kutusunda (bakÄ±m .mm-tile ile aynÄ±) */
    .fmh-platform-strip {
        position: relative;
        margin: 0 0 .2rem;
        padding: .55rem;
        border-radius: .9rem;
        overflow: hidden;
        isolation: isolate;
    }
    .fmh-submenu .fmh-platform-strip:has(.fdh-mega-grid--games) {
        overflow: visible;
        padding-bottom: .65rem;
    }
    /*
     * 3 sÃ¼tun: grid bazÄ± ortamlarda ezilebildiÄŸi iÃ§in flex + geniÅŸlik hesabÄ± (2 aralÄ±k: gap)
     */
    .fmh-submenu .fmh-platform-strip .fmh-package-cards--platform-grid {
        --fmh-pg-gap: .45rem;
        position: relative;
        z-index: 1;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: stretch;
        align-content: flex-start;
        gap: var(--fmh-pg-gap);
        width: 100% !important;
        min-width: 0;
        box-sizing: border-box;
    }

    /* Oyunlar için: flex override'ını iptal et */
    .fmh-submenu .fmh-platform-strip .fdh-mega-grid--games,
    .fmh-submenu .fmh-platform-strip .fdh-mega-grid--games.fmh-package-cards--platform-grid {
        display: grid !important;
        flex: unset !important;
        flex-direction: unset !important;
        flex-wrap: unset !important;
    }
    .fmh-submenu .fmh-platform-strip .fmh-package-cards--platform-grid > .fmh-package-item:not(.fmh-package-item--epin-cover) {
        flex: 0 0 calc((100% - 2 * var(--fmh-pg-gap)) / 3) !important;
        width: calc((100% - 2 * var(--fmh-pg-gap)) / 3) !important;
        max-width: calc((100% - 2 * var(--fmh-pg-gap)) / 3) !important;
        box-sizing: border-box;
    }

    /* Oyunlar: 2'li grid (mobil) */
    .fmh-submenu .fdh-mega-grid--games,
    .fmh-submenu .fdh-mega-grid--games.fmh-package-cards--platform-grid,
    .fmh-submenu .fmh-platform-strip .fdh-mega-grid--games,
    .fmh-submenu .fmh-platform-strip .fdh-mega-grid--games.fmh-package-cards--platform-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: var(--fmh-pg-gap) !important;
        width: 100% !important;
    }
    .fmh-submenu .fdh-mega-grid--games > .fmh-package-item {
        flex: unset !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0;
        border-radius: .88rem;
        overflow: hidden;
    }
    .fmh-package-cards--platform-grid .fmh-package-item {
        position: relative;
        overflow: hidden;
        isolation: isolate;
        min-height: 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .14rem;
        padding: .28rem .2rem .32rem;
        text-decoration: none;
        color: #fff;
        background: var(--fmh-item-color, var(--bs-primary));
        border: 0;
        border-radius: .88rem;
        text-align: center;
        box-sizing: border-box;
        aspect-ratio: 1;
    }

    /* Oyun kartı: dikey biraz daha uzun, alt bar tam görünsün */
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover {
        aspect-ratio: 4 / 5.2;
        min-height: 7.25rem;
        justify-content: flex-end;
        align-items: stretch;
        padding-bottom: 0;
        border-radius: 0.88rem;
        overflow: hidden;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover::after {
        border-radius: inherit;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fmh-package-epin-cover-img,
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fmh-package-epin-placeholder {
        border-radius: inherit;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fdh-mega-game-foot {
        position: absolute;
        left: 0.5rem;
        right: 0.42rem;
        bottom: 0.42rem;
        width: auto;
        padding: 0.38rem 0.48rem 0.38rem 0.56rem;
        box-sizing: border-box;
        border-radius: 999px;
        border-top: none;
        background: rgb(176 176 176 / 14%);
        backdrop-filter: blur(1px) saturate(1.02);
        -webkit-backdrop-filter: blur(1px) saturate(1.02);
        box-shadow: none;
        justify-content: flex-start;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fdh-mega-game-foot__name {
        font-weight: 400;
        text-align: left;
        padding-left: 0.14rem;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fdh-mega-game-foot__go {
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: transparent;
    }
    .fmh-package-cards--platform-grid .fmh-package-item::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        z-index: 0;
        background-image: var(--fmh-path-decor-url, none);
        background-repeat: repeat;
        background-size: 4.35rem 4.35rem;
        background-position: center top;
        opacity: var(--fmh-path-decor-opacity, 0);
    }

    /* Mobil menü: path/desen kapalı (oyunlar + araçlar) */
    .fmh-submenu .fmh-package-item::before {
        background-image: none !important;
        opacity: 0 !important;
    }
    .fmh-package-cards--platform-grid .fmh-package-item:not(.fmh-package-item--epin-cover) > * {
        position: relative;
        z-index: 1;
    }
    .fmh-package-text-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .12rem;
        width: 100%;
        min-width: 0;
        flex: 0 1 auto;
        flex-grow: 0;
    }
    .fmh-submenu .fmh-package-cards--platform-grid .fmh-package-item--free-tool,
    .fmh-submenu .fmh-package-cards--platform-grid .fmh-package-item--platform-svc {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        aspect-ratio: 1 !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 0.36rem 0.28rem !important;
        gap: 0.24rem !important;
        text-align: center !important;
    }
    .fmh-package-cards--platform-grid .fmh-package-item--free-tool {
        justify-content: center;
        gap: 0.14rem;
        padding: 0.28rem 0.2rem 0.32rem;
    }
    /** flex-grow: 0 â€” aksi halde metin alanÄ± tÃ¼m yÃ¼ksekliÄŸi kaplar, ikon Ã¼stte kalÄ±r */
    .fmh-package-cards--platform-grid .fmh-package-item--free-tool .fmh-package-text-stack.fmh-package-text-stack--free-tool {
        flex: 0 1 auto;
        flex-grow: 0;
        min-height: 0;
        gap: .12rem;
        justify-content: center;
    }
    .fmh-package-item--free-tool .fmh-package-icon {
        flex-shrink: 0;
        flex-grow: 0;
        align-self: center;
    }
    .fmh-package-text-stack--free-tool .fmh-package-line--platform {
        font-weight: 900;
        font-size: .72rem;
        letter-spacing: .06em;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }
    .fmh-package-text-stack--free-tool .fmh-package-line--tool {
        font-weight: 500;
        font-size: .78rem;
        letter-spacing: 0;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-align: center;
    }
    .fmh-package-cards--platform-grid .fmh-package-item--platform-svc {
        justify-content: center;
        align-items: center;
        gap: 0.04rem;
        padding: 0.16rem 0.14rem 0.18rem;
    }
    .fmh-package-cards--platform-grid .fmh-package-item--platform-svc .fmh-package-icon {
        flex-shrink: 0;
        flex-grow: 0;
        align-self: center;
    }
    .fmh-package-cards--platform-grid .fmh-package-item--platform-svc .fmh-package-text-stack--platform-svc {
        flex: 0 1 auto;
        flex-grow: 0;
        min-height: 0;
        gap: 0.06rem;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    .fmh-package-text-stack--platform-svc .fmh-package-line--platform-name {
        font-weight: 900;
        font-size: .78rem;
        letter-spacing: .06em;
        line-height: 1.15;
        max-height: 2.4em;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        color: rgba(255, 255, 255, 0.95);
    }
    .fmh-package-text-stack--platform-svc .fmh-package-line--services-suffix {
        font-weight: 600;
        font-size: .72rem;
        letter-spacing: .02em;
        line-height: 1.15;
        max-height: 2.4em;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        color: rgba(255, 255, 255, 0.92);
    }
    .fmh-package-line--platform {
        font-size: .58rem;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .95);
        word-break: break-word;
    }
    .fmh-package-line--tool {
        font-size: .68rem;
        font-weight: 700;
        line-height: 1.15;
        text-transform: none;
        color: #fff;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .fmh-package-line--combined {
        text-transform: none;
        letter-spacing: 0;
        font-weight: 700;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .fmh-package-cards--platform-grid .fmh-package-icon {
        box-sizing: border-box;
        width: 3.2rem;
        height: 3.2rem;
        min-width: 3.2rem;
        min-height: 3.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--orvix-primary-tint-18, rgba(55, 98, 234, 0.18));
        color: var(--fmh-item-color, var(--bs-primary));
        border: 0;
        line-height: 0;
        flex-shrink: 0;
        border-radius: 0.9rem;
    }
    .fmh-submenu .fmh-package-cards--platform-grid .fmh-package-item--free-tool .fmh-package-icon,
    .fmh-submenu .fmh-package-cards--platform-grid .fmh-package-item--platform-svc .fmh-package-icon {
        width: 3.2rem;
        height: 3.2rem;
        min-width: 3.2rem;
        min-height: 3.2rem;
        margin: 0 auto 0.04rem;
        background: #fff !important;
        color: var(--fmh-item-color, var(--bs-primary)) !important;
        border-radius: 0.9rem;
        align-self: center;
        box-shadow: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 0;
    }
    .fmh-package-cards--platform-grid .fmh-package-icon i {
        color: var(--fmh-item-color, var(--bs-primary));
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 1.55rem;
        line-height: 1;
        text-align: center;
    }
    .fmh-submenu .fmh-package-cards--platform-grid .fmh-package-item--free-tool .fmh-package-icon i,
    .fmh-submenu .fmh-package-cards--platform-grid .fmh-package-item--platform-svc .fmh-package-icon i {
        color: var(--fmh-item-color, var(--bs-primary)) !important;
        font-size: 1.62rem;
        line-height: 1;
        width: 1em;
        height: 1em;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .fmh-submenu .fmh-package-text-stack--free-tool,
    .fmh-submenu .fmh-package-text-stack--platform-svc {
        align-items: center !important;
        text-align: center !important;
        flex: 0 1 auto;
        min-width: 0;
        gap: 0.12rem !important;
        width: 100%;
    }
    .fmh-package-cards--platform-grid .fmh-package-name {
        font-size: .62rem;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: .06em;
        text-transform: uppercase;
        word-break: break-word;
        hyphens: auto;
        max-width: 100%;
        color: #fff;
    }
    /** E-pin oyun: kutu = kapak gÃ¶rseli; altta yukarÄ± doÄŸru gÃ¶lge (bakÄ±m kartÄ± gÃ¶rsel alanÄ±na benzer) */
    .fmh-package-cards--platform-grid .fmh-package-item--epin-cover {
        padding: 0;
        justify-content: flex-end;
        align-items: stretch;
        gap: 0;
    }
    .fmh-package-cards--platform-grid .fmh-package-item--epin-cover::before {
        opacity: 0;
    }
    .fmh-package-cards--platform-grid .fmh-package-item--epin-cover::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(
            to top,
            rgba(15, 23, 42, 0.92) 0%,
            rgba(15, 23, 42, 0.45) 38%,
            rgba(15, 23, 42, 0.08) 62%,
            transparent 78%
        );
    }
    .fmh-package-epin-cover-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        border-radius: inherit;
    }

    /* İsim alanı: tam genişlik (toggle oyun grid hariç — aşağıda override) */
    .fmh-package-item--epin-cover .fdh-mega-game-foot {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .45rem;
        padding: .5rem .55rem;
        color: #fff;
        background: rgba(15, 23, 42, 0.32);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .fmh-package-item--epin-cover .fdh-mega-game-foot__name {
        min-width: 0;
        flex: 1 1 auto;
        font-size: .76rem;
        font-weight: 700;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fmh-package-item--epin-cover .fdh-mega-game-foot__go {
        flex: 0 0 auto;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: .65rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
    .fmh-package-item--epin-cover .fdh-mega-game-foot__go i {
        font-size: 1.05rem;
        line-height: 1;
        color: #fff;
    }

    /* Toggle oyunlar: pill isim barı */
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fdh-mega-game-foot {
        left: 0.42rem;
        right: 0.42rem;
        bottom: 0.42rem;
        width: auto;
        padding: 0.38rem 0.48rem;
        border-radius: 999px;
        border-top: none;
        background: rgb(176 176 176 / 14%);
        backdrop-filter: blur(1px) saturate(1.02);
        -webkit-backdrop-filter: blur(1px) saturate(1.02);
        justify-content: flex-start;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fdh-mega-game-foot__name {
        font-weight: 400;
        text-align: left;
        justify-content: flex-start;
    }
    .fmh-submenu .fdh-mega-grid--games .fmh-package-item--epin-cover .fdh-mega-game-foot__go {
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: transparent;
    }
    .fmh-package-epin-placeholder {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--fmh-item-color, var(--bs-primary));
        border-radius: inherit;
    }
    .fmh-package-epin-placeholder i {
        font-size: 1.85rem;
        color: rgba(255, 255, 255, 0.92);
    }
    .fmh-submenu .fmh-package-name--epin-overlay {
        display: none !important;
    }

    .fmh-package-name--epin-overlay {
        position: relative;
        z-index: 3;
        margin-top: auto;
        align-self: stretch;
        padding: .5rem .32rem .42rem;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        font-size: .54rem;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        word-break: break-word;
        hyphens: auto;
    }
    html[data-bs-theme=dark] .fmh-tool-item {
        background: var(--fmh-surface);
    }
    html[data-bs-theme=dark] .fmh-package-cards--platform-grid .fmh-package-item {
        background: var(--fmh-item-color, var(--bs-primary));
        color: #fff;
    }
    .fmh-grid-cards {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .4rem;
    }
    .fmh-card-item {
        border: 1px solid rgba(99, 115, 129, 0.4);
        border-radius: .75rem;
        text-decoration: none;
        color: #fff;
        padding: .45rem .35rem;
        text-align: center;
        background: linear-gradient(
            155deg,
            #8a96a3,
            var(--fmh-item-color, #637381)
        );
        min-height: 5.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .2rem;
        box-shadow: var(--fmh-item-color);
        box-shadow: 0 10px 16px rgba(99, 115, 129, 0.28);
    }
    /* Alt menÃ¼ grid: beyaz kart, kÃ¼Ã§Ã¼k kutu + beyaz ikon, koyu metin */
    .fmh-submenu .fmh-card-item {
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: var(--fmh-text);
        min-height: 5rem;
    }
    .fmh-submenu .fmh-card-item .fmh-card-icon {
        background: var(--fmh-item-color, var(--bs-primary)) !important;
        border: none !important;
        border-radius: .35rem !important;
        color: #fff !important;
    }
    .fmh-submenu .fmh-card-item .fmh-card-title {
        color: var(--fmh-text) !important;
        font-weight: 700;
    }
    .fmh-submenu .fmh-card-item .fmh-card-sub {
        color: var(--fmh-soft-text) !important;
        opacity: 1 !important;
    }
    html[data-bs-theme=dark] .fmh-submenu .fmh-card-item,
    html[data-bs-theme=dark] .fmh-submenu .fmh-game-item,
    html[data-bs-theme=dark] .fmh-submenu .fmh-page-item {
        background: var(--fmh-surface) !important;
        border: 0 !important;
    }
    .fmh-card-icon {
        width: 1.75rem;
        height: 1.75rem;
        border-radius: .55rem;
        border: 1px solid rgba(255, 255, 255, .35);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: rgba(255, 255, 255, .16);
    }
    .fmh-card-title { font-size: .68rem; font-weight: 700; line-height: 1.15; color: #fff; }
    .fmh-card-sub { font-size: .64rem; line-height: 1.15; opacity: .94; color: rgba(255, 255, 255, .96); }
    .fmh-game-list {
        display: flex;
        flex-direction: column;
        gap: .4rem;
        width: 100%;
        min-width: 0;
    }
    .fmh-game-item {
        display: flex;
        align-items: center;
        gap: .55rem;
        border: 1px solid rgb(183 183 183 / 26%);
        border-radius: .75rem;
        padding: .42rem;
        text-decoration: none;
        color: var(--bs-body-color, #111827);
        background: var(--bs-body-bg, #fff);
    }
    .fmh-submenu .fmh-game-item {
        background: #fff;
        border: 0;
        border-radius: 15px;
        color: var(--fmh-text);
        box-shadow: none;
        box-sizing: border-box;
    }
    .fmh-submenu .fmh-game-item .fmh-game-text strong { color: var(--fmh-text); }
    .fmh-submenu .fmh-game-item .fmh-game-text small { color: var(--fmh-soft-text); }
    .fmh-game-thumb {
        width: 2.4rem;
        height: 2.4rem;
        border-radius: .6rem;
        background: var(--bs-body-bg);
        background: #f4f5f7;
        border: 1px solid rgb(183 183 183 / 26%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0;
    }
    .fmh-game-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .fmh-game-text strong { display: block; font-size: .83rem; line-height: 1.2; }
    .fmh-game-text small { display: block; font-size: .72rem; opacity: .78; }
    .fmh-page-list {
        display: flex;
        flex-direction: column;
        gap: .35rem;
        width: 100%;
        min-width: 0;
    }
    .fmh-page-item {
        text-decoration: none;
        color: var(--bs-body-color, #111827);
        border: 1px solid rgb(183 183 183 / 26%);
        border-radius: .75rem;
        padding: .45rem .5rem;
        display: flex;
        align-items: center;
        gap: .38rem;
        background: var(--bs-body-bg, #fff);
    }
    .fmh-submenu .fmh-page-item {
        background: #fff;
        border: 0;
        border-radius: 1.05rem;
        color: var(--fmh-text);
        box-shadow: none;
        box-sizing: border-box;
    }
    .fmh-submenu .fmh-page-text {
        color: var(--fmh-text);
        font-size: 0.92rem;
        font-weight: 600;
        line-height: 1.25;
    }
    .fmh-page-text-stack {
        display: flex;
        flex-direction: column;
        gap: .12rem;
        min-width: 0;
        flex: 1 1 auto;
    }
    .fmh-submenu .fmh-page-line--platform {
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .fmh-submenu .fmh-page-item--free-tool .fmh-page-line--platform {
        font-weight: 900;
        color: var(--fmh-text);
    }
    .fmh-submenu .fmh-page-line--tool {
        font-size: .84rem;
        font-weight: 600;
        line-height: 1.2;
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        word-break: break-word;
    }
    .fmh-submenu .fmh-page-item--free-tool .fmh-page-line--tool {
        font-weight: 500;
    }
    .fmh-submenu .fmh-page-item--free-tool {
        align-items: flex-start;
    }
    .fmh-page-icon {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: .55rem;
        border: 1px solid rgb(183 183 183 / 26%);
        background: var(--bs-body-bg);
        background: #f4f5f7;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    /* Kurumsal / sayfa listesi: ikon kutusu her zaman primary (data-kind eÅŸleÅŸmesine baÄŸlÄ± kalmaz) */
    .fmh-submenu .fmh-page-icon {
        width: 2.65rem;
        height: 2.65rem;
        min-width: 2.65rem;
        min-height: 2.65rem;
        background: var(--bs-primary) !important;
        border: 0;
        border-radius: 0.75rem;
        color: #fff;
    }
    .fmh-submenu .fmh-page-icon i { font-size: 1.25rem; }
    .fmh-submenu .fmh-page-icon i { color: #fff !important; }
    html[data-bs-theme=dark] .fmh-submenu .fmh-page-icon {
        background: var(--bs-primary) !important;
    }
    html[data-bs-theme=dark] .fmh-submenu .fmh-page-icon i { color: #fff !important; }
    .fmh-submenu .fmh-game-thumb {
        border: 0;
        border-radius: .35rem;
    }
    .fmh-page-text {
        font-size: .84rem;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .fmh-menu-empty {
        border: 1px dashed rgb(183 183 183 / 38%);
        border-radius: .8rem;
        padding: .8rem;
        margin: 0 .95rem;
        font-size: .83rem;
        color: var(--bs-secondary-color, #667085);
        text-align: center;
        box-sizing: border-box;
    }
    .fmh-link-disabled {
        cursor: default;
    }
    /* Aktif kÃ¶k menÃ¼: primary dolgu / gÃ¶lge yok */
    .fmh-menu-root-link.fmh-is-active {
        outline: none;
        background: transparent !important;
        color: var(--fmh-text) !important;
        box-shadow: none !important;
    }
    .fmh-menu-root-link:focus-visible {
        outline: none;
        background: transparent !important;
        color: var(--fmh-text) !important;
        box-shadow: none !important;
    }
    .fmh-menu-root-link.fmh-is-active .fmh-menu-root-icon,
    .fmh-menu-root-link:focus-visible .fmh-menu-root-icon {
        background: var(--orvix-primary-tint-18, rgba(55, 98, 234, 0.18)) !important;
    }
    .fmh-menu-root-link.fmh-is-active .fmh-menu-root-icon i,
    .fmh-menu-root-link:focus-visible .fmh-menu-root-icon i {
        color: var(--bs-primary) !important;
    }
    .fmh-menu-root-link.fmh-is-active .fmh-menu-root-label,
    .fmh-menu-root-link:focus-visible .fmh-menu-root-label {
        color: var(--fmh-text) !important;
    }
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-link.fmh-is-active,
    .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-link:focus-visible {
        background: #fff !important;
        color: var(--fmh-text) !important;
        box-shadow: none !important;
    }
    html[data-bs-theme=dark] .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-link.fmh-is-active,
    html[data-bs-theme=dark] .fmh-menu-group:has(.fmh-submenu.is-open) .fmh-menu-root-link:focus-visible {
        background: var(--fmh-surface) !important;
        color: var(--fmh-text) !important;
        box-shadow: none !important;
    }
    html[data-bs-theme=dark] .fmh-menu-root-link.fmh-is-active,
    html[data-bs-theme=dark] .fmh-menu-root-link:focus-visible {
        background: transparent !important;
        color: var(--fmh-text) !important;
        box-shadow: none !important;
    }
    .fmh-tool-item.fmh-is-active,
    .fmh-tool-item:focus-visible {
        background: var(--bs-primary) !important;
        color: #fff;
        outline: none;
    }
    .fmh-tool-item.fmh-is-active .fmh-tool-platform,
    .fmh-tool-item:focus-visible .fmh-tool-platform {
        color: rgba(255, 255, 255, .88);
    }
    .fmh-tool-item.fmh-is-active .fmh-tool-name,
    .fmh-tool-item:focus-visible .fmh-tool-name {
        color: #fff;
    }
    .fmh-tool-item.fmh-is-active .fmh-tool-icon,
    .fmh-tool-item:focus-visible .fmh-tool-icon {
        background: rgba(255, 255, 255, .26) !important;
    }
    /* Aktif platform kutusu: primary yerine aynÄ± platform rengi + hafif vurgu */
    .fmh-package-cards--platform-grid .fmh-package-item.fmh-is-active,
    .fmh-package-cards--platform-grid .fmh-package-item:focus-visible {
        outline: none;
        box-shadow:
            0 0 0 2px rgba(255, 255, 255, .55),
            inset 0 0 0 1px rgba(0, 0, 0, .12);
        filter: brightness(1.05);
    }
    .fmh-submenu .fmh-game-item.fmh-is-active,
    .fmh-submenu .fmh-game-item:focus-visible {
        background: var(--bs-primary) !important;
        color: #fff;
        outline: none;
    }
    .fmh-submenu .fmh-game-item.fmh-is-active .fmh-game-text strong,
    .fmh-submenu .fmh-game-item:focus-visible .fmh-game-text strong,
    .fmh-submenu .fmh-game-item.fmh-is-active .fmh-game-text small,
    .fmh-submenu .fmh-game-item:focus-visible .fmh-game-text small {
        color: rgba(255, 255, 255, .95);
    }
    .fmh-submenu .fmh-game-item.fmh-is-active .fmh-game-thumb,
    .fmh-submenu .fmh-game-item:focus-visible .fmh-game-thumb {
        background: rgba(255, 255, 255, .22);
        border: 0;
    }
    /* Kurumsal sayfa satÄ±rÄ±: aktif / odak â€” satÄ±r primary, ikon kutusu daha soft primary */
    .fmh-submenu .fmh-page-item.fmh-is-active,
    .fmh-submenu .fmh-page-item:focus-visible {
        background: var(--bs-primary) !important;
        color: #fff;
        outline: none;
    }
    .fmh-submenu .fmh-page-item.fmh-is-active .fmh-page-text,
    .fmh-submenu .fmh-page-item:focus-visible .fmh-page-text {
        color: #fff;
    }
    .fmh-submenu .fmh-page-item.fmh-is-active .fmh-page-icon,
    .fmh-submenu .fmh-page-item:focus-visible .fmh-page-icon {
        background: #8eb0f5 !important;
        border: 0;
    }
    .fmh-submenu .fmh-page-item.fmh-is-active .fmh-page-icon i,
    .fmh-submenu .fmh-page-item:focus-visible .fmh-page-icon i {
        color: #fff !important;
    }
    html[data-bs-theme=dark] .fmh-submenu .fmh-page-item.fmh-is-active .fmh-page-icon,
    html[data-bs-theme=dark] .fmh-submenu .fmh-page-item:focus-visible .fmh-page-icon {
        background: #9ec0f8 !important;
    }
    @media (hover: hover) and (pointer: fine) {
        .fmh-submenu .fmh-page-item:hover:not(.fmh-is-active) .fmh-page-icon {
            background: var(--orvix-primary-tint-12, rgba(55, 98, 234, 0.12)) !important;
            border: 1px solid var(--orvix-primary-tint-35);
        }
        .fmh-submenu .fmh-page-item:hover:not(.fmh-is-active) .fmh-page-icon i {
            color: var(--bs-primary) !important;
        }
        html[data-bs-theme=dark] .fmh-submenu .fmh-page-item:hover:not(.fmh-is-active) .fmh-page-icon {
            background: var(--bs-primary) !important;
            border: 0 !important;
            color: #fff !important;
        }
        html[data-bs-theme=dark] .fmh-submenu .fmh-page-item:hover:not(.fmh-is-active) .fmh-page-icon i {
            color: #fff !important;
        }
    }
    .fmh-notify-dropdown {
        transform: translateY(-8px);
        padding: .4rem;
        overflow: visible;
    }
    .fmh-notify-list {
        max-height: min(55vh, 320px);
        overflow-y: auto;
        padding-right: .1rem;
    }
    .fmh-notify-dropdown.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .fmh-notify-item {
        display: flex;
        align-items: flex-start;
        gap: .65rem;
        padding: .55rem;
        border-radius: .75rem;
        text-decoration: none;
        color: inherit;
    }
    .fmh-notify-item + .fmh-notify-item {
        margin-top: .15rem;
    }
    .fmh-notify-item:active {
        background: rgba(160, 160, 160, .12);
    }
    .fmh-notify-item--static {
        cursor: default;
    }
    .fmh-notify-item--static:active {
        background: transparent;
    }
    .fmh-notify-empty {
        margin: 0;
    }
    .fmh-notify-icon {
        width: 2rem;
        height: 2rem;
        border-radius: .65rem;
        border: 1px solid rgb(183 183 183 / 26%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #fff;
    }
    .fmh-notify-icon i {
        font-size: 1rem;
        line-height: 1;
    }
    .fmh-notify-icon--primary { background: var(--bs-primary, #3762ea); }
    .fmh-notify-icon--success { background: #1ca36f; }
    .fmh-notify-icon--warning { background: #e28a17; }
    .fmh-notify-content {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: .15rem;
    }
    .fmh-notify-content strong {
        font-size: .85rem;
        font-weight: 700;
        line-height: 1.25;
    }
    .fmh-notify-content small {
        font-size: .75rem;
        line-height: 1.3;
        color: var(--bs-secondary-color, #6b7280);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    @media (min-width: 1080px) {
        .front-mobile-header {
            display: none;
        }
    }

    /* Dokunmatik: en sonda â€” Ã¼stteki :focus-visible !important kurallarÄ±nÄ± ezer; dokunuÅŸta â€œodakâ€ gÃ¶rÃ¼nmez */
    @media (hover: none) and (pointer: coarse) {
        .front-mobile-header :where(a, button):focus,
        .front-mobile-header :where(a, button):focus-visible {
            outline: none !important;
        }
        .front-mobile-header .fmh-icon-btn:focus,
        .front-mobile-header .fmh-icon-btn:focus-visible {
            box-shadow: none !important;
        }
        .fmh-logo-link:focus,
        .fmh-logo-link:focus-visible,
        .fmh-menu-toggle:focus,
        .fmh-menu-toggle:focus-visible,
        .fmh-topbar__soc:focus,
        .fmh-topbar__soc:focus-visible {
            outline: none !important;
            box-shadow: none !important;
        }
        .fmh-theme-seg-btn:focus,
        .fmh-theme-seg-btn:focus-visible {
            outline: none !important;
            box-shadow: none !important;
        }
        .fmh-package-cards--platform-grid .fmh-package-item:focus-visible:not(.fmh-is-active) {
            box-shadow: none !important;
            filter: none !important;
        }
        .fmh-tool-item:focus-visible:not(.fmh-is-active) {
            background: #fff !important;
            color: var(--fmh-text) !important;
        }
        html[data-bs-theme=dark] .fmh-tool-item:focus-visible:not(.fmh-is-active) {
            background: var(--fmh-surface) !important;
        }
        .fmh-tool-item:focus-visible:not(.fmh-is-active) .fmh-tool-platform {
            color: var(--fmh-soft-text, #64748b) !important;
        }
        .fmh-tool-item:focus-visible:not(.fmh-is-active) .fmh-tool-name {
            color: var(--fmh-text) !important;
        }
        .fmh-tool-item:focus-visible:not(.fmh-is-active) .fmh-tool-icon {
            background: var(--fmh-item-color, var(--bs-primary)) !important;
        }
        .fmh-submenu .fmh-game-item:focus-visible:not(.fmh-is-active) {
            background: #fff !important;
            color: var(--fmh-text) !important;
        }
        html[data-bs-theme=dark] .fmh-submenu .fmh-game-item:focus-visible:not(.fmh-is-active) {
            background: var(--fmh-surface) !important;
        }
        .fmh-submenu .fmh-game-item:focus-visible:not(.fmh-is-active) .fmh-game-text strong {
            color: var(--fmh-text) !important;
        }
        .fmh-submenu .fmh-game-item:focus-visible:not(.fmh-is-active) .fmh-game-text small {
            color: var(--fmh-soft-text) !important;
        }
        .fmh-submenu .fmh-game-item:focus-visible:not(.fmh-is-active) .fmh-game-thumb {
            background: var(--bs-body-bg);
            background: #f4f5f7 !important;
        }
        .fmh-submenu .fmh-page-item:focus-visible:not(.fmh-is-active) {
            background: #fff !important;
            color: var(--fmh-text) !important;
        }
        html[data-bs-theme=dark] .fmh-submenu .fmh-page-item:focus-visible:not(.fmh-is-active) {
            background: var(--fmh-surface) !important;
        }
        .fmh-submenu .fmh-page-item:focus-visible:not(.fmh-is-active) .fmh-page-text {
            color: var(--fmh-text) !important;
        }
        .fmh-submenu .fmh-page-item--free-tool:focus-visible:not(.fmh-is-active) .fmh-page-line--platform {
            color: var(--fmh-soft-text, #64748b) !important;
        }
        .fmh-submenu .fmh-page-item--free-tool:focus-visible:not(.fmh-is-active) .fmh-page-line--tool {
            color: var(--fmh-text) !important;
        }
        .fmh-submenu .fmh-page-item:focus-visible:not(.fmh-is-active) .fmh-page-icon {
            background: var(--bs-primary) !important;
        }
        .fmh-submenu .fmh-page-item:focus-visible:not(.fmh-is-active) .fmh-page-icon i {
            color: #fff !important;
        }
    }

    .front-mobile-header *:focus,
    .front-mobile-header *:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }
