@font-face{font-family:friz;font-weight:300;font-style:normal;src:url("frizquadrata.a73691.otf") format("opentype");}:root{--footer-height:40px;}*{padding:0;margin:0;box-sizing:border-box;scroll-behavior:smooth;text-wrap:balance;}body,html{height:100%;width:100%;font-family:friz, sans-serif;color:white;border:none;position:absolute;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none;background:black;}.canvas-container{display:block;width:100%;height:calc(100% - var(--footer-height));position:relative;}canvas{display:block;width:100%;height:100%;background:darkgray;position:absolute;top:0;left:0;touch-action:none;user-select:none;}.zcomponent-defaultloader{background-color:#0f0f0f !important;}#zcomponent-defaultloader-progress{background-color:black !important;border:1px solid #5a7088;}#zcomponent-defaultloader-progress-percentage{background-color:rgba(195,164,100,255) !important;box-shadow:0 0 8px 2px rgba(195,164,100,255) !important;}#zcomponent-defaultloader-subtitle{position:absolute !important;top:0;left:0;font-family:friz !important;padding:0 !important;margin:0 !important;color:#d8d1ba !important;width:100% !important;height:45% !important;display:flex;flex-direction:column;align-items:center;justify-content:center;}#zcomponent-defaultloader-subtitle .logoImg{width:60%;padding-top:40px;padding-bottom:100px;}#zcomponent-defaultloader-subtitle .subtitleImg{padding-bottom:20px;max-width:64px;}#zcomponent-defaultloader-subtitle .subtitleText{width:70%;font-size:0.85rem;padding-bottom:1.5rem;line-height:1.1rem;}#footer{position:fixed;background:#0f0f0f;height:var(--footer-height);bottom:0;left:0;right:0;color:white;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 1rem;text-align:center;z-index:3000;box-sizing:border-box;}.footer-item{flex:1;display:flex;justify-content:center;align-items:center;}.footer-item.left{justify-content:flex-start;}.footer-item.center{flex:2;justify-content:center;align-items:center;}.footer-item.right{justify-content:flex-end;}#footer-logo{width:60px;}#footer-copyright{font-size:6px;color:#5a7088;font-family:friz;}#footer-icon{width:35px;}#telcel-logo{display:none;width:65px;}#ugc-logo{display:none;width:40px;}.agegate-overlay{position:fixed;top:0;left:0;width:100vw;height:calc(100dvh + var(--footer-height));background:rgba(0, 0, 0, 0.75);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity 0.3s ease, visibility 0.3s ease;pointer-events:auto;}.agegate-panel{background:rgba(0, 0, 0, 0.9);padding:2rem;border:3px solid rgba(195,164,100,255);border-radius:1rem;box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:320px;}.agegate-panel p{font-size:1rem;margin:0;text-align:center;color:#E8E1C7;font-family:'friz';}.agegate-title{width:85%;}.agegate-panel input[type="date"]{padding:0.5rem;font-size:1rem;border:1px solid rgba(195,164,100,255);border-radius:0.5rem;margin:16px 0;color:white;background:black;width:100%;min-height:40px;appearance:none;-webkit-appearance:none;-moz-appearance:none;}.agegate-panel button{font-family:friz;background-color:rgba(0,0,0,0.5);height:5dvh;min-height:40px;width:100%;color:rgba(195,164,100,255);border:2px solid rgba(195,164,100,255);font-size:0.9rem;cursor:pointer;text-align:center;border-radius:25px;box-shadow:0 0 8px rgba(195,164,100,0.7), 
        2px 2px 10px black;}.agegate-panel button:hover{background:#333;}#landscape{position:fixed;top:0;left:0;width:100%;height:100%;display:none;flex-direction:column;align-items:center;justify-content:center;background-color:#0f0f0f;z-index:9999;}.landscape-background{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%, -50%);filter:brightness(50%);z-index:-1;}.landscape-logo{width:150px;position:absolute;top:10px;z-index:1;}.landscape-icon{position:relative;max-width:80%;height:200px;z-index:1;animation:rotate-icon 3s ease-in-out infinite;}.camera-button,.flip-button{display:flex;justify-content:center;align-items:center;position:fixed;bottom:calc(35px + var(--footer-height));background:transparent;border:none;cursor:pointer;width:85px;height:85px;z-index:1;}.camera-button{left:50%;transform:translateX(-50%);}.camera-button img{width:80px;height:auto;}.camera-rec{position:absolute;width:40px;height:40px;background-color:red;border-radius:50%;opacity:0;transition:opacity 0.2s;}.flip-button{right:25px;}.flip-button img{width:50px;height:auto;}.splash{background-color:#0f0f0f;color:white;position:fixed;width:100%;height:calc(100% - var(--footer-height));z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none;}.splash-mobile{height:100vh;display:flex;justify-content:center;align-items:center;}.splash-mobile-top-gradient{display:none;position:absolute;top:0;left:0;width:100%;height:40dvh;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);z-index:10;}.splash-mobile-bottom-gradient{position:absolute;bottom:0;left:0;width:100%;height:30dvh;background:linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.5) 85%, transparent);}.splash-mobile-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:black;z-index:10;animation:fade-out 5s forwards;animation-delay:1s;}.splash-video{position:absolute;top:-10dvh;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;}.splash-mobile-dragon{position:absolute;top:0;height:95%;transform:translateX(-50%) translateY(-14dvh);transition:opacity 0.2s ease;animation:blur-animation 2s forwards, float-animation 10s ease-in-out infinite;}.splash-mobile-header-container{position:absolute;top:3dvh;left:40%;transform:translateX(-50%);width:60%;max-width:400px;z-index:999;opacity:0;animation:blur-animation 2s forwards;animation-delay:2s;color:black;}.splash-mobile-title{position:absolute;top:5dvh;left:50%;transform:translate(-50%, -50%);width:70%;font-size:0.65rem;letter-spacing:4px;line-height:1.1rem;color:rgba(232, 225, 199, 1);transition:opacity 0.2s ease;z-index:99;}.splash-mobile-logo-wrapper{height:15dvh;display:flex;align-items:flex-end;justify-content:center;}.splash-mobile-logo{width:100%;max-height:100%;object-fit:contain;transition:opacity 0.2s ease;}.splash-mobile-date{margin-top:1.25dvh;font-size:3vw;transition:opacity 0.2s ease;}.splash-mobile-telcel{display:none;margin-top:8dvh;transition:opacity 0.2s ease;justify-content:center;flex-direction:column;align-items:center;position:absolute;width:50%;left:20%;transform:translate(-50%, -50%);}.splash-mobile-telcel p{color:black;margin-top:2dvh;font-size:0.85rem;}.splash-mobile-telcel img{filter:invert(1);margin-top:1dvh;width:80%;}.splash-mobile-launch{position:relative;height:calc(100dvh - var(--footer-height));display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;overflow:hidden;opacity:0;animation:blur-animation 2s forwards;animation-delay:3s;pointer-events:auto;}.splash-mobile-launch img{position:absolute;top:0;height:100%;object-fit:cover;z-index:-1;}.splash-mobile-subtitle{font-family:friz;font-size:0.75rem;margin-bottom:1.5rem;width:85%;min-width:235px;line-height:1.1rem;color:rgba(232,225,199,255);text-shadow:0 0 1px black;}.splash-mobile-subtitle.error{color:#FF0B0B;}.splash-mobile-launch-buttons{display:flex;justify-content:center;align-items:flex-end;width:100%;gap:20px;}.splash-mobile-launch-buttons button{font-family:friz;background-color:rgba(0,0,0,0.5);height:5dvh;min-height:40px;width:60%;color:rgba(195,164,100,255);border:2px solid rgba(195,164,100,255);font-size:0.9rem;cursor:pointer;text-align:center;margin-bottom:1rem;border-radius:25px;box-shadow:0 0 8px rgba(195,164,100,0.7), 
        2px 2px 10px black;}#launchButton.disabled{opacity:0.5;cursor:not-allowed;pointer-events:none;filter:grayscale(100%);}.splash-mobile-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;font-size:0.5rem;margin:0 0 1rem 0;}.splash-mobile-footer p{width:85%;text-align:center;margin-bottom:10px;}.splash-mobile-footer a{color:rgba(195,164,100,255);text-decoration:underline;cursor:pointer;padding:5px;}.splash-mobile-policies{display:flex;margin:10px 0 0.5rem 0;width:95vw;justify-content:space-evenly;}.zcomponent-launched .splash{display:none;}.splash-desktop{display:flex;justify-content:space-between;align-items:center;height:100vh;width:100vw;position:relative;}.splash-desk-top-gradient{position:absolute;top:0;left:0;width:100%;height:25dvh;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent);z-index:10;}.splash-desk-background-wrapper{position:relative;width:100%;height:100vh;overflow:hidden;}.splash-desk-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(20px);transform:scale(1.1);transition:filter 1s ease-in-out, transform 1s ease-in-out;}.splash-desk-background.loaded{filter:blur(0);transform:scale(1);}.splash-desk-header{position:fixed;top:0;left:40%;transform:translateX(-50%);width:80%;max-width:900px;display:flex;flex-direction:column;align-items:center;text-align:centre;padding-top:5dvh;z-index:1000;}.splash-desk-header-title{margin-bottom:1dvh;letter-spacing:5px;font-size:0.9rem;line-height:1.5rem;width:60%;color:black;}.splash-desk-header img{max-height:12dvh;margin:1dvh 0;width:auto;}.splash-desk-header-date{margin-top:1dvh;color:black;font-size:1.25rem;width:100%;}.splash-desk-telcel{display:none;margin-bottom:40dvh;transition:opacity 0.2s ease;justify-content:center;flex-direction:column;align-items:center;position:absolute;max-width:500px;}.splash-desk-telcel p{color:black;margin-top:2dvh;font-size:0.85rem;}.splash-desk-telcel img{filter:invert(1);margin-top:1dvh;width:25%;}.splash-desk-text{position:absolute;top:20vh;width:100%;height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;font-family:sans-serif;}.splash-desk-text h2{width:20%;margin-bottom:20px;letter-spacing:3px;font-size:1.25rem;text-align:center;}.splash-desk-text p{width:20%;font-size:1rem;letter-spacing:2px;text-align:center;}.splash-desk-qr{position:absolute;left:5vw;width:100%;margin-top:10dvh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:1000;}.splash-desk-qr-image{width:500px;}.splash-desk-qr-text{position:absolute;top:50px;left:50px;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;}.splash-desk-qr-text > p{margin:10px 0;font-family:friz, sans-serif;color:white;}#qr{position:absolute;width:125px;left:315px;top:64px;}#qr-text-1{width:200px;text-align:center;font-size:0.9rem;}#qr-text-2{font-weight:600;font-size:1rem;text-align:center;white-space:nowrap;padding:10px 0;}#qr-text-3{text-align:center;font-size:0.9rem;}.debug{position:fixed;inset:0;background-color:rgba(0, 0, 0, 0.85);font-family:'Segoe UI', sans-serif;display:flex;justify-content:center;align-items:center;z-index:9999;visibility:hidden;opacity:0;transition:opacity 0.3s ease, visibility 0.3s ease;pointer-events:auto;}.debug.show{visibility:visible;opacity:1;}.debug-content{background-color:#1c1d1f;color:white;padding:24px;border-radius:10px;width:85%;max-width:400px;box-shadow:0 8px 20px rgba(0, 0, 0, 0.6);text-align:left;}.debug-title{font-size:1.5rem;margin-bottom:20px;}.debug-select{width:100%;padding:10px;margin-bottom:20px;border:none;border-radius:6px;background-color:#121212;color:white;appearance:none;-webkit-appearance:none;-moz-appearance:none;}.debug-section{margin-bottom:24px;}.debug-section-title{font-size:1rem;margin-bottom:12px;border-bottom:1px solid #444;padding-bottom:16px;}.debug-toggle{display:flex;align-items:center;gap:12px;margin-bottom:20px;}.debug-toggle input{width:18px;height:18px;cursor:pointer;}.debug-toggle label{cursor:pointer;font-size:0.95rem;}.debug-buttons{margin-top:50px;text-align:right;}.debug-buttons button{background-color:#0a84ff;color:white;border:none;border-radius:6px;padding:10px 16px;cursor:pointer;transition:background-color 0.3s ease;}.debug-buttons button:hover{background-color:#006fd6;}.hidden{visibility:hidden;opacity:0;pointer-events:none;}.fade-in{opacity:1;pointer-events:auto;transition:opacity 0.5s ease-in 0.5s;}.fade-out{opacity:0;pointer-events:none;}.blur-fade-in{opacity:1;filter:blur(0);transform:scale(1);transition:opacity 1s ease, filter 1.5s ease-out, transform 1.5s ease-out;}.blur-fade-out{opacity:0;filter:blur(30px);transform:scale(1.6);transition:opacity 1s ease, filter 2s ease-out, transform 2s ease-out;}@keyframes blur-animation{0%{filter:blur(10px);opacity:0;}100%{filter:blur(0);opacity:1;}}@keyframes float-animation{0%,100%{transform:translateX(-50%) translateY(-14dvh);}50%{transform:translateX(-52%) translateY(-14dvh);}}@keyframes loading-animation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes arrow-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(10px);}}@keyframes rotate-icon{0%{transform:rotate(-90deg);}30%,50%{transform:rotate(0deg);}80%,100%{transform:rotate(-90deg);}}@keyframes fade-out{0%{opacity:1;}100%{opacity:0;}}@media (min-width: 768px){.splash-desktop{display:flex;}.splash-mobile{display:none;}#footer{height:8vh;background:#000000;box-shadow:0 -10px 10px rgba(0, 0, 0, 0.75);}#footer-logo{width:9vw;}#footer-copyright{font-size:0.8rem;color:#5a7088;margin-bottom:1vh;}#footer-icon{width:3vw;}#telcel-logo{width:100px;}}@media (max-width: 767px){.splash-desktop{display:none;}.splash-mobile{display:block;}}.navBarTopGradient{background:#000000;background:linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);}