        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            display: flex;
            justify-content: center;
            height: 100dvh;
            background-color: #E6E6E6;
            overflow: hidden;
        }

        #mobile-frame {
            width: 100%;
            max-width: 430px;
            height: 100dvh !important;
            min-height: 100dvh !important;
            background-color: #FFFFFF;
            display: flex;
            flex-direction: column;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

        .header-gradient {
            background: linear-gradient(180deg, #306859 0%, #FFFFFF 100%);
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }

        .hero-img-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 60px);
            z-index: 0;
        }

        .hero-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

        .hero-gradient {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(48, 104, 89, 0) 0%, rgba(48, 104, 89, 0.5) 40%, rgba(48, 104, 89, 0.9) 100%);
        }

        .scroll-hide::-webkit-scrollbar {
            display: none;
        }

        .partido-card {
            display: flex;
            align-items: center;
            gap: 16px;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            border-radius: 20px;
            padding: 4px;
            width: 300px;
            height: 80px;
            margin: 0 auto;
            box-sizing: border-box;
            font-size: 9px;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
            position: relative;
            box-shadow: 2px 3px 5px 1px rgb(0 0 0 / 14%);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .partido-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        }

        .partido-card:active {
            transform: scale(0.95);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
            filter: brightness(0.9);
            transition: transform 0.05s ease-out, box-shadow 0.05s ease-out, filter 0.05s ease-out;
        }

        .partido-card.abierto {
            background-color: rgba(29, 72, 61, 0.64) !important;
        }

        .partido-card.finalizado {
            background-color: rgba(41, 41, 41, 0.64) !important;
        }

        .partido-card.cancelado {
            background-color: rgba(127, 29, 29, 0.64) !important;
        }

        .partido-img {
            width: 100px;
            height: 68px;
            border-radius: 15px;
            object-fit: cover;
            flex-shrink: 0;
            font-size: 8px;
        }

        .partido-img-placeholder {
            width: 100px;
            height: 61px;
            border-radius: 15px;
            background-color: rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border: 1px dashed rgba(255, 255, 255, 0.2);
            font-size: 8px;
        }

        .partido-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
            flex: 1;
        }

        .partido-card.finalizado .partido-info {
            padding-right: 10px;
        }

        .partido-cancha {
            font-size: 13px;
            font-weight: 300;
            color: #FFFFFF;
            margin: 0;
            padding: 0;
            line-height: 1.2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: 'Inter', sans-serif;
        }

        .partido-horario {
            font-size: 9px;
            color: rgba(255, 255, 255, 0.6);
            margin: 0;
            padding: 0;
            line-height: 1.2;
            font-family: 'Inter', sans-serif;
        }

        .partido-estado-text {
            position: absolute;
            bottom: 8px;
            right: 18px;
            font-size: 7px;
            font-weight: 100;
            color: rgba(255, 255, 255, 0.85);
            pointer-events: none;
            font-family: 'Inter', sans-serif;
            letter-spacing: 0.02em;
        }

        #tit_part_lobby {
            padding-left: 20px;
            margin-top: 21vh;
            margin-bottom: 23px;
        }

        .lobby-title {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            color: rgb(207 207 207);
            font-size: 24px;
            margin: 0;
        }

        #img_part_lobby {
            /*filter: blur(2px);*/


        }

        /* ==========================================================================
   BARRA DE NAVEGACIÓN EN LA VISTA PARTIDOS
   Nota: El estilo translúcido premium ahora se gestiona de forma centralizada en 
   css/nav.css con la clase '.bottom-nav.theme-partidos' para evitar código duplicado.
   Si necesitas realizar personalizaciones manuales exclusivas, puedes descomentar 
   y ajustar las variables de aquí abajo:
   ========================================================================== */
        /*
        .bottom-nav.theme-partidos {
            --nav-bg: #ffffff12;
            --nav-color-inactive: rgb(255 255 255 / 61%);
            --nav-color-active: rgb(255 255 255 / 62%);
            --nav-shadow: none;
            border-top: none;
        }
        */

        #partidos-scroll-container {
            padding-top: 5px !important;
        }

        /* --- ESTILOS DE SKELETON LOADER (CARGA PREMIUM TRANSLÚCIDA) --- */
        .skeleton-card-partido {
            background-color: rgba(255, 255, 255, 0.05) !important;
            border: 1px solid rgba(255, 255, 255, 0.03) !important;
            box-shadow: none !important;
            pointer-events: none;
            cursor: default;
        }

        .partido-img-skeleton {
            width: 100px;
            height: 68px;
            border-radius: 15px;
            flex-shrink: 0;
        }

        .partido-info-skeleton {
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            padding-left: 2px;
        }

        .skeleton-line {
            border-radius: 6px;
        }

        .skeleton-line.title {
            width: 70%;
            height: 12px;
        }

        .skeleton-line.subtitle {
            width: 45%;
            height: 8px;
        }