.JuegoTresEnRaya-module__DUVY5W__container{max-width:800px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.JuegoTresEnRaya-module__DUVY5W__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}.JuegoTresEnRaya-module__DUVY5W__title{margin-bottom:8px;font-size:2rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__subtitle{opacity:.9;font-size:1rem}.JuegoTresEnRaya-module__DUVY5W__mainContent{grid-template-columns:1.2fr 1fr;gap:25px;margin-bottom:25px;display:grid}.JuegoTresEnRaya-module__DUVY5W__gamePanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;padding:25px;display:flex}.JuegoTresEnRaya-module__DUVY5W__panelTitle{color:var(--text-primary);margin-bottom:15px;font-size:1.1rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__dificultadSelector{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;display:flex}.JuegoTresEnRaya-module__DUVY5W__dificultadLabel{color:var(--text-secondary);font-size:.9rem}.JuegoTresEnRaya-module__DUVY5W__dificultadBtns{gap:8px;display:flex}.JuegoTresEnRaya-module__DUVY5W__dificultadBtn{border:2px solid var(--border);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:8px 14px;font-size:.85rem;transition:all .2s}.JuegoTresEnRaya-module__DUVY5W__dificultadBtn:hover{border-color:#3b82f6}.JuegoTresEnRaya-module__DUVY5W__dificultadBtn.JuegoTresEnRaya-module__DUVY5W__active{color:#3b82f6;background:#3b82f61a;border-color:#3b82f6}.JuegoTresEnRaya-module__DUVY5W__estado{min-height:35px;margin-bottom:20px;font-size:1.2rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__turno{color:var(--text-primary)}.JuegoTresEnRaya-module__DUVY5W__victoria{color:#10b981}.JuegoTresEnRaya-module__DUVY5W__derrota{color:#ef4444}.JuegoTresEnRaya-module__DUVY5W__empate{color:#f59e0b}.JuegoTresEnRaya-module__DUVY5W__tablero{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:25px;display:grid}.JuegoTresEnRaya-module__DUVY5W__casilla{border:2px solid var(--border);background:var(--bg-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100px;height:100px;font-size:3rem;font-weight:700;transition:all .2s;display:flex}.JuegoTresEnRaya-module__DUVY5W__casilla:hover:not(:disabled):not(.JuegoTresEnRaya-module__DUVY5W__ocupada){background:#3b82f60d;border-color:#3b82f6}.JuegoTresEnRaya-module__DUVY5W__casilla:disabled,.JuegoTresEnRaya-module__DUVY5W__casilla.JuegoTresEnRaya-module__DUVY5W__ocupada{cursor:default}.JuegoTresEnRaya-module__DUVY5W__casilla.JuegoTresEnRaya-module__DUVY5W__ganadora{background:#10b98133;border-color:#10b981}.JuegoTresEnRaya-module__DUVY5W__x{color:#3b82f6}.JuegoTresEnRaya-module__DUVY5W__o{color:#ef4444}.JuegoTresEnRaya-module__DUVY5W__reiniciarBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:14px 30px;font-size:1rem;font-weight:600;transition:all .2s}.JuegoTresEnRaya-module__DUVY5W__reiniciarBtn:hover{background:#2563eb;transform:translateY(-2px)}.JuegoTresEnRaya-module__DUVY5W__statsPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:25px}.JuegoTresEnRaya-module__DUVY5W__statsHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.JuegoTresEnRaya-module__DUVY5W__statsHeader .JuegoTresEnRaya-module__DUVY5W__panelTitle{margin-bottom:0}.JuegoTresEnRaya-module__DUVY5W__resetBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:8px 12px;font-size:.9rem;transition:all .2s}.JuegoTresEnRaya-module__DUVY5W__resetBtn:hover{color:#ef4444;border-color:#ef4444}.JuegoTresEnRaya-module__DUVY5W__statsGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:25px;display:grid}.JuegoTresEnRaya-module__DUVY5W__statCard{text-align:center;border-radius:10px;padding:20px 10px}.JuegoTresEnRaya-module__DUVY5W__statCard.JuegoTresEnRaya-module__DUVY5W__victorias{background:#10b9811a;border:1px solid #10b9814d}.JuegoTresEnRaya-module__DUVY5W__statCard.JuegoTresEnRaya-module__DUVY5W__derrotas{background:#ef44441a;border:1px solid #ef44444d}.JuegoTresEnRaya-module__DUVY5W__statCard.JuegoTresEnRaya-module__DUVY5W__empates{background:#f59e0b1a;border:1px solid #f59e0b4d}.JuegoTresEnRaya-module__DUVY5W__statValor{color:var(--text-primary);font-size:2rem;font-weight:700;display:block}.JuegoTresEnRaya-module__DUVY5W__statLabel{color:var(--text-secondary);font-size:.85rem}.JuegoTresEnRaya-module__DUVY5W__leyenda{border-top:1px solid var(--border);justify-content:center;gap:30px;padding-top:20px;display:flex}.JuegoTresEnRaya-module__DUVY5W__leyendaItem{color:var(--text-secondary);align-items:center;gap:10px;font-size:.9rem;display:flex}.JuegoTresEnRaya-module__DUVY5W__leyendaItem .JuegoTresEnRaya-module__DUVY5W__x,.JuegoTresEnRaya-module__DUVY5W__leyendaItem .JuegoTresEnRaya-module__DUVY5W__o{font-size:1.5rem;font-weight:700}@media (max-width:768px){.JuegoTresEnRaya-module__DUVY5W__container{padding:15px}.JuegoTresEnRaya-module__DUVY5W__hero{margin-top:60px;padding:30px 20px}.JuegoTresEnRaya-module__DUVY5W__title{font-size:1.6rem}.JuegoTresEnRaya-module__DUVY5W__mainContent{grid-template-columns:1fr}.JuegoTresEnRaya-module__DUVY5W__casilla{width:90px;height:90px;font-size:2.5rem}}@media (max-width:480px){.JuegoTresEnRaya-module__DUVY5W__hero{padding:25px 15px}.JuegoTresEnRaya-module__DUVY5W__title{font-size:1.4rem}.JuegoTresEnRaya-module__DUVY5W__casilla{width:80px;height:80px;font-size:2rem}.JuegoTresEnRaya-module__DUVY5W__tablero{gap:6px}.JuegoTresEnRaya-module__DUVY5W__dificultadBtns{flex-wrap:wrap;justify-content:center}.JuegoTresEnRaya-module__DUVY5W__dificultadBtn{padding:6px 10px;font-size:.8rem}}.JuegoTresEnRaya-module__DUVY5W__guideSection{margin-bottom:32px}.JuegoTresEnRaya-module__DUVY5W__guideSection h2{color:var(--text-primary);margin-bottom:8px;font-size:1.2rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__guideSection p{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.6}.JuegoTresEnRaya-module__DUVY5W__tableWrapper{border:1px solid var(--border);border-radius:10px;margin-top:12px;overflow-x:auto}.JuegoTresEnRaya-module__DUVY5W__comparativaTable{border-collapse:collapse;width:100%;min-width:540px;font-size:.9rem}.JuegoTresEnRaya-module__DUVY5W__comparativaTable thead{background:linear-gradient(135deg,#2e86ab 0%,#48a9a6 100%)}.JuegoTresEnRaya-module__DUVY5W__comparativaTable thead th{text-align:left;color:#fff;white-space:nowrap;padding:12px 16px;font-size:.85rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__comparativaTable tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.JuegoTresEnRaya-module__DUVY5W__comparativaTable tbody tr:last-child{border-bottom:none}.JuegoTresEnRaya-module__DUVY5W__comparativaTable tbody tr:hover{background:#2e86ab0d}.JuegoTresEnRaya-module__DUVY5W__comparativaTable tbody td{color:var(--text-secondary);padding:11px 16px;font-size:.88rem;line-height:1.4}[data-theme=dark] .JuegoTresEnRaya-module__DUVY5W__comparativaTable tbody tr:hover{background:#2e86ab1a}.JuegoTresEnRaya-module__DUVY5W__escenariosGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px;display:grid}.JuegoTresEnRaya-module__DUVY5W__escenarioCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px;transition:box-shadow .2s,border-color .2s}.JuegoTresEnRaya-module__DUVY5W__escenarioCard:hover{border-color:#2e86ab;box-shadow:0 4px 12px #2e86ab1f}.JuegoTresEnRaya-module__DUVY5W__escenarioHeader{align-items:center;gap:10px;margin-bottom:10px;display:flex}.JuegoTresEnRaya-module__DUVY5W__escenarioHeader h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__escenarioIcon{flex-shrink:0;font-size:1.5rem}.JuegoTresEnRaya-module__DUVY5W__escenarioExample{color:var(--text-secondary);margin-bottom:10px;font-size:.88rem;line-height:1.55}.JuegoTresEnRaya-module__DUVY5W__escenarioTip{color:#2e86ab;background:#2e86ab12;border-left:3px solid #2e86ab;border-radius:0 6px 6px 0;margin:0;padding:8px 10px;font-size:.83rem;line-height:1.5}[data-theme=dark] .JuegoTresEnRaya-module__DUVY5W__escenarioTip{color:#7fb3d3;background:#2e86ab26;border-left-color:#7fb3d3}.JuegoTresEnRaya-module__DUVY5W__faqList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.JuegoTresEnRaya-module__DUVY5W__faqItem{border:1px solid var(--border);border-radius:10px;overflow:hidden}.JuegoTresEnRaya-module__DUVY5W__faqItem details{width:100%}.JuegoTresEnRaya-module__DUVY5W__faqItem details summary{cursor:pointer;color:var(--text-primary);background:var(--bg-card);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.92rem;font-weight:500;list-style:none;transition:background .15s;display:flex}.JuegoTresEnRaya-module__DUVY5W__faqItem details summary::-webkit-details-marker{display:none}.JuegoTresEnRaya-module__DUVY5W__faqItem details summary:after{content:"▾";color:var(--text-muted);flex-shrink:0;margin-left:8px;font-size:1rem;transition:transform .2s}.JuegoTresEnRaya-module__DUVY5W__faqItem details[open] summary:after{transform:rotate(-180deg)}.JuegoTresEnRaya-module__DUVY5W__faqItem details summary:hover{background:#2e86ab0d}.JuegoTresEnRaya-module__DUVY5W__faqItem details p{color:var(--text-secondary);border-top:1px solid var(--border);margin:0;padding:12px 16px 14px;font-size:.88rem;line-height:1.6}.JuegoTresEnRaya-module__DUVY5W__faqTip{background:#2e86ab12;border-left:3px solid #2e86ab;border-radius:0 6px 6px 0;color:#2e86ab!important;margin-top:8px!important;padding:8px 10px!important;font-size:.82rem!important}[data-theme=dark] .JuegoTresEnRaya-module__DUVY5W__faqTip{background:#2e86ab26;border-left-color:#7fb3d3;color:#7fb3d3!important}.JuegoTresEnRaya-module__DUVY5W__stepGuide{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.JuegoTresEnRaya-module__DUVY5W__step{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:14px;padding:14px 16px;transition:border-color .2s;display:flex}.JuegoTresEnRaya-module__DUVY5W__step:hover{border-color:#2e86ab}.JuegoTresEnRaya-module__DUVY5W__stepNumber{color:#fff;background:linear-gradient(135deg,#2e86ab 0%,#48a9a6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:700;display:flex}.JuegoTresEnRaya-module__DUVY5W__stepContent{flex:1;min-width:0}.JuegoTresEnRaya-module__DUVY5W__stepContent strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;font-weight:600;display:block}.JuegoTresEnRaya-module__DUVY5W__stepContent p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.55}.JuegoTresEnRaya-module__DUVY5W__tipsGrid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:12px;display:grid}.JuegoTresEnRaya-module__DUVY5W__tipCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px;transition:border-color .2s,box-shadow .2s}.JuegoTresEnRaya-module__DUVY5W__tipCard:hover{border-color:#48a9a6;box-shadow:0 4px 12px #48a9a61a}.JuegoTresEnRaya-module__DUVY5W__tipIcon{margin-bottom:10px;font-size:1.6rem;display:block}.JuegoTresEnRaya-module__DUVY5W__tipCard h4{color:var(--text-primary);margin-bottom:6px;font-size:.92rem;font-weight:600}.JuegoTresEnRaya-module__DUVY5W__tipCard p{color:var(--text-secondary);margin:0;font-size:.87rem;line-height:1.55}.JuegoTresEnRaya-module__DUVY5W__warningBox{background:#f59e0b0f;border:1px solid #f59e0b59;border-radius:12px;padding:20px 22px}[data-theme=dark] .JuegoTresEnRaya-module__DUVY5W__warningBox{background:#f59e0b1a;border-color:#f59e0b66}.JuegoTresEnRaya-module__DUVY5W__warningHeader{align-items:center;gap:10px;margin-bottom:14px;display:flex}.JuegoTresEnRaya-module__DUVY5W__warningHeader h3{color:#d97706;margin:0;font-size:1rem;font-weight:600}[data-theme=dark] .JuegoTresEnRaya-module__DUVY5W__warningHeader h3{color:#f59e0b}.JuegoTresEnRaya-module__DUVY5W__warningIcon{flex-shrink:0;font-size:1.3rem}.JuegoTresEnRaya-module__DUVY5W__warningList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.JuegoTresEnRaya-module__DUVY5W__warningList li{color:var(--text-secondary);padding-left:18px;font-size:.88rem;line-height:1.55;position:relative}.JuegoTresEnRaya-module__DUVY5W__warningList li:before{content:"✗";color:#d97706;font-size:.85rem;font-weight:700;position:absolute;left:0}[data-theme=dark] .JuegoTresEnRaya-module__DUVY5W__warningList li:before{color:#f59e0b}.JuegoTresEnRaya-module__DUVY5W__warningList li strong{color:var(--text-primary)}@media (max-width:768px){.JuegoTresEnRaya-module__DUVY5W__escenariosGrid,.JuegoTresEnRaya-module__DUVY5W__tipsGrid{grid-template-columns:1fr}.JuegoTresEnRaya-module__DUVY5W__comparativaTable thead th,.JuegoTresEnRaya-module__DUVY5W__comparativaTable tbody td{padding:9px 12px}}@media (max-width:480px){.JuegoTresEnRaya-module__DUVY5W__guideSection h2{font-size:1.05rem}.JuegoTresEnRaya-module__DUVY5W__stepNumber{width:26px;height:26px;font-size:.8rem}.JuegoTresEnRaya-module__DUVY5W__escenarioCard,.JuegoTresEnRaya-module__DUVY5W__tipCard{padding:14px}}@media (prefers-reduced-motion:reduce){.JuegoTresEnRaya-module__DUVY5W__escenarioCard,.JuegoTresEnRaya-module__DUVY5W__tipCard,.JuegoTresEnRaya-module__DUVY5W__step,.JuegoTresEnRaya-module__DUVY5W__faqItem details summary{transition:none}}
