.JuegoPuzzleMatematico-module__cDrkLa__container{max-width:500px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.JuegoPuzzleMatematico-module__cDrkLa__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#2e86ab 0%,#48a9a6 100%);border-radius:16px;margin-top:80px;margin-bottom:20px;padding:30px 25px}.JuegoPuzzleMatematico-module__cDrkLa__title{margin-bottom:8px;font-size:2rem;font-weight:700}.JuegoPuzzleMatematico-module__cDrkLa__subtitle{opacity:.9;font-size:.95rem}.JuegoPuzzleMatematico-module__cDrkLa__pantallaInicio{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:30px}.JuegoPuzzleMatematico-module__cDrkLa__pantallaInicio h2{color:var(--text-primary);margin-bottom:15px;font-size:1.5rem}.JuegoPuzzleMatematico-module__cDrkLa__pantallaInicio p{color:var(--text-secondary);margin-bottom:25px;line-height:1.6}.JuegoPuzzleMatematico-module__cDrkLa__modoSelector{flex-direction:column;gap:12px;margin-bottom:25px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__modoBtn{border:2px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;text-align:left;border-radius:12px;padding:15px 20px;font-size:1rem;font-weight:600;transition:all .2s}.JuegoPuzzleMatematico-module__cDrkLa__modoBtn:hover{background:#fef3c7;border-color:#f59e0b}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__modoBtn:hover{background:#78350f}.JuegoPuzzleMatematico-module__cDrkLa__modoBtn.JuegoPuzzleMatematico-module__cDrkLa__active{color:#fff;background:#f59e0b;border-color:#f59e0b}.JuegoPuzzleMatematico-module__cDrkLa__modoBtn span{opacity:.8;margin-top:4px;font-size:.85rem;font-weight:400;display:block}.JuegoPuzzleMatematico-module__cDrkLa__btnComenzar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:12px;width:100%;padding:16px;font-size:1.2rem;font-weight:700;transition:all .2s}.JuegoPuzzleMatematico-module__cDrkLa__btnComenzar:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.JuegoPuzzleMatematico-module__cDrkLa__pantallaJuego{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:25px}.JuegoPuzzleMatematico-module__cDrkLa__barraSuperior{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__stat{text-align:center}.JuegoPuzzleMatematico-module__cDrkLa__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem}.JuegoPuzzleMatematico-module__cDrkLa__statValue{color:var(--text-primary);font-size:1.5rem;font-weight:700}.JuegoPuzzleMatematico-module__cDrkLa__statValue.JuegoPuzzleMatematico-module__cDrkLa__tiempo{color:#f59e0b}.JuegoPuzzleMatematico-module__cDrkLa__problema{text-align:center;margin-bottom:30px}.JuegoPuzzleMatematico-module__cDrkLa__ecuacion{color:var(--text-primary);margin-bottom:15px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:3rem;font-weight:700}.JuegoPuzzleMatematico-module__cDrkLa__tipoOperacion{color:var(--text-muted);background:var(--bg-primary);border-radius:20px;padding:6px 16px;font-size:.9rem;display:inline-block}.JuegoPuzzleMatematico-module__cDrkLa__respuestaContainer{margin-bottom:25px}.JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta{text-align:center;border:3px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:20px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:2rem;font-weight:700;transition:all .2s}.JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta:focus{border-color:#f59e0b}.JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta.JuegoPuzzleMatematico-module__cDrkLa__correcto{background:#dcfce7;border-color:#22c55e}.JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta.JuegoPuzzleMatematico-module__cDrkLa__incorrecto{background:#fee2e2;border-color:#ef4444;animation:.3s JuegoPuzzleMatematico-module__cDrkLa__shake}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta.JuegoPuzzleMatematico-module__cDrkLa__correcto{background:#14532d}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta.JuegoPuzzleMatematico-module__cDrkLa__incorrecto{background:#7f1d1d}@keyframes JuegoPuzzleMatematico-module__cDrkLa__shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.JuegoPuzzleMatematico-module__cDrkLa__teclado{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px;display:grid}.JuegoPuzzleMatematico-module__cDrkLa__tecla{border:2px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;border-radius:12px;padding:20px;font-size:1.5rem;font-weight:700;transition:all .1s}.JuegoPuzzleMatematico-module__cDrkLa__tecla:hover{background:var(--hover)}.JuegoPuzzleMatematico-module__cDrkLa__tecla:active{transform:scale(.95)}.JuegoPuzzleMatematico-module__cDrkLa__tecla.JuegoPuzzleMatematico-module__cDrkLa__especial{background:var(--bg-primary)}.JuegoPuzzleMatematico-module__cDrkLa__tecla.JuegoPuzzleMatematico-module__cDrkLa__enviar{color:#fff;background:#f59e0b;border-color:#f59e0b}.JuegoPuzzleMatematico-module__cDrkLa__tecla.JuegoPuzzleMatematico-module__cDrkLa__enviar:hover{background:#d97706}.JuegoPuzzleMatematico-module__cDrkLa__acciones{gap:10px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__btnAccion{border:2px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;border-radius:10px;flex:1;padding:12px;font-size:.9rem;font-weight:600;transition:all .2s}.JuegoPuzzleMatematico-module__cDrkLa__btnAccion:hover{color:#f59e0b;border-color:#f59e0b}.JuegoPuzzleMatematico-module__cDrkLa__pantallaResultados{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:30px}.JuegoPuzzleMatematico-module__cDrkLa__resultadoHeader{margin-bottom:25px}.JuegoPuzzleMatematico-module__cDrkLa__resultadoEmoji{margin-bottom:15px;font-size:4rem}.JuegoPuzzleMatematico-module__cDrkLa__resultadoTitulo{color:var(--text-primary);margin-bottom:5px;font-size:1.8rem;font-weight:700}.JuegoPuzzleMatematico-module__cDrkLa__resultadoSubtitulo{color:var(--text-secondary)}.JuegoPuzzleMatematico-module__cDrkLa__statsFinales{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:25px;display:grid}.JuegoPuzzleMatematico-module__cDrkLa__statFinal{background:var(--bg-primary);border-radius:12px;padding:20px}.JuegoPuzzleMatematico-module__cDrkLa__statFinal .JuegoPuzzleMatematico-module__cDrkLa__valor{color:#f59e0b;font-size:2rem;font-weight:700}.JuegoPuzzleMatematico-module__cDrkLa__statFinal .JuegoPuzzleMatematico-module__cDrkLa__label{color:var(--text-muted);text-transform:uppercase;margin-top:5px;font-size:.8rem}.JuegoPuzzleMatematico-module__cDrkLa__botonesResultado{flex-direction:column;gap:10px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__btnReintentar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:12px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .2s}.JuegoPuzzleMatematico-module__cDrkLa__btnReintentar:hover{transform:translateY(-2px)}.JuegoPuzzleMatematico-module__cDrkLa__btnVolver{border:2px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:12px;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.JuegoPuzzleMatematico-module__cDrkLa__btnVolver:hover{border-color:var(--text-secondary)}.JuegoPuzzleMatematico-module__cDrkLa__estadisticas{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-top:20px;padding:20px}.JuegoPuzzleMatematico-module__cDrkLa__estadisticas h3{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:15px;font-size:1rem;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__statsGrid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.JuegoPuzzleMatematico-module__cDrkLa__statItem{text-align:center;background:var(--bg-primary);border-radius:8px;padding:10px}.JuegoPuzzleMatematico-module__cDrkLa__statItem .JuegoPuzzleMatematico-module__cDrkLa__valor{color:#f59e0b;font-size:1.5rem;font-weight:700}.JuegoPuzzleMatematico-module__cDrkLa__statItem .JuegoPuzzleMatematico-module__cDrkLa__label{color:var(--text-muted);text-transform:uppercase;margin-top:4px;font-size:.75rem}.JuegoPuzzleMatematico-module__cDrkLa__barraProgreso{background:var(--border);border-radius:4px;width:100%;height:8px;margin-bottom:20px;overflow:hidden}.JuegoPuzzleMatematico-module__cDrkLa__progresoFill{background:linear-gradient(90deg,#f59e0b,#d97706);height:100%;transition:width .3s}@media (max-width:480px){.JuegoPuzzleMatematico-module__cDrkLa__container{padding:15px 10px}.JuegoPuzzleMatematico-module__cDrkLa__hero{margin-top:60px;padding:25px 15px}.JuegoPuzzleMatematico-module__cDrkLa__title{font-size:1.6rem}.JuegoPuzzleMatematico-module__cDrkLa__ecuacion{font-size:2.2rem}.JuegoPuzzleMatematico-module__cDrkLa__inputRespuesta{padding:15px;font-size:1.5rem}.JuegoPuzzleMatematico-module__cDrkLa__tecla{padding:15px;font-size:1.3rem}.JuegoPuzzleMatematico-module__cDrkLa__statsFinales{grid-template-columns:1fr}}
