.Juego2048-module__Jdp8fq__container{max-width:600px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Juego2048-module__Jdp8fq__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#2e86ab 0%,#48a9a6 100%);border-radius:16px;margin-top:80px;margin-bottom:25px;padding:35px 25px}.Juego2048-module__Jdp8fq__title{margin-bottom:8px;font-size:2.5rem;font-weight:700}.Juego2048-module__Jdp8fq__subtitle{opacity:.9;font-size:1rem}.Juego2048-module__Jdp8fq__mainContent{flex-direction:column;align-items:center;display:flex}.Juego2048-module__Jdp8fq__scorePanel{gap:15px;width:100%;max-width:400px;margin-bottom:20px;display:flex}.Juego2048-module__Jdp8fq__scoreBox{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:10px;flex:1;padding:12px}.Juego2048-module__Jdp8fq__scoreLabel{color:var(--text-muted);text-transform:uppercase;margin-bottom:4px;font-size:.75rem;display:block}.Juego2048-module__Jdp8fq__scoreValue{color:var(--text-primary);font-size:1.5rem;font-weight:700;display:block}.Juego2048-module__Jdp8fq__newGameBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#f59e0b;border:none;border-radius:10px;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.Juego2048-module__Jdp8fq__newGameBtn:hover{background:#d97706}.Juego2048-module__Jdp8fq__gameContainer{margin-bottom:20px;position:relative}.Juego2048-module__Jdp8fq__tablero{background:#bbada0;border-radius:12px;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(4,1fr);gap:10px;width:400px;height:400px;padding:10px;display:grid}.Juego2048-module__Jdp8fq__tile{color:#776e65;background:#eee4da59;border-radius:8px;justify-content:center;align-items:center;font-size:2rem;font-weight:700;transition:all .1s;display:flex}.Juego2048-module__Jdp8fq__tile2{color:#776e65;background:#eee4da}.Juego2048-module__Jdp8fq__tile8{color:#fff;background:#f2b179}.Juego2048-module__Jdp8fq__tile16{color:#fff;background:#f59563}.Juego2048-module__Jdp8fq__tile32{color:#fff;background:#f67c5f}.Juego2048-module__Jdp8fq__tile64{color:#fff;background:#f65e3b}.Juego2048-module__Jdp8fq__tile128{color:#fff;background:#edcf72;font-size:1.8rem}.Juego2048-module__Jdp8fq__tile256{color:#fff;background:#edcc61;font-size:1.8rem}.Juego2048-module__Jdp8fq__tile512{color:#fff;background:#edc850;font-size:1.8rem}.Juego2048-module__Jdp8fq__tile1024{color:#fff;background:#edc53f;font-size:1.5rem}.Juego2048-module__Jdp8fq__tile2048{color:#fff;background:#edc22e;font-size:1.5rem;box-shadow:0 0 30px 10px #f3d77480}.Juego2048-module__Jdp8fq__overlay{background:#eee4dae6;border-radius:12px;justify-content:center;align-items:center;animation:.3s Juego2048-module__Jdp8fq__fadeIn;display:flex;position:absolute;inset:0}@keyframes Juego2048-module__Jdp8fq__fadeIn{0%{opacity:0}to{opacity:1}}.Juego2048-module__Jdp8fq__overlayContent{text-align:center}.Juego2048-module__Jdp8fq__overlayContent h2{color:#776e65;margin-bottom:10px;font-size:2rem}.Juego2048-module__Jdp8fq__overlayContent p{color:#776e65;margin-bottom:20px}.Juego2048-module__Jdp8fq__overlayBtns{justify-content:center;gap:10px;display:flex}.Juego2048-module__Jdp8fq__overlayBtn{color:#fff;cursor:pointer;background:#8f7a66;border:none;border-radius:10px;padding:14px 30px;font-size:1rem;font-weight:600;transition:all .2s}.Juego2048-module__Jdp8fq__overlayBtn:hover{background:#776e65}.Juego2048-module__Jdp8fq__overlayBtnSecondary{color:#8f7a66;cursor:pointer;background:0 0;border:2px solid #8f7a66;border-radius:10px;padding:14px 30px;font-size:1rem;font-weight:600;transition:all .2s}.Juego2048-module__Jdp8fq__overlayBtnSecondary:hover{background:#8f7a661a}.Juego2048-module__Jdp8fq__instrucciones{text-align:center;color:var(--text-secondary);margin-bottom:25px;font-size:.9rem}.Juego2048-module__Jdp8fq__instrucciones p{margin:5px 0}.Juego2048-module__Jdp8fq__guideSection{margin-bottom:2.5rem}.Juego2048-module__Jdp8fq__guideSection h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Juego2048-module__Jdp8fq__guideSection p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.Juego2048-module__Jdp8fq__tableWrapper{border:1px solid var(--border,#e5e7eb);border-radius:10px;margin-top:.75rem;overflow-x:auto}.Juego2048-module__Jdp8fq__comparativaTable{border-collapse:collapse;width:100%;min-width:520px;font-size:.9rem}.Juego2048-module__Jdp8fq__comparativaTable thead tr{background:var(--primary,#2e86ab);color:#fff}.Juego2048-module__Jdp8fq__comparativaTable th{text-align:left;white-space:nowrap;padding:10px 14px;font-weight:600}.Juego2048-module__Jdp8fq__comparativaTable td{border-top:1px solid var(--border,#e5e7eb);color:var(--text-primary);vertical-align:top;padding:10px 14px}.Juego2048-module__Jdp8fq__comparativaTable tbody tr:nth-child(2n){background:var(--bg-primary,#fafafa)}.Juego2048-module__Jdp8fq__comparativaTable tbody tr:hover{background:#2e86ab0f}[data-theme=dark] .Juego2048-module__Jdp8fq__comparativaTable tbody tr:nth-child(2n){background:#ffffff0a}[data-theme=dark] .Juego2048-module__Jdp8fq__comparativaTable tbody tr:hover{background:#2e86ab1a}[data-theme=dark] .Juego2048-module__Jdp8fq__comparativaTable td{border-top-color:#ffffff1a}.Juego2048-module__Jdp8fq__escenariosGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.75rem;display:grid}.Juego2048-module__Jdp8fq__escenarioCard{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:1.25rem}[data-theme=dark] .Juego2048-module__Jdp8fq__escenarioCard{background:var(--bg-card,#2a2a2a);border-color:#ffffff1a}.Juego2048-module__Jdp8fq__escenarioHeader{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.Juego2048-module__Jdp8fq__escenarioHeader h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.Juego2048-module__Jdp8fq__escenarioIcon{flex-shrink:0;font-size:1.5rem}.Juego2048-module__Jdp8fq__escenarioExample{color:var(--text-secondary);margin-bottom:.6rem;font-size:.88rem;line-height:1.55}.Juego2048-module__Jdp8fq__escenarioTip{color:var(--secondary,#48a9a6);font-size:.82rem;font-style:italic;line-height:1.5}.Juego2048-module__Jdp8fq__faqList{flex-direction:column;gap:.6rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.Juego2048-module__Jdp8fq__faqItem{border:1px solid var(--border,#e5e7eb);border-radius:8px;overflow:hidden}[data-theme=dark] .Juego2048-module__Jdp8fq__faqItem{border-color:#ffffff1a}.Juego2048-module__Jdp8fq__faqItem details{padding:0}.Juego2048-module__Jdp8fq__faqItem details summary{color:var(--text-primary);cursor:pointer;background:var(--bg-card,#fff);justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.92rem;font-weight:600;list-style:none;transition:background .2s;display:flex}[data-theme=dark] .Juego2048-module__Jdp8fq__faqItem details summary{background:var(--bg-card,#2a2a2a)}.Juego2048-module__Jdp8fq__faqItem details summary:hover{background:#2e86ab0f}.Juego2048-module__Jdp8fq__faqItem details summary:after{content:"+";color:var(--primary,#2e86ab);flex-shrink:0;margin-left:.5rem;font-size:1.1rem;font-weight:700}.Juego2048-module__Jdp8fq__faqItem details[open] summary:after{content:"−"}.Juego2048-module__Jdp8fq__faqItem details p{color:var(--text-secondary);background:var(--bg-card,#fff);margin:0;padding:0 1rem .85rem;font-size:.88rem;line-height:1.6}[data-theme=dark] .Juego2048-module__Jdp8fq__faqItem details p{background:var(--bg-card,#2a2a2a)}.Juego2048-module__Jdp8fq__faqTip{font-style:italic;color:var(--secondary,#48a9a6)!important;margin-top:.4rem!important;font-size:.82rem!important}.Juego2048-module__Jdp8fq__stepGuide{flex-direction:column;gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.Juego2048-module__Jdp8fq__step{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:10px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}[data-theme=dark] .Juego2048-module__Jdp8fq__step{background:var(--bg-card,#2a2a2a);border-color:#ffffff1a}.Juego2048-module__Jdp8fq__stepNumber{background:var(--primary,#2e86ab);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;font-size:.9rem;font-weight:700;display:flex}.Juego2048-module__Jdp8fq__stepContent{flex:1}.Juego2048-module__Jdp8fq__stepContent strong{color:var(--text-primary);margin-bottom:.35rem;font-size:.95rem;font-weight:700;display:block}.Juego2048-module__Jdp8fq__stepContent p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.55}.Juego2048-module__Jdp8fq__tipsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:.75rem;display:grid}.Juego2048-module__Jdp8fq__tipCard{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:1.25rem}[data-theme=dark] .Juego2048-module__Jdp8fq__tipCard{background:var(--bg-card,#2a2a2a);border-color:#ffffff1a}.Juego2048-module__Jdp8fq__tipIcon{margin-bottom:.5rem;font-size:1.75rem;display:block}.Juego2048-module__Jdp8fq__tipCard h4{color:var(--text-primary);margin:0 0 .4rem;font-size:.92rem;font-weight:700}.Juego2048-module__Jdp8fq__tipCard p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.55}.Juego2048-module__Jdp8fq__warningBox{background:#fff8e1;border:1px solid #f59e0b;border-left-width:4px;border-radius:10px;padding:1.25rem 1.5rem}[data-theme=dark] .Juego2048-module__Jdp8fq__warningBox{background:#f59e0b14;border-color:#f59e0b66 #f59e0b66 #f59e0b66 #f59e0b}.Juego2048-module__Jdp8fq__warningHeader{align-items:center;gap:.6rem;margin-bottom:.85rem;display:flex}.Juego2048-module__Jdp8fq__warningHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.Juego2048-module__Jdp8fq__warningIcon{flex-shrink:0;font-size:1.3rem}.Juego2048-module__Jdp8fq__warningList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.Juego2048-module__Jdp8fq__warningList li{color:var(--text-secondary);padding-left:1.2rem;font-size:.88rem;line-height:1.6;position:relative}.Juego2048-module__Jdp8fq__warningList li:before{content:"•";color:#f59e0b;font-weight:700;position:absolute;left:0}.Juego2048-module__Jdp8fq__warningList li strong{color:var(--text-primary)}@media (max-width:480px){.Juego2048-module__Jdp8fq__container{padding:15px}.Juego2048-module__Jdp8fq__hero{margin-top:60px;padding:25px 15px}.Juego2048-module__Jdp8fq__title{font-size:2rem}.Juego2048-module__Jdp8fq__tablero{gap:8px;width:320px;height:320px;padding:8px}.Juego2048-module__Jdp8fq__tile{font-size:1.5rem}.Juego2048-module__Jdp8fq__tile128,.Juego2048-module__Jdp8fq__tile256,.Juego2048-module__Jdp8fq__tile512{font-size:1.3rem}.Juego2048-module__Jdp8fq__tile1024,.Juego2048-module__Jdp8fq__tile2048{font-size:1.1rem}.Juego2048-module__Jdp8fq__scorePanel{flex-wrap:wrap}.Juego2048-module__Jdp8fq__scoreBox{min-width:80px}.Juego2048-module__Jdp8fq__newGameBtn{flex:1}}
