.SimuladorGasIdeal-module__YXOJCW__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:system-ui,-apple-system,sans-serif}.SimuladorGasIdeal-module__YXOJCW__hero{background:var(--hero-bg);color:#fff;text-align:center;padding:2.5rem 1.5rem}.SimuladorGasIdeal-module__YXOJCW__hero h1{margin:0 0 .5rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.SimuladorGasIdeal-module__YXOJCW__hero p{opacity:.9;margin:0;font-size:1rem}.SimuladorGasIdeal-module__YXOJCW__main{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.SimuladorGasIdeal-module__YXOJCW__panel{background:var(--bg-card);border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.SimuladorGasIdeal-module__YXOJCW__panelTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1.1rem;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__panelSubtitle{color:var(--text-secondary);margin:0 0 1rem;font-size:.85rem}.SimuladorGasIdeal-module__YXOJCW__tabBar{border-bottom:2px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;transition:color .15s,border-color .15s}.SimuladorGasIdeal-module__YXOJCW__tabBtn:hover{color:var(--primary)}.SimuladorGasIdeal-module__YXOJCW__tabActive{color:var(--primary);border-bottom-color:var(--primary)}.SimuladorGasIdeal-module__YXOJCW__controlsPanel{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:768px){.SimuladorGasIdeal-module__YXOJCW__controlsPanel{grid-template-columns:1fr}}.SimuladorGasIdeal-module__YXOJCW__inputGrid{grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1rem;display:grid}@media (max-width:480px){.SimuladorGasIdeal-module__YXOJCW__inputGrid{grid-template-columns:1fr}}.SimuladorGasIdeal-module__YXOJCW__inputGroup{flex-direction:column;gap:.4rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__inputGroup label{color:var(--text-secondary);justify-content:space-between;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.SimuladorGasIdeal-module__YXOJCW__inputGroup input[type=range]{width:100%;accent-color:var(--primary)}.SimuladorGasIdeal-module__YXOJCW__inputGroup input[type=number],.SimuladorGasIdeal-module__YXOJCW__inputGroup select{background:var(--bg-primary);color:var(--text-primary);border:1.5px solid #d1d5db;border-radius:8px;padding:.55rem .75rem;font-size:.95rem;transition:border-color .15s}.SimuladorGasIdeal-module__YXOJCW__inputGroup input:focus,.SimuladorGasIdeal-module__YXOJCW__inputGroup select:focus{border-color:var(--primary);outline:none}.SimuladorGasIdeal-module__YXOJCW__inputGroup input:disabled{color:var(--text-muted);cursor:not-allowed;background:#f3f4f6}.SimuladorGasIdeal-module__YXOJCW__unitLabel{color:var(--text-muted);font-size:.75rem}.SimuladorGasIdeal-module__YXOJCW__valueBadge{color:var(--primary);font-size:.9rem;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__actionBar{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__calcBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.6rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.SimuladorGasIdeal-module__YXOJCW__calcBtn:hover{opacity:.88}.SimuladorGasIdeal-module__YXOJCW__calcBtnSecondary{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.6rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.SimuladorGasIdeal-module__YXOJCW__calcBtnSecondary:hover{opacity:.88}.SimuladorGasIdeal-module__YXOJCW__calcBtnGhost{background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border:1.5px solid #d1d5db;border-radius:8px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:700;transition:all .15s}.SimuladorGasIdeal-module__YXOJCW__calcBtnGhost:hover{border-color:var(--primary);color:var(--primary)}.SimuladorGasIdeal-module__YXOJCW__gasContainer{flex-direction:column;align-items:center;gap:.5rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__moleculasCanvas{background:var(--bg-primary);border:1.5px solid #e5e7eb;border-radius:10px;width:100%;max-width:460px;height:320px;margin:0 auto;display:block}.SimuladorGasIdeal-module__YXOJCW__moleculasCaption{color:var(--text-secondary);text-align:center;margin:0;font-size:.78rem}.SimuladorGasIdeal-module__YXOJCW__pvDiagram{background:var(--bg-primary);border:1.5px solid #e5e7eb;border-radius:10px;width:100%;max-width:520px;height:380px;margin:0 auto;display:block}.SimuladorGasIdeal-module__YXOJCW__pvAxis{stroke:var(--text-secondary);stroke-width:1.5px}.SimuladorGasIdeal-module__YXOJCW__pvGrid{stroke:#e5e7eb;stroke-width:1px;stroke-dasharray:3 3}.SimuladorGasIdeal-module__YXOJCW__pvCurve{fill:none;stroke:var(--primary);stroke-width:2.5px}.SimuladorGasIdeal-module__YXOJCW__pvCurveAlt{fill:none;stroke:var(--secondary);stroke-width:2.5px}.SimuladorGasIdeal-module__YXOJCW__pvCurveAdiabat{fill:none;stroke:#ef4444;stroke-width:2.5px}.SimuladorGasIdeal-module__YXOJCW__pvCurveIsobar{fill:none;stroke:#f59e0b;stroke-width:2.5px}.SimuladorGasIdeal-module__YXOJCW__pvCurveIsoterm{fill:none;stroke:var(--primary);stroke-width:2.5px}.SimuladorGasIdeal-module__YXOJCW__pvCurveIsocor{fill:none;stroke:#8b5cf6;stroke-width:2.5px}.SimuladorGasIdeal-module__YXOJCW__pvFill{fill:#2e86ab1f}.SimuladorGasIdeal-module__YXOJCW__pvPoint{fill:var(--primary)}.SimuladorGasIdeal-module__YXOJCW__pvLabel{fill:var(--text-primary);font-size:11px;font-weight:600}.SimuladorGasIdeal-module__YXOJCW__pvAxisLabel{fill:var(--text-secondary);font-size:12px;font-weight:600}.SimuladorGasIdeal-module__YXOJCW__pvLegend{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:.5rem;font-size:.78rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__pvLegendItem{color:var(--text-secondary);align-items:center;gap:.3rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__pvLegendSwatch{border-radius:2px;width:16px;height:3px}.SimuladorGasIdeal-module__YXOJCW__cicloSelector{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.6rem;margin-bottom:1rem;display:grid}.SimuladorGasIdeal-module__YXOJCW__cicloCard{background:var(--bg-primary);text-align:center;cursor:pointer;color:var(--text-secondary);border:1.5px solid #d1d5db;border-radius:10px;padding:.6rem .5rem;font-size:.85rem;font-weight:600;transition:all .15s}.SimuladorGasIdeal-module__YXOJCW__cicloCard:hover{border-color:var(--primary);color:var(--primary)}.SimuladorGasIdeal-module__YXOJCW__cicloCardActive{background:var(--primary);border-color:var(--primary);color:#fff}.SimuladorGasIdeal-module__YXOJCW__cicloCardActive:hover{color:#fff}.SimuladorGasIdeal-module__YXOJCW__efficiency{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__efficiencyRow{align-items:center;gap:.6rem;font-size:.85rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__efficiencyLabel{width:90px;color:var(--text-secondary);font-weight:600}.SimuladorGasIdeal-module__YXOJCW__efficiencyBarTrack{background:#e5e7eb;border-radius:7px;flex:1;height:14px;overflow:hidden}.SimuladorGasIdeal-module__YXOJCW__efficiencyBar{background:linear-gradient(90deg,#2e86ab,#48a9a6);border-radius:7px;height:100%;transition:width .3s}.SimuladorGasIdeal-module__YXOJCW__efficiencyBarCarnot{background:linear-gradient(90deg,#f59e0b,#ef4444)}.SimuladorGasIdeal-module__YXOJCW__efficiencyValue{text-align:right;width:70px;color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__formulaBox{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);border:1.5px solid #93c5fd;border-radius:10px;margin-top:.75rem;padding:.85rem 1rem}.SimuladorGasIdeal-module__YXOJCW__formulaTex{color:#1d4ed8;margin:0;font-family:Cambria Math,Times New Roman,serif;font-size:1.05rem;font-style:italic}.SimuladorGasIdeal-module__YXOJCW__formulaCaption{color:var(--text-secondary);margin:.25rem 0 0;font-size:.75rem}.SimuladorGasIdeal-module__YXOJCW__resultBlock{background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);border:1.5px solid #93c5fd;border-radius:10px;margin-top:.5rem;padding:1.2rem}.SimuladorGasIdeal-module__YXOJCW__resultTitle{color:#1d4ed8;margin:0 0 .75rem;font-size:.95rem;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__resultRow{border-bottom:1px solid #dbeafe;justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__resultRow:last-child{border-bottom:none}.SimuladorGasIdeal-module__YXOJCW__resultLabel{color:var(--text-secondary)}.SimuladorGasIdeal-module__YXOJCW__resultValue{color:var(--text-primary);font-variant-numeric:tabular-nums;text-align:right;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__resultValueAccent{color:var(--primary);font-variant-numeric:tabular-nums;text-align:right;font-size:1rem;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__warningInline{color:#78350f;background:#fef3c7;border:1.5px solid #f59e0b;border-radius:8px;margin-top:.75rem;padding:.7rem .9rem;font-size:.82rem}.SimuladorGasIdeal-module__YXOJCW__tableWrapper{overflow-x:auto}.SimuladorGasIdeal-module__YXOJCW__comparativaTable{border-collapse:collapse;width:100%;font-size:.875rem}.SimuladorGasIdeal-module__YXOJCW__comparativaTable th{background:var(--primary);color:#fff;text-align:left;padding:.6rem .8rem;font-weight:600}.SimuladorGasIdeal-module__YXOJCW__comparativaTable td{vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.55rem .8rem}.SimuladorGasIdeal-module__YXOJCW__comparativaTable tr:nth-child(2n) td{background:#f8fafc}.SimuladorGasIdeal-module__YXOJCW__escenariosGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.SimuladorGasIdeal-module__YXOJCW__escenarioCard{background:var(--bg-card);border:1.5px solid #e5e7eb;border-radius:10px;padding:1rem}.SimuladorGasIdeal-module__YXOJCW__escenarioCard h4{color:var(--primary);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__escenarioCard p{color:var(--text-secondary);margin:0;font-size:.85rem}.SimuladorGasIdeal-module__YXOJCW__faqList{flex-direction:column;gap:.75rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__faqItem{background:var(--bg-card);border:1px solid #e5e7eb;border-radius:8px;padding:.9rem 1rem}.SimuladorGasIdeal-module__YXOJCW__faqItem strong{color:var(--text-primary);margin-bottom:.35rem;font-size:.9rem;display:block}.SimuladorGasIdeal-module__YXOJCW__faqItem p{color:var(--text-secondary);margin:0;font-size:.85rem}.SimuladorGasIdeal-module__YXOJCW__faqTip{color:var(--primary);margin-top:.35rem;font-size:.8rem;font-style:italic}.SimuladorGasIdeal-module__YXOJCW__stepGuide{flex-direction:column;gap:.75rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__step{align-items:flex-start;gap:.9rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__stepNumber{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.SimuladorGasIdeal-module__YXOJCW__stepContent{padding-top:.1rem}.SimuladorGasIdeal-module__YXOJCW__stepContent strong{color:var(--text-primary);margin-bottom:.2rem;font-size:.9rem;display:block}.SimuladorGasIdeal-module__YXOJCW__stepContent p{color:var(--text-secondary);margin:0;font-size:.85rem}.SimuladorGasIdeal-module__YXOJCW__tipsGrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem;display:grid}.SimuladorGasIdeal-module__YXOJCW__tipCard{background:var(--bg-card);border:1px solid #e5e7eb;border-radius:8px;align-items:flex-start;gap:.6rem;padding:.85rem;display:flex}.SimuladorGasIdeal-module__YXOJCW__tipIcon{flex-shrink:0;font-size:1.2rem}.SimuladorGasIdeal-module__YXOJCW__tipCard strong{color:var(--text-primary);margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.SimuladorGasIdeal-module__YXOJCW__tipCard p{color:var(--text-secondary);margin:0;font-size:.8rem}.SimuladorGasIdeal-module__YXOJCW__warningBox{background:#fef3c7;border:1.5px solid #f59e0b;border-radius:10px;padding:1rem 1.2rem}.SimuladorGasIdeal-module__YXOJCW__warningHeader{color:#92400e;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:700;display:flex}.SimuladorGasIdeal-module__YXOJCW__warningIcon{font-size:1.1rem}.SimuladorGasIdeal-module__YXOJCW__warningList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.SimuladorGasIdeal-module__YXOJCW__warningList li{color:#78350f;padding-left:1.2rem;font-size:.85rem;position:relative}.SimuladorGasIdeal-module__YXOJCW__warningList li:before{content:"✗";color:#f59e0b;font-weight:700;position:absolute;left:0}.SimuladorGasIdeal-module__YXOJCW__eduSubtitle{color:var(--text-primary);margin:1.5rem 0 .75rem;font-size:1.05rem;font-weight:700}.SimuladorGasIdeal-module__YXOJCW__eduSubtitle:first-child{margin-top:0}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__panel,[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__tabBar{border-color:#374151}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__inputGroup input[type=number],[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__inputGroup select{background:#1a1a1a;border-color:#4b5563}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__inputGroup input:disabled{background:#2a2a2a}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__calcBtnGhost{background:#2a2a2a;border-color:#4b5563}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__moleculasCanvas,[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__pvDiagram{background:#1a1a1a;border-color:#374151}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__pvGrid{stroke:#374151}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__pvAxis{stroke:#9ca3af}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__pvAxisLabel{fill:#9ca3af}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__pvLabel{fill:#e5e7eb}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__cicloCard{background:#2a2a2a;border-color:#4b5563}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__efficiencyBarTrack{background:#374151}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__resultBlock,[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__formulaBox{background:linear-gradient(135deg,#1e3a5f 0%,#14532d 100%);border-color:#3b82f6}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__formulaTex,[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__resultTitle{color:#93c5fd}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__resultRow{border-color:#1e3a5f}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__comparativaTable td{border-color:#374151}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__comparativaTable tr:nth-child(2n) td{background:#1e1e1e}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__escenarioCard,[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__faqItem,[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__tipCard{border-color:#374151}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__warningBox{background:#2d1b00;border-color:#d97706}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__warningInline{color:#fde68a;background:#2d1b00;border-color:#d97706}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__warningHeader{color:#fcd34d}[data-theme=dark] .SimuladorGasIdeal-module__YXOJCW__warningList li{color:#fde68a}@media (max-width:768px){.SimuladorGasIdeal-module__YXOJCW__main{padding:1.25rem 1rem}.SimuladorGasIdeal-module__YXOJCW__tabBtn{padding:.5rem .75rem;font-size:.82rem}.SimuladorGasIdeal-module__YXOJCW__escenariosGrid,.SimuladorGasIdeal-module__YXOJCW__tipsGrid{grid-template-columns:1fr}.SimuladorGasIdeal-module__YXOJCW__resultRow{font-size:.82rem}.SimuladorGasIdeal-module__YXOJCW__efficiencyLabel{width:70px;font-size:.78rem}.SimuladorGasIdeal-module__YXOJCW__efficiencyValue{width:60px;font-size:.78rem}}
