.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}.JuegoPuzzleMatematico-module__cDrkLa__tableWrapper{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:10px;margin:16px 0;overflow-x:auto}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable{border-collapse:collapse;background:var(--bg-card);width:100%;font-size:.9rem}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable thead{color:#fff;background:linear-gradient(135deg,#2e86ab 0%,#48a9a6 100%)}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable th{text-align:left;white-space:nowrap;padding:12px 14px;font-weight:600}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable td{color:var(--text-primary);border-bottom:1px solid var(--border);vertical-align:top;padding:11px 14px}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable tbody tr:last-child td{border-bottom:none}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable tbody tr:nth-child(2n){background:var(--bg-primary)}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__comparativaTable{background:var(--bg-card)}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__comparativaTable tbody tr:nth-child(2n){background:#222}.JuegoPuzzleMatematico-module__cDrkLa__escenariosGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin:16px 0;display:grid}.JuegoPuzzleMatematico-module__cDrkLa__escenarioCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__escenarioCard{background:var(--bg-card);border-color:#3a3a3a}.JuegoPuzzleMatematico-module__cDrkLa__escenarioHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__escenarioHeader h4{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.JuegoPuzzleMatematico-module__cDrkLa__escenarioIcon{flex-shrink:0;font-size:1.6rem}.JuegoPuzzleMatematico-module__cDrkLa__escenarioExample{color:var(--text-secondary);margin-bottom:10px;font-size:.88rem;line-height:1.6}.JuegoPuzzleMatematico-module__cDrkLa__escenarioTip{color:#2e86ab;background:#ebf5fb;border-left:3px solid #2e86ab;border-radius:0 6px 6px 0;margin:0;padding:8px 10px;font-size:.82rem;line-height:1.5}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__escenarioTip{color:#7fb3d3;background:#2e86ab26}.JuegoPuzzleMatematico-module__cDrkLa__faqList{flex-direction:column;gap:8px;margin:16px 0;padding:0;list-style:none;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__faqItem{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__faqItem{border-color:#3a3a3a}.JuegoPuzzleMatematico-module__cDrkLa__faqItem details summary{color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.93rem;font-weight:600;list-style:none;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__faqItem details summary::-webkit-details-marker{display:none}.JuegoPuzzleMatematico-module__cDrkLa__faqItem details summary:after{content:"▾";color:var(--text-muted);flex-shrink:0;margin-left:8px;font-size:.8rem}.JuegoPuzzleMatematico-module__cDrkLa__faqItem details[open] summary:after{content:"▴"}.JuegoPuzzleMatematico-module__cDrkLa__faqItem details p{color:var(--text-secondary);margin:0;padding:0 16px 14px;font-size:.88rem;line-height:1.65}.JuegoPuzzleMatematico-module__cDrkLa__faqTip{color:#2e86ab;background:#ebf5fb;border-left:3px solid #2e86ab;border-radius:0 6px 6px 0;padding:8px 10px;font-size:.82rem;line-height:1.5;margin:8px 16px 14px!important}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__faqTip{color:#7fb3d3;background:#2e86ab26}.JuegoPuzzleMatematico-module__cDrkLa__stepGuide{flex-direction:column;gap:14px;margin:16px 0;padding:0;list-style:none;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__step{align-items:flex-start;gap:14px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__stepNumber{color:#fff;background:linear-gradient(135deg,#2e86ab 0%,#48a9a6 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:2px;font-size:.85rem;font-weight:700;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__stepContent{flex:1}.JuegoPuzzleMatematico-module__cDrkLa__stepContent strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;display:block}.JuegoPuzzleMatematico-module__cDrkLa__stepContent p{color:var(--text-secondary);margin:0;font-size:.87rem;line-height:1.65}.JuegoPuzzleMatematico-module__cDrkLa__tipsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin:16px 0;display:grid}.JuegoPuzzleMatematico-module__cDrkLa__tipCard{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:18px}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__tipCard{border-color:#3a3a3a}.JuegoPuzzleMatematico-module__cDrkLa__tipCard h4{color:var(--text-primary);margin:8px 0 6px;font-size:.92rem;font-weight:600}.JuegoPuzzleMatematico-module__cDrkLa__tipCard p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.6}.JuegoPuzzleMatematico-module__cDrkLa__tipIcon{margin-bottom:4px;font-size:1.6rem;display:block}.JuegoPuzzleMatematico-module__cDrkLa__warningBox{background:#fff8e1;border:1px solid #f59e0b;border-radius:12px;margin:16px 0;padding:20px}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__warningBox{background:#f59e0b1a;border-color:#f59e0b66}.JuegoPuzzleMatematico-module__cDrkLa__warningHeader{align-items:center;gap:10px;margin-bottom:14px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__warningHeader h3{color:#92400e;margin:0;font-size:1rem;font-weight:600}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__warningHeader h3{color:#fcd34d}.JuegoPuzzleMatematico-module__cDrkLa__warningIcon{flex-shrink:0;font-size:1.4rem}.JuegoPuzzleMatematico-module__cDrkLa__warningList{flex-direction:column;gap:8px;margin:0;padding-left:18px;display:flex}.JuegoPuzzleMatematico-module__cDrkLa__warningList li{color:#78350f;font-size:.88rem;line-height:1.6}[data-theme=dark] .JuegoPuzzleMatematico-module__cDrkLa__warningList li{color:#fde68a}@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,.JuegoPuzzleMatematico-module__cDrkLa__escenariosGrid,.JuegoPuzzleMatematico-module__cDrkLa__tipsGrid{grid-template-columns:1fr}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable{font-size:.82rem}.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable th,.JuegoPuzzleMatematico-module__cDrkLa__comparativaTable td{padding:9px 10px}.JuegoPuzzleMatematico-module__cDrkLa__stepNumber{width:28px;min-width:28px;height:28px;font-size:.78rem}}
