/* =========================================================
   mobile-style.css
   ОДНА МОБИЛЬНАЯ АДАПТАЦИЯ
   Подключать ПОСЛЕ style.css
========================================================= */

/* =========================================================
   ОДНА МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden !important;
        scrollbar-width: none !important;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    body {
        background: #000 !important;
    }

    .site-wrapper {
        width: 100% !important;
        min-height: 100vh !important;
        overflow-x: hidden !important;
    }

    .main-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 8px 12px 24px 12px !important;
        overflow-x: clip !important;
        overflow-y: visible !important;
    }

    /* =========================
       ФОН
    ========================= */

    .diamond-bg {
        background: #000000 !important;
    }

    .diamond-bg__base {
        inset: 0 !important;
        background: #000000 !important;
        filter: none !important;
        opacity: 1 !important;
        animation: none !important;
    }

    .diamond-bg__platinum--1 {
        display: none !important;
    }

    .diamond-bg__platinum--2 {
        display: none !important;
    }

    .diamond-bg__depth {
        background: none !important;
        opacity: 1 !important;
        animation: none !important;
    }

    .diamond-bg__facets {
        display: none !important;
    }

    .diamond-bg__gloss {
        display: none !important;
    }

    .diamond-bg__spark {
        display: none !important;
    }

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

    .header {
        position: relative;
        z-index: 40;
        overflow: hidden !important;
    }

    .header-container {
        max-width: 100%;
        padding: 0.8rem 0.75rem;
        gap: 0.55rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-left {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-right {
        flex: 0 0 auto;
        gap: 0.35rem;
        display: flex;
        align-items: center;
    }

    .brand {
        gap: 0 !important;
        min-width: 0;
        align-items: center;
    }

    .brand-main {
        font-size: 1.78rem;
        letter-spacing: 0.05em;
        line-height: 1;
        flex-shrink: 0;
    }

    /* убираем ИМИДЖ ♦ ПИАР */
    .brand-divider,
    .brand-subs {
        display: none !important;
    }

    .btn-metal {
        height: 38px;
        border-radius: 11px;
        min-height: 38px;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .btn-auth {
        min-width: 98px;
        width: auto !important;
        padding: 0 0.55rem;
    }

    .btn-auth .btn-text {
        font-size: 0.6rem !important;
        line-height: 1.05;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }

    .btn-auth .btn-text::before {
        content: none !important;
    }

    .btn-lang {
        width: 38px;
        min-width: 38px;
        padding: 0;
    }

    .btn-lang-text {
        font-size: 0.66rem;
        letter-spacing: 0.04em;
        font-weight: inherit !important;
    }

    .btn-menu {
        width: 38px;
        height: 38px;
        min-width: 38px;
        padding: 0;
    }

    .menu-icon {
        width: 21px;
        gap: 5px;
    }

    .menu-item {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 4px !important;
    }

    .menu-line {
        display: block !important;
        height: 1.5px !important;
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.42),
                rgba(248, 250, 252, 0.95),
                rgba(255, 255, 255, 0.42)
            ) !important;
        border-radius: 999px !important;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.1) !important;
    }

    .menu-item-1 .menu-line,
    .menu-item-3 .menu-line {
        width: 12px;
        height: 1.5px !important;
    }

    .menu-dot {
        display: block !important;
        width: 3px;
        height: 3px;
        border-radius: 50% !important;
    }

    .header-glow {
        height: auto !important;
    }

    /* =========================
       MONEY RAIN
    ========================= */

    .money-rain {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 60px !important;
        width: 100% !important;

        /* УВЕЛИЧИЛИ ВЫСОТУ */
        height: 320px !important;

        opacity: 0.3 !important;
        z-index: 2 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    .money-particles,
    .money-particles-back,
    .money-particles-front {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none !important;
    }

    .bill {
        width: 34px !important;
        opacity: 0.82 !important;
        filter:
            brightness(1.02)
            saturate(0.92)
            contrast(1.08)
            drop-shadow(0 4px 10px rgba(0,0,0,0.24)) !important;
        will-change: transform, opacity !important;
    }

    /* =========================
       HERO
    ========================= */

    .hero {
        position: relative;
        z-index: 6;
        min-height: auto;
        margin: 0.2rem 0 0 !important;
        display: block;
        padding-bottom: 0;
        text-align: initial !important;
        overflow: visible !important;
    }

    .hero-title {
        width: 100%;
        min-height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        overflow: visible;
        margin: 0 !important;
        position: static !important;
        padding: 0 !important;
    }

    .diamond-word-video {
        position: relative;
        display: inline-flex;
        align-items: flex-end;
        justify-content: center;
        transform: none !important;
        line-height: 0;
        margin-top: 6px;
        z-index: 4;
        width: auto !important;
        max-width: 100% !important;
        gap: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .glass-underlay {
        width: min(95%, 560px);
        height: 72px;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        background: initial !important;
        backdrop-filter: initial !important;
        -webkit-backdrop-filter: initial !important;
        box-shadow: initial !important;
    }

    .diamond-letter {
        background: transparent !important;
        display: block !important;
        width: auto !important;
        max-width: 100%;
        object-fit: contain !important;
        flex-shrink: 0 !important;
        pointer-events: none !important;
        user-select: none !important;
        -webkit-user-drag: none !important;
    }

    /* чуть уменьшены и сближены */
    .letter-t {
        height: 100px;
        margin-right: -28px;
        top: 6px;
        margin-left: 0 !important;
    }

    .letter-e {
        height: 100px;
        margin-right: -10px;
        top: 6px;
        margin-left: 0 !important;
    }

    .letter-m {
        height: 100px;
        margin-right: -4px;
        top: 6px;
        margin-left: 0 !important;
    }

    .letter-y {
        height: 92px;
        top: 0;
        margin-left: -2px !important;
        margin-right: 0 !important;
    }

    .platinum-sparks {
        position: absolute !important;
        left: 50% !important;
        top: 12px !important;
        width: 300px !important;
        height: 92px !important;
        inset: auto !important;
        transform: translateX(-50%) !important;
        opacity: 0.75 !important;
        pointer-events: none !important;
        z-index: 6 !important;
        overflow: visible !important;
    }

    .spark {
        position: absolute !important;
        width: 2px !important;
        height: 2px !important;
        filter: blur(0.5px) !important;
    }

    /* просто растягиваем старые искры по слову */
    .spark:nth-child(1) { top: 16%; left: 4%; }
    .spark:nth-child(2) { top: 10%; left: 26%; }
    .spark:nth-child(3) { top: 56%; left: 50%; }
    .spark:nth-child(4) { top: 14%; left: 74%; }
    .spark:nth-child(5) { top: 48%; left: 94%; }

    /* =========================
    БЛОК С АЛМАЗАМИ — ГОРИЗОНТАЛЬНЫЙ НА МОБИЛКЕ
    ========================= */

    .diamond-dispenser {
        display: flex !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        margin: 10px auto 22px !important;
        justify-content: center !important;
        align-items: center !important;
        z-index: 12 !important;
    }

    .diamond-box {
        background:
            linear-gradient(180deg, rgba(18,22,30,0.95) 0%, rgba(8,10,16,0.98) 100%) !important;

        border: 1px solid rgba(180,190,210,0.18) !important;

        box-shadow:
            0 12px 28px rgba(0,0,0,0.45),
            inset 0 1px 0 rgba(255,255,255,0.12),
            inset 0 -1px 0 rgba(255,255,255,0.05),
            0 0 18px rgba(120,140,180,0.08) !important;
    }

    /* внутренний "glass shine" */
    .diamond-box::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;

        background:
            radial-gradient(circle at 50% 50%, rgba(255,255,255,0.10) 0%, transparent 45%),
            linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.06) 50%, transparent 100%);

        pointer-events: none;
        z-index: 1;
    }

    /* усиливаем внутренний слой */
    .diamond-box-inner {
        z-index: 2 !important;
    }

    .diamond-box {
        display: block !important;
        position: relative !important;
        width: min(92vw, 280px) !important;
        height: 88px !important;
        border-radius: 24px !important;
        overflow: hidden !important;
    }

    .diamond-box::after {
        inset: 6px !important;
        border-radius: 18px !important;
        border: 1px solid rgba(200,210,230,0.12) !important;
        box-shadow:
            0 0 10px rgba(200,210,230,0.08),
            inset 0 0 8px rgba(255,255,255,0.04) !important;
    }

    .diamond-box-inner {
        display: flex !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        gap: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: row !important;
        position: relative !important;
    }

    /* Убираем алмазную картинку полностью */
    .diamond-icon-frame,
    .diamond-icon-glow,
    .diamond-icon {
        display: none !important;
    }

    /* Кнопка строго по центру */
    .diamond-button {
        display: flex !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 52px !important;
        height: 52px !important;
        padding: 0 !important;
        margin: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        z-index: 3 !important;
    }

    .diamond-button img {
        width: 52px !important;
        height: 52px !important;
        object-fit: contain !important;
        display: block !important;
    }

    .diamond-button-shine {
        border-radius: 50% !important;
    }

    /* Орнаменты под горизонтальный формат */
    .diamond-box-ornament {
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 84px !important;
        height: 12px !important;
        opacity: 0.75 !important;
    }

    .diamond-box-ornament-top {
        top: 8px !important;
    }

    .diamond-box-ornament-bottom {
        bottom: 8px !important;
    }

    /* Частицы под блоком — чуть аккуратнее */
    .diamond-particles {
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        bottom: -8px !important;
        width: 120px !important;
        height: 1px !important;
        transform: translateX(-50%) !important;
        overflow: visible !important;
        pointer-events: none !important;
        z-index: -10 !important;
    }

    /* =========================
       ПОДМЕНЮ ПОД ГЕРОЕМ
    ========================= */

    .hero-submenu {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        row-gap: 4px !important;
        flex-wrap: wrap !important;
        margin-top: 2px !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        position: relative !important;
        top: 0 !important;
    }

    .hero-submenu::before {
        width: 100% !important;
        height: 18px !important;
        filter: blur(5px) !important;
    }

    .submenu-item {
        padding: 0 0.08rem 0.24rem !important;
    }

    .submenu-text {
        font-size: 0.62rem !important;
        letter-spacing: 0.05em !important;
    }

    .submenu-item::after {
        right: -6px !important;
        width: 3px !important;
        height: 3px !important;
    }

    /* =========================
       КАРТОЧКИ
    ========================= */

    .cards-section {
        margin: 0 0 20px 0 !important;
        position: relative !important;
    }

    .platinum-core {
        gap: 8px !important;
        margin: 0 auto 10px auto !important;
    }

    .core-line {
        width: 54px !important;
        height: 10px !important;
    }

    .core-center {
        gap: 7px !important;
    }

    .core-diamond-1,
    .core-diamond-5 {
        width: 5px !important;
        height: 5px !important;
    }

    .core-diamond-2,
    .core-diamond-4 {
        width: 7px !important;
        height: 7px !important;
    }

    .core-diamond-3 {
        width: 10px !important;
        height: 10px !important;
    }

    .cards-grid-top,
    .cards-grid-bottom {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        max-width: 100% !important;
        margin: 0 auto 10px auto !important;
        align-items: stretch !important;
    }

    .cards-grid-bottom {
        margin-bottom: 0 !important;
    }

    #stat-model-female,
    #stat-manager,
    #stat-topic,
    #stat-model-male {
        width: 100% !important;
        max-width: 100% !important;
    }

    .diamond-card-link {
        width: 100% !important;
        display: block !important;
    }

    .diamond-card {
        width: 100% !important;
        max-width: 100% !important;
        height: 158px !important;
        opacity: 1 !important;
        animation: none !important;
        perspective: 1200px !important;
    }

    .diamond-card-inner {
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
    }

    .diamond-card-content {
        padding: 0.68rem 0.32rem !important;
        border-radius: 20px !important;
    }

    .diamond-card-content::before {
        inset: 6px !important;
        border-radius: 14px !important;
    }

    .platinum-card-bg,
    .platinum-card-bg::after {
        border-radius: 20px !important;
    }

    .platinum-card-bg::before {
        border-radius: 19px !important;
    }

    .platinum-card-shine {
        width: 40% !important;
        filter: blur(6px) !important;
        opacity: 0.5 !important;
    }

    .platinum-card-noise {
        opacity: 0.09 !important;
        background-size: 20px 20px, 24px 24px, 16px 16px, 20px 20px !important;
    }

    .platinum-card-facet-1 {
        top: 9px !important;
        left: 10px !important;
        width: 46px !important;
        height: 14px !important;
    }

    .platinum-card-facet-2 {
        right: 10px !important;
        top: 12px !important;
        width: 36px !important;
        height: 12px !important;
    }

    .platinum-card-facet-3 {
        width: 64px !important;
        height: 9px !important;
        bottom: 10px !important;
    }

    .platinum-card-corner {
        width: 9px !important;
        height: 9px !important;
    }

    .platinum-card-corner-tl,
    .platinum-card-corner-tr {
        top: 9px !important;
    }

    .platinum-card-corner-bl,
    .platinum-card-corner-br {
        bottom: 9px !important;
    }

    .platinum-card-corner-tl,
    .platinum-card-corner-bl {
        left: 9px !important;
    }

    .platinum-card-corner-tr,
    .platinum-card-corner-br {
        right: 9px !important;
    }

    .platinum-card-bg .platinum-card-corner-tl::before,
    .platinum-card-bg .platinum-card-corner-tr::before,
    .platinum-card-bg .platinum-card-corner-bl::before,
    .platinum-card-bg .platinum-card-corner-br::before {
        width: 4px !important;
        height: 4px !important;
    }

    .diamond-header {
        width: 100% !important;
        margin-bottom: 4px !important;
    }

    .diamond-label {
        width: 100% !important;
        justify-content: center !important;
        gap: 0 !important;
        font-size: 1.1rem !important;
        letter-spacing: 0.2px !important;
        transform: scale(0.9) !important;
        transform-origin: center center !important;
    }

    .letter-3d::before {
        top: -0.25px !important;
        left: -0.25px !important;
        -webkit-text-stroke: 0.48px #A0A0A0 !important;
        text-stroke: 0.48px #A0A0A0 !important;
    }

    .letter-3d::after {
        left: 0.85px !important;
    }

    .letter-3d .layer-1 {
        top: 0.85px !important;
        left: 0 !important;
    }

    .diamond-number-wrapper {
        gap: 6px !important;
        margin-top: 3px !important;
        flex-wrap: nowrap !important;
    }

    .diamond-symbol-left,
    .diamond-symbol-right {
        font-size: 0.68rem !important;
    }

    .diamond-number {
        font-size: 1.02rem !important;
        letter-spacing: 0.4px !important;
        white-space: nowrap !important;
    }

    /* =========================
       ПЕРСОНАЖЕЙ УБИРАЕМ ПОЛНОСТЬЮ
    ========================= */

    .luxury-characters,
    .luxury-characters-bg,
    .character,
    .character-girl,
    .character-man,
    .character-glow,
    .cigar-smoke {
        display: none !important;
    }

    /* =========================
       НИЖНЯЯ ЛИНИЯ
    ========================= */

    .bottom-platinum {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        margin: 6px 0 10px 0 !important;
    }

    .platinum-line {
        width: calc(50% - 42px) !important;
        min-width: 60px !important;
        height: 12px !important;
    }

    .line-ornament {
        width: 26px !important;
        height: 12px !important;
    }

    .line-ornament-left::before,
    .line-ornament-right::before {
        width: 8px !important;
        height: 8px !important;
    }

    .line-ornament-left::after,
    .line-ornament-right::after {
        width: 4px !important;
        height: 4px !important;
    }

    .line-ornament-left::after {
        left: 13px !important;
    }

    .line-ornament-right::after {
        right: 13px !important;
    }

    .platinum-centerpiece {
        gap: 6px !important;
        padding: 0 !important;
    }

    .mini-diamond-1,
    .mini-diamond-5 {
        width: 4px !important;
        height: 4px !important;
    }

    .mini-diamond-2,
    .mini-diamond-4 {
        width: 6px !important;
        height: 6px !important;
    }

    .mini-diamond-3 {
        width: 8px !important;
        height: 8px !important;
    }

    .page-spacer {
        height: 20px !important;
    }

    /* =========================
    MOBILE SIDE MENU
    ========================= */

    .side-menu-overlay {
        position: fixed !important;
        inset: 0 !important;
        z-index: 88 !important;
        background:
            radial-gradient(circle at 82% 10%, rgba(255,255,255,0.06) 0%, transparent 28%),
            rgba(0, 0, 0, 0.62) !important;
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease !important;
    }

    .side-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .side-menu {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: min(88vw, 360px) !important;
        max-width: 88vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        z-index: 90 !important;
        transform: translateX(108%) !important;
        transition: transform 0.42s cubic-bezier(0.23, 1, 0.32, 1) !important;
        pointer-events: none !important;
    }

    .side-menu.active {
        transform: translateX(0) !important;
        pointer-events: auto !important;
    }

    .side-menu__inner {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        padding: 14px 12px 16px !important;
        display: flex !important;
        flex-direction: column !important;

        background:
            linear-gradient(
                180deg,
                rgba(18, 22, 30, 0.97) 0%,
                rgba(8, 10, 16, 0.985) 100%
            ) !important;

        border-left: 1px solid rgba(235, 240, 245, 0.14) !important;

        box-shadow:
            -14px 0 34px rgba(0,0,0,0.42),
            inset 1px 0 0 rgba(255,255,255,0.05),
            inset 0 1px 0 rgba(255,255,255,0.04) !important;

        backdrop-filter: blur(14px) saturate(112%) !important;
        -webkit-backdrop-filter: blur(14px) saturate(112%) !important;
    }

    .side-menu__inner::before {
        content: "" !important;
        position: absolute !important;
        inset: 8px !important;
        border: 1px solid rgba(255,255,255,0.05) !important;
        border-radius: 20px !important;
        pointer-events: none !important;
        box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.01),
            0 0 10px rgba(255,255,255,0.012) !important;
    }

    .side-menu__inner::after {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 1px !important;
        height: 100% !important;
        background:
            linear-gradient(
                180deg,
                transparent 0%,
                rgba(240,244,248,0.48) 20%,
                rgba(255,255,255,0.08) 50%,
                rgba(240,244,248,0.48) 80%,
                transparent 100%
            ) !important;
        box-shadow:
            0 0 10px rgba(255,255,255,0.08),
            0 0 16px rgba(220,228,236,0.04) !important;
        opacity: 0.72 !important;
    }

    .side-menu__shine {
        top: -18% !important;
        left: -38% !important;
        width: 52% !important;
        height: 150% !important;
        opacity: 0.42 !important;
        filter: blur(10px) !important;
    }

    .side-menu__header,
    .side-menu__nav,
    .side-menu__footer {
        position: relative !important;
        z-index: 2 !important;
    }

    .side-menu__header {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 12px !important;
        padding: 2px 2px 8px 2px !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    }

    .side-menu__brand {
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        min-width: 0 !important;
    }

    .side-menu__brand-top {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        min-width: 0 !important;
    }

    .side-menu__brand-main {
        font-family: 'Bebas Neue', sans-serif !important;
        font-size: 1.58rem !important;
        line-height: 1 !important;
        letter-spacing: 0.12em !important;
        color: #f7fbff !important;
        text-shadow:
            0 0 10px rgba(255,255,255,0.08),
            0 0 18px rgba(210,220,230,0.06) !important;
    }

    .side-menu__brand-sub {
        font-size: 0.54rem !important;
        letter-spacing: 0.2em !important;
        text-transform: uppercase !important;
        color: rgba(225,230,236,0.56) !important;
        line-height: 1.15 !important;
    }

    .side-menu__brand-video {
        display: inline-flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        line-height: 0 !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
    }

    .side-menu-logo-image {
        width: 150px !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .side-menu__brand-divider {
        flex: 0 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: 'Bebas Neue', sans-serif !important;
        font-size: 1.22rem !important;
        line-height: 1 !important;
        background: linear-gradient(
            180deg,
            #ffffff 0%,
            #eef3f8 18%,
            #cfd7df 48%,
            #ffffff 72%,
            #b9c2cb 100%
        ) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        text-shadow:
            0 0 8px rgba(255,255,255,0.12),
            0 0 14px rgba(220,228,236,0.08) !important;
        filter: drop-shadow(0 0 6px rgba(255,255,255,0.10)) !important;
        opacity: 0.95 !important;
        transform: translateY(-1px) !important;
    }

    .side-menu__brand-eye {
        display: block !important;
        width: 60px !important;
        max-width: 60px !important;
        height: 60px !important;
        max-height: 60px !important;
        margin-top: -6px !important;
        object-fit: contain !important;
        flex: 0 0 22px !important;
        pointer-events: none !important;
        user-select: none !important;
        -webkit-user-drag: none !important;
        transform: translateY(-1px) !important;
        filter:
            drop-shadow(0 0 8px rgba(255,255,255,0.14))
            drop-shadow(0 0 14px rgba(210,220,230,0.07)) !important;
        opacity: 0.98 !important;
    }

    .side-menu__close {
        position: relative !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        flex: 0 0 38px !important;
        border: 1px solid rgba(228, 233, 240, 0.14) !important;
        border-radius: 11px !important;
        background:
            linear-gradient(
                180deg,
                rgba(46, 51, 58, 0.42) 0%,
                rgba(18, 20, 24, 0.58) 100%
            ) !important;
        box-shadow:
            0 6px 14px rgba(0,0,0,0.24),
            inset 0 1px 0 rgba(255,255,255,0.05) !important;
        cursor: pointer !important;
        padding: 0 !important;
    }

    .side-menu__close span {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        width: 14px !important;
        height: 1.5px !important;
        border-radius: 999px !important;
        background: linear-gradient(
            90deg,
            rgba(255,255,255,0.42),
            rgba(248,250,252,0.95),
            rgba(255,255,255,0.42)
        ) !important;
        transform-origin: center !important;
        box-shadow: 0 0 7px rgba(255,255,255,0.08) !important;
    }

    .side-menu__close span:first-child {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .side-menu__close span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    .side-menu__nav {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding-top: 2px !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        scrollbar-width: none !important;
    }

    .side-menu__nav::-webkit-scrollbar {
        display: none !important;
    }

    .side-menu__link {
        position: relative !important;
        min-height: 52px !important;
        padding: 0 13px !important;
        border-radius: 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        text-decoration: none !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;

        border: 1px solid rgba(232, 238, 245, 0.12) !important;

        background:
            linear-gradient(
                145deg,
                rgba(248, 251, 255, 0.08) 0%,
                rgba(214, 223, 233, 0.05) 16%,
                rgba(52, 57, 64, 0.10) 34%,
                rgba(18, 20, 24, 0.46) 64%,
                rgba(210, 219, 229, 0.06) 100%
            ) !important;

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.05),
            inset 0 -1px 0 rgba(0,0,0,0.16),
            0 8px 18px rgba(0,0,0,0.18) !important;
    }

    .side-menu__link::before {
        content: "" !important;
        position: absolute !important;
        inset: 1px !important;
        border-radius: 14px !important;
        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,0.045) 0%,
                transparent 34%,
                transparent 70%,
                rgba(255,255,255,0.02) 100%
            ) !important;
        pointer-events: none !important;
    }

    .side-menu__link.active {
        border-color: rgba(245,248,252,0.24) !important;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.08),
            inset 0 -1px 0 rgba(0,0,0,0.18),
            0 10px 20px rgba(0,0,0,0.22),
            0 0 18px rgba(220,230,240,0.05) !important;
    }

    .side-menu__link-text {
        position: relative !important;
        z-index: 2 !important;
        display: block !important;
        min-width: 0 !important;
        max-width: 100% !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 0.73rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        color: rgba(240,244,248,0.92) !important;
        line-height: 1.15 !important;
        word-break: break-word !important;
    }

    .side-menu__cash {
        position: relative !important;
        z-index: 2 !important;
        flex: 0 0 auto !important;
        max-width: 46% !important;
        text-align: right !important;
        font-family: 'Bebas Neue', sans-serif !important;
        font-size: 1.02rem !important;
        letter-spacing: 0.04em !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        background: linear-gradient(
            135deg,
            #f8fbff 0%,
            #e4ebf2 20%,
            #ffffff 48%,
            #cfd8e1 76%,
            #f6f9fc 100%
        ) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        filter: drop-shadow(0 0 6px rgba(255,255,255,0.06)) !important;
    }

    .side-menu__link--cash {
        min-height: 56px !important;
        margin-top: 4px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .side-menu__link--cash .side-menu__link-text {
        max-width: 48% !important;
    }

    .side-menu__link-glow {
        top: -40% !important;
        left: -52% !important;
        width: 50% !important;
        height: 190% !important;
        opacity: 0 !important;
        filter: blur(8px) !important;
        transform: rotate(18deg) !important;
    }

    .side-menu__footer {
        margin-top: 14px !important;
        padding-top: 12px !important;
        flex: 0 0 auto !important;
    }

    .side-menu__footer-line {
        width: 100% !important;
        height: 1px !important;
        background:
            linear-gradient(
                90deg,
                transparent 0%,
                rgba(255,255,255,0.08) 16%,
                rgba(230,236,242,0.72) 50%,
                rgba(255,255,255,0.08) 84%,
                transparent 100%
            ) !important;
        box-shadow:
            0 0 8px rgba(255,255,255,0.08),
            0 0 14px rgba(220,228,236,0.04) !important;
    }

    .side-menu__diamonds {
        display: none !important;
    }

    .side-menu__footer-eye-mobile {
        display: block !important;
        width: 100% !important;
        margin-top: 10px !important;
        text-align: center !important;
        overflow: visible !important;
        flex: 0 0 auto !important;
    }

    .side-menu__footer-eye-mobile img {
        display: inline-block !important;
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
        margin-top: -10px !important;
        object-fit: contain !important;
        vertical-align: top !important;
        pointer-events: none !important;
        user-select: none !important;
        -webkit-user-drag: none !important;
        z-index: 20;
    }

    /* =========================================
    SIDE MENU VIDEO LETTERS - MOBILE
    ========================================= */

    .side-menu__brand-video .letter-t {
        height: 38px !important;
        width: auto !important;
        max-width: none !important;
        margin-right: -10px !important;
        top: 2px !important;
    }

    .side-menu__brand-video .letter-e {
        height: 38px !important;
        width: auto !important;
        max-width: none !important;
        margin-right: -3px !important;
        top: 2px !important;
    }

    .side-menu__brand-video .letter-m {
        height: 38px !important;
        width: auto !important;
        max-width: none !important;
        margin-right: 0 !important;
        top: 2px !important;
    }

    .side-menu__brand-video .letter-y {
        height: 34px !important;
        width: auto !important;
        max-width: none !important;
        top: -1px !important;
        margin-left: -2px !important;
    }
}