:root {
    --verde-yaavs: #22ff5e;
    --azul-puntos: #00e5ff;
    --blanco: #ffffff;
    --bg-dark: #02060a;
    --bg-footer: #05140a;
    --glass-border: rgba(255, 255, 255, 0.1);
    --nv: #22ff5e;
    --or: #ffd700;
    --oro: #ffd700;
    --sk: #00e5ff;
    --rj: #ff3366;
    --cc: var(--nv);
    /* --- LIGAS --- */
    --liga-ascenso: #ffd700;
    --liga-pro: var(--azul-puntos);
    --liga-elite: var(--verde-yaavs);
    --liga-cambaceo: #d500ff;
    --intro-entry-bg-image: url('https://assets.zyrosite.com/cfVCqgCxQzd0Fnkg/porta1-A3bZetl2XIYClf7Y.png');
    --field-stadium-bg: url('https://assets.zyrosite.com/cfVCqgCxQzd0Fnkg/porta1-A3bZetl2XIYClf7Y.png');
    --campaign-bg-image: url('https://assets.zyrosite.com/cfVCqgCxQzd0Fnkg/fondo-3-hOk3PVjxhQZfZ0DJ.png');
    
    /* --- FONDO EXCLUSIVO PARA CELULARES --- */
    --campaign-bg-image-mobile: url('https://assets.zyrosite.com/EnigzBPrgZr5GxnU/conejo-vertical-Bjt5TDQG1KXCTIVL.jpg');
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: 300;
    background-color: var(--bg-dark);
    background-image:
        linear-gradient(rgba(0, 229, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(2, 6, 10, 0.45), rgba(2, 6, 10, 0.25)),
        var(--field-stadium-bg);
    background-size: 40px 40px, 40px 40px, cover, cover;
    background-position: center 0%;
    background-attachment: fixed;
    color: var(--blanco);
    overflow-x: hidden;
    position: relative;
    transition: background-position 0.9s ease, background-size 0.9s ease, background-color 0.9s ease;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at top left, rgba(0, 255, 255, 0.12), transparent 22%),
                radial-gradient(circle at bottom right, rgba(34, 255, 94, 0.14), transparent 20%);
    opacity: 0;
    transition: opacity 0.8s ease;
}

body.background-transitioning::after {
    opacity: 1;
    animation: background-pulse 0.85s ease forwards;
}

@keyframes background-pulse {
    0% { opacity: 1; transform: scale(1.06); }
    60% { opacity: 0.55; }
    100% { opacity: 0; transform: scale(1); }
}

body.theme-campaign-scroll {
    background-image:
        linear-gradient(rgba(0, 229, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(2, 8, 14, 0.88) 55%, rgba(0, 0, 0, 0.92) 100%),
        var(--campaign-bg-image);
    background-size: 40px 40px, 40px 40px, auto, cover;
    background-position: center 15%;
}

img { -webkit-user-drag: none; user-select: none; pointer-events: none; }
.social-icon i { pointer-events: auto; }
#particle-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; pointer-events: none; }

.section-separator {
    width: 80%;
    height: 2px;
    margin: 50px auto;
    background: linear-gradient(90deg, transparent, var(--verde-yaavs), transparent);
    box-shadow: 0 0 15px var(--verde-yaavs);
    opacity: 0.5;
}

.hero-summary-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: 26px; width: min(1120px, 100%); margin: 0 auto 40px; }
.quick-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-card, .countdown-card { background: rgba(1, 14, 24, 0.78); border: 1px solid rgba(34, 255, 94, 0.18); border-radius: 22px; padding: 26px; backdrop-filter: blur(12px); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35); }
.info-card h3, .countdown-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--azul-puntos); margin-bottom: 12px; }
.info-card p { color: rgba(255, 255, 255, 0.88); line-height: 1.65; font-size: 0.95rem; }
.countdown-subtitle { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 18px; }
.countdown-block { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; }
.countdown-unit { background: rgba(0, 8, 20, 0.72); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 24px; padding: 24px 16px; text-align: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 18px 45px rgba(0,0,0,0.26); backdrop-filter: blur(18px); min-height: 160px; position: relative; overflow: hidden; }
.countdown-unit::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top center, rgba(255,255,255,0.1), transparent 50%); opacity: 0.18; pointer-events: none; }
.countdown-unit span { display: block; position: relative; z-index: 1; }
.countdown-unit .countdown-number { font-family: 'Montserrat', sans-serif; font-size: 3.5rem; font-weight: 900; color: #f9fff8; letter-spacing: 0.01em; margin-bottom: 10px; text-shadow: 0 0 30px rgba(34, 255, 94, 0.22), 0 0 15px rgba(255,255,255,0.22); }
.countdown-unit .countdown-label { font-family: 'Montserrat', sans-serif; font-size: 0.88rem; letter-spacing: 0.18em; color: rgba(255, 255, 255, 0.92); text-transform: uppercase; }
.countdown-note { font-family: 'Arial', sans-serif; color: rgba(255, 255, 255, 0.82); line-height: 1.6; font-size: 0.95rem; }
.fixed-cta-btn { position: fixed; left: 20px; bottom: 20px; z-index: 10050; display: inline-flex; align-items: center; justify-content: center; padding: 16px 22px; border-radius: 999px; background: linear-gradient(135deg, rgba(34, 255, 94, 1), rgba(0, 229, 255, 1)); color: #000; font-family: 'Montserrat', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; box-shadow: 0 22px 50px rgba(34, 255, 94, 0.22); border: 1px solid rgba(255, 255, 255, 0.12); text-decoration: none; }
.fixed-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 26px 60px rgba(34, 255, 94, 0.3); }

.animate-on-scroll { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.animate-on-scroll.in-view { opacity: 1; transform: translateY(0); }
.container-centered { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px; text-align: center; position: relative; z-index: 10; }
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 10px; }
.game-overlay { position: fixed; inset: 0; z-index: 15000; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.92); opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease; }
.game-overlay.visible { opacity: 1; visibility: visible; }
.game-overlay .game-box { width: min(92vw, 440px); padding: 28px 24px; border-radius: 28px; background: rgba(2, 10, 18, 0.96); border: 1px solid rgba(0, 229, 255, 0.18); box-shadow: 0 24px 80px rgba(0, 255, 240, 0.12); text-align: center; position: relative; }
.game-box.egg-box { background: radial-gradient(circle at top left, rgba(0, 229, 255, 0.14), transparent 32%), radial-gradient(circle at bottom right, rgba(255, 223, 0, 0.12), transparent 28%), rgba(3, 8, 18, 0.96); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(8px); }
.game-overlay .game-box h2 { font-family: 'Montserrat', sans-serif; font-size: 1.35rem; margin-bottom: 12px; color: #00e5ff; letter-spacing: 0.08em; }
.game-overlay .game-box p { color: rgba(255, 255, 255, 0.82); margin-bottom: 18px; line-height: 1.5; }
.egg-instructions { color: #adfffa; font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; }
.egg-details { margin-bottom: 18px; }
.egg-card { display: grid; grid-template-columns: 110px auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid rgba(0, 229, 255, 0.18); border-radius: 24px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(4, 16, 30, 0.95)); box-shadow: inset 0 0 20px rgba(0, 229, 255, 0.08); }
.egg-avatar { width: 100px; height: 100px; border-radius: 24px; background: radial-gradient(circle at top left, #00e5ff, #081224 55%); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.95); font-size: 2.4rem; font-weight: 900; letter-spacing: 0.08em; border: 2px solid rgba(255, 255, 255, 0.12); box-shadow: 0 10px 30px rgba(0, 227, 255, 0.15); }
.egg-copy { text-align: left; }
.egg-title { color: #ffffff; font-size: 1.05rem; font-weight: 900; margin: 0 0 8px; text-transform: uppercase; }
.egg-subtitle { color: #b2f7ff; margin: 0 0 14px; font-size: 0.92rem; line-height: 1.4; }
.egg-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.egg-socials a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(0, 229, 255, 0.12); border: 1px solid rgba(0, 229, 255, 0.16); color: #e8ffff; text-decoration: none; font-size: 0.84rem; transition: transform 0.2s ease, background 0.2s ease; }
.egg-socials a:hover { transform: translateY(-2px); background: rgba(0, 229, 255, 0.2); }
.egg-status { color: #c7fffd; margin-top: 12px; margin-bottom: 16px; font-weight: 700; line-height: 1.4; }
#yaavs-game-canvas { display: none; width: 100%; max-width: 380px; height: auto; border-radius: 22px; border: 2px solid rgba(34, 255, 94, 0.22); background: rgba(0, 6, 15, 0.95); margin: 0 auto; }
#yaavs-game-status { color: #efffff; font-size: 0.95rem; margin-top: 14px; min-height: 1.4em; }
.game-action-btn { margin-top: 18px; padding: 13px 22px; border-radius: 999px; border: none; background: linear-gradient(135deg, rgba(34, 255, 94, 1), rgba(0, 229, 255, 1)); color: #000; font-weight: 800; cursor: pointer; }
.game-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(0, 229, 255, 0.4); background: rgba(0, 0, 0, 0.35); color: #fff; font-size: 1.1rem; cursor: pointer; }
.game-overlay.game-won .game-box { border-color: #ffd700; box-shadow: 0 32px 90px rgba(255, 223, 0, 0.18); animation: game-win-glow 1.2s ease; }

@keyframes game-win-glow {
    0% { transform: scale(0.98); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.calendarios-wrap { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 30px; }
.section-boletos-bg { position: relative; margin-left: auto; margin-right: auto; max-width: 1200px; padding: 48px 20px 56px; }
.section-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.2rem); color: var(--blanco); margin-bottom: 10px; text-transform: uppercase; text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); line-height: 1.2; }
.section-desc { font-family: 'Arial', sans-serif; font-weight: 300; color: #ccc; max-width: 800px; margin: 0 auto 30px auto; font-size: 1rem; line-height: 1.5; }
.section-desc-strong { font-weight: 700; color: #ffffff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55); }
.cyber-table { width: 100%; border-collapse: collapse; font-family: 'Arial', sans-serif; font-size: 0.9rem; margin-bottom: 20px; white-space: nowrap; }
.cyber-table.hover-fx tbody tr { transition: background 0.3s ease; }
.cyber-table.hover-fx tbody tr:hover { background: rgba(0, 229, 255, 0.1); }
.cyber-table td .tipo-volumen { font-weight: 800; }
.cyber-table td .tipo-volumen--bajo { color: var(--liga-ascenso); text-shadow: 0 0 12px rgba(255, 215, 0, 0.35); }
.cyber-table td .tipo-volumen--medio { color: var(--liga-pro); text-shadow: 0 0 12px rgba(0, 229, 255, 0.35); }
.cyber-table td .tipo-volumen--alto { color: var(--liga-elite); text-shadow: 0 0 12px rgba(34, 255, 94, 0.35); }
.kits-section-wrap { overflow: visible; }
.categoria-liga-block .section-title { margin-bottom: clamp(16px, 3vw, 28px); }
.categoria-liga-row { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; gap: clamp(18px, 3.5vw, 36px); width: 100%; max-width: 1120px; margin: 0 auto; }
.categoria-liga-visual { flex: 0 1 38%; max-width: 400px; min-width: 200px; }
.categoria-liga-table-wrap { flex: 1 1 52%; min-width: 0; }
.competencia-justa-img { display: block; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35); pointer-events: auto; }
.acumulo-boletos-row { display: flex; flex-direction: row; align-items: flex-end; justify-content: center; gap: clamp(16px, 3vw, 32px); width: 100%; max-width: 1080px; margin: 12px auto 0; }
.acumulo-boletos-table-wrap { flex: 1 1 58%; min-width: 0; }
.acumulo-boletos-visual { flex: 0 1 38%; max-width: 340px; min-width: 180px; }
.yaavsty-sentado-img { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.4)); pointer-events: auto; }

.liga-tag { font-weight: bold; }
.liga-tag--ascenso { color: var(--liga-ascenso); }
.liga-tag--pro { color: var(--liga-pro); }
.liga-tag--elite { color: var(--liga-elite); }
.liga-tag--cambaceo { color: var(--liga-cambaceo); }

.liga-resultado { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.75rem, 5vw, 2.5rem); margin: 8px 0; line-height: 1.1; letter-spacing: 0.02em; }
.liga-resultado--placeholder { color: rgba(255, 255, 255, 0.45); text-shadow: none; }
.liga-resultado--ascenso { color: var(--liga-ascenso); text-shadow: 0 0 24px rgba(255, 215, 0, 0.45); }
.liga-resultado--pro { color: var(--liga-pro); text-shadow: 0 0 22px rgba(0, 229, 255, 0.45); }
.liga-resultado--elite { color: var(--liga-elite); text-shadow: 0 0 26px rgba(34, 255, 94, 0.45); }
.liga-resultado--cambaceo { color: var(--liga-cambaceo); text-shadow: 0 0 24px rgba(213, 0, 255, 0.5); }

.fb-live-banner { max-width: 920px; margin: 16px auto 28px; padding: clamp(16px, 3vw, 22px) clamp(18px, 3vw, 28px); border-radius: 14px; background: linear-gradient(135deg, rgba(8, 24, 18, 0.75), rgba(2, 12, 20, 0.65)); border: 1px solid rgba(0, 229, 255, 0.35); box-shadow: 0 0 0 1px rgba(34, 255, 94, 0.2), 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.fb-live-banner__text { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(0.95rem, 2.2vw, 1.15rem); font-weight: 700; color: #ffffff; text-align: center; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.5; text-shadow: 0 0 18px rgba(0, 229, 255, 0.35); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 16px; }
.fb-live-banner__line { flex: 1 1 280px; max-width: 100%; }
.fb-live-banner__logo { flex: 0 0 auto; height: clamp(32px, 6vw, 42px); width: auto; min-width: 120px; vertical-align: middle; filter: drop-shadow(0 2px 10px rgba(24, 119, 242, 0.55)); pointer-events: none; background: rgba(255, 255, 255, 0.96); padding: 6px 12px; border-radius: 10px; box-sizing: content-box; }

.titulo-luz-estadio { font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: clamp(2.5rem, 5vw, 4rem); color: #ffffff; text-transform: uppercase; line-height: 1.12; margin: 0; letter-spacing: 0.03em; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75), 0 0 20px rgba(255, 255, 255, 0.2), 0 0 36px rgba(0, 229, 255, 0.15); }
.resaltado-diamante { display: inline-block; font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: var(--verde-yaavs); border-bottom: 4px solid var(--verde-yaavs); text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(34, 255, 94, 0.45); }

#intro-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 10000; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; background-color: #041208; background-image: radial-gradient(ellipse 85% 55% at 50% 40%, rgba(0, 40, 22, 0.2) 0%, transparent 58%), linear-gradient(180deg, rgba(0, 8, 5, 0.2) 0%, rgba(0, 0, 0, 0.42) 100%), var(--intro-entry-bg-image); background-size: auto, auto, cover; background-position: center, center, center center; background-repeat: no-repeat, no-repeat, no-repeat; background-attachment: scroll; transform: scale(1.1); opacity: 0; animation: introZoomIn 1.1s ease-out forwards; }
@keyframes introZoomIn { 0% { opacity: 0; transform: scale(1.16); } 60% { opacity: 1; transform: scale(1.02); } 100% { opacity: 1; transform: scale(1); } }
#intro-overlay::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 100% 72% at 50% 46%, transparent 28%, rgba(0, 0, 0, 0.52) 100%); z-index: 0; }
.intro-logo-top { position: absolute; top: 4vh; left: 50%; transform: translateX(-50%); width: clamp(120px, 15vw, 180px); height: auto; z-index: 20; filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(0, 229, 255, 0.2)); }
.intro-content.intro-content--v2 { display: flex; flex-direction: column; align-items: center; gap: 15px; animation: floatIntro 6s ease-in-out infinite; position: relative; z-index: 3; width: 100%; max-width: min(1040px, 94vw); padding: clamp(24px, 5vw, 56px) clamp(18px, 3.5vw, 36px); margin-top: 8vh; }
@keyframes floatIntro { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.intro-brand-block { display: flex; flex-direction: column; align-items: center; margin-bottom: 5px; }
.intro-yaavsty { width: min(320px, 80vw); margin: 0; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 35px rgba(34, 255, 94, 0.25)); }
.intro-main-title { margin-top: 0; width: 100%; max-width: 1000px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 0; background: none; border: none; box-shadow: none; }
.intro-headline-unified--text-only { display: flex; flex-direction: column; align-items: center; gap: 5px; margin: 0 auto; padding: 20px; background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 0%, transparent 65%); }
.intro-hero-eyebrow-premium { color: #ffffff; font-family: 'Montserrat', sans-serif; font-size: clamp(0.9rem, 2.5vw, 1.4rem); font-weight: 900; letter-spacing: 0.35em; text-transform: uppercase; text-shadow: 0 2px 4px rgba(0,0,0,1), 0 0 15px rgba(0, 229, 255, 0.8); margin-bottom: 5px; text-align: center; display: block; }
.intro-hero-display { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; text-align: center; white-space: nowrap; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.8)); }
.intro-hero-line--white { color: #ffffff; font-size: clamp(1.2rem, 5.5vw, 4.5rem); font-weight: 900; font-style: normal; text-transform: uppercase; line-height: 1; text-shadow: none; }
.intro-hero-line--neon { color: #ffffff; font-size: clamp(1.2rem, 5.5vw, 4.5rem); font-weight: 900; font-style: normal; text-transform: uppercase; line-height: 1; text-shadow: none; }
.intro-loading-text { margin-top: 5px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(0.7rem, 1.8vw, 0.85rem); font-weight: 700; letter-spacing: 0.35em; padding-left: 0.35em; text-transform: uppercase; color: #b8fbff; text-shadow: 0 0 2px #000, 0 0 16px rgba(0, 229, 255, 0.75); opacity: 0.7; }
.intro-cta-wrap { position: relative; display: inline-block; margin-top: clamp(20px, 4vw, 36px); padding: 28px 36px 22px; z-index: 4; }
.intro-cta-particles { position: absolute; left: 50%; bottom: 55%; transform: translateX(-50%); width: min(420px, 92vw); height: 140px; pointer-events: none; z-index: 1; opacity: 0.95; }
.intro-cta-hex { position: absolute; inset: -6px -14px -10px; border-radius: 999px; background: repeating-linear-gradient( -45deg, transparent, transparent 6px, rgba(0, 229, 255, 0.06) 6px, rgba(0, 229, 255, 0.06) 7px ), radial-gradient(ellipse 80% 80% at 50% 50%, rgba(34, 255, 94, 0.12), transparent 70%); pointer-events: none; z-index: 0; animation: introCtaAura 4s ease-in-out infinite; }
@keyframes introCtaAura { 0%, 100% { opacity: 0.75; } 50% { opacity: 1; } }

#intro-overlay #enter-btn { position: relative; z-index: 2; margin-top: 10px; padding: 18px 50px; background: rgba(0, 15, 25, 0.55); border: 1px solid var(--azul-puntos); border-radius: 4px; font-family: 'Montserrat', sans-serif; font-size: clamp(0.9rem, 2vw, 1.1rem); font-weight: 900; letter-spacing: 0.35em; color: #ffffff; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); box-shadow: 0 0 20px rgba(0, 229, 255, 0.2), inset 0 0 15px rgba(0, 229, 255, 0.1); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; }
#intro-overlay #enter-btn::before { content: ''; position: absolute; top: -100%; left: -100%; width: 300%; height: 300%; background: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(0, 229, 255, 0.15) 50%, rgba(255,255,255,0) 100% ); transform: rotate(45deg); animation: nasaScan 3s linear infinite; pointer-events: none; }
@keyframes nasaScan { 0% { transform: translateY(-100%) rotate(45deg); } 100% { transform: translateY(100%) rotate(45deg); } }
#intro-overlay #enter-btn:hover { background: rgba(0, 229, 255, 0.15); border-color: #ffffff; color: var(--azul-puntos); letter-spacing: 0.45em; box-shadow: 0 0 30px rgba(0, 229, 255, 0.6), inset 0 0 20px rgba(0, 229, 255, 0.4); text-shadow: 0 0 10px var(--azul-puntos); transform: scale(1.05) translateY(-2px); }
#intro-overlay #enter-btn:active { transform: scale(0.95); background: var(--azul-puntos); color: #000; }
.blink { animation: blinker 2s linear infinite; }
.btn-start { background: transparent; color: var(--azul-puntos); border: 2px solid var(--azul-puntos); border-radius: 50px; font-weight: 900; font-family: 'Montserrat', sans-serif; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; letter-spacing: 2px; }
.btn-start:hover { background: var(--azul-puntos); color: var(--bg-dark); box-shadow: 0 0 25px var(--azul-puntos); }
.outline-cyan-btn { background: transparent; color: var(--azul-puntos); border: 2px solid var(--azul-puntos); font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; transition: all 0.3s ease; cursor: pointer; }
.outline-cyan-btn:hover { background: var(--azul-puntos); color: #000; box-shadow: 0 0 20px rgba(0, 229, 255, 0.5); }

#video-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.9); z-index: 10000; display: flex; justify-content: center; align-items: center; }
#skip-video-btn { color: #fff !important; background: rgba(0, 0, 0, 0.78) !important; border-color: rgba(255, 255, 255, 0.85) !important; text-shadow: 0 0 10px rgba(255, 255, 255, 0.55); font-weight: 700 !important; letter-spacing: 0.08em; }
#skip-video-btn:hover { background: rgba(255, 255, 255, 0.12) !important; }
.video-container { width: 90%; max-width: 1000px; position: relative; border: 2px solid var(--azul-puntos); border-radius: 10px; }

/* REDES SOCIALES DESKTOP */
.floating-socials { position: fixed; right: 20px; top: 40%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 15px; z-index: 9500; transition: all 0.3s ease; }
.social-icon { width: 45px; height: 45px; background: rgba(0, 0, 0, 0.8); border: 1px solid var(--verde-yaavs); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: var(--blanco); font-size: 1.2rem; text-decoration: none; transition: 0.3s; pointer-events: auto; box-shadow: 0 0 10px rgba(34, 255, 94, 0.3); }
.social-icon:hover { background: var(--verde-yaavs); color: var(--bg-dark); box-shadow: 0 0 20px var(--verde-yaavs); }

/* SCROLL PROMPT DESKTOP */
.scroll-prompt { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 5px; z-index: 9000; color: var(--verde-yaavs); font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 0.9rem; letter-spacing: 2px; animation: float 2s infinite ease-in-out; pointer-events: none; transition: 0.5s; background: rgba(0, 0, 0, 0.85); padding: 12px 25px; border-radius: 40px; border: 2px solid var(--verde-yaavs); box-shadow: 0 0 20px rgba(34, 255, 94, 0.5); }
@keyframes float { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -10px); } }

.centered-header { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 20px 64px; width: 100%; min-height: 72vh; overflow: hidden; box-sizing: border-box; }
.centered-header::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(ellipse 85% 65% at 50% 35%, rgba(0, 229, 255, 0.06), transparent 55%), radial-gradient(ellipse 100% 50% at 50% 100%, rgba(34, 255, 94, 0.06), transparent 50%); }
.centered-header > * { position: relative; z-index: 1; }
.logo-company-center { height: clamp(40px, 6vw, 70px); filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.35)) drop-shadow(0 0 36px rgba(0, 229, 255, 0.12)); margin-bottom: 10px; }
.campaign-logo-wrapper { position: relative; padding: 30px; background: radial-gradient(circle, rgba(34, 255, 94, 0.15) 0%, transparent 60%); border-radius: 20px; animation: floatLogo 4s ease-in-out infinite; display: inline-block; }
.logo-campaign-center { height: clamp(160px, 25vw, 300px); filter: drop-shadow(0 0 30px rgba(34, 255, 94, 0.7)); position: relative; z-index: 2; }
.bracket { position: absolute; width: 40px; height: 40px; border-color: var(--verde-yaavs); border-style: solid; opacity: 0.9; box-shadow: 0 0 10px rgba(34, 255, 94, 0.5); }
.bracket.top-left { top: 0; left: 0; border-width: 4px 0 0 4px; border-top-left-radius: 15px; }
.bracket.top-right { top: 0; right: 0; border-width: 4px 4px 0 0; border-top-right-radius: 15px; }
.bracket.bottom-left { bottom: 0; left: 0; border-width: 0 0 4px 4px; border-bottom-left-radius: 15px; }
.bracket.bottom-right { bottom: 0; right: 0; border-width: 0 4px 4px 0; border-bottom-right-radius: 15px; }
.scanline { position: absolute; top: 0; left: 10%; width: 80%; height: 3px; background: var(--verde-yaavs); opacity: 0.6; box-shadow: 0 0 15px var(--verde-yaavs), 0 0 30px var(--blanco); animation: scan 3s linear infinite; z-index: 3; border-radius: 50%; }
@keyframes scan { 0% { top: 5%; opacity: 0; } 10% { opacity: 0.8; } 90% { opacity: 0.8; } 100% { top: 95%; opacity: 0; } }
@keyframes floatLogo { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

.tech-panel { background: rgba(5, 15, 25, 0.8); border: 1px solid rgba(0, 229, 255, 0.3); backdrop-filter: blur(10px); position: relative; border-radius: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8); padding: 30px; }
.panel-corners::before, .panel-corners::after { content: ''; position: absolute; width: 15px; height: 15px; pointer-events: none; }
.panel-corners::before { top: -2px; left: -2px; border-top: 2px solid var(--verde-yaavs); border-left: 2px solid var(--verde-yaavs); }
.panel-corners::after { bottom: -2px; right: -2px; border-bottom: 2px solid var(--verde-yaavs); border-right: 2px solid var(--verde-yaavs); }

.cyber-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-family: 'Arial', sans-serif; font-size: 0.9rem; margin-bottom: 20px; }
.cyber-table th, .cyber-table td { white-space: normal; word-wrap: break-word; overflow-wrap: anywhere; }
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 10px; }
.input-wrapper { display: flex; flex-direction: column; gap: 16px; width: 100%; align-items: stretch; }
.botones-consulta-wrap { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; margin-top: 15px; align-items: stretch; }
.botones-consulta-wrap .btn-check, .botones-consulta-wrap .btn-clear { min-width: 0; flex: 1 1 auto; }
.btn-clear { width: auto; min-width: 0; }

.cyber-table th { font-family: 'Montserrat', sans-serif; background: rgba(0, 229, 255, 0.15); color: var(--azul-puntos); padding: 15px; text-align: center; border: 1px solid rgba(0, 229, 255, 0.3); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.cyber-table td { padding: 15px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.1); color: var(--blanco); }
.cyber-table tr:nth-child(even) { background: rgba(255, 255, 255, 0.02); }
.cyber-table td.liga-tag--ascenso { color: var(--liga-ascenso); }
.cyber-table td.liga-tag--pro { color: var(--liga-pro); }
.cyber-table td.liga-tag--elite { color: var(--liga-elite); }
.cyber-table td.liga-tag--cambaceo { color: var(--liga-cambaceo); text-shadow: 0 0 12px rgba(213, 0, 255, 0.4); }

input[type='text'], input[type='password'] { width: 100%; background: rgba(0, 0, 0, 0.8); border: 1px solid var(--azul-puntos); padding: 18px; border-radius: 4px; font-size: 1.2rem; font-family: 'Arial', sans-serif; font-weight: bold; text-align: center; color: var(--verde-yaavs); text-transform: uppercase; }
input[type='text']:focus, input[type='password']:focus { outline: none; border-color: var(--verde-yaavs); box-shadow: inset 0 0 20px rgba(34, 255, 94, 0.4); }

.btn-check { background: var(--verde-yaavs); color: #000; border: none; padding: 15px; border-radius: 4px; font-weight: 700; font-family: 'Montserrat', sans-serif; text-transform: uppercase; cursor: pointer; font-size: 1rem; transition: 0.3s; box-shadow: 0 0 15px rgba(34, 255, 94, 0.4); letter-spacing: 1px; }
.btn-check:hover { background: #fff; box-shadow: 0 0 25px #fff; }

.cat-card { background: rgba(0, 0, 0, 0.5); border-radius: 8px; padding: 15px; margin-bottom: 15px; border: 1px solid var(--glass-border); }
.cat-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: var(--azul-puntos); margin-bottom: 10px; border-bottom: 1px solid rgba(0, 229, 255, 0.3); padding-bottom: 5px; }
.data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 5px; font-family: 'Arial', sans-serif; }
.val-now { font-size: 1.5rem; font-family: 'Montserrat', sans-serif; font-weight: 900; color: #fff; display: block; text-align: center; }
.val-win { font-size: 1.5rem; font-family: 'Montserrat', sans-serif; font-weight: 900; color: var(--verde-yaavs); display: block; text-align: center; }
.lbl-desc { font-size: 0.7rem; font-family: 'Arial', sans-serif; color: #aaa; text-transform: uppercase; text-align: center; display: block; }
.lbl-op { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: none; }
.lbl-op-bait { color: #5cff8f; text-shadow: 0 0 12px rgba(92, 255, 143, 0.45); }
.lbl-op-movi { color: #4ddbff; text-shadow: 0 0 12px rgba(77, 219, 255, 0.45); }
.lbl-op-unefon { color: #ffd28a; text-shadow: 0 0 12px rgba(255, 210, 138, 0.35); }
.divider { height: 1px; background: var(--glass-border); margin: 10px 0; }
.score-hero { text-align: center; margin-bottom: 30px; }
.score-number { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 5rem; color: var(--azul-puntos); line-height: 1; text-shadow: 0 0 30px rgba(0, 229, 255, 0.6); display: block; }

.blink-slow { animation: blinker 2s linear infinite; }
@keyframes blinker { 50% { opacity: 0.8; } }

.loader-balon { text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: var(--azul-puntos); letter-spacing: 2px; }
.balon-bounce { font-size: 3rem; animation: bounce 0.5s infinite alternate, spin 2s linear infinite; margin-bottom: 10px; }
@keyframes bounce { to { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }

.kits-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 40px; width: 100%; }
.kit-card { background: transparent !important; border: none !important; box-shadow: none !important; backdrop-filter: none; width: 100%; max-width: 320px; display: flex; flex-direction: column; transition: transform 0.3s ease; }
.kit-img-wrapper { width: 100%; aspect-ratio: 1 / 1; background: transparent; display: flex; align-items: center; justify-content: center; position: relative; }
.kit-img-wrapper img { width: 90%; height: 90%; object-fit: contain; transition: transform 0.4s ease, filter 0.4s ease; filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.9)); animation: floatingKit 4s ease-in-out infinite; }
@keyframes floatingKit { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-12px); } }
.basic-card .kit-img-wrapper img { animation-delay: 0s; }
.pro-card .kit-img-wrapper img { animation-delay: 0.7s; }
.elite-card .kit-img-wrapper img { animation-delay: 1.4s; }
.kit-card:hover { transform: translateY(-10px); }
.basic-card:hover .kit-img-wrapper img { animation-play-state: paused; transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 0 30px rgba(34, 255, 94, 0.5)); }
.pro-card:hover .kit-img-wrapper img { animation-play-state: paused; transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 0 30px rgba(0, 229, 255, 0.5)); }
.elite-card:hover .kit-img-wrapper img { animation-play-state: paused; transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.5)); }
.kit-info { padding: 15px 10px; text-align: center; display: flex; flex-direction: column; flex-grow: 1; justify-content: center; text-shadow: 0 5px 10px rgba(0,0,0,0.8); }
.kit-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.8rem; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1px; }
.kit-desc { font-family: 'Arial', sans-serif; font-size: 0.95rem; color: #e0e0e0; margin-bottom: 15px; line-height: 1.4; }
.kit-stock { background: rgba(0, 0, 0, 0.5); padding: 8px 15px; border-radius: 8px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 0.9rem; border: 1px solid; display: inline-block; margin: 0 auto; backdrop-filter: blur(5px); }

.support-footer { width: 100%; background: var(--bg-footer); padding: 60px 20px; text-align: center; border-top: 3px solid var(--verde-yaavs); }
.support-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.5rem; color: var(--blanco); line-height: 1; margin-bottom: 10px; }
.support-subtitle { font-family: 'Arial', sans-serif; font-size: 1rem; color: #ccc; }
.support-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 30px 0 40px 0; }
.support-btn { padding: 16px 35px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.3s ease; letter-spacing: 1px; display: inline-flex; align-items: center; justify-content: center; }
.green-btn { background: var(--verde-yaavs); color: #000; border: 2px solid var(--verde-yaavs); box-shadow: 0 0 15px rgba(34, 255, 94, 0.4); }
.green-btn:hover { background: transparent; color: var(--verde-yaavs); box-shadow: 0 0 25px rgba(34, 255, 94, 0.6); }
.legal-text { font-family: 'Arial', sans-serif; font-size: 0.7rem; color: rgba(255, 255, 255, 0.5); max-width: 1000px; margin: 0 auto; text-align: center; text-align-last: center; line-height: 1.5; }

/* =========================================================
   VERSION MOVIL (NUEVO DISEÑO COOL & FIX DE DISTORSIÓN)
   ========================================================= */
@media (max-width: 768px) {
    
    /* 1. FIX DEL FONDO: Ya no se estirará el conejo/cara */
    body {
        background-attachment: fixed !important;
        background-image:
            linear-gradient(rgba(0, 229, 255, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(2, 6, 10, 0.2), rgba(2, 6, 10, 0.95)),
            var(--campaign-bg-image-mobile) !important;
        background-position: center 0%, center 0%, center top, center top !important;
        /* Cambiamos el 100% 100% por auto y cover para que mantenga proporción */
        background-size: 40px 40px, 40px 40px, auto, cover !important;
        background-repeat: repeat, repeat, no-repeat, no-repeat !important;
    }

    body.theme-campaign-scroll {
        background-image:
            linear-gradient(rgba(0, 229, 255, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
            linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(2, 8, 14, 0.98) 40%, rgba(0, 0, 0, 1) 100%),
            var(--campaign-bg-image-mobile) !important;
        background-position: center 0%, center 0%, center top, center top !important;
        /* Cambiamos el 100% 100% por auto y cover */
        background-size: 40px 40px, 40px 40px, auto, cover !important;
        background-repeat: repeat, repeat, no-repeat, no-repeat !important;
        background-attachment: scroll;
    }

    /* 2. NUEVO DISEÑO GLASSMORPHISM PARA REDES SOCIALES EN CELULAR */
    .floating-socials { 
        left: 10px; /* A la izquierda */
        right: auto; 
        top: 50%; 
        transform: translateY(-50%); 
        flex-direction: column; 
        gap: 12px; 
        z-index: 9400; 
        /* Contenedor estilo píldora Glass */
        background: rgba(2, 10, 18, 0.65);
        backdrop-filter: blur(12px);
        padding: 15px 10px;
        border-radius: 40px;
        border: 1px solid rgba(0, 229, 255, 0.2);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }
    
    .social-icon { 
        width: 38px; 
        height: 38px; 
        font-size: 1.1rem; 
        /* Limpiamos el borde individual para que luzca integrado a la píldora */
        border: none;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: none;
    }
    
    .social-icon:hover {
        background: var(--verde-yaavs);
        box-shadow: 0 0 15px var(--verde-yaavs);
    }

    /* 3. NUEVO DISEÑO FLOTANTE PARA EL "DESLIZA HACIA ABAJO" EN CELULAR */
    .scroll-prompt {
        bottom: 85px; /* Más arriba para no tapar FAQ */
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(8px);
        border: 1px solid var(--azul-puntos);
        border-radius: 50px;
        padding: 8px 20px;
        flex-direction: row; /* Horizontal para el celu, se ve mucho más pro */
        gap: 10px;
        box-shadow: 0 5px 20px rgba(0, 229, 255, 0.2);
    }
    
    .scroll-prompt i {
        font-size: 1.2rem !important;
    }

    /* 4. OCULTAR FACEBOOK LIVE EN CELULAR */
    .fb-live-banner {
        display: none !important;
    }

    /* Reducción extrema de espacios muertos */
    .section-separator { margin: 25px auto; }
    .centered-header { min-height: auto; padding-bottom: 20px; }
    .section-boletos-bg { padding: 20px 10px 25px; margin-top: 0; }
    .support-footer { padding: 40px 15px; margin-top: 30px; }
    .kits-grid { gap: 15px; margin-top: 20px; }
    .calendarios-wrap { flex-direction: column; margin-top: 15px; }

    /* Ajuste de tipografías y contenedores */
    .titulo-luz-estadio { font-size: 1.8rem; margin-top: 10px; }
    .section-title { font-size: 1.5rem; margin-bottom: 5px; }
    .section-desc { font-size: 0.85rem; margin-bottom: 15px; }
    .data-grid { font-size: 0.8rem; }
    .score-number { font-size: 3.5rem; }

    /* Ajuste de imágenes decorativas para que no desplacen el contenido */
    .categoria-liga-row, .acumulo-boletos-row { flex-direction: column; align-items: center; gap: 15px; }
    .competencia-justa-img { max-width: 250px; margin: 0 auto; }
    .yaavsty-sentado-img { max-width: 180px; margin: 0 auto; }
    .categoria-liga-visual, .acumulo-boletos-visual { width: 100%; text-align: center; flex: none; }
    .categoria-liga-table-wrap, .acumulo-boletos-table-wrap { flex: none; width: 100%; }

    /* Ajustes generales de UI */
    .intro-headline-unified--text-only { padding: 12px 10px; }
    .intro-hero-display { white-space: nowrap; text-align: center; }
    .intro-yaavsty { width: min(220px, 72vw); }
    .intro-cta-wrap { padding: 22px 18px 18px; }
    #intro-overlay #enter-btn { padding: 14px 26px; letter-spacing: 0.14em; }
    
    .botones-consulta-wrap { flex-direction: column; }
    .botones-consulta-wrap .btn-check, .botones-consulta-wrap .btn-clear { width: 100%; flex: none; min-width: 0; }
    .cyber-table, .cyber-table th, .cyber-table td { white-space: normal; }
    .support-buttons { gap: 10px; margin: 20px 0; }
    .support-btn { padding: 12px 20px; font-size: 0.85rem; width: 100%; }
}

@media (max-width: 480px) {
    .intro-hero-line--white, .intro-hero-line--neon { font-size: clamp(1.2rem, 8vw, 2.5rem); }
    .intro-logo-top { top: 2vh; }
    .kits-marquee__num { font-size: 3rem; }
    .kits-marquee__label { font-size: 1.2rem; }
}

/* =========================================================
   EL RESTO DE TUS ESTILOS SE MANTIENE INTACTO
   ========================================================= */
.kits-marquee { margin: 0 auto 30px; text-align: center; position: relative; z-index: 2; }
.kits-marquee__board { display: inline-flex; align-items: center; justify-content: center; background: transparent; border: none; box-shadow: none; padding: 0; }
.kits-marquee__center { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: clamp(10px, 2vw, 25px); }
.kits-marquee__num { font-family: 'Montserrat', sans-serif; font-size: clamp(3.5rem, 12vw, 7rem); font-weight: 900; color: var(--verde-yaavs); text-shadow: 0 10px 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(34, 255, 94, 0.4); line-height: 1; }
.kits-marquee__label { font-family: 'Montserrat', sans-serif; font-size: clamp(1.5rem, 5vw, 3rem); font-weight: 900; color: #ffffff; text-shadow: 0 10px 20px rgba(0, 0, 0, 0.9); letter-spacing: 0.05em; line-height: 1; }

.ticket-panel { margin-top: 32px; padding: 24px; border-radius: 28px; background: linear-gradient(180deg, rgba(4, 35, 66, 0.95) 0%, rgba(7, 23, 45, 0.90) 100%); border: 1px solid rgba(97, 222, 255, 0.18); box-shadow: 0 30px 75px rgba(2, 19, 54, 0.35); }
.ticket-summary-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; margin-bottom: 18px; border-radius: 22px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); }
.ticket-count-label { display: inline-block; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: #7dd3fc; margin-bottom: 0.5rem; }
.ticket-count { font-size: clamp(2.6rem, 5vw, 4.4rem); margin: 0; color: #f8fafc; line-height: 1; }
.ticket-note { margin: 0.5rem 0 0; font-size: 0.95rem; color: #cbd5e1; max-width: 460px; }
.ticket-status-chip { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1rem; border-radius: 999px; background: rgba(8, 145, 178, 0.16); color: #7ce7ff; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.ticket-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; }
.ticket-badge { padding: 16px 16px 15px; border-radius: 20px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.ticket-badge:hover { transform: translateY(-3px) scale(1.01); border-color: rgba(102, 255, 255, 0.3); background: rgba(255, 255, 255, 0.08); }
.ticket-badge span { display: block; font-size: 0.74rem; color: rgba(226, 242, 255, 0.72); text-transform: uppercase; letter-spacing: 0.12em; }
.ticket-badge strong { display: block; margin-top: 10px; color: #eff6ff; font-size: 0.9rem; line-height: 1.4; word-break: break-word; }
.ticket-more { grid-column: 1 / -1; padding: 18px 20px; border-radius: 18px; background: rgba(10, 70, 112, 0.18); color: #d0f1ff; text-align: center; font-weight: 700; letter-spacing: 0.04em; }
.ticket-empty { grid-column: 1 / -1; padding: 20px; border-radius: 20px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: #cbd5e1; text-align: center; font-size: 0.95rem; }

#faq-modal.faq-modal-root { position: fixed; inset: 0; z-index: 25200; display: none; flex-direction: column; align-items: center; justify-content: center; padding: max(16px, env(safe-area-inset-bottom)); }
#faq-modal.faq-modal-root .faq-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 4, 12, 0.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#faq-modal.faq-modal-root .faq-modal__panel.tech-panel { position: relative; z-index: 1; width: min(760px, 96vw); max-height: min(90vh, 920px); margin: auto; padding: clamp(18px, 4vw, 28px); display: flex; flex-direction: column; overflow: hidden; border-radius: 14px; animation: modalPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
@keyframes modalPop { 0% { opacity: 0; transform: scale(0.9) translateY(20px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
.faq-modal__title { font-family: Arial, Helvetica, sans-serif; font-size: clamp(1rem, 2.8vw, 1.28rem); font-weight: 900; letter-spacing: 0.22em; text-align: center; color: var(--verde-yaavs); margin: 8px 36px 18px 0; text-shadow: 0 0 22px rgba(34, 255, 94, 0.55); }
.faq-modal__list { flex: 1; min-height: 0; overflow-y: auto; padding-right: 6px; scrollbar-width: thin; scrollbar-color: rgba(34, 255, 94, 0.45) rgba(0, 20, 30, 0.5); }
.faq-modal__close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.28); background: rgba(0, 8, 16, 0.65); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; z-index: 3; transition: background 0.2s ease, border-color 0.2s ease; }
.faq-modal__close:hover { background: rgba(255, 77, 77, 0.25); border-color: rgba(255, 120, 120, 0.6); }

.faq-acc { border: 1px solid rgba(0, 229, 255, 0.28); border-radius: 11px; margin-bottom: 11px; background: rgba(0, 14, 24, 0.72); border-left: 4px solid transparent; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.faq-acc:hover { border-color: rgba(34, 255, 94, 0.35); border-left: 4px solid var(--azul-puntos); background: rgba(0, 229, 255, 0.08); transform: translateX(5px); box-shadow: 0 0 15px rgba(0, 229, 255, 0.2); }
.faq-acc[open] { border-color: rgba(34, 255, 94, 0.45); border-left: 4px solid var(--verde-yaavs); background: rgba(34, 255, 94, 0.05); box-shadow: 0 0 24px rgba(34, 255, 94, 0.15); transform: translateX(0); }
summary.faq-acc__q { cursor: pointer; list-style: none; padding: 16px 40px 16px 16px; font-weight: 700; font-size: 0.95rem; line-height: 1.35; color: #fff; position: relative; outline: none; }
summary.faq-acc__q::-webkit-details-marker { display: none; }
summary.faq-acc__q::marker { content: ''; }
summary.faq-acc__q::after { content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--azul-puntos); font-size: 1.5rem; font-weight: 300; line-height: 1; transition: transform 0.3s ease; }
details.faq-acc[open] summary.faq-acc__q::after { content: '\2212'; color: var(--verde-yaavs); transform: translateY(-50%) rotate(180deg); }
.faq-acc__a { padding: 0 16px 16px; font-size: 0.875rem; line-height: 1.58; color: rgba(255, 255, 255, 0.9); animation: slideDownFade 0.4s ease-out forwards; }
@keyframes slideDownFade { 0% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); } }
.faq-acc__a p { margin-bottom: 10px; }
.faq-acc__a p:last-child { margin-bottom: 0; }
.faq-acc__a ul { margin: 8px 0 0 18px; }
.faq-acc__a li { margin-bottom: 6px; }
.faq-acc__a a { color: var(--azul-puntos); text-decoration: underline; text-underline-offset: 3px; }

.faq-float-btn { position: fixed; right: max(14px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 9600; display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border-radius: 999px; border: 2px solid rgba(34, 255, 94, 0.55); background: linear-gradient(155deg, rgba(0, 28, 18, 0.94), rgba(0, 8, 14, 0.97)); color: var(--verde-yaavs); font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.14em; cursor: pointer; pointer-events: auto; box-shadow: 0 0 28px rgba(34, 255, 94, 0.35), 0 10px 32px rgba(0, 0, 0, 0.55); animation: faqFloatBob 3.2s ease-in-out infinite; }
@keyframes faqFloatBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.faq-float-btn:hover { border-color: rgba(0, 229, 255, 0.75); color: #b8ffe0; box-shadow: 0 0 36px rgba(0, 229, 255, 0.35), 0 8px 28px rgba(0, 0, 0, 0.5); }
.faq-float-btn i { font-size: 1.2rem; filter: drop-shadow(0 0 8px rgba(34, 255, 94, 0.6)); }
.faq-float-btn__label { white-space: nowrap; }

.cookie-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 800px; background: rgba(2, 10, 16, 0.95); border: 1px solid var(--azul-puntos); border-radius: 12px; padding: 20px; z-index: 40000; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 229, 255, 0.2); backdrop-filter: blur(10px); animation: slideUpCookie 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
@keyframes slideUpCookie { 0% { bottom: -100px; opacity: 0; } 100% { bottom: 20px; opacity: 1; } }
@keyframes slideDownCookie { 0% { bottom: 20px; opacity: 1; } 100% { bottom: -100px; opacity: 0; } }
.cookie-content { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; }

/* =========================================================
   CALENDARIO UNIFICADO (SUPER COOL FX)
   ========================================================= */
.calendario-super-wrap {
    position: relative;
    max-width: 800px;
    margin: 0 auto 30px auto;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(4, 18, 30, 0.8) 0%, rgba(2, 8, 14, 0.9) 100%);
    border: 1px solid rgba(0, 229, 255, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(0, 229, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
}

.calendario-super-wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 229, 255, 0.25), inset 0 0 30px rgba(34, 255, 94, 0.15);
    border-color: rgba(34, 255, 94, 0.6);
}

.calendario-super-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-20deg);
    animation: cyberScan 6s infinite linear;
    pointer-events: none;
    z-index: 0;
}

@keyframes cyberScan {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

.calendario-table-unificada {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: 'Arial', sans-serif;
    position: relative;
    z-index: 1;
}

.calendario-table-unificada th {
    background: linear-gradient(90deg, rgba(0, 229, 255, 0.15) 0%, rgba(34, 255, 94, 0.15) 100%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 22px 15px;
    border-bottom: 2px solid rgba(0, 229, 255, 0.5);
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.8);
}

.calendario-table-unificada td {
    padding: 18px 15px;
    color: #d1e8ff;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(0, 229, 255, 0.1);
    transition: all 0.3s ease;
}

.calendario-table-unificada tbody tr {
    transition: all 0.3s ease;
    position: relative;
}

.calendario-table-unificada tbody tr:hover {
    background: rgba(34, 255, 94, 0.1);
    box-shadow: inset 0 0 15px rgba(34, 255, 94, 0.2);
}

.calendario-table-unificada tbody tr:hover td {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(34, 255, 94, 0.8);
}

.calendario-table-unificada tbody tr:last-child td {
    border-bottom: none;
}

.sorteo-num {
    color: var(--azul-puntos);
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
    transition: all 0.3s ease;
}

.calendario-table-unificada tbody tr:hover .sorteo-num {
    color: var(--verde-yaavs);
    text-shadow: 0 0 12px rgba(34, 255, 94, 0.8);
    transform: scale(1.1);
    display: inline-block;
}