@media (max-width: 768px) {
    html,
    body {
        overscroll-behavior-y: none;
        -webkit-text-size-adjust: 100%;
        touch-action: manipulation;
        background: #050505;
    }

    body {
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .canalvip-header {
        position: sticky;
        top: 0;
        z-index: 950;
        margin-bottom: 0;
        padding: 12px 0;
        background: rgba(5, 5, 5, .92);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(212, 175, 55, .18);
    }

    .canalvip-header .container {
        padding: 0 14px;
    }

    .header-inner {
        min-height: 52px;
        gap: 10px;
    }

    .logo {
        min-width: 0;
        gap: 10px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .logo-icon::before {
        font-size: 12px;
    }

    .logo-text {
        max-width: 205px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        letter-spacing: 1.6px;
    }

    .header-actions {
        gap: 8px !important;
        flex-shrink: 0;
    }

    .header-actions .header-btn {
        min-height: 40px;
        padding: 0 14px;
        border-radius: 6px;
        font-size: 11px;
    }

    .header-actions .header-btn-secondary {
        display: none;
    }

    .canalvip-backdrop {
        min-height: calc(100vh - 76px);
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .canalvip-footer {
        display: none;
    }

    .cvb-app-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1200;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        background: rgba(5, 5, 5, .94);
        border-top: 1px solid rgba(212, 175, 55, .18);
        backdrop-filter: blur(18px);
        box-shadow: 0 -18px 40px rgba(0, 0, 0, .42);
    }

    .cvb-app-nav a {
        min-width: 0;
        height: 58px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: rgba(255, 255, 255, .58);
        text-decoration: none;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .cvb-app-nav a i {
        font-size: 18px;
    }

    .cvb-app-nav a.active {
        color: #d4af37;
        background: rgba(212, 175, 55, .1);
    }

    .cvb-app-nav a.cta {
        color: #070707;
        background: #d4af37;
    }
}

@media (min-width: 769px) {
    .cvb-app-nav {
        display: none;
    }
}
