.SimuladorPathfinding-module__WdNQWG__container{max-width:1200px;padding:var(--spacing-xl) var(--spacing-lg);min-height:100vh;margin:0 auto}.SimuladorPathfinding-module__WdNQWG__hero{text-align:center;margin-bottom:var(--spacing-xl);padding:var(--spacing-xl);background:var(--hero-bg);border-radius:var(--radius-large);color:#fff;margin-top:80px}.SimuladorPathfinding-module__WdNQWG__title{margin-bottom:var(--spacing-sm);font-size:2rem;font-weight:700}.SimuladorPathfinding-module__WdNQWG__subtitle{opacity:.95;max-width:640px;margin:0 auto;font-size:1.1rem}.SimuladorPathfinding-module__WdNQWG__main{background:var(--bg-card);border-radius:var(--radius-large);padding:var(--spacing-xl);box-shadow:var(--shadow-md);margin-bottom:var(--spacing-xl)}.SimuladorPathfinding-module__WdNQWG__panel{background:var(--bg-primary);border-radius:var(--radius);padding:var(--spacing-lg);margin-bottom:var(--spacing-xl)}.SimuladorPathfinding-module__WdNQWG__panelTitle{color:var(--text-primary);margin:0 0 var(--spacing-md);font-size:1.1rem;font-weight:600}.SimuladorPathfinding-module__WdNQWG__algoritmoSelector{gap:var(--spacing-sm);grid-template-columns:repeat(3,1fr);display:grid}.SimuladorPathfinding-module__WdNQWG__algoritmoBtn{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-md);background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:center;flex-direction:column;font-family:inherit;transition:all .2s;display:flex}.SimuladorPathfinding-module__WdNQWG__algoritmoBtn:hover{border-color:var(--primary);transform:translateY(-1px)}.SimuladorPathfinding-module__WdNQWG__algoritmoActive{border-color:var(--primary);background:#2e86ab1f}.SimuladorPathfinding-module__WdNQWG__algoritmoNombre{color:var(--text-primary);letter-spacing:.5px;font-size:1rem;font-weight:700}.SimuladorPathfinding-module__WdNQWG__algoritmoDesc{color:var(--text-secondary);font-size:.75rem}.SimuladorPathfinding-module__WdNQWG__presetGrid{gap:var(--spacing-sm);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.SimuladorPathfinding-module__WdNQWG__presetBtn{padding:var(--spacing-md);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-primary);text-align:left;font-family:inherit;font-size:.9rem;transition:all .2s}.SimuladorPathfinding-module__WdNQWG__presetBtn:hover{border-color:var(--secondary);background:#48a9a614;transform:translateY(-1px)}.SimuladorPathfinding-module__WdNQWG__presetTitle{margin-bottom:2px;font-weight:600;display:block}.SimuladorPathfinding-module__WdNQWG__presetDesc{color:var(--text-secondary);font-size:.8rem}.SimuladorPathfinding-module__WdNQWG__toolbar{gap:var(--spacing-sm);margin-bottom:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius);background:#2e86ab0f;flex-wrap:wrap;align-items:center;display:flex}.SimuladorPathfinding-module__WdNQWG__toolBtn{padding:var(--spacing-sm) var(--spacing-md);background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-primary);font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s}.SimuladorPathfinding-module__WdNQWG__toolBtn:hover{border-color:var(--primary)}.SimuladorPathfinding-module__WdNQWG__toolActive{border-color:var(--primary);color:var(--primary);background:#2e86ab29;font-weight:600}.SimuladorPathfinding-module__WdNQWG__toggleControl{align-items:center;gap:var(--spacing-sm);color:var(--text-primary);cursor:pointer;margin-left:auto;font-weight:500;display:flex}.SimuladorPathfinding-module__WdNQWG__toggleControl input[type=checkbox]{width:18px;height:18px;accent-color:var(--secondary);cursor:pointer}.SimuladorPathfinding-module__WdNQWG__gridWrapper{background:var(--border);border:2px solid var(--border);border-radius:var(--radius);margin-bottom:var(--spacing-md);touch-action:none;-webkit-user-select:none;user-select:none;gap:1px;display:grid;overflow:hidden}.SimuladorPathfinding-module__WdNQWG__celda{aspect-ratio:1;cursor:pointer;background:var(--bg-card);border:none;margin:0;padding:0;transition:background-color .12s}.SimuladorPathfinding-module__WdNQWG__celda:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;z-index:2}.SimuladorPathfinding-module__WdNQWG__cLibre{background:var(--bg-card)}.SimuladorPathfinding-module__WdNQWG__cMuro{background:#334155}.SimuladorPathfinding-module__WdNQWG__cCostoso{background:#c69a6d repeating-linear-gradient(45deg,#78502840 0 3px,#0000 3px 6px)}.SimuladorPathfinding-module__WdNQWG__cInicio{background:#16a34a}.SimuladorPathfinding-module__WdNQWG__cMeta{background:#dc2626}.SimuladorPathfinding-module__WdNQWG__cFrontera{background:#fcd34d}.SimuladorPathfinding-module__WdNQWG__cVisitada{background:#93c5fd}.SimuladorPathfinding-module__WdNQWG__cActual{background:#fb923c}.SimuladorPathfinding-module__WdNQWG__cCamino{background:#10b981}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__cLibre,[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__celda{background:#1f2937}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__cMuro{background:#0f172a}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__cVisitada{background:#3b82f6}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__cFrontera{background:#d97706}.SimuladorPathfinding-module__WdNQWG__leyenda{gap:var(--spacing-md);margin-bottom:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius);background:#2e86ab0a;flex-wrap:wrap;display:flex}.SimuladorPathfinding-module__WdNQWG__leyendaItem{align-items:center;gap:var(--spacing-xs);color:var(--text-secondary);font-size:.82rem;display:flex}.SimuladorPathfinding-module__WdNQWG__leyendaColor{border:1px solid var(--border);border-radius:4px;width:16px;height:16px;display:inline-block}.SimuladorPathfinding-module__WdNQWG__actionRow{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.SimuladorPathfinding-module__WdNQWG__actionBtn{padding:var(--spacing-sm) var(--spacing-md);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-primary);font-family:inherit;font-size:.9rem;transition:all .2s}.SimuladorPathfinding-module__WdNQWG__actionBtn:hover{border-color:var(--primary);background:#2e86ab0d}.SimuladorPathfinding-module__WdNQWG__dangerBtn{color:#dc2626;background:#ef44440f;border-color:#ef44444d}.SimuladorPathfinding-module__WdNQWG__dangerBtn:hover{background:#ef44441f;border-color:#ef444480}.SimuladorPathfinding-module__WdNQWG__hint{border-radius:var(--radius);padding:var(--spacing-sm) var(--spacing-md);margin-bottom:var(--spacing-md);color:var(--text-secondary);background:#2e86ab0f;border:1px solid #2e86ab33;font-size:.88rem;line-height:1.5}.SimuladorPathfinding-module__WdNQWG__hint strong{color:var(--primary)}.SimuladorPathfinding-module__WdNQWG__controlBar{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius);margin-bottom:var(--spacing-lg);background:#2e86ab0f;flex-wrap:wrap;display:flex}.SimuladorPathfinding-module__WdNQWG__velocidadControl{align-items:center;gap:var(--spacing-sm);flex:1;min-width:200px;display:flex}.SimuladorPathfinding-module__WdNQWG__velocidadControl label{color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:600}.SimuladorPathfinding-module__WdNQWG__velocidadControl input[type=range]{accent-color:var(--primary);flex:1}.SimuladorPathfinding-module__WdNQWG__velocidadValue{color:var(--primary);text-align:right;min-width:56px;font-family:SF Mono,Monaco,monospace;font-size:.95rem;font-weight:700}.SimuladorPathfinding-module__WdNQWG__controlBtn{padding:var(--spacing-sm) var(--spacing-md);background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}.SimuladorPathfinding-module__WdNQWG__controlBtn:hover{background:#246d8c}.SimuladorPathfinding-module__WdNQWG__controlBtn:disabled{background:var(--text-muted);cursor:not-allowed;opacity:.6}.SimuladorPathfinding-module__WdNQWG__secondaryBtn{background:var(--bg-card);color:var(--text-primary);border:2px solid var(--border)}.SimuladorPathfinding-module__WdNQWG__secondaryBtn:hover{border-color:var(--primary);background:#2e86ab0d}.SimuladorPathfinding-module__WdNQWG__calcBtn{width:100%;padding:var(--spacing-md) var(--spacing-lg);background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;font-family:inherit;font-size:1.05rem;font-weight:600;transition:background .2s}.SimuladorPathfinding-module__WdNQWG__calcBtn:hover{background:#246d8c}.SimuladorPathfinding-module__WdNQWG__calcBtn:disabled{background:var(--text-muted);cursor:not-allowed;opacity:.6}.SimuladorPathfinding-module__WdNQWG__descripcionPaso{border-left:3px solid var(--secondary);padding:var(--spacing-sm) var(--spacing-md);color:var(--text-primary);margin-bottom:var(--spacing-lg);background:#48a9a614;border-radius:6px;font-size:.9rem;line-height:1.5}.SimuladorPathfinding-module__WdNQWG__metricsGrid{gap:var(--spacing-md);margin:var(--spacing-md) 0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.SimuladorPathfinding-module__WdNQWG__metricCard{background:var(--bg-card);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);padding:var(--spacing-md)}.SimuladorPathfinding-module__WdNQWG__metricLabel{color:var(--text-secondary);margin-bottom:var(--spacing-xs);font-size:.85rem;display:block}.SimuladorPathfinding-module__WdNQWG__metricValue{color:var(--primary);font-family:SF Mono,Monaco,monospace;font-size:1.4rem;font-weight:700}.SimuladorPathfinding-module__WdNQWG__metricUnit{color:var(--text-secondary);margin-left:4px;font-size:.85rem;font-weight:400}.SimuladorPathfinding-module__WdNQWG__metricNote{color:var(--text-muted);margin-top:4px;font-size:.7rem;line-height:1.3;display:block}@media (max-width:768px){.SimuladorPathfinding-module__WdNQWG__container{padding:var(--spacing-md)}.SimuladorPathfinding-module__WdNQWG__hero{padding:var(--spacing-lg);margin-top:70px}.SimuladorPathfinding-module__WdNQWG__title{font-size:1.5rem}.SimuladorPathfinding-module__WdNQWG__algoritmoSelector{grid-template-columns:1fr}.SimuladorPathfinding-module__WdNQWG__toolbar{flex-direction:column;align-items:stretch}.SimuladorPathfinding-module__WdNQWG__toggleControl{margin-left:0;margin-top:var(--spacing-xs)}.SimuladorPathfinding-module__WdNQWG__presetGrid{grid-template-columns:1fr}.SimuladorPathfinding-module__WdNQWG__metricsGrid{grid-template-columns:repeat(2,1fr)}.SimuladorPathfinding-module__WdNQWG__controlBar{flex-direction:column;align-items:stretch}}.SimuladorPathfinding-module__WdNQWG__tableWrapper{border-radius:8px;margin:1rem 0;overflow-x:auto;box-shadow:0 1px 3px #0000001a}.SimuladorPathfinding-module__WdNQWG__comparativaTable{border-collapse:collapse;width:100%;font-size:.9rem}.SimuladorPathfinding-module__WdNQWG__comparativaTable th{background:var(--primary);color:#fff;text-align:left;padding:.75rem 1rem;font-weight:600}.SimuladorPathfinding-module__WdNQWG__comparativaTable td{border-bottom:1px solid var(--border-color,#e5e7eb);color:var(--text-secondary);padding:.75rem 1rem}.SimuladorPathfinding-module__WdNQWG__comparativaTable tr:nth-child(2n) td{background:#2e86ab0a}.SimuladorPathfinding-module__WdNQWG__comparativaTable tr:hover td{background:#2e86ab14}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__comparativaTable th{background:var(--primary)}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__comparativaTable td{color:var(--text-secondary);border-bottom-color:#3a3a3a}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__comparativaTable tr:nth-child(2n) td{background:#2e86ab14}.SimuladorPathfinding-module__WdNQWG__escenariosGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin:1rem 0;display:grid}.SimuladorPathfinding-module__WdNQWG__escenarioCard{background:var(--bg-card);border:1px solid #2e86ab33;border-radius:12px;padding:1.25rem;transition:transform .2s,box-shadow .2s}.SimuladorPathfinding-module__WdNQWG__escenarioCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2e86ab26}.SimuladorPathfinding-module__WdNQWG__escenarioHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.SimuladorPathfinding-module__WdNQWG__escenarioIcon{font-size:1.5rem}.SimuladorPathfinding-module__WdNQWG__escenarioExample{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.SimuladorPathfinding-module__WdNQWG__escenarioTip{color:var(--secondary);border-left:3px solid var(--secondary);background:#48a9a614;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__escenarioCard{background:var(--bg-card);border-color:#2e86ab4d}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__escenarioTip{background:#48a9a61f}.SimuladorPathfinding-module__WdNQWG__faqList{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.SimuladorPathfinding-module__WdNQWG__faqItem{background:var(--bg-card);border:1px solid #2e86ab26;border-radius:10px;padding:1.25rem}.SimuladorPathfinding-module__WdNQWG__faqItem h4{color:var(--primary);margin:0 0 .5rem;font-size:1rem}.SimuladorPathfinding-module__WdNQWG__faqItem p{color:var(--text-secondary);margin:.25rem 0;font-size:.9rem;line-height:1.6}.SimuladorPathfinding-module__WdNQWG__faqTip{background:#48a9a614;border-radius:6px;padding:.4rem .75rem;color:var(--secondary)!important;margin-top:.5rem!important;font-size:.85rem!important}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__faqItem{background:var(--bg-card);border-color:#2e86ab40}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__faqTip{background:#48a9a61f}.SimuladorPathfinding-module__WdNQWG__stepGuide{flex-direction:column;gap:0;margin:1rem 0;display:flex;position:relative}.SimuladorPathfinding-module__WdNQWG__stepGuide:before{content:"";background:linear-gradient(to bottom, var(--primary), var(--secondary));width:2px;position:absolute;top:0;bottom:0;left:1.25rem}.SimuladorPathfinding-module__WdNQWG__step{align-items:flex-start;gap:1.25rem;padding:1rem 0;display:flex;position:relative}.SimuladorPathfinding-module__WdNQWG__stepNumber{background:var(--primary);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex;position:relative}.SimuladorPathfinding-module__WdNQWG__stepContent{flex:1;padding-top:.25rem}.SimuladorPathfinding-module__WdNQWG__stepContent strong{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;display:block}.SimuladorPathfinding-module__WdNQWG__stepContent p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__stepNumber{background:var(--primary)}.SimuladorPathfinding-module__WdNQWG__tipsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1rem 0;display:grid}.SimuladorPathfinding-module__WdNQWG__tipCard{background:var(--bg-card);border:1px solid #2e86ab26;border-radius:10px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.SimuladorPathfinding-module__WdNQWG__tipIcon{font-size:1.75rem}.SimuladorPathfinding-module__WdNQWG__tipCard strong{color:var(--text-primary);font-size:.95rem}.SimuladorPathfinding-module__WdNQWG__tipCard p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__tipCard{background:var(--bg-card);border-color:#2e86ab40}.SimuladorPathfinding-module__WdNQWG__warningBox{background:#ef44440f;border:1px solid #ef444440;border-radius:12px;margin:1rem 0;padding:1.5rem}.SimuladorPathfinding-module__WdNQWG__warningHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.SimuladorPathfinding-module__WdNQWG__warningIcon{font-size:1.5rem}.SimuladorPathfinding-module__WdNQWG__warningHeader strong{color:var(--text-primary);font-size:1rem}.SimuladorPathfinding-module__WdNQWG__warningList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.SimuladorPathfinding-module__WdNQWG__warningList li{color:var(--text-secondary);padding-left:1rem;font-size:.9rem;line-height:1.5;position:relative}.SimuladorPathfinding-module__WdNQWG__warningList li:before{content:"✗";color:#ef4444;font-weight:700;position:absolute;left:0}[data-theme=dark] .SimuladorPathfinding-module__WdNQWG__warningBox{background:#ef444414;border-color:#ef44444d}@media (max-width:768px){.SimuladorPathfinding-module__WdNQWG__escenariosGrid,.SimuladorPathfinding-module__WdNQWG__tipsGrid{grid-template-columns:1fr}.SimuladorPathfinding-module__WdNQWG__comparativaTable{font-size:.8rem}.SimuladorPathfinding-module__WdNQWG__comparativaTable th,.SimuladorPathfinding-module__WdNQWG__comparativaTable td{padding:.5rem .6rem}.SimuladorPathfinding-module__WdNQWG__stepGuide:before{display:none}}@media (prefers-reduced-motion:reduce){.SimuladorPathfinding-module__WdNQWG__celda{transition:none}}
