.site-header{position:relative;z-index:1000}.main-header{width:100%;padding:20px 0;background:#1954a5cc;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.main-header .header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:40px}.main-header .header-logo{display:flex;justify-content:flex-start;align-items:center;gap:40px}.main-header .header-logo .logo-image{max-width:109px;width:100%;height:auto}.main-header .header-logo .mobile-logo-text{display:none;text-decoration:none;cursor:pointer}.main-header .header-logo .header-nav{display:flex;justify-content:center}.main-header .header-logo .header-nav .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:30px}.main-header .header-logo .header-nav .nav-list .nav-item .nav-link{color:#fff;text-decoration:none;font-size:20px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;transition:all .3s ease;padding:8px 0;position:relative}.main-header .header-logo .header-nav .nav-list .nav-item .nav-link:hover,.main-header .header-logo .header-nav .nav-list .nav-item .nav-link.active{color:#87ceeb}.main-header .header-logo .header-nav .nav-list .nav-item .nav-link:hover:after,.main-header .header-logo .header-nav .nav-list .nav-item .nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#87ceeb}.main-header .mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative}.main-header .mobile-menu-toggle .hamburger-icon{display:flex;flex-direction:column;gap:5px;width:24px;height:18px}.main-header .mobile-menu-toggle .hamburger-icon .hamburger-line{width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.main-header .mobile-menu-toggle .close-icon{font-size:32px;color:#fff;line-height:1;font-weight:300}.main-header .mobile-menu-toggle.active .hamburger-icon{display:none}.main-header .mobile-menu-toggle.active .close-icon{display:block!important}.main-header .header-auth{display:flex;align-items:center;justify-content:center;gap:15px;flex-shrink:0}.main-header .header-auth .btn-register img{width:110px}.main-header .header-auth .btn-header{font-family:"Jersey 15",sans-serif;width:146px;height:32px;font-weight:400;font-size:16px;line-height:120%;letter-spacing:8%;text-transform:uppercase;color:#fff;border:none;border:1px solid #FFFFFF;border-radius:8px;cursor:pointer;transition:all .3s ease}.main-header .header-auth .btn-header.btn-login{background:transparent;color:#fff;border-color:#fff}.main-header .header-auth .btn-header.btn-login:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.main-header .header-auth .btn-header.btn-login:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.main-header .header-auth .header-user-profile{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;padding:8px 12px;border-radius:8px}.main-header .header-auth .header-user-profile .header-user-avatar{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 4px #0003}.main-header .header-auth .header-user-profile .header-user-avatar .user-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.main-header .header-auth .header-user-profile .header-user-name{font-family:"Jersey 15",sans-serif;font-size:20px;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.main-header .header-auth .header-user-profile .header-user-arrow{width:24px;height:24px;flex-shrink:0}@media (max-width: 1024px){.main-header{padding:15px 0}.main-header .header-container,.main-header .header-nav .nav-list{gap:20px}.main-header .header-nav .nav-list .nav-item .nav-link{font-size:12px}.main-header .header-auth .btn{padding:8px 15px;font-size:11px}}.mobile-menu-overlay{display:none;position:relative;inset:0;background-image:url(/build/assets/back-Dc7IiOXo.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:2000;overflow-y:auto;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}.mobile-menu-overlay .mobile-menu-nav{position:relative;z-index:1;padding:60px 20px 100px;display:flex;align-items:center;justify-content:center;min-height:calc(100vh + -0px)}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:40px;align-items:center;width:100%;max-width:400px}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item{width:100%;text-align:center}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item .mobile-menu-link{display:block;color:#fff;text-decoration:none;font-family:"Jersey 15",sans-serif;font-size:32px;font-weight:400;text-transform:uppercase;letter-spacing:3px;padding:20px 0;transition:all .3s ease;position:relative}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item .mobile-menu-link:hover,.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item .mobile-menu-link.active{color:#87ceeb;text-shadow:0 0 20px rgba(135,206,235,.8);transform:scale(1.05)}@media (max-width: 768px){.main-header{padding:15px 0;background:#1954a5}.main-header .header-container{width:90%;gap:15px}.main-header .header-logo{gap:15px;flex:1}.main-header .header-logo .logo-image{display:none}.main-header .header-logo .mobile-logo-text{display:flex;align-items:center;text-decoration:none;cursor:pointer}.main-header .header-logo .mobile-logo-text .mobile-logo-image{max-width:96px;width:auto;height:auto;display:block}.main-header .header-logo .header-nav{display:none}.main-header .mobile-menu-toggle{display:block}.main-header .header-auth{display:none}}body:has(.thank-you-page){overflow:auto;-webkit-user-select:auto;user-select:auto}body:has(.completar-perfil-page){overflow:auto;-webkit-user-select:auto;user-select:auto}body:has(.register-page){overflow:auto;-webkit-user-select:auto;user-select:auto}body.auth-page{font-family:"Jersey 15",sans-serif;font-weight:400;font-style:normal;overflow:hidden;-webkit-user-select:none;user-select:none;background-image:url(/build/assets/back-Ba2Zsca_.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:calc(100vh + -0px)}.thank-you-page{position:relative;background-image:url(/build/assets/back-Di6ON_xp.png)!important;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh}.thank-you-page header{display:none}.thank-you-page footer{display:none}.thank-you-page:before{content:"";position:fixed;inset:0;background-image:url(/build/assets/back_2-R-kS3wjc.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-1;pointer-events:none}.thank-you-page .thank-you-container{position:relative;z-index:10;width:100%;max-width:800px;margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px}.thank-you-page .thank-you-container .thank-you-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.thank-you-page .thank-you-container .thank-you-title{font-family:"Jersey 15",sans-serif;font-weight:400;font-style:normal;font-size:56px;line-height:100%;color:#020f30;margin-bottom:24px}.thank-you-page .thank-you-container .thank-you-description{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:150%;color:#020f30;margin-bottom:32px}.thank-you-page .thank-you-container .submit-button{width:155px;display:flex;justify-content:center;align-items:center}.thank-you-page .thank-you-container .submit-button .submit-button-image{width:100%;height:auto;display:block}.auth-header{width:100%;background-color:transparent}.auth-header .auth-header-content{width:100%;padding:20px 40px;text-align:center;display:flex;align-items:center;justify-content:center}.auth-header .auth-header-content .auth-brand img{width:109px;height:auto;display:block}.auth-main{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}body.completar-perfil-page .auth-main,body.register-page .auth-main{align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.register-container{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center}body.completar-perfil-page .register-container,body.register-page .register-container{max-height:calc(100vh - 200px);overflow-y:auto;overflow-x:hidden;align-items:flex-start;-webkit-overflow-scrolling:touch}@media (max-width: 768px){body.completar-perfil-page .register-container,body.register-page .register-container{max-height:calc(100vh - 280px)}}.register-panel{background-color:#fff;border-radius:8px;padding:40px 32px;width:100%;box-shadow:0 8px 32px #0000004d}.register-header{margin-bottom:32px;text-align:center}.register-title{font-family:"Jersey 15",sans-serif;font-weight:400;font-style:normal;font-size:56px;line-height:100%;letter-spacing:-1%;text-align:center;text-transform:uppercase;color:#020f30;padding-bottom:16px}.register-subtitle{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:150%;letter-spacing:0%;text-align:center;color:#020f30}.error-message{background:#ff3b3b26;border:1px solid rgba(255,59,59,.3);color:#ff3b3b;padding:12px 16px;border-radius:8px;margin-bottom:24px}.error-message ul{margin:0;padding-left:20px;list-style:none}.error-message ul li{font-size:14px}.register-form{margin-bottom:24px}.form-field{margin-bottom:32px}.field-input{width:100%;height:40px;background:#e8eef6;border:none;color:#686c70;font-size:16px;outline:none;padding:8px 0 8px 16px}.field-input::placeholder{color:#686c70}.field-input:focus+.field-underline{width:100%}.password-field-wrapper{position:relative;display:flex;align-items:center}.password-toggle-btn{position:absolute;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:8px;opacity:.7;transition:opacity .2s}.password-toggle-btn:hover{opacity:1}.password-toggle-btn i{font-size:18px}.field-underline{height:1px;background:#fff;width:100%;margin-top:4px;transition:width .3s ease}.divider-line{height:1px;background:#cad0d6;width:100%;margin:24px 0}.submit-button{width:100%;background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:block}.submit-button .submit-button-image{width:100%;height:auto;display:block}.submit-button:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.submit-button:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.google-link{display:block;text-decoration:none;margin-bottom:24px;transition:transform .2s ease,filter .2s ease;cursor:pointer}.google-link .google-button-image{width:100%;height:auto;display:block}.google-link:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.google-link:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.login-link{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:16px;text-align:center;color:#020f30;font-size:14px}.login-link span{opacity:.9;margin-right:4px}.login-link-text{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:#020f30;transition:color .2s}.login-link-text:hover{color:#3b82f6;text-decoration:underline}.auth-footer,.auth-footer .footer-solid-section{width:100%;background-color:transparent}.auth-footer .footer-content{width:100%;padding:20px 40px;text-align:center;display:flex;align-items:center;justify-content:center}.auth-footer .footer-copyright{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#fff}.forgot-password-link-container{width:100%;text-align:center;margin-top:24px;margin-bottom:44px}.forgot-password-link-container .forgot-password-link{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#020f30;text-align:center;text-decoration:none}.completar-perfil-form-grid .c{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media (max-width: 768px){.completar-perfil-form-grid .c{grid-template-columns:1fr;gap:24px}}.completar-perfil-form-grid .c .form-column{display:flex;flex-direction:column;gap:0}.select-wrapper{width:100%;position:relative}.select-wrapper .field-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;cursor:pointer;background-color:#e8eef6;color:#686c70}.select-wrapper .field-select:focus{outline:none}.select-wrapper .field-select option{background-color:#fff;color:#020f30}.select-wrapper .select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#686c70;font-size:14px}.auth-main .alert{position:fixed;top:100px;left:50%;z-index:10000;max-width:500px;width:90%;padding:16px 24px;border-radius:8px;font-family:Nunito Sans,sans-serif;font-size:14px;line-height:150%;box-shadow:0 4px 12px #00000026;text-align:center}.auth-main .alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.auth-main .alert.alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.auth-main .alert.alert-warning{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.auth-main .alert.alert-info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}@keyframes snowflake-fall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(360deg);opacity:0}}@keyframes ice-cube-move{0%{left:100%}to{left:-10%}}@keyframes hit-effect{0%{transform:scale(.5);opacity:1}to{transform:scale(2);opacity:0}}@keyframes particle-explosion{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--random-x),var(--random-y)) scale(0);opacity:0}}@keyframes fade-particle-fall{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--random-x),var(--random-y)) scale(.3);opacity:0}}@keyframes destruction-explosion{0%{transform:translate(0) scale(1);opacity:1}50%{transform:translate(var(--random-x),var(--random-y)) scale(1.5);opacity:.8}to{transform:translate(var(--random-x),var(--random-y)) scale(.2);opacity:0}}@keyframes power-pulse{0%,to{box-shadow:0 0 5px #f59e0b}50%{box-shadow:0 0 20px #f59e0b,0 0 30px #f59e0b}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Jersey 15",sans-serif;font-weight:400;font-style:normal;overflow:hidden;-webkit-user-select:none;user-select:none}.body-game{background-image:url(/build/assets/desktop_bg-CXPs2L_T.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.snowflakes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.snowflake{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%;animation:snowflake-fall linear infinite}.snowflake:nth-child(odd){width:8px;height:8px;animation-duration:3s}.snowflake:nth-child(2n){width:12px;height:12px;animation-duration:4s}.snowflake:nth-child(3n){width:6px;height:6px;animation-duration:5s}.snowflake:nth-child(1){left:36%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(2){left:96%;animation-delay:3s;animation-duration:6s}.snowflake:nth-child(3){left:41%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(4){left:41%;animation-delay:1s;animation-duration:4s}.snowflake:nth-child(5){left:47%;animation-delay:4s;animation-duration:4s}.snowflake:nth-child(6){left:46%;animation-delay:3s;animation-duration:4s}.snowflake:nth-child(7){left:55%;animation-delay:3s;animation-duration:4s}.snowflake:nth-child(8){left:11%;animation-delay:3s;animation-duration:6s}.snowflake:nth-child(9){left:78%;animation-delay:1s;animation-duration:4s}.snowflake:nth-child(10){left:50%;animation-delay:5s;animation-duration:5s}.snowflake:nth-child(11){left:82%;animation-delay:5s;animation-duration:6s}.snowflake:nth-child(12){left:15%;animation-delay:3s;animation-duration:5s}.snowflake:nth-child(13){left:86%;animation-delay:4s;animation-duration:4s}.snowflake:nth-child(14){left:70%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(15){left:5%;animation-delay:3s;animation-duration:4s}.snowflake:nth-child(16){left:87%;animation-delay:3s;animation-duration:5s}.snowflake:nth-child(17){left:41%;animation-delay:5s;animation-duration:5s}.snowflake:nth-child(18){left:93%;animation-delay:3s;animation-duration:6s}.snowflake:nth-child(19){left:64%;animation-delay:3s;animation-duration:6s}.snowflake:nth-child(20){left:98%;animation-delay:3s;animation-duration:6s}.snowflake:nth-child(21){left:73%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(22){left:70%;animation-delay:5s;animation-duration:4s}.snowflake:nth-child(23){left:6%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(24){left:47%;animation-delay:4s;animation-duration:6s}.snowflake:nth-child(25){left:47%;animation-delay:1s;animation-duration:4s}.snowflake:nth-child(26){left:94%;animation-delay:3s;animation-duration:4s}.snowflake:nth-child(27){left:93%;animation-delay:5s;animation-duration:4s}.snowflake:nth-child(28){left:11%;animation-delay:2s;animation-duration:4s}.snowflake:nth-child(29){left:18%;animation-delay:3s;animation-duration:5s}.snowflake:nth-child(30){left:45%;animation-delay:1s;animation-duration:5s}.snowflake:nth-child(31){left:29%;animation-delay:2s;animation-duration:5s}.snowflake:nth-child(32){left:26%;animation-delay:5s;animation-duration:6s}.snowflake:nth-child(33){left:8%;animation-delay:3s;animation-duration:4s}.snowflake:nth-child(34){left:36%;animation-delay:2s;animation-duration:4s}.snowflake:nth-child(35){left:57%;animation-delay:2s;animation-duration:5s}.snowflake:nth-child(36){left:39%;animation-delay:4s;animation-duration:4s}.snowflake:nth-child(37){left:49%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(38){left:73%;animation-delay:4s;animation-duration:5s}.snowflake:nth-child(39){left:70%;animation-delay:3s;animation-duration:4s}.snowflake:nth-child(40){left:98%;animation-delay:4s;animation-duration:4s}.snowflake:nth-child(41){left:76%;animation-delay:2s;animation-duration:5s}.snowflake:nth-child(42){left:26%;animation-delay:1s;animation-duration:4s}.snowflake:nth-child(43){left:85%;animation-delay:1s;animation-duration:6s}.snowflake:nth-child(44){left:4%;animation-delay:4s;animation-duration:5s}.snowflake:nth-child(45){left:81%;animation-delay:3s;animation-duration:5s}.snowflake:nth-child(46){left:70%;animation-delay:3s;animation-duration:5s}.snowflake:nth-child(47){left:79%;animation-delay:5s;animation-duration:4s}.snowflake:nth-child(48){left:75%;animation-delay:5s;animation-duration:6s}.snowflake:nth-child(49){left:78%;animation-delay:4s;animation-duration:4s}.snowflake:nth-child(50){left:46%;animation-delay:2s;animation-duration:5s}.time-up-fullscreen-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f162be6;z-index:10000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transform:scale(.9);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.time-up-fullscreen-modal.show{opacity:1;transform:scale(1)}.time-up-fullscreen-modal.hide{opacity:0;transform:scale(.9)}.time-up-fullscreen-modal .time-up-modal-content{width:90%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 0;gap:30px}.time-up-fullscreen-modal .time-up-modal-content .time-up-icon{width:80px;height:80px;opacity:0;transform:scale(0) translateY(-20px);transition:opacity .6s cubic-bezier(.34,1.56,.64,1) .2s,transform .6s cubic-bezier(.34,1.56,.64,1) .2s}.time-up-fullscreen-modal .time-up-modal-content .time-up-icon .time-icon-image{width:100%;height:100%;object-fit:contain}.time-up-fullscreen-modal .time-up-modal-content .time-up-title{color:#fff;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Instrument Sans,sans-serif;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1) .4s,transform .6s cubic-bezier(.4,0,.2,1) .4s}.time-up-fullscreen-modal .time-up-modal-content .time-up-subtitle{color:#fff;font-size:1.2rem;font-weight:400;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-family:Instrument Sans,sans-serif;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1) .6s,transform .6s cubic-bezier(.4,0,.2,1) .6s}.time-up-fullscreen-modal .time-up-modal-content .time-up-button-container{margin-top:20px;width:100%;display:flex;justify-content:center}.time-up-fullscreen-modal .time-up-modal-content .time-up-button-container .continue-button{background:none;border:none;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:100%;max-width:200px;margin:0 auto;padding:0}.time-up-fullscreen-modal .time-up-modal-content .time-up-button-container .continue-button:hover{transform:scale(1.05)}.time-up-fullscreen-modal .time-up-modal-content .time-up-button-container .continue-button .button-image{width:100%;height:auto;max-width:200px;object-fit:contain}.time-up-fullscreen-modal.show .time-up-modal-content .time-up-icon{opacity:1;transform:scale(1) translateY(0)}.time-up-fullscreen-modal.show .time-up-modal-content .time-up-title,.time-up-fullscreen-modal.show .time-up-modal-content .time-up-subtitle{opacity:1;transform:translateY(0)}.pickaxes-out-fullscreen-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f162be6;z-index:10000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transform:scale(.9);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.pickaxes-out-fullscreen-modal.show{opacity:1;transform:scale(1)}.pickaxes-out-fullscreen-modal.hide{opacity:0;transform:scale(.9)}.pickaxes-out-fullscreen-modal .pickaxes-out-modal-content{width:90%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 0;gap:30px}.pickaxes-out-fullscreen-modal .pickaxes-out-modal-content .pickaxes-out-icon{width:80px;height:80px;opacity:0;transform:scale(0) translateY(-20px);transition:opacity .6s cubic-bezier(.34,1.56,.64,1) .2s,transform .6s cubic-bezier(.34,1.56,.64,1) .2s}.pickaxes-out-fullscreen-modal .pickaxes-out-modal-content .pickaxes-out-icon .pickaxe-icon-image{width:100%;height:100%;object-fit:contain}.pickaxes-out-fullscreen-modal .pickaxes-out-modal-content .pickaxes-out-title{color:#fff;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Instrument Sans,sans-serif;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1) .4s,transform .6s cubic-bezier(.4,0,.2,1) .4s}.pickaxes-out-fullscreen-modal .pickaxes-out-modal-content .pickaxes-out-subtitle{color:#fff;font-size:1.2rem;font-weight:400;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-family:Instrument Sans,sans-serif;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1) .6s,transform .6s cubic-bezier(.4,0,.2,1) .6s}.pickaxes-out-fullscreen-modal.show .pickaxes-out-modal-content .pickaxes-out-icon{opacity:1;transform:scale(1) translateY(0)}.pickaxes-out-fullscreen-modal.show .pickaxes-out-modal-content .pickaxes-out-title,.pickaxes-out-fullscreen-modal.show .pickaxes-out-modal-content .pickaxes-out-subtitle{opacity:1;transform:translateY(0)}.game-container{width:393px;position:relative;z-index:2;height:auto;min-height:auto;display:flex;flex-direction:column;padding:0;margin:0 auto;border:2px solid #020F30}@media (max-width: 768px){.game-container{width:100%}}.game-header-top{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px;background:#020f30cc;z-index:10}.game-header-top .score-display{text-align:center;padding:10px 20px;font-weight:600;font-size:1.1rem;color:#ade9ff}.game-header-top .time-display-container{display:flex;align-items:center;justify-content:center;gap:10px}.game-header-top .time-display-container .time-display-text{font-size:24px;line-height:100%;letter-spacing:0%;text-align:center;color:#ade9ff}.game-header-top .time-display-container .time-display{display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 10px;font-weight:600;font-size:1.1rem;border-radius:25px;background-color:#ade9ff;color:#020f30;transition:background-color .3s ease,color .3s ease}.game-header-top .time-display-container .time-display .time-display-text{font-size:24px;font-weight:600;color:#ade9ff}.game-header-top .time-display-container .time-display .timer-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0;transition:filter .3s ease}.game-header-top .time-display-container .time-display #time{font-weight:700}.main-content{flex:1;display:flex;height:calc(100vh - 580px)}.left-panel{width:50%;height:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:radial-gradient(170.71% 56.59% at 50% 32.07%,#0e3f83 18.75%,#0d499d 43.75%,#1954a5 75.48%,#0b3f88);padding-top:3rem}.left-panel .game-logo{text-align:center;padding:20px 0}.left-panel .game-logo .logo-image{width:100%;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.left-panel .product-list{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.left-panel .product-list .product-item{width:100px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.left-panel .product-list .product-item .product-icon{width:50%;object-fit:contain}.left-panel .product-list .product-item .product-name{font-size:10px;color:#fff;text-align:center;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;opacity:0}.left-panel .product-list .product-item.broken-ice{width:130px}.left-panel .product-list .product-item.broken-ice .product-name{margin-top:-10px;opacity:1}.left-panel .product-list .product-item.active-product{width:160px}.left-panel .product-list .product-item.active-product .product-icon{transform:scale(1.1);filter:brightness(1.1);opacity:1}.left-panel .product-list .product-item.active-product .product-name{font-size:10px;font-weight:600;opacity:1;margin-top:0}.right-panel{width:50%;flex:1;position:relative}.bottom-panel{width:100%;position:absolute;bottom:0;left:0;background:#020f30cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;padding:20px;gap:30px;z-index:10}.bottom-panel .force-section{display:flex;flex-direction:column;gap:10px}.bottom-panel .force-section .force-header{display:flex;justify-content:space-between;align-items:center}.bottom-panel .force-section .force-header .force-label,.bottom-panel .force-section .force-header .force-percentage{color:#60a5fa;font-weight:600;font-size:1.2rem;font-family:Courier New,monospace;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.bottom-panel .force-section .force-bar{position:relative;width:100%;height:30px;background:#1e3a8a;border-radius:15px;overflow:hidden;border:2px solid #3b82f6}.bottom-panel .force-section .force-bar .force-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:#9bfa68;border-radius:13px;transition:width .1s ease,background .3s cubic-bezier(.4,0,.2,1)}.bottom-panel .force-section .force-bar .force-max-zone{position:absolute;top:0;right:0;height:100%;width:20%;background:#10b9814d;border-radius:0 13px 13px 0;display:flex;align-items:center;justify-content:center}.bottom-panel .force-section .force-bar .force-max-zone .force-max{color:#fff;font-size:.8rem;font-weight:600;font-family:Courier New,monospace;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.bottom-panel .force-section .attempts-section{width:100%;display:flex;flex-direction:column}.bottom-panel .force-section .attempts-section .attempts-header{display:flex;justify-content:space-between;align-items:center}.bottom-panel .force-section .attempts-section .attempts-header .attempts-text{color:#60a5fa;font-weight:600;font-size:12px;font-family:Courier New,monospace;padding-bottom:5px}.bottom-panel .force-section .attempts-section .pickaxes-display{display:grid;grid-template-columns:repeat(13,1fr);gap:0}.bottom-panel .force-section .attempts-section .pickaxes-display .pickaxe-icon{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bottom-panel .force-section .attempts-section .pickaxes-display .pickaxe-icon img{width:80%;height:80%;object-fit:contain}.bottom-panel .force-section .attempts-section .pickaxes-display .pickaxe-icon.default{background-color:#3b82f600}.bottom-panel .force-section .attempts-section .pickaxes-display .pickaxe-icon.success{background-color:#10b98100}.bottom-panel .force-section .attempts-section .pickaxes-display .pickaxe-icon.error{background-color:#ef444400}.game-header{text-align:center;margin-bottom:20px}.game-header .score-info{display:flex;justify-content:center;gap:30px;font-size:1.2rem;font-weight:600;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-header .score-info span{background:#ffffff1a;padding:8px 16px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-header .score-info .score{color:#10b981}.game-header .score-info .level{color:#0ea5e9}.game-header .score-info .lives{color:#ef4444}.game-header .score-info .tolerance{color:#f59e0b}.game-header .score-info .time{color:#10b981;font-weight:700}.game-modal{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/build/assets/bg-DwakKrqP.jpg) center/cover no-repeat;display:flex;justify-content:center;align-items:center;z-index:1000}.game-modal.final-game-modal{background:url(/build/assets/bg_2-DkdFVbgR.png) center/cover no-repeat}.game-modal .modal-content{background:transparent;border-radius:0;padding:0;text-align:center;box-shadow:none;border:none;max-width:100%;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative}.game-modal .modal-content:has(.time-up-modal){justify-content:center}.game-modal .modal-content .modal-logo{margin-bottom:20px;z-index:10}.game-modal .modal-content .modal-logo .maruchan-logo{max-width:300px;height:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.game-modal .modal-content .game-over-modal{width:90%}.game-modal .modal-content .game-over-modal .game-over-content{background:#020f30;border-radius:20px;padding:30px 25px;text-align:center;box-shadow:0 20px 40px #00000080;border:2px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-modal .modal-content .game-over-modal .game-over-content .game-over-title{color:#ade9ff;font-size:1.8rem;font-weight:700;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-modal .modal-content .game-over-modal .game-over-content .player-name{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:25px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-modal .modal-content .game-over-modal .game-over-content .score-section{margin-bottom:30px}.game-modal .modal-content .game-over-modal .game-over-content .score-section .score-number{color:#ade9ff;font-size:3rem;font-weight:700;margin-bottom:5px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-modal .modal-content .game-over-modal .game-over-content .score-section .score-label{color:#ade9ff;font-size:1rem;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-modal .modal-content .game-over-modal .game-over-content .stats-section{display:flex;justify-content:space-around;margin-bottom:30px}.game-modal .modal-content .game-over-modal .game-over-content .stats-section .stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.game-modal .modal-content .game-over-modal .game-over-content .stats-section .stat-item .stat-number{color:#ade9ff;font-size:1.8rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-modal .modal-content .game-over-modal .game-over-content .stats-section .stat-item .stat-icon .icon-circle{width:30px;height:30px}.game-modal .modal-content .game-over-modal .game-over-content .stats-section .stat-item .stat-icon .icon-circle .icon-image{object-fit:contain}.game-modal .modal-content .game-over-modal .game-over-content .stats-section .stat-item .stat-label{color:#ade9ff;font-size:.9rem;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-modal .modal-content .game-over-modal .game-over-content .continue-button-container .continue-button{background:none;border:none;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:100%;max-width:200px;margin:0 auto;padding:0}.game-modal .modal-content .game-over-modal .game-over-content .continue-button-container .continue-button:hover{transform:scale(1.05)}.game-modal .modal-content .game-over-modal .game-over-content .continue-button-container .continue-button .button-image{width:100%;height:auto;max-width:200px;object-fit:contain}.game-modal .modal-content .time-up-modal{width:90%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 30px;gap:30px;background:#1a233b;border-radius:20px;box-shadow:0 20px 40px #00000080;border:2px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-modal .modal-content .time-up-modal .time-up-icon{width:120px;height:120px;background:#2e64d0;border-radius:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #2e64d066;margin-bottom:20px;padding:20px}.game-modal .modal-content .time-up-modal .time-up-icon .time-icon-image{width:100%;height:100%;object-fit:contain}.game-modal .modal-content .time-up-modal .time-up-title{color:#fff;font-size:2.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Instrument Sans,sans-serif}.game-modal .modal-content .time-up-modal .time-up-subtitle{color:#fff;font-size:1.2rem;font-weight:400;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-family:Instrument Sans,sans-serif}.game-modal .modal-content .time-up-modal .time-up-button-container{margin-top:20px;width:100%;display:flex;justify-content:center}.game-modal .modal-content .time-up-modal .time-up-button-container .continue-button{background:none;border:none;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:100%;max-width:200px;margin:0 auto;padding:0}.game-modal .modal-content .time-up-modal .time-up-button-container .continue-button:hover{transform:scale(1.05)}.game-modal .modal-content .time-up-modal .time-up-button-container .continue-button .button-image{width:100%;height:auto;max-width:200px;object-fit:contain}.game-modal .modal-content .instructions-panel{background:#020f3066;border-radius:20px;padding:30px;margin-bottom:30px;max-width:400px;width:90%;z-index:10}.game-modal .modal-content .instructions-panel .instructions-title{color:#fff;font-size:48px;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-modal .modal-content .instructions-panel .instructions-subtitle{font-family:Noto Sans,sans-serif;color:#fff;font-size:1.1rem;margin-bottom:20px;line-height:1.4}.game-modal .modal-content .instructions-panel .instructions-list{margin-bottom:20px}.game-modal .modal-content .instructions-panel .instructions-list .instruction-item{font-family:Noto Sans,sans-serif;display:flex;align-items:center;margin-bottom:15px;color:#fff;font-size:16px;line-height:1.4;text-align:left}.game-modal .modal-content .instructions-panel .instructions-list .instruction-item .instruction-number{background:#fff;color:#0e3f83;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:10px;flex-shrink:0}.game-modal .modal-content .instructions-panel .instructions-list .instruction-item .instruction-text{flex:1}.game-modal .modal-content .instructions-panel .how-to-play{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,filter .2s ease}.game-modal .modal-content .instructions-panel .how-to-play .how-to-play-image{width:229px;height:auto;display:block;max-width:100%}.game-modal .modal-content .instructions-panel .how-to-play:hover{transform:scale(1.05);filter:brightness(1.1)}.game-modal .modal-content .instructions-panel .how-to-play:active{transform:scale(.98)}.game-modal .modal-content .play-button-container{z-index:10;margin-top:20px}.game-modal .modal-content .play-button-container .play-button{background:none;border:none;cursor:pointer;position:relative;transition:transform .3s ease,opacity .3s ease}.game-modal .modal-content .play-button-container .play-button:hover:not(:disabled){transform:scale(1.05)}.game-modal .modal-content .play-button-container .play-button:disabled{cursor:not-allowed;opacity:.5}.game-modal .modal-content .play-button-container .play-button .button-image{max-width:145px;height:auto}.game-modal .modal-content .play-button-container .play-button .button-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;font-weight:700;font-size:1.2rem;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.force-bar-container{margin-bottom:30px;text-align:center}.force-bar-container .force-bar{position:relative;width:100%;max-width:600px;height:40px;background:#0000004d;border-radius:20px;margin:0 auto 10px;overflow:hidden;box-shadow:inset 0 2px 4px #0000004d}.force-bar-container .force-bar .force-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:#ef4444;border-radius:20px;transition:width .1s ease,background-color .1s ease;animation:power-pulse 2s infinite;box-shadow:0 0 10px #ffffff4d}.force-bar-container .force-label{color:#fff;font-size:1.1rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.item-bar-container{margin-bottom:20px;text-align:center}.item-bar-container .item-bar{display:inline-flex;align-items:center;gap:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;padding:20px 30px;border:2px solid rgba(255,255,255,.2)}.item-bar-container .item-bar .item-icon{font-size:2.5rem;padding:10px;border-radius:15px;transition:all .3s ease;opacity:.6;cursor:pointer}.item-bar-container .item-bar .item-icon:hover{opacity:.8;transform:scale(1.1)}.item-bar-container .target-label{color:#fff;font-size:1.1rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-top:10px}.item-bar-container-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:2px solid rgba(255,255,255,.2);min-height:200px;justify-content:center}.item-bar-container-vertical .item-bar-vertical{display:flex;flex-direction:column;align-items:center;gap:20px}.item-bar-container-vertical .item-bar-vertical .item-icon{font-size:1.5rem;padding:8px;border-radius:10px;transition:all .3s ease;opacity:.6;cursor:pointer;min-width:40px;text-align:center}.item-bar-container-vertical .item-bar-vertical .item-icon .item-icon-image{width:30%;height:30%;object-fit:contain;border-radius:8px;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.item-bar-container-vertical .item-bar-vertical .item-icon:hover{opacity:.8;transform:scale(1.1)}.item-bar-container-vertical .item-bar-vertical .item-icon[data-state="2"] .item-icon-image{filter:brightness(1.1) contrast(1.1)}.item-bar-container-vertical .item-bar-vertical .item-icon[data-state="3"] .item-icon-image{filter:brightness(.9) contrast(1.2)}.item-bar-container-vertical .item-bar-vertical .item-icon[data-state="4"] .item-icon-image{filter:brightness(.8) contrast(.9)}.item-bar-container-vertical .target-label-vertical{color:#fff;font-size:1rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-align:center;writing-mode:vertical-rl;text-orientation:mixed}@keyframes item-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.game-area{flex:1;position:relative;background:linear-gradient(135deg,#0ea5e91a,#06b6d41a);border-radius:20px;border:2px solid rgba(255,255,255,.2);overflow:hidden;margin-bottom:20px;min-height:60vh;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:20px}.conveyor-belt-vertical{position:absolute;right:0;top:0;width:100%;height:100%;background:radial-gradient(170.71% 56.59% at 50% 32.07%,#0e3f83 18.75%,#0d499d 43.75%,#1954a5 75.48%,#0b3f88);background-position:center;border-left:8px solid #1F5F8F;border-right:8px solid #1F5F8F;overflow:hidden}.conveyor-belt-vertical:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/build/assets/cinta_transportadora-BdXHjRmD.png);background-size:100% auto;background-repeat:repeat-y;background-position:0 0;animation:conveyor-belt-move 120s linear infinite;z-index:1}.conveyor-belt-vertical .belt-track-vertical{position:relative;height:100%;width:100%;display:flex;justify-content:center;z-index:2}@keyframes conveyor-belt-move{0%{background-position:0 0}to{background-position:0 100%}}@keyframes conveyor-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes conveyor-move-vertical{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.ice-cube{position:absolute;left:50%;transform:translate(-50%);width:110px;height:110px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:top .1s linear;overflow:visible}.ice-cube .ice-cube-image{width:100%;height:100%;object-fit:contain;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),filter .5s ease-in-out;will-change:opacity,transform}.ice-cube.cracked .ice-cube-image{filter:brightness(1.1) contrast(1.1)}.ice-cube.broken .ice-cube-image{filter:brightness(.9) contrast(1.2)}.ice-cube.final .ice-cube-image{filter:brightness(1.1) contrast(1.1)}.ice-cube[data-state="4"]{cursor:default;pointer-events:none;opacity:.7}.ice-cube.fading-out{pointer-events:none;z-index:5}.ice-cube.cracked-1:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(0,0,0,.3) 30%,rgba(0,0,0,.3) 35%,transparent 35%);pointer-events:none}.ice-cube.cracked-2:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(0,0,0,.4) 30%,rgba(0,0,0,.4) 35%,transparent 35%),linear-gradient(-45deg,transparent 60%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.4) 65%,transparent 65%);pointer-events:none}.ice-cube.in-hit-zone{border-color:#f59e0b;box-shadow:0 0 20px #f59e0b,0 4px 8px #0003;animation:power-pulse 1s infinite}.hit-zone{position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:200px;pointer-events:none}.hit-zone .hit-indicator{position:relative;width:100%;height:100%;cursor:pointer;pointer-events:all}.hit-zone .hit-indicator .hit-line{position:absolute;top:0;left:50%;transform:translate(-50%);width:4px;height:100%;background:linear-gradient(to bottom,transparent 0%,#f59e0b 20%,#f59e0b 80%,transparent 100%);box-shadow:0 0 10px #f59e0b}.hit-zone .hit-indicator .hit-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f59e0b;font-weight:700;font-size:.9rem;text-shadow:1px 1px 2px rgba(0,0,0,.8);writing-mode:vertical-rl;text-orientation:mixed}.game-controls{display:flex;justify-content:center;gap:15px;margin-bottom:20px}.btn{padding:12px 24px;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;box-shadow:0 4px 8px #0ea5e94d}.btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #0ea5e966}.btn.btn-secondary{background:linear-gradient(135deg,#6b7280,#9ca3af);color:#fff;box-shadow:0 4px 8px #6b72804d}.btn.btn-secondary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #6b728066}.btn.btn-danger{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;box-shadow:0 4px 8px #ef44444d}.btn.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #ef444466}.instructions{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;color:#fff;text-align:center;max-width:600px;margin:0 auto}.instructions h3{font-size:1.3rem;margin-bottom:15px;color:#f59e0b}.instructions p{margin-bottom:8px;font-size:1rem;line-height:1.4}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal.hidden{display:none}.modal .modal-content{background:linear-gradient(135deg,#fffffff2,#f0f0f0f2);padding:40px;border-radius:20px;text-align:center;box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal .modal-content h2{font-size:2rem;margin-bottom:20px;color:#1f2937}.modal .modal-content p{font-size:1.2rem;margin-bottom:15px;color:#374151}.hit-effect{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(245,158,11,.8) 0%,rgba(245,158,11,.4) 50%,transparent 100%);border-radius:50%;pointer-events:none;animation:hit-effect .5s ease-out}.particle{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;pointer-events:none;animation:particle-explosion 1s ease-out forwards}.particle:nth-child(odd){background:#f59e0b}.particle:nth-child(2n){background:#e0f2fe}.fade-particle{position:absolute;width:4px;height:4px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:50%;pointer-events:none;animation:fade-particle-fall 1.5s ease-out forwards;z-index:10;box-shadow:0 0 6px #e0f2fecc}.destruction-particle{position:absolute;width:6px;height:6px;background:linear-gradient(135deg,#fff,#e0f2fe,#bae6fd);border-radius:50%;pointer-events:none;animation:destruction-explosion 2s ease-out forwards;z-index:10;box-shadow:0 0 10px #ffffffe6}.game-header-vertical{position:absolute;left:10px;top:10px;z-index:10}.score-display-vertical{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;padding:15px;border:2px solid rgba(255,255,255,.2);box-shadow:0 10px 30px #0000004d}.score-info-vertical{display:flex;flex-direction:column;gap:10px}.score-item,.time-item,.pickaxes-item{background:#ffffff1a;border-radius:8px;padding:8px 12px;text-align:center;border:1px solid rgba(255,255,255,.2)}.score-item span,.time-item span,.pickaxes-item span{color:#fff;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:.9rem}.countdown-sidebar{position:absolute;left:10px;top:50%;transform:translateY(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;padding:20px;border:2px solid rgba(255,255,255,.2);box-shadow:0 10px 30px #0000004d;z-index:10;min-width:120px}.countdown-title{font-size:1rem;color:#fff;margin-bottom:15px;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-align:center}.countdown-timer-vertical{display:flex;flex-direction:column;gap:10px}.countdown-item-vertical{background:#ffffff1a;border-radius:10px;padding:10px;text-align:center;border:1px solid rgba(255,255,255,.2);animation:glow 2s ease-in-out infinite alternate}.countdown-number{font-size:1.5rem;font-weight:700;color:#fbbf24;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:5px}.countdown-label{font-size:.7rem;color:#fffc;text-transform:uppercase;font-weight:600}@keyframes glow{0%{box-shadow:0 0 10px #fff3}to{box-shadow:0 0 20px #fff6}}@media (min-width: 1200px){.game-area{min-height:70vh}.ice-cube{width:120px;height:120px}.ice-cube:before{font-size:32px}}@media (max-width: 768px){.countdown-sidebar{left:5px;padding:10px;min-width:80px}.countdown-title{font-size:.8rem;margin-bottom:10px}.countdown-item-vertical{padding:8px}.countdown-number{font-size:1.2rem}.countdown-label{font-size:.6rem}}.strike-animation{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0) rotate(-180deg);width:120px;height:120px;background-color:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10000;pointer-events:none;opacity:0;-webkit-user-select:none;user-select:none;box-shadow:0 0 30px #ef4444cc,0 0 60px #ef444499;animation:strike-appear .6s cubic-bezier(.68,-.55,.265,1.55) forwards}.strike-animation.show{opacity:1;animation:strike-appear .6s cubic-bezier(.68,-.55,.265,1.55) forwards,strike-shake .5s ease-in-out .6s}.strike-animation.disappear{animation:strike-disappear .5s cubic-bezier(.55,.055,.675,.19) forwards!important}.strike-animation.disappear .strike-icon{animation:icon-disappear .4s ease-in forwards!important}.strike-animation .strike-icon{width:70px;height:70px;color:#fff;stroke:#fff;animation:icon-appear .4s ease-out .2s backwards}@keyframes strike-appear{0%{transform:translate(-50%,-50%) scale(0) rotate(-180deg);opacity:0}50%{transform:translate(-50%,-50%) scale(1.3) rotate(10deg);opacity:.9}70%{transform:translate(-50%,-50%) scale(.95) rotate(-5deg)}to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}}@keyframes strike-shake{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0)}25%{transform:translate(-50%,-50%) scale(1.05) rotate(-3deg)}75%{transform:translate(-50%,-50%) scale(1.05) rotate(3deg)}}@keyframes icon-appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes strike-disappear{0%{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}30%{transform:translate(-50%,-50%) scale(1.2) rotate(15deg);opacity:.8}60%{transform:translate(-50%,-50%) scale(.5) rotate(90deg);opacity:.4}to{transform:translate(-50%,-50%) scale(0) rotate(180deg);opacity:0}}@keyframes icon-disappear{0%{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.5;transform:scale(.8) rotate(-45deg)}to{opacity:0;transform:scale(0) rotate(-90deg)}}.ice-break-animation{position:absolute;z-index:10000;pointer-events:none;transform:translate(-50%) translateY(0) scale(0);opacity:0;top:0;left:50%;width:auto;height:auto}.ice-break-animation.show{opacity:1!important;animation:ice-break-rise 1.5s cubic-bezier(.25,.46,.45,.94) forwards;transition:none}.ice-break-animation.disappear{animation:ice-break-fade .5s cubic-bezier(.4,0,.2,1) forwards;transition:none}.ice-break-animation .break-image{width:auto;height:80px;object-fit:contain;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes ice-break-rise{0%{opacity:0;transform:translate(-50%) translateY(0) scale(0)}15%{opacity:.7;transform:translate(-50%) translateY(-5px) scale(.6)}30%{opacity:1;transform:translate(-50%) translateY(-10px) scale(1.05)}45%{opacity:1;transform:translate(-50%) translateY(-15px) scale(.98)}60%{opacity:1;transform:translate(-50%) translateY(-20px) scale(1)}75%{opacity:1;transform:translate(-50%) translateY(-28px) scale(1)}90%{opacity:1;transform:translate(-50%) translateY(-35px) scale(1)}to{opacity:1;transform:translate(-50%) translateY(-40px) scale(1)}}@keyframes ice-break-fade{0%{opacity:1;transform:translate(-50%) translateY(-40px) scale(1)}30%{opacity:.8;transform:translate(-50%) translateY(-45px) scale(.85)}60%{opacity:.4;transform:translate(-50%) translateY(-48px) scale(.5)}to{opacity:0;transform:translate(-50%) translateY(-50px) scale(0)}}.how-to-participate-modal .how-to-participate-modal-content-game{width:90%;max-width:900px;background:transparent;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content-game{width:100%!important}}.how-to-participate-modal .how-to-participate-modal-content-game .modal-header-game{background:#1954a5;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.how-to-participate-modal .how-to-participate-modal-content-game .modal-header-game .modal-title-game{font-family:"Jersey 15",sans-serif;font-size:22px;font-weight:400;color:#fff;text-transform:uppercase;margin:0;letter-spacing:1px}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content-game .modal-header-game .modal-title-game{font-size:22px}}.how-to-participate-modal .how-to-participate-modal-content-game .modal-header-game .modal-close{background:transparent;border:none;color:#fff;font-size:40px;font-weight:300;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}.how-to-participate-modal .how-to-participate-modal-content-game .modal-header-game .modal-close:hover{transform:scale(1.2);opacity:.8}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content-game .modal-header-game .modal-close{font-size:35px;width:35px;height:35px}}.how-to-participate-modal .how-to-participate-modal-content-game .modal-body-game{background:#020f30e5;padding:40px;display:flex;align-items:center;justify-content:center;min-height:400px;position:relative}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content-game .modal-body-game{padding:0;min-height:270px}}.how-to-participate-modal .how-to-participate-modal-content-game .modal-body-game .video-container{width:100%;height:0;padding-bottom:56.25%;position:relative;background:#000}.how-to-participate-modal .how-to-participate-modal-content-game .modal-body-game .video-container .youtube-video{position:absolute;top:0;left:0;width:100%;height:100%}.how-to-participate-modal .how-to-participate-modal-content-game .modal-footer{background:#1954a5;padding:20px 30px;display:flex;justify-content:center;align-items:center}.how-to-participate-modal .how-to-participate-modal-content-game .modal-footer .modal-ready-button{background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:block}.how-to-participate-modal .how-to-participate-modal-content-game .modal-footer .modal-ready-button .modal-ready-button-image-game{width:175px;height:auto;display:block;max-width:200px}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content-game .modal-footer .modal-ready-button .modal-ready-button-image-game{max-width:175px}}.how-to-participate-modal .how-to-participate-modal-content-game .modal-footer .modal-ready-button:hover{transform:scale(1.05);filter:brightness(1.1)}.how-to-participate-modal .how-to-participate-modal-content-game .modal-footer .modal-ready-button:active{transform:scale(.98)}body:has(.home-page){overflow:auto;-webkit-user-select:auto;user-select:auto}.home-page{width:100%;height:auto;min-width:1200px}@media (max-width: 1200px){.home-page{min-width:100%}}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-20px) translate(10px)}}.hero-section{width:100%;min-height:100vh;background-image:url(/build/assets/back-Dc7IiOXo.png);background-size:cover;background-position:bottom;background-repeat:no-repeat;position:relative;overflow:hidden;padding-top:80px}.hero-section .hero-content{max-width:680px;margin:0 auto;text-align:center;padding-top:100px;padding-bottom:100px}.hero-section .hero-logo{display:flex;justify-content:center;align-items:center}.hero-section .hero-logo .logo-image{max-width:320px;width:100%;height:auto}.hero-section .hero-headline{font-size:72px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:3px;margin:0 0 30px;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);line-height:1.2}.hero-section .hero-description{margin-bottom:40px}.hero-section .hero-description .description-line{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:Regular;font-size:22px;line-height:150%;letter-spacing:0%;text-align:center;color:#fff;margin:10px 0}.hero-section .hero-cta{margin-top:50px}.hero-section .hero-cta .btn-start-now{display:inline-block;text-decoration:none;transition:all .3s ease;border:none;background:transparent;padding:0}.hero-section .hero-cta .btn-start-now .btn-start-image{display:block;max-width:208px;height:auto;transition:all .3s ease}.hero-section .hero-cta .btn-start-now:hover{transform:translateY(-3px);filter:drop-shadow(0 6px 20px rgba(0,0,0,.4))}.hero-section .hero-cta .btn-start-now:hover .btn-start-image{transform:scale(1.05)}.hero-section .hero-cta .btn-start-now:active{transform:translateY(-1px)}.hero-section .hero-cta .btn-start-now:active .btn-start-image{transform:scale(1.02)}.hero-section .hero-wrapper-img{margin-top:10px;display:flex;justify-content:center;align-items:center}.hero-section .hero-wrapper-img .wrapper-image{max-width:692px;width:100%;height:auto}.how-it-works-section{width:100%;position:relative;background-image:url(/build/assets/fondo_dos-CRCRNnIK.png);background-size:cover;background-position:center;background-repeat:no-repeat}.how-it-works-section .how-it-works-container{position:relative;height:400vh;width:100%}.how-it-works-section .how-it-works-wrapper{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 40px}.how-it-works-section .how-it-works-title{position:absolute;top:80px;left:0;right:0;color:#1954a5;font-weight:400;font-style:Regular;font-size:160px;line-height:100%;letter-spacing:-1%;text-align:center;text-transform:uppercase;white-space:nowrap;overflow:hidden;z-index:1}@media (max-width: 1024px){.how-it-works-section .how-it-works-title{font-size:120px}}@media (max-width: 768px){.how-it-works-section .how-it-works-title{font-size:50px;top:140px}}.how-it-works-section .how-it-works-content{position:relative;width:100%;max-width:1400px;display:flex;align-items:center;justify-content:center;z-index:2;margin-top:200px}@media (max-width: 768px){.how-it-works-section .how-it-works-content{margin-top:120px}}.how-it-works-section .cards-container{position:relative;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.how-it-works-section .card{position:absolute;width:295px;height:287px;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:20px;opacity:1;transform-origin:center center;will-change:transform}.how-it-works-section .card.card-secondary.card-1{background-image:url(/build/assets/card-1-Aa5_4qgQ.png);z-index:4}.how-it-works-section .card.card-secondary.card-2{background-image:url(/build/assets/card-2-Eli0tzym.png);z-index:3}.how-it-works-section .card.card-secondary.card-3{background-image:url(/build/assets/card-3-Du1EkNyo.png);z-index:2}.how-it-works-section .card.card-secondary.card-4{background-image:url(/build/assets/card-4-CxyuxAm4.png);z-index:1}.carrusel-section-productos{width:100%;background-image:url(/build/assets/fondo_tres-DX7KGfKz.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;height:auto}.carrusel-section-productos .img-carrusel{width:261px;height:261px;object-fit:cover}@media (max-width: 768px){.carrusel-section-productos .img-carrusel{width:70px;height:70px;margin:1rem auto}}.conseguir-oportunidades-section{width:100%;min-height:94vh;background-image:url(/build/assets/fondo_cuatro-CB8j_v3W.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.conseguir-oportunidades-section .conseguir-oportunidades-content{max-width:800px;width:100%;text-align:center;position:relative;display:flex;flex-direction:column}.conseguir-oportunidades-section .conseguir-oportunidades-content .conseguir-oportunidades-title{font-weight:400;font-style:Regular;font-size:56px;line-height:100%;letter-spacing:-1%;text-align:center;text-transform:uppercase;color:#fff;margin-bottom:20px}.conseguir-oportunidades-section .conseguir-oportunidades-content .conseguir-oportunidades-description{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:Regular;font-size:22px;line-height:150%;letter-spacing:0%;text-align:center;color:#fff}.conseguir-oportunidades-section .conseguir-oportunidades-content .conseguir-oportunidades-images{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:60px}@media (max-width: 768px){.conseguir-oportunidades-section .conseguir-oportunidades-content .conseguir-oportunidades-images{flex-direction:column;gap:40px;margin-bottom:2rem}}.conseguir-oportunidades-section .conseguir-oportunidades-content .conseguir-oportunidades-images .conseguir-oportunidades-button-image{width:100%;max-width:342px}.game-section{width:100%;min-height:auto;background-image:url(/build/assets/fondo_cinco-DJC8-UtD.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.game-section .barra-productos-image,.game-section .barra-productos-image .barra-productos-image-1{width:100%;height:auto}.premios-section{padding:100px 0;width:100%;background-image:url(/build/assets/fondo_dos-CRCRNnIK.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.premios-section .premios-container{width:100%;margin:0 auto;display:flex;gap:60px;align-items:center;justify-content:space-between}@media (max-width: 768px){.premios-section .premios-container{flex-direction:column;gap:40px;margin-bottom:2rem}}.premios-section .premios-text-content{flex:0 0 40%;max-width:550px;padding-left:4rem}@media (max-width: 768px){.premios-section .premios-text-content{flex:0 0 100%;max-width:90%;padding-left:0}}.premios-section .premios-text-content .premios-title{font-size:56px;font-weight:700;color:#020f30;text-transform:uppercase;line-height:1.2;margin-bottom:30px;font-family:"Jersey 15",sans-serif}.premios-section .premios-text-content .premios-description{font-size:18px;color:#020f30;line-height:1.6;margin-bottom:40px;font-family:Nunito Sans,sans-serif}.premios-section .premios-text-content .btn-premios-cta{text-decoration:none}.premios-section .premios-text-content .btn-premios-cta .btn-premios-cta-image{width:271px;height:auto;transition:all .3s ease}.premios-section .premios-text-content .btn-premios-cta .btn-premios-cta-image:hover{transform:scale(1.05)}.premios-section .premios-carousel-content{flex:1;max-width:60%}@media (max-width: 768px){.premios-section .premios-carousel-content{flex:0 0 100%;max-width:90%}}.premios-section .premios-carousel-content .premios-carousel{margin-bottom:30px}.premios-section .premios-carousel-content .premios-carousel .splide__slide{display:flex;align-items:center;justify-content:center}.premios-section .premios-carousel-content .premios-carousel .premio-ice-block{width:100%}.premios-section .premios-carousel-content .premios-carousel .premio-ice-block .premio-image{width:100%;height:auto;max-height:280px;object-fit:contain}.premios-section .premios-carousel-content .premios-carousel-navigation{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-arrows{display:flex;gap:10px;align-items:center}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-arrows .premios-arrow{background:transparent;border:none;padding:0;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-arrows .premios-arrow .arrow-icon{width:auto;height:auto;max-width:50px;max-height:50px;display:block}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-arrows .premios-arrow:hover{transform:scale(1.1)}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-arrows .premios-arrow:active{transform:scale(.95)}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-pagination-wrapper{display:flex;align-items:center;justify-content:flex-end}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-pagination-wrapper .splide__pagination{position:static;display:flex;gap:8px;align-items:center;justify-content:flex-end}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-pagination-wrapper .splide__pagination .splide__pagination__page{width:12px;height:12px;background:#020f304d;border:2px solid #020F30;border-radius:50%;transition:all .3s ease}.premios-section .premios-carousel-content .premios-carousel-navigation .premios-pagination-wrapper .splide__pagination .splide__pagination__page.is-active{background:#020f30;transform:scale(1.2)}.premios-section .premios-carousel-content .premios-disclaimer{font-size:12px;color:#666;text-align:center;margin-top:15px;font-family:Nunito Sans,sans-serif}.splide__list{height:auto!important}.unete-ahora-section{width:100%;min-height:auto;background-image:url(/build/assets/fondo_siete-Cv8oULaM.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;padding:80px 40px}.unete-ahora-section .unete-ahora-container{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between;gap:60px}@media (max-width: 1024px){.unete-ahora-section .unete-ahora-container{flex-direction:column;gap:40px}}.unete-ahora-section .unete-ahora-visual{flex:0 0 50%;max-width:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.unete-ahora-section .unete-ahora-visual{flex:0 0 100%;max-width:100%}}.unete-ahora-section .unete-ahora-visual .unete-ahora-frame{width:100%;max-width:600px;border:4px solid #ffffff;border-radius:20px;padding:20px;background:#ffffff0d;box-shadow:0 8px 32px #0000004d;position:relative;overflow:hidden}.unete-ahora-section .unete-ahora-visual .unete-ahora-frame .regalos-image{width:100%;height:auto;display:block;object-fit:contain}.unete-ahora-section .unete-ahora-content{flex:0 0 50%;max-width:50%;display:flex;flex-direction:column;justify-content:center;padding:40px 0}@media (max-width: 1024px){.unete-ahora-section .unete-ahora-content{flex:0 0 100%;max-width:100%;text-align:center;padding:20px 0}}.unete-ahora-section .unete-ahora-content .unete-ahora-title{font-size:64px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px;margin:0 0 30px;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);line-height:1.2;font-family:"Jersey 15",sans-serif}@media (max-width: 768px){.unete-ahora-section .unete-ahora-content .unete-ahora-title{font-size:48px}}@media (max-width: 480px){.unete-ahora-section .unete-ahora-content .unete-ahora-title{font-size:36px}}.unete-ahora-section .unete-ahora-content .unete-ahora-description{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:22px;line-height:150%;letter-spacing:0%;color:#fff;margin:0 0 40px;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width: 768px){.unete-ahora-section .unete-ahora-content .unete-ahora-description{font-size:18px}}.unete-ahora-section .unete-ahora-content .unete-ahora-button{display:inline-block;text-decoration:none;transition:all .3s ease;border:none;background:transparent;padding:0;align-self:flex-start}@media (max-width: 1024px){.unete-ahora-section .unete-ahora-content .unete-ahora-button{align-self:center}}.unete-ahora-section .unete-ahora-content .unete-ahora-button .btn-registrarse-image{display:block;max-width:300px;width:100%;height:auto;transition:all .3s ease}.unete-ahora-section .unete-ahora-content .unete-ahora-button:hover{transform:translateY(-3px);filter:drop-shadow(0 6px 20px rgba(0,0,0,.4))}.unete-ahora-section .unete-ahora-content .unete-ahora-button:hover .btn-registrarse-image{transform:scale(1.05)}.unete-ahora-section .unete-ahora-content .unete-ahora-button:active{transform:translateY(-1px)}.unete-ahora-section .unete-ahora-content .unete-ahora-button:active .btn-registrarse-image{transform:scale(1.02)}.how-to-participate-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#020f30e5;z-index:10000;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.how-to-participate-modal.show{display:flex}.how-to-participate-modal .how-to-participate-modal-content{width:90%;max-width:900px;background:transparent;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d}.how-to-participate-modal .how-to-participate-modal-content .modal-header{background:#1954a5;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.how-to-participate-modal .how-to-participate-modal-content .modal-header .modal-title{font-family:"Jersey 15",sans-serif;font-size:22px;font-weight:400;color:#fff;text-transform:uppercase;margin:0;letter-spacing:1px}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content .modal-header .modal-title{font-size:24px}}.how-to-participate-modal .how-to-participate-modal-content .modal-header .modal-close{background:transparent;border:none;color:#fff;font-size:40px;font-weight:300;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}.how-to-participate-modal .how-to-participate-modal-content .modal-header .modal-close:hover{transform:scale(1.2);opacity:.8}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content .modal-header .modal-close{font-size:35px;width:35px;height:35px}}.how-to-participate-modal .how-to-participate-modal-content .modal-body{background:#020f30e5;padding:40px;display:flex;align-items:center;justify-content:center;min-height:400px;position:relative}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content .modal-body{padding:20px;min-height:300px}}.how-to-participate-modal .how-to-participate-modal-content .modal-body .video-container{width:100%;height:0;padding-bottom:56.25%;position:relative;background:#000}.how-to-participate-modal .how-to-participate-modal-content .modal-body .video-container .youtube-video{position:absolute;top:0;left:0;width:100%;height:100%}.how-to-participate-modal .how-to-participate-modal-content .modal-footer{background:#1954a5;padding:20px 30px;display:flex;justify-content:center;align-items:center}.how-to-participate-modal .how-to-participate-modal-content .modal-footer .modal-ready-button{background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:block}.how-to-participate-modal .how-to-participate-modal-content .modal-footer .modal-ready-button .modal-ready-button-image{width:102px;height:auto;display:block;max-width:200px}.how-to-participate-modal .how-to-participate-modal-content .modal-footer .modal-ready-button:hover{transform:scale(1.05);filter:brightness(1.1)}.how-to-participate-modal .how-to-participate-modal-content .modal-footer .modal-ready-button:active{transform:scale(.98)}@media (max-width: 768px){.how-to-participate-modal .how-to-participate-modal-content .modal-footer .modal-ready-button .modal-ready-button-image{max-width:150px}}.main-footer{width:100%;background-image:url(/build/assets/fondo_dos-CRCRNnIK.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 40px 40px;position:relative}.main-footer .footer-container{max-width:1400px;margin:0 auto;width:100%}.main-footer .footer-top{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:40px;margin-bottom:30px}@media (max-width: 1024px){.main-footer .footer-top{grid-template-columns:1fr;justify-items:center;text-align:center;gap:30px}}@media (max-width: 768px){.main-footer .footer-top{gap:20px}}.main-footer .footer-logo{justify-self:start}@media (max-width: 1024px){.main-footer .footer-logo{justify-self:center;order:1}}.main-footer .footer-logo .logo-footer-image{height:auto;max-width:200px;width:100%;display:block}@media (max-width: 768px){.main-footer .footer-logo .logo-footer-image{max-width:150px}}.main-footer .footer-nav{display:flex;align-items:center;gap:40px;justify-content:center}@media (max-width: 1024px){.main-footer .footer-nav{order:2}}@media (max-width: 768px){.main-footer .footer-nav{gap:20px;flex-wrap:wrap}}.main-footer .footer-nav .footer-nav-link{color:#000;text-decoration:none;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px;transition:opacity .3s ease;font-family:Nunito Sans,sans-serif}.main-footer .footer-nav .footer-nav-link:hover{opacity:.7}@media (max-width: 768px){.main-footer .footer-nav .footer-nav-link{font-size:14px}}.main-footer .footer-social{display:flex;align-items:center;gap:20px;justify-self:end}@media (max-width: 1024px){.main-footer .footer-social{justify-self:center;order:3}}@media (max-width: 768px){.main-footer .footer-social{gap:15px}}.main-footer .footer-social .social-icon{color:#000;text-decoration:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:opacity .3s ease}.main-footer .footer-social .social-icon:hover{opacity:.7}.main-footer .footer-social .social-icon svg{width:100%;height:100%;stroke:#000}.main-footer .footer-separator{width:100%;height:1px;background-color:#000;margin:30px 0}.main-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}@media (max-width: 768px){.main-footer .footer-bottom{flex-direction:column;align-items:center;text-align:center}}.main-footer .footer-copyright{flex:0 0 auto}.main-footer .footer-copyright p{color:#000;font-size:14px;margin:0;font-family:Nunito Sans,sans-serif;font-weight:400}@media (max-width: 768px){.main-footer .footer-copyright p{font-size:12px}}.main-footer .footer-legal{display:flex;align-items:center;gap:30px;flex:0 0 auto}@media (max-width: 768px){.main-footer .footer-legal{gap:20px;flex-direction:column}}.main-footer .footer-legal .footer-legal-link{color:#000;text-decoration:underline;font-size:14px;font-family:Nunito Sans,sans-serif;font-weight:400;transition:opacity .3s ease}.main-footer .footer-legal .footer-legal-link:hover{opacity:.7}@media (max-width: 768px){.main-footer .footer-legal .footer-legal-link{font-size:12px}}body:has(.dashboard-page){overflow:auto;-webkit-user-select:auto;user-select:auto}.dashboard-page{width:100%;min-height:100vh;background-image:url(/build/assets/back-Dc7IiOXo.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:120px 20px 40px;overflow-y:auto}.dashboard-page .dashboard-container{max-width:900px;margin:0 auto;padding:2rem 20px;background-color:#fff;border-radius:8px}.dashboard-page .dashboard-header{max-width:100%;margin:0 auto 40px;display:flex;flex-direction:column;align-items:center;gap:30px}.dashboard-page .profile-section{display:flex;flex-direction:column;align-items:center;gap:20px}.dashboard-page .profile-section .profile-picture .profile-avatar{width:100px;object-fit:cover}.dashboard-page .profile-section .profile-picture .profile-avatar-placeholder{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #ffffff;box-shadow:0 4px 8px #0003}.dashboard-page .profile-section .profile-picture .profile-avatar-placeholder img{width:100%;height:100%;object-fit:cover}.dashboard-page .profile-section .profile-info .profile-name{font-family:"Jersey 15",sans-serif;font-size:28px;font-weight:400;color:#020f30;margin:0 0 8px;text-transform:uppercase}.dashboard-page .profile-section .profile-info .profile-email{font-family:Nunito Sans,sans-serif;font-size:16px;color:#686c70;margin:0}.dashboard-page .profile-actions{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.dashboard-page .profile-actions .btn{background:transparent;border:none;padding:0;text-decoration:none;transition:transform .2s ease,filter .2s ease;display:inline-block;cursor:pointer}.dashboard-page .profile-actions .btn .btn-image{width:398px;height:auto;display:block}@media (max-width: 768px){.dashboard-page .profile-actions .btn .btn-image{width:330px}}.dashboard-page .profile-actions .btn:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.dashboard-page .profile-actions .btn:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.dashboard-page .week-section{max-width:1200px;margin:0 auto 40px}.dashboard-page .week-section .week-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.dashboard-page .week-section .week-header .week-title{font-family:"Jersey 15",sans-serif;font-size:48px;font-weight:400;color:#020f30;margin:0;text-transform:uppercase}.dashboard-page .week-section .week-header .week-date{font-family:Nunito Sans,sans-serif;font-size:16px;color:#686c70;margin:0}.dashboard-page .week-section .info-box{border:1px solid #CAD0D6;background:transparent;border-radius:8px;padding:16px 20px;display:flex;align-items:center;gap:12px}.dashboard-page .week-section .info-box .info-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.dashboard-page .week-section .info-box p{font-family:Nunito Sans,sans-serif;font-size:14px;color:#020f30;margin:0}.dashboard-page .game-cards-section{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.dashboard-page .game-cards-section{grid-template-columns:1fr}}.dashboard-page .game-cards-section .game-card{background:#fff;border-radius:12px;padding:24px 24px 24px 40px;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.dashboard-page .game-cards-section .game-card:hover{transform:translateY(-4px)}.dashboard-page .game-cards-section .game-card .card-icon{position:absolute;top:25px;left:10px;display:flex;align-items:center;justify-content:center}.dashboard-page .game-cards-section .game-card .card-icon .card-icon-image{width:100%;height:100%;object-fit:contain}.dashboard-page .game-cards-section .game-card .card-title{font-family:"Jersey 15",sans-serif;font-size:28px;font-weight:400;color:#020f30;margin:0 0 16px;text-transform:uppercase}.dashboard-page .game-cards-section .game-card .card-score{font-family:"Jersey 15",sans-serif;font-size:48px;font-weight:400;color:#020f30;margin:0 0 12px}.dashboard-page .game-cards-section .game-card .card-date{font-family:Nunito Sans,sans-serif;font-size:14px;color:#686c70;margin:0}.dashboard-page .game-cards-section .game-card.card-last-game{background:#e8eef6;border:1px solid #CAD0D6}.dashboard-page .game-cards-section .game-card.card-weekly-score{background:#020f30;border:1px solid #020F30;color:#fff}.dashboard-page .game-cards-section .game-card.card-weekly-score .card-icon .card-icon-image{filter:brightness(0) invert(1)}.dashboard-page .game-cards-section .game-card.card-weekly-score .card-title,.dashboard-page .game-cards-section .game-card.card-weekly-score .card-score{color:#fff}.dashboard-page .game-cards-section .game-card.card-weekly-score .card-date{color:#fffc}.dashboard-page .participaciones-section{max-width:100%;margin:0 auto 40px;background:#e8eef6;border-radius:8px;padding:20px;box-shadow:0 4px 12px #0000001a;border:1px solid #CAD0D6}.dashboard-page .participaciones-section .participaciones-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:10px}.dashboard-page .participaciones-section .participaciones-header .participaciones-title{font-family:"Jersey 15",sans-serif;font-size:28px;font-weight:400;color:#020f30;margin:0;text-transform:uppercase}.dashboard-page .participaciones-section .participaciones-header .participaciones-count .count-number{display:block;font-family:"Jersey 15",sans-serif;font-size:28px;font-weight:400;color:#020f30;margin-bottom:10px}.dashboard-page .participaciones-section .participaciones-header .participaciones-count .count-available{font-family:Nunito Sans,sans-serif;font-size:14px;color:#686c70;margin:0}.dashboard-page .participaciones-section .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px;margin-bottom:24px}@media (max-width: 768px){.dashboard-page .participaciones-section .product-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}}.dashboard-page .participaciones-section .product-grid .product-item{display:flex;flex-direction:column;align-items:center;gap:8px}.dashboard-page .participaciones-section .product-grid .product-item .product-image{width:100%;max-width:52px;height:auto;border-radius:8px;transition:transform .3s ease}.dashboard-page .participaciones-section .product-grid .product-item .product-image:hover{transform:scale(1.05)}.dashboard-page .participaciones-section .product-grid .product-item .product-label{font-size:16px;font-weight:200;text-transform:uppercase;text-align:center}.dashboard-page .participaciones-section .product-grid .product-item .product-used-date{font-family:Nunito Sans,sans-serif;font-size:10px;color:#686c70;text-align:center;margin-top:4px}.dashboard-page .participaciones-section .product-grid .product-item.product-used .product-label{color:#e31837}.dashboard-page .participaciones-section .product-grid .product-item.product-used .product-image{opacity:.6;filter:grayscale(30%)}.dashboard-page .participaciones-section .product-grid .product-item.product-available .product-label{color:#1954a5}.dashboard-page .participaciones-section .view-more-link{display:flex;align-items:center;justify-content:center;gap:8px;font-size:20px;color:#1954a5}.dashboard-page .participaciones-section .view-more-link .view-more-icon{width:16px;height:16px;object-fit:cover}.dashboard-page .participaciones-section .view-more-link{text-decoration:none;font-weight:200;transition:color .3s ease}.dashboard-page .participaciones-section .view-more-link:hover{color:#020f30;text-decoration:underline}.dashboard-page .participaciones-section .view-more-link i{font-size:14px}.dashboard-page .conserve-packages-section{max-width:100%;margin:0 auto;background:#e8eef6;border-radius:8px;padding:40px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:1px solid #CAD0D6}@media (max-width: 768px){.dashboard-page .conserve-packages-section{padding:20px 20px 140px}}.dashboard-page .conserve-packages-section:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40%;background-image:url(/build/assets/img-productos-8HghZ4fp.png);background-size:contain;background-position:center right;background-repeat:no-repeat;pointer-events:none}@media (max-width: 768px){.dashboard-page .conserve-packages-section:after{width:100%;top:139px;width:86%}}.dashboard-page .conserve-packages-section .conserve-packages-content{position:relative;z-index:1;max-width:60%}@media (max-width: 768px){.dashboard-page .conserve-packages-section .conserve-packages-content{max-width:100%}}.dashboard-page .conserve-packages-section .conserve-packages-content .conserve-title{font-family:"Jersey 15",sans-serif;font-size:32px;font-weight:400;color:#020f30;margin:0 0 16px;text-transform:uppercase}.dashboard-page .conserve-packages-section .conserve-packages-content .conserve-description{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:150%;color:#020f30;margin:0}.register-product-page{width:100%;min-height:100vh;background-image:url(/build/assets/back-Dc7IiOXo.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:120px 20px 40px;overflow-y:auto}.register-product-page .register-product-container{max-width:1020px;margin:0 auto}.register-product-page .register-product-content{display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 1024px){.register-product-page .register-product-content{grid-template-columns:1fr;gap:10px}}.register-product-page .register-product-left{max-width:490px;padding:40px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.register-product-page .register-product-left .register-product-form-section .register-product-title{font-family:"Jersey 15",sans-serif;font-size:36px;font-weight:400;color:#020f30;margin:0 0 16px;text-transform:uppercase}.register-product-page .register-product-left .register-product-form-section .register-product-description{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:150%;color:#020f30;margin:0 0 32px}.register-product-page .register-product-left .register-product-form-section .success-message{background:#efe;border:1px solid #cfc;border-radius:8px;padding:16px;margin-bottom:24px}.register-product-page .register-product-left .register-product-form-section .success-message p{margin:0;color:#3c3;font-family:Nunito Sans,sans-serif;font-size:14px}.register-product-page .register-product-left .register-product-form-section .error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:16px;margin-bottom:24px}.register-product-page .register-product-left .register-product-form-section .error-message ul{margin:0;padding-left:20px;color:#c33;font-family:Nunito Sans,sans-serif;font-size:14px}.register-product-page .register-product-left .register-product-form-section .register-product-form{margin-bottom:32px}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper{margin-bottom:24px}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon{position:relative;display:flex;align-items:center}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-input,.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-select{width:100%;padding:16px;background:#f5f5f5;border:none;border-radius:8px;font-family:Nunito Sans,sans-serif;font-size:16px;color:#020f30;outline:none;transition:background .3s ease}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-input:focus,.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-select:focus{background:#e8eef6}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-input::placeholder,.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-select::placeholder{color:#686c70}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .form-select{appearance:none;cursor:pointer}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .field-help-icon{position:absolute;right:16px;width:20px;height:20px;object-fit:contain;cursor:pointer;pointer-events:auto;z-index:10;transition:transform .2s ease,opacity .2s ease}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .field-help-icon:hover{transform:scale(1.1);opacity:.8}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .form-field-with-icon .field-chevron-icon{position:absolute;right:16px;width:26px;height:26px;object-fit:contain;pointer-events:none}.register-product-page .register-product-left .register-product-form-section .register-product-form .form-field-wrapper .field-instruction{font-family:Nunito Sans,sans-serif;font-size:12px;color:#686c70;margin:8px 0 0}.register-product-page .register-product-left .register-product-form-section .register-product-form .register-product-button{width:100%;padding:0;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:block}.register-product-page .register-product-left .register-product-form-section .register-product-form .register-product-button .register-product-button-image{width:100%;height:auto;display:block}.register-product-page .register-product-left .register-product-form-section .register-product-form .register-product-button:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.register-product-page .register-product-left .register-product-form-section .register-product-form .register-product-button:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.register-product-page .register-product-left .register-product-form-section .conserve-packages-mini{background:#f5f5f5;border-radius:8px;padding:24px}.register-product-page .register-product-left .register-product-form-section .conserve-packages-mini .conserve-packages-mini-title{font-family:"Jersey 15",sans-serif;font-size:20px;font-weight:400;color:#020f30;margin:0 0 12px;text-transform:uppercase}.register-product-page .register-product-left .register-product-form-section .conserve-packages-mini .conserve-packages-mini-description{font-family:Nunito Sans,sans-serif;font-size:14px;line-height:150%;color:#020f30;margin:0 0 16px}.register-product-page .register-product-left .register-product-form-section .conserve-packages-mini .product-thumbnails{display:flex;justify-content:center;align-items:center}.register-product-page .register-product-left .register-product-form-section .conserve-packages-mini .product-thumbnails .product-thumbnail{width:100%;height:auto;object-fit:contain;border-radius:4px}.register-product-page .register-product-right{display:flex;flex-direction:column;gap:24px}.register-product-page .register-product-right .info-banner{background:#f5f5f5;border-radius:8px;padding:20px;display:flex;align-items:flex-start;gap:16px}.register-product-page .register-product-right .info-banner .info-banner-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.register-product-page .register-product-right .info-banner .info-banner-text{font-family:Nunito Sans,sans-serif;font-size:14px;line-height:150%;color:#020f30;margin:0}.register-product-page .register-product-right .attempts-cards-container{display:flex;gap:24px;flex-wrap:wrap}@media (max-width: 768px){.register-product-page .register-product-right .attempts-cards-container{flex-direction:column}}.register-product-page .register-product-right .attempts-card{background:transparent;border-radius:12px;padding:0;box-shadow:none;flex:1;min-width:0}.register-product-page .register-product-right .attempts-card .attempts-card-image{width:100%;height:auto;display:block;border-radius:12px}.register-product-page .help-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#020f30e5;z-index:10000;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.register-product-page .help-modal.show{display:flex}.register-product-page .help-modal .help-modal-content{position:relative;max-width:90%;max-height:90vh;display:flex;align-items:center;justify-content:center}.register-product-page .help-modal .help-modal-content .help-modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:40px;font-weight:300;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease;z-index:10001}.register-product-page .help-modal .help-modal-content .help-modal-close:hover{transform:scale(1.2);opacity:.8}@media (max-width: 768px){.register-product-page .help-modal .help-modal-content .help-modal-close{top:-35px;font-size:35px;width:35px;height:35px}}.register-product-page .help-modal .help-modal-content .help-modal-image{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.help-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#020f30e5;z-index:99999;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.help-modal.show{display:flex}.help-modal .help-modal-content{position:relative;max-width:90%;max-height:90vh;display:flex;align-items:center;justify-content:center}.help-modal .help-modal-content .help-modal-close{position:absolute;top:19px;right:30px;background:transparent;border:none;color:#fff;font-size:40px;font-weight:300;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease;z-index:100001}.help-modal .help-modal-content .help-modal-close:hover{transform:scale(1.2);opacity:.8}@media (max-width: 768px){.help-modal .help-modal-content .help-modal-close{top:12px;right:12px;font-size:35px;width:35px;height:35px;color:#020f30}}.help-modal .help-modal-content .help-modal-image{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.forgot-password-page .forgot-password-container{width:100%;max-width:480px;display:flex;justify-content:center;align-items:center}.forgot-password-page .forgot-password-panel{background-color:#fff;border-radius:8px;padding:40px 32px;width:100%;box-shadow:0 8px 32px #0000004d}.forgot-password-page .forgot-password-title{font-family:"Jersey 15",sans-serif;font-weight:400;font-style:normal;font-size:48px;line-height:100%;letter-spacing:-1%;text-align:center;text-transform:uppercase;color:#020f30;margin-bottom:16px;word-break:break-word;display:flex;flex-direction:column;gap:0}.forgot-password-page .forgot-password-description{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:#020f30;margin-bottom:32px}.forgot-password-page .error-message{background:#ff3b3b26;border:1px solid rgba(255,59,59,.3);color:#ff3b3b;padding:12px 16px;border-radius:8px;margin-bottom:24px}.forgot-password-page .error-message ul{margin:0;padding-left:20px;list-style:none}.forgot-password-page .error-message ul li{font-size:14px;font-family:Nunito Sans,sans-serif}.forgot-password-page .success-message{background:#3bc83b26;border:1px solid rgba(59,200,59,.3);color:#3bc83b;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-family:Nunito Sans,sans-serif;font-size:14px}.forgot-password-page .forgot-password-form,.forgot-password-page .form-group{margin-bottom:24px}.forgot-password-page .input-wrapper{position:relative}.forgot-password-page .email-input{width:100%;height:48px;background:#e8eef6;border:none;color:#686c70;font-size:16px;padding:12px 16px;outline:none;font-family:Nunito Sans,sans-serif}.forgot-password-page .email-input::placeholder{color:#686c70}.forgot-password-page .email-input:focus{background:#d8e4f0}.forgot-password-page .primary-button{width:100%;background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:block;margin-bottom:16px}.forgot-password-page .primary-button .primary-button-image{width:100%;height:auto;display:block}.forgot-password-page .primary-button:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.forgot-password-page .primary-button:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.forgot-password-page .cancel-button{width:100%;background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease,filter .2s ease;display:block;text-decoration:none}.forgot-password-page .cancel-button .cancel-button-image{width:100%;height:auto;display:block}.forgot-password-page .cancel-button:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.forgot-password-page .cancel-button:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.05))}.faqs-page{min-height:100vh;background-image:url(/build/assets/fondo_dos-CRCRNnIK.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:120px 0 40px;overflow-y:auto}.faqs-container{max-width:1200px;margin:0 auto;padding:0 20px}.faqs-header{text-align:center;margin-bottom:48px}.faqs-header .faqs-title{font-family:"Jersey 15",sans-serif;font-size:48px;font-weight:400;color:#020f30;margin:0 0 16px;text-transform:uppercase;line-height:1.2}@media (max-width: 768px){.faqs-header .faqs-title{font-size:36px}}.faqs-header .faqs-subtitle{font-family:Nunito Sans,sans-serif;font-size:18px;line-height:150%;color:#020f30;max-width:800px;margin:0 auto}@media (max-width: 768px){.faqs-header .faqs-subtitle{font-size:16px}}.faqs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:64px;align-items:flex-start}@media (max-width: 1024px){.faqs-grid{grid-template-columns:1fr;gap:20px}}.faq-card{background-color:#fff;border:1px solid #020F30;border-radius:8px;padding:24px;position:relative;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:auto;min-height:auto}.faq-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.faq-card .faq-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:0;cursor:pointer}.faq-card .faq-question{font-family:"Jersey 15",sans-serif;font-size:20px;font-weight:400;color:#020f30;margin:0;text-transform:uppercase;line-height:1.3;flex:1;padding-right:0}@media (max-width: 768px){.faq-card .faq-question{font-size:18px}}.faq-card .faq-toggle{background:transparent;border:none;color:#020f30;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease,opacity .2s ease;width:24px;height:24px;min-width:24px;min-height:24px}.faq-card .faq-toggle:hover{opacity:.7}.faq-card .faq-toggle:focus{outline:2px solid #020F30;outline-offset:2px;border-radius:4px}.faq-card .faq-chevron{width:20px;height:20px;stroke:#020f30;stroke-width:2;transition:transform .3s ease;transform:rotate(0)}.faq-card .faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-top:0;padding-bottom:0}.faq-card.active .faq-answer-wrapper{max-height:none;padding-top:16px;padding-bottom:0}.faq-card.active .faq-chevron{transform:rotate(180deg)}.faq-card .faq-answer{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:150%;color:#020f30;margin:0}@media (max-width: 768px){.faq-card .faq-answer{font-size:14px}}.faqs-footer{text-align:center;padding:48px 20px;background-color:transparent}.faqs-footer .faqs-footer-title{font-family:"Jersey 15",sans-serif;font-size:36px;font-weight:400;color:#020f30;margin:0 0 16px;text-transform:uppercase}@media (max-width: 768px){.faqs-footer .faqs-footer-title{font-size:28px}}.faqs-footer .faqs-footer-description{font-family:Nunito Sans,sans-serif;font-size:18px;line-height:150%;color:#020f30;margin:0 0 32px}@media (max-width: 768px){.faqs-footer .faqs-footer-description{font-size:16px}}.faqs-footer .faqs-contact-button{display:inline-block;background:transparent;border:none;padding:0;text-decoration:none;transition:transform .2s ease,filter .2s ease;cursor:pointer}.faqs-footer .faqs-contact-button .faqs-contact-button-image{width:140px;max-width:100%;display:block}.faqs-footer .faqs-contact-button:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.faqs-footer .faqs-contact-button:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.terms-page{min-height:100vh;background-image:url(/build/assets/fondo_dos-CRCRNnIK.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:120px 0 40px;overflow-y:auto}.terms-container{max-width:900px;margin:2rem auto 6rem;padding:0 20px}.terms-header{text-align:center;margin-bottom:48px}.terms-header .terms-title{font-family:"Jersey 15",sans-serif;font-size:48px;font-weight:400;color:#020f30;margin:0 0 24px;text-transform:uppercase;line-height:1.2}@media (max-width: 768px){.terms-header .terms-title{font-size:36px}}.terms-header .terms-intro{font-family:Nunito Sans,sans-serif;font-size:18px;line-height:150%;color:#020f30;max-width:800px;margin:0 auto 8px}.terms-header .terms-intro:last-of-type{margin-bottom:0}@media (max-width: 768px){.terms-header .terms-intro{font-size:16px}}.terms-content{text-align:center}.terms-content .terms-legal-title{font-family:"Jersey 15",sans-serif;font-size:36px;font-weight:400;color:#020f30;margin:0 0 32px;text-transform:uppercase;line-height:1.2}@media (max-width: 768px){.terms-content .terms-legal-title{font-size:28px;margin-bottom:24px}}.terms-content .terms-paragraphs{display:flex;flex-direction:column;gap:20px;text-align:left}@media (max-width: 768px){.terms-content .terms-paragraphs{gap:16px}}.terms-content .terms-paragraph{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:150%;color:#020f30;margin:0;text-align:left}@media (max-width: 768px){.terms-content .terms-paragraph{font-size:14px}}.terms-content .terms-section-title{font-family:"Jersey 15",sans-serif;font-size:24px;font-weight:400;color:#020f30;margin:32px 0 16px;text-transform:uppercase;line-height:1.3}@media (max-width: 768px){.terms-content .terms-section-title{font-size:20px;margin:24px 0 12px}}.terms-content .terms-list{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:150%;color:#020f30;margin:16px 0;padding-left:24px;list-style-type:disc}.terms-content .terms-list li{margin-bottom:8px}.terms-content .terms-list li:last-child{margin-bottom:0}@media (max-width: 768px){.terms-content .terms-list{font-size:14px;padding-left:20px}}.terms-content .terms-table-container{margin:32px 0;overflow-x:auto}@media (max-width: 768px){.terms-content .terms-table-container{margin:24px 0}}.terms-content .terms-table{width:100%;border-collapse:collapse;background:#fff9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.terms-content .terms-table thead{background:#1954a5}.terms-content .terms-table thead th{font-family:"Jersey 15",sans-serif;font-size:18px;font-weight:400;color:#fff;padding:16px 12px;text-align:left;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.2)}.terms-content .terms-table thead th:last-child{border-right:none}@media (max-width: 768px){.terms-content .terms-table thead th{font-size:14px;padding:12px 8px}}.terms-content .terms-table tbody tr{border-bottom:1px solid rgba(2,15,48,.1)}.terms-content .terms-table tbody tr:last-child{border-bottom:none}.terms-content .terms-table tbody tr:nth-child(2n){background:#ffffff80}.terms-content .terms-table tbody td{font-family:Nunito Sans,sans-serif;font-size:14px;line-height:150%;color:#020f30;padding:16px 12px;vertical-align:top;border-right:1px solid rgba(2,15,48,.1)}.terms-content .terms-table tbody td:last-child{border-right:none}.terms-content .terms-table tbody td strong{font-weight:700;color:#1954a5;display:block;margin-bottom:8px}@media (max-width: 768px){.terms-content .terms-table tbody td{font-size:12px;padding:12px 8px}}.winners-page{min-height:100vh;background-image:url(/build/assets/fondo_dos-CRCRNnIK.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:120px 0 40px;overflow-y:auto}.winners-container{max-width:1400px;margin:0 auto;padding:0 20px}.winners-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:60px;align-items:center;justify-content:center}@media (max-width: 1024px){.winners-content{grid-template-columns:1fr;gap:32px}}.winners-left{display:flex;flex-direction:column;justify-content:flex-start;padding:20px 0}.winners-left .winners-title{font-family:"Jersey 15",sans-serif;font-size:64px;font-weight:400;color:#020f30;margin:0 0 24px;text-transform:uppercase;line-height:1.2}@media (max-width: 768px){.winners-left .winners-title{font-size:48px}}.winners-left .winners-subtitle-1{font-family:"Jersey 15",sans-serif;font-size:24px;font-weight:400;color:#020f30;margin:0 0 16px;line-height:1.3}@media (max-width: 768px){.winners-left .winners-subtitle-1{font-size:20px}}.winners-left .winners-subtitle-2{font-family:Nunito Sans,sans-serif;font-size:18px;line-height:150%;color:#020f30;margin:0 0 32px}@media (max-width: 768px){.winners-left .winners-subtitle-2{font-size:16px}}.winners-left .winners-participate-button{display:inline-block;background:transparent;border:none;padding:0;text-decoration:none;transition:transform .2s ease,filter .2s ease;cursor:pointer;align-self:flex-start}.winners-left .winners-participate-button .winners-participate-button-image{width:173px;height:auto;max-width:100%;display:block}.winners-left .winners-participate-button:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.winners-left .winners-participate-button:active{transform:translateY(0);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@media (max-width: 768px){.winners-left .winners-participate-button{align-self:stretch}}.winners-right .week-panel{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.winners-right .week-panel .winners-image{width:100%;height:auto;display:block;object-fit:contain}.winners-timeline{margin-top:60px;padding:40px 0}.winners-timeline .timeline-container{display:flex;justify-content:center;align-items:center;position:relative;width:100%;margin:0 auto;padding:0}.winners-timeline .timeline-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;text-decoration:none;cursor:pointer;transition:all .3s ease}.winners-timeline .timeline-item .timeline-line{position:absolute;top:12px;left:50%;width:100%;height:2px;background:#cad0d6;z-index:0;transition:background .3s ease}.winners-timeline .timeline-item .timeline-line.active{background:#020f30}.winners-timeline .timeline-item .timeline-marker{width:24px;height:24px;border-radius:50%;background:#cad0d6;border:3px solid #ffffff;position:relative;z-index:1;transition:all .3s ease}@media (max-width: 768px){.winners-timeline .timeline-item .timeline-marker{width:20px;height:20px}}.winners-timeline .timeline-item.active .timeline-marker{background:#020f30;border-color:#020f30;transform:scale(1.2)}.winners-timeline .timeline-item.selected .timeline-marker{background:#020f30;border-color:#020f30;transform:scale(1.3);box-shadow:0 0 0 4px #020f3033}.winners-timeline .timeline-item.selected .timeline-label{color:#020f30;font-weight:400}.winners-timeline .timeline-item.past .timeline-marker{background:#020f30;border-color:#020f30}.winners-timeline .timeline-item.past .timeline-label{color:#020f30}.winners-timeline .timeline-item .timeline-label{font-family:"Jersey 15",sans-serif;font-size:18px;font-weight:400;color:#020f30;margin-top:12px;text-transform:uppercase;text-align:center;transition:color .3s ease}@media (max-width: 768px){.winners-timeline .timeline-item .timeline-label{font-size:16px}}.winners-timeline .timeline-item:hover .timeline-marker{transform:scale(1.15)}.winners-timeline .timeline-item.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.winners-timeline .timeline-item.disabled .timeline-marker{background:#cad0d6;border-color:#cad0d6}.winners-timeline .timeline-item.disabled .timeline-label{color:#cad0d6}.winners-timeline .timeline-item.disabled .timeline-line{background:#cad0d6}
