.lp-mobile-bottom-nav,
.lp-mobile-more-overlay,
.lp-mobile-more-panel {
    display: none;
}

@media (max-width: 900px) {
    body.lp-has-mobile-bottom-nav {
        padding-bottom: calc(98px + env(safe-area-inset-bottom));
    }

    body.lp-mobile-more-open {
        overflow: hidden;
    }

    .lp-mobile-bottom-nav {
        position: fixed !important;
        left: 10px !important;
        right: 10px !important;
        bottom: calc(10px + env(safe-area-inset-bottom)) !important;
        height: 72px !important;
        z-index: 2147483640 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 4px !important;
        padding: 0 8px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        border: 1px solid rgba(190, 24, 93, 0.18) !important;
        border-radius: 28px !important;
        box-shadow: 0 18px 45px rgba(190, 24, 93, 0.24) !important;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .lp-mbn-item {
        flex: 1 1 0;
        min-width: 0;
        height: 58px;
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        font-family: inherit;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: #6b7280 !important;
        text-decoration: none !important;
        font-size: 10.5px;
        font-weight: 850;
        line-height: 1;
        border-radius: 18px;
        -webkit-tap-highlight-color: transparent;
    }

    .lp-mbn-item i {
        font-size: 18px;
        color: #be185d !important;
        line-height: 1;
    }

    .lp-mbn-item span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lp-mbn-item:active {
        background: rgba(253, 242, 248, 0.9) !important;
        transform: scale(0.96);
    }

    .lp-mbn-center {
        width: 68px;
        height: 68px;
        min-width: 68px;
        margin-top: -38px;
        border-radius: 999px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        text-decoration: none !important;
        color: #fff !important;
        background: linear-gradient(135deg, #be185d, #db2777, #ec4899);
        box-shadow: 0 18px 35px rgba(190, 24, 93, 0.42);
        border: 5px solid #fff;
        -webkit-tap-highlight-color: transparent;
    }

    .lp-mbn-center i {
        font-size: 25px;
        line-height: 1;
    }

    .lp-mbn-center:active {
        transform: scale(0.94);
    }

    .lp-mbn-center strong {
        position: absolute;
        top: -7px;
        right: -8px;
        min-width: 21px;
        height: 21px;
        padding: 0 6px;
        border-radius: 999px;
        background: #ef4444;
        color: #fff;
        font-size: 10px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }

    .lp-mobile-more-overlay {
        position: fixed;
        inset: 0;
        display: block;
        background: rgba(17, 24, 39, 0.46);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 2147483638;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease;
    }

    .lp-mobile-more-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .lp-mobile-more-panel {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(94px + env(safe-area-inset-bottom));
        max-height: calc(100vh - 135px - env(safe-area-inset-bottom));
        display: block;
        overflow-y: auto;
        overflow: hidden;
        overscroll-behavior: contain;
        background: rgba(255, 255, 255, 0.985);
        border: 1px solid rgba(190, 24, 93, 0.16);
        border-radius: 28px;
        box-shadow: 0 24px 70px rgba(17, 24, 39, 0.28);
        z-index: 2147483639;
        opacity: 0;
        transform: translateY(22px) scale(0.96);
        pointer-events: none;
        transition: opacity 0.22s ease, transform 0.22s ease;
    }

    .lp-mobile-more-panel.active {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .lp-mobile-more-header {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 16px 12px;
        background: rgba(255, 255, 255, 0.97);
        border-bottom: 1px solid rgba(190, 24, 93, 0.10);
    }

    .lp-mobile-more-header strong {
        color: #111827;
        font-size: 17px;
        font-weight: 900;
    }

    .lp-mobile-more-header button {
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 999px;
        background: #fdf2f8;
        color: #be185d;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        cursor: pointer;
    }

    .lp-mobile-more-links {
    padding: 10px;
    display: grid;
    gap: 7px;
    max-height: calc(100vh - 205px - env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 24, 93, 0.35) transparent;
}

.lp-mobile-more-links::-webkit-scrollbar {
    width: 5px;
}

.lp-mobile-more-links::-webkit-scrollbar-track {
    background: transparent;
}

.lp-mobile-more-links::-webkit-scrollbar-thumb {
    background: rgba(190, 24, 93, 0.35);
    border-radius: 999px;
}

    .lp-mobile-more-links a {
        min-height: 48px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 13px;
        border-radius: 17px;
        color: #111827;
        text-decoration: none;
        font-size: 14px;
        font-weight: 850;
        background: rgba(253, 242, 248, 0.55);
        border: 1px solid rgba(190, 24, 93, 0.07);
        -webkit-tap-highlight-color: transparent;
    }

    .lp-mobile-more-links a:active {
        transform: scale(0.985);
        background: rgba(253, 242, 248, 0.95);
    }

    .lp-mobile-more-links a i {
        width: 24px;
        min-width: 24px;
        color: #be185d;
        font-size: 16px;
        text-align: center;
    }

    .lp-mobile-more-links a span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lp-mobile-more-links a strong {
        margin-left: auto;
        min-width: 22px;
        height: 22px;
        padding: 0 6px;
        border-radius: 999px;
        background: #ef4444;
        color: #fff;
        font-size: 11px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lp-mobile-more-highlight {
        background: linear-gradient(135deg, #be185d, #db2777, #ec4899) !important;
        color: #fff !important;
        border-color: transparent !important;
        box-shadow: 0 12px 26px rgba(190, 24, 93, 0.22);
    }

    .lp-mobile-more-highlight i {
        color: #fff !important;
    }

    .lp-mobile-more-highlight.disabled {
        opacity: 0.55;
        box-shadow: none;
    }

    .lp-mobile-more-logout {
        color: #dc2626 !important;
        background: rgba(254, 226, 226, 0.8) !important;
    }

    .lp-mobile-more-logout i {
        color: #dc2626 !important;
    }

    .lp-mobile-more-divider {
        height: 1px;
        background: rgba(190, 24, 93, 0.12);
        margin: 5px 6px;
    }
}