.CalculadoraCocina-module__pPyyKG__container{max-width:1000px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.CalculadoraCocina-module__pPyyKG__hero{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;text-align:center;border-radius:16px;margin-top:80px;margin-bottom:0;padding:40px 30px}.CalculadoraCocina-module__pPyyKG__title{margin-bottom:10px;font-size:2.2rem;font-weight:600}.CalculadoraCocina-module__pPyyKG__subtitle{opacity:.9;font-size:1.1rem}.CalculadoraCocina-module__pPyyKG__tabs{background:var(--bg-card);border:1px solid var(--border);border-top:none;border-radius:0 0 16px 16px;margin-bottom:25px;display:flex;overflow:hidden}.CalculadoraCocina-module__pPyyKG__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:16px 12px;font-size:.95rem;font-weight:500;transition:all .3s}.CalculadoraCocina-module__pPyyKG__tab:hover{background:var(--hover);color:var(--text-primary)}.CalculadoraCocina-module__pPyyKG__tabActiva{color:var(--primary);background:var(--bg-primary);border-bottom-color:var(--primary)}.CalculadoraCocina-module__pPyyKG__mainContent{margin-bottom:30px}.CalculadoraCocina-module__pPyyKG__tabPanel{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;padding:30px}.CalculadoraCocina-module__pPyyKG__sectionTitle{color:var(--primary);margin-bottom:10px;font-size:1.4rem;font-weight:600}.CalculadoraCocina-module__pPyyKG__sectionDesc{color:var(--text-secondary);margin-bottom:25px;line-height:1.5}.CalculadoraCocina-module__pPyyKG__inputGroup{margin-bottom:20px}.CalculadoraCocina-module__pPyyKG__inputGroup label{color:var(--text-primary);margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.CalculadoraCocina-module__pPyyKG__input,.CalculadoraCocina-module__pPyyKG__select,.CalculadoraCocina-module__pPyyKG__textarea{border:2px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:10px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.CalculadoraCocina-module__pPyyKG__input:focus,.CalculadoraCocina-module__pPyyKG__select:focus,.CalculadoraCocina-module__pPyyKG__textarea:focus{border-color:var(--primary);background:var(--focus);outline:none}.CalculadoraCocina-module__pPyyKG__textarea{resize:vertical;min-height:150px;line-height:1.6}.CalculadoraCocina-module__pPyyKG__conversorGrid,.CalculadoraCocina-module__pPyyKG__escaladorGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;display:grid}.CalculadoraCocina-module__pPyyKG__filtrosGrid{grid-template-columns:2fr 1fr;gap:20px;margin-bottom:25px;display:grid}.CalculadoraCocina-module__pPyyKG__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:20px;padding:14px 24px;font-size:1.1rem;font-weight:600;transition:all .3s}.CalculadoraCocina-module__pPyyKG__btnPrimary:hover{box-shadow:var(--shadow-md);background:#256a8a;transform:translateY(-2px)}.CalculadoraCocina-module__pPyyKG__tablaReferencia{border-top:1px solid var(--border);margin-top:30px;padding-top:25px}.CalculadoraCocina-module__pPyyKG__tablaReferencia h3{color:var(--text-primary);margin-bottom:20px;font-size:1.1rem}.CalculadoraCocina-module__pPyyKG__equivalenciasGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.CalculadoraCocina-module__pPyyKG__equivalencia{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:12px 16px;display:flex}.CalculadoraCocina-module__pPyyKG__eqValor{color:var(--text-primary);font-weight:500}.CalculadoraCocina-module__pPyyKG__eqIgual{color:var(--primary);font-weight:700}.CalculadoraCocina-module__pPyyKG__eqResultado{color:var(--secondary);font-weight:600}.CalculadoraCocina-module__pPyyKG__resultadoEscalado{border:2px solid var(--primary);background:linear-gradient(135deg,#2e86ab14 0%,#48a9a614 100%);border-radius:12px;margin-top:20px;padding:25px}.CalculadoraCocina-module__pPyyKG__resultadoEscalado h3{color:var(--primary);margin-bottom:15px}.CalculadoraCocina-module__pPyyKG__preResultado{color:var(--text-primary);white-space:pre-wrap;background:var(--bg-card);border-radius:8px;margin:0;padding:20px;font-family:Consolas,Monaco,monospace;font-size:1rem;line-height:1.8}.CalculadoraCocina-module__pPyyKG__tablaTiempos{border:1px solid var(--border);border-radius:12px;overflow:hidden}.CalculadoraCocina-module__pPyyKG__tablaHeader{background:var(--primary);color:#fff;grid-template-columns:2fr 1fr 1.5fr 2fr;padding:14px 16px;font-size:.9rem;font-weight:600;display:grid}.CalculadoraCocina-module__pPyyKG__tablaRow{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1.5fr 2fr;padding:14px 16px;transition:background .2s;display:grid}.CalculadoraCocina-module__pPyyKG__tablaRow:last-child{border-bottom:none}.CalculadoraCocina-module__pPyyKG__tablaRow:hover{background:var(--hover)}.CalculadoraCocina-module__pPyyKG__alimento{color:var(--text-primary);font-weight:500}.CalculadoraCocina-module__pPyyKG__metodo{color:var(--text-secondary)}.CalculadoraCocina-module__pPyyKG__tiempo{color:var(--primary);font-weight:600}.CalculadoraCocina-module__pPyyKG__notas{color:var(--text-muted);flex-direction:column;gap:4px;font-size:.85rem;display:flex}.CalculadoraCocina-module__pPyyKG__temperatura{color:#e67e22;font-weight:600}.CalculadoraCocina-module__pPyyKG__sinResultados{text-align:center;color:var(--text-muted);padding:40px 20px}.CalculadoraCocina-module__pPyyKG__sustitutosGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;display:grid}.CalculadoraCocina-module__pPyyKG__sustitutoCard{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:20px;transition:all .3s}.CalculadoraCocina-module__pPyyKG__sustitutoCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.CalculadoraCocina-module__pPyyKG__ingredienteTitulo{color:var(--primary);border-bottom:2px solid var(--border);margin-bottom:15px;padding-bottom:10px;font-size:1.1rem}.CalculadoraCocina-module__pPyyKG__listaSustitutos{margin:0;padding:0;list-style:none}.CalculadoraCocina-module__pPyyKG__sustitutoItem{border-bottom:1px solid var(--border);flex-direction:column;gap:4px;padding:10px 0;display:flex}.CalculadoraCocina-module__pPyyKG__sustitutoItem:last-child{border-bottom:none}.CalculadoraCocina-module__pPyyKG__sustitutoItem strong{color:var(--text-primary)}.CalculadoraCocina-module__pPyyKG__cantidad{color:var(--secondary);font-size:.95rem;font-weight:500}.CalculadoraCocina-module__pPyyKG__notaSustituto{color:var(--text-muted);font-size:.85rem}.CalculadoraCocina-module__pPyyKG__educationalContent{padding:20px 0}.CalculadoraCocina-module__pPyyKG__conceptoSection{margin-bottom:30px}.CalculadoraCocina-module__pPyyKG__conceptoSection h2{color:var(--primary);margin-bottom:20px;font-size:1.4rem}.CalculadoraCocina-module__pPyyKG__tipsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.CalculadoraCocina-module__pPyyKG__tipCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}.CalculadoraCocina-module__pPyyKG__tipCard h4{color:var(--text-primary);border-bottom:2px solid var(--primary);margin-bottom:12px;padding-bottom:8px;font-size:1rem}.CalculadoraCocina-module__pPyyKG__tipCard ul{margin:0;padding:0;list-style:none}.CalculadoraCocina-module__pPyyKG__tipCard li{color:var(--text-secondary);border-bottom:1px dashed var(--border);padding:6px 0;font-size:.9rem}.CalculadoraCocina-module__pPyyKG__tipCard li:last-child{border-bottom:none}.CalculadoraCocina-module__pPyyKG__formula{background:var(--bg-primary);color:var(--primary);border-radius:6px;margin-top:10px;padding:8px 12px;font-family:Consolas,monospace;font-size:.85rem}@media (max-width:768px){.CalculadoraCocina-module__pPyyKG__container{padding:15px}.CalculadoraCocina-module__pPyyKG__hero{margin-top:60px;padding:30px 20px}.CalculadoraCocina-module__pPyyKG__title{font-size:1.6rem}.CalculadoraCocina-module__pPyyKG__tabs{flex-wrap:wrap}.CalculadoraCocina-module__pPyyKG__tab{flex:50%;padding:14px 10px;font-size:.85rem}.CalculadoraCocina-module__pPyyKG__tabPanel{padding:20px}.CalculadoraCocina-module__pPyyKG__conversorGrid,.CalculadoraCocina-module__pPyyKG__escaladorGrid,.CalculadoraCocina-module__pPyyKG__filtrosGrid{grid-template-columns:1fr}.CalculadoraCocina-module__pPyyKG__tablaHeader,.CalculadoraCocina-module__pPyyKG__tablaRow{grid-template-columns:1fr 1fr;gap:8px}.CalculadoraCocina-module__pPyyKG__tablaHeader span:nth-child(3),.CalculadoraCocina-module__pPyyKG__tablaHeader span:nth-child(4),.CalculadoraCocina-module__pPyyKG__tablaRow .CalculadoraCocina-module__pPyyKG__tiempo,.CalculadoraCocina-module__pPyyKG__tablaRow .CalculadoraCocina-module__pPyyKG__notas{grid-column:span 1}.CalculadoraCocina-module__pPyyKG__equivalenciasGrid,.CalculadoraCocina-module__pPyyKG__sustitutosGrid,.CalculadoraCocina-module__pPyyKG__tipsGrid{grid-template-columns:1fr}}@media (max-width:480px){.CalculadoraCocina-module__pPyyKG__hero{padding:25px 15px}.CalculadoraCocina-module__pPyyKG__title{font-size:1.4rem}.CalculadoraCocina-module__pPyyKG__tab{padding:12px 8px;font-size:.8rem}.CalculadoraCocina-module__pPyyKG__tablaHeader,.CalculadoraCocina-module__pPyyKG__tablaRow{padding:10px 12px;font-size:.85rem}}
