:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--all: all .3s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}body,html,#root{height:100%;width:100%;overflow:hidden}.game-container{background:radial-gradient(circle,#1a2a6c,#000);height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2vh 2vw;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-board{flex:1;width:95%;max-width:1200px;background-color:#024;border:8px solid #001529;border-radius:30px;display:flex;flex-direction:column;padding:2vh;box-shadow:0 0 50px #000c,inset 0 0 20px #ffffff1a;position:relative}.scoreboard{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2vh}.score-box{background:#000;border:3px solid #fdbb2d;color:#fdbb2d;padding:10px 30px;text-align:center;border-radius:10px;min-width:15vw}.score-box div{font-size:clamp(2rem,5vh,4rem);font-family:Courier New,monospace;font-weight:700}.round-total{font-size:clamp(3rem,8vh,6rem);background:#000;border:4px solid #fff;color:#fff;padding:7.5px 40px;border-radius:5px;box-shadow:0 0 20px #ffffff4d;text-align:center;line-height:clamp(1.5rem,8vh,3rem)}.texto_ronda{font-size:14px;line-height:14px;margin-top:20px}.question-text{color:#fff;text-align:center;font-size:clamp(1.2rem,3vh,2rem);margin-bottom:2vh;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.5);transition:var(--all)}.robo_puntos{color:#fff;text-align:center;font-size:clamp(.8rem,3vh,1.2rem);transition:var(--all);margin-top:15px}.answers-container{flex:1;display:flex;flex-direction:column;gap:1vh;background:#ff8c00;padding:1vh;border-radius:10px}.answer-slot{flex:1;display:flex;align-items:center;background:#000;border:2px solid white;cursor:pointer;overflow:hidden;transition:transform .1s}.answer-slot:active{transform:scale(.98)}.num-circle{background:#0047ab;color:#fff;width:60px;height:100%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;border-right:2px solid white}.ans-text{flex:1;padding-left:20px;color:#fdbb2d;font-size:clamp(1rem,2.5vh,1.8rem);font-weight:700;text-transform:uppercase}.ans-pts{background:#0047ab;color:#fff;width:80px;height:100%;display:flex;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;border-left:2px solid white}.strikes-area{display:flex;justify-content:center;gap:40px;margin-top:1vh}.strike-x{font-size:clamp(3rem,7vh,6rem);color:#222}.strike-x.active{color:red;text-shadow:0 0 20px red}.moderator-panel{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center;gap:15px;border-radius:20px;margin-top:10px}.round-selector-row,.nav-controls,.assign-controls{display:flex;justify-content:center;align-items:center;gap:15px;width:100%}button{padding:5px 10px;border-radius:5px;border:none;font-weight:700;cursor:pointer;font-size:.9rem}.btn-error{background:#ff4d4d;color:#fff;flex:1}.btn-assign.a{background:#0047ab;color:#fff;flex:1}.btn-assign.b{background:#b21f1f;color:#fff;flex:1}.footer-info{font-size:.8rem;color:#ffffff80;margin-top:5px}.big-x-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:9999;background-color:#0003;pointer-events:none}.big-x-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:99999!important;pointer-events:auto!important;cursor:pointer}.big-x-content{font-size:50vh;color:red;font-family:Arial,sans-serif;font-weight:700;text-shadow:0 0 50px rgba(0,0,0,.8),0 0 20px #fff;animation:strikeHit .5s ease-out forwards}@keyframes strikeHit{0%{transform:scale(.5);opacity:0}20%{transform:scale(1.2);opacity:1}30%{transform:scale(1) translate(-10px)}40%{transform:scale(1) translate(10px)}50%{transform:scale(1) translate(-10px)}60%{transform:scale(1) translate(10px)}to{transform:scale(1) translate(0);opacity:1}}.btn-visual-strike{box-shadow:0 4px 10px #0000004d}.round-display-container{display:flex;flex-direction:column;align-items:center}.bonus-tag{background:red;color:#fff;font-weight:700;padding:2px 10px;border-radius:5px;margin-top:5px;font-size:.9rem}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.btn-play{background-color:#28a745;color:#fff;border:2px solid white;flex:1;font-weight:700;padding:10px;border-radius:5px;cursor:pointer;text-transform:uppercase}.assign-controls{display:flex;gap:8px;width:100%}.input-group{display:flex;align-items:center;gap:10px;background:#111;padding:2px 15px;border-radius:10px;border:1px solid #fdbb2d;color:#fff}.input-group input{width:50px;background:transparent;border:none;color:#fdbb2d;font-size:1.2rem;font-weight:700;text-align:center}.logo_cien{display:flex;align-items:center;justify-content:center;flex:1}.logo_cien img{width:60%;border-radius:15px}.titulo{font-size:20px;line-height:20px;color:#fff}.sub_titulo{font-size:11px;color:#fff;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:20px;width:100%;max-width:1200px}.sub_titulo a{color:#fff;text-decoration:none;transition:var(--all)}.sub_titulo a:hover{color:#fdbb2d}.pregunta_equipo{color:#fff;margin-bottom:5px;text-align:center}.team-choice-container{display:flex;flex-direction:column;align-items:center;background:#0000004d;padding:12px;border-radius:10px;margin-top:5px}.team-choice-buttons{display:flex;gap:20px;justify-content:center}.btn-choice{padding:10px 25px;font-weight:700;cursor:pointer;border:none;border-radius:5px;transition:transform .2s}.btn-choice:hover{transform:scale(1.05)}.equipo-a{background-color:#0047ab;color:#fff}.equipo-b{background-color:#b21f1f;color:#fff}.esperando-duelo{color:#aaa;font-style:italic;font-size:.9rem}.active-glow{border:3px solid #ffcc00!important;box-shadow:0 0 20px #fc0;transition:all .3s ease}.btn-nav-change-game{background-color:#000;color:#fff}@media(min-width:600px){.swal-popup-responsive{max-width:500px!important}}.swal-responsive-container{display:flex;flex-direction:column;gap:10px}.swal2-input{box-sizing:border-box;font-size:1.1rem!important;margin:10px auto;width:90%}.swal-confirm-responsive{width:100%;padding:12px!important;font-size:1.2rem!important}.swal2-title{font-size:2rem!important;font-weight:700;text-transform:uppercase}@media(max-width:600px){.swal2-title{font-size:1.5rem!important}}@media screen and (max-width:1150px){.nav-controls{width:90%}body,html,#root{height:auto;overflow:auto;background:radial-gradient(circle,#1a2a6c,#000)}.game-container{background:none}.logo_cien img{width:100%}}@media screen and (max-width:990px){.round-selector-row{flex-direction:column}.ans-text,.question-text{font-size:15px}}@media screen and (max-width:700px){.num-circle{width:50px;font-size:15px}.ans-pts{width:65px;font-size:15px}.big-x-content{font-size:200px}}@media screen and (max-width:630px){.scoreboard{flex-direction:column;gap:15px}.score-box,.round-display-container,.round-total{width:100%}.score-box{padding:5px 10px}.score-box div{line-height:30px}.round-total{font-size:45px;line-height:30px}}@media screen and (max-width:600px){.answer-slot{flex-direction:column;flex:auto}.num-circle{background:none;width:auto;height:auto;border-right:none}.ans-pts{width:100%;height:auto;border-top:2px solid white;margin-top:2.5px}}@media screen and (max-width:500px){.big-x-content{font-size:150px}}@media screen and (max-width:400px){.sub_titulo{flex-direction:column;gap:0px;margin-bottom:5px}.big-x-content{font-size:125px}}
