.PresupuestoViaje-module__S860hG__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary)}.PresupuestoViaje-module__S860hG__hero{background:var(--hero-bg);text-align:center;color:#fff;padding:2.5rem 1.5rem}.PresupuestoViaje-module__S860hG__hero h1{margin:0 0 .5rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700}.PresupuestoViaje-module__S860hG__hero p{opacity:.9;margin:0;font-size:1rem}.PresupuestoViaje-module__S860hG__main{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.PresupuestoViaje-module__S860hG__configuracion{background:var(--bg-card);border:1px solid var(--border-color,#e5e5e5);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 12px #0000000f}[data-theme=dark] .PresupuestoViaje-module__S860hG__configuracion{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__configuracion h2{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:1rem;font-weight:700}.PresupuestoViaje-module__S860hG__filaConfiguracion{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.PresupuestoViaje-module__S860hG__grupoCampo{flex-direction:column;gap:.4rem;display:flex}.PresupuestoViaje-module__S860hG__grupoCampo label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.PresupuestoViaje-module__S860hG__inputTexto,.PresupuestoViaje-module__S860hG__inputNumero,.PresupuestoViaje-module__S860hG__inputSelect{border:2px solid var(--border-color,#e0e0e0);background:var(--bg-primary);color:var(--text-primary);box-sizing:border-box;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.PresupuestoViaje-module__S860hG__inputTexto:focus,.PresupuestoViaje-module__S860hG__inputNumero:focus,.PresupuestoViaje-module__S860hG__inputSelect:focus{border-color:var(--primary);outline:none}[data-theme=dark] .PresupuestoViaje-module__S860hG__inputTexto,[data-theme=dark] .PresupuestoViaje-module__S860hG__inputNumero,[data-theme=dark] .PresupuestoViaje-module__S860hG__inputSelect{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__categorias{margin-bottom:1.5rem}.PresupuestoViaje-module__S860hG__categoriasHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.PresupuestoViaje-module__S860hG__categoriasHeader h2{margin:0;font-size:1.1rem;font-weight:700}.PresupuestoViaje-module__S860hG__btnAniadirCategoria{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.PresupuestoViaje-module__S860hG__btnAniadirCategoria:hover{background:var(--primary);color:#fff}.PresupuestoViaje-module__S860hG__tarjetaCategoria{background:var(--bg-card);border:1px solid var(--border-color,#e5e5e5);border-radius:12px;margin-bottom:1rem;padding:1.2rem;box-shadow:0 2px 8px #0000000a}[data-theme=dark] .PresupuestoViaje-module__S860hG__tarjetaCategoria{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__cabeceraTarjeta{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.PresupuestoViaje-module__S860hG__iconoCategoria{flex-shrink:0;font-size:1.4rem}.PresupuestoViaje-module__S860hG__nombreCategoria{color:var(--text-primary);background:0 0;border:none;flex:1;padding:0;font-size:1rem;font-weight:600}.PresupuestoViaje-module__S860hG__nombreCategoria:focus{outline:2px solid var(--primary);border-radius:4px}.PresupuestoViaje-module__S860hG__btnEliminar{color:#dc3545;cursor:pointer;background:#dc35451a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .2s;display:flex}.PresupuestoViaje-module__S860hG__btnEliminar:hover{color:#fff;background:#dc3545}.PresupuestoViaje-module__S860hG__filasGastos{flex-direction:column;gap:.5rem;display:flex}.PresupuestoViaje-module__S860hG__filaGasto{grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;display:grid}.PresupuestoViaje-module__S860hG__inputGastoDesc{border:1px solid var(--border-color,#e0e0e0);background:var(--bg-primary);color:var(--text-primary);box-sizing:border-box;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.PresupuestoViaje-module__S860hG__inputGastoDesc:focus{border-color:var(--primary);outline:none}[data-theme=dark] .PresupuestoViaje-module__S860hG__inputGastoDesc{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__inputGastoImporte{border:1px solid var(--border-color,#e0e0e0);background:var(--bg-primary);width:110px;color:var(--text-primary);text-align:right;box-sizing:border-box;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.PresupuestoViaje-module__S860hG__inputGastoImporte:focus{border-color:var(--primary);outline:none}[data-theme=dark] .PresupuestoViaje-module__S860hG__inputGastoImporte{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__btnEliminarGasto{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .2s;display:flex}.PresupuestoViaje-module__S860hG__btnEliminarGasto:hover{color:#dc3545;background:#dc35451a}.PresupuestoViaje-module__S860hG__btnAniadirGasto{border:1px dashed var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:6px;margin-top:.5rem;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.PresupuestoViaje-module__S860hG__btnAniadirGasto:hover{background:#2e86ab14}.PresupuestoViaje-module__S860hG__subtotalCategoria{border-top:1px solid var(--border-color,#e5e5e5);color:var(--text-secondary);justify-content:flex-end;margin-top:.8rem;padding-top:.6rem;font-size:.9rem;font-weight:600;display:flex}[data-theme=dark] .PresupuestoViaje-module__S860hG__subtotalCategoria{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__panelResultados{background:var(--bg-card);border:2px solid var(--primary);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.PresupuestoViaje-module__S860hG__panelResultados h2{margin:0 0 1.2rem;font-size:1.1rem;font-weight:700}.PresupuestoViaje-module__S860hG__totalGeneral{background:linear-gradient(135deg,#2e86ab1a 0%,#48a9a61a 100%);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.2rem;display:flex}.PresupuestoViaje-module__S860hG__totalGeneralLabel{color:var(--text-secondary);font-size:1rem;font-weight:600}.PresupuestoViaje-module__S860hG__totalGeneralValor{color:var(--primary);font-size:1.8rem;font-weight:800}.PresupuestoViaje-module__S860hG__divisionPersonas{background:#2e86ab0f;border-radius:10px;margin-bottom:1rem;padding:1rem}.PresupuestoViaje-module__S860hG__divisionPersonasLabel{color:var(--text-secondary);margin-bottom:.4rem;font-size:.85rem}.PresupuestoViaje-module__S860hG__divisionPersonasValor{color:var(--primary);font-size:1.3rem;font-weight:700}.PresupuestoViaje-module__S860hG__desglose{margin-top:1rem}.PresupuestoViaje-module__S860hG__desgloseItem{border-bottom:1px solid var(--border-color,#f0f0f0);justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;display:flex}[data-theme=dark] .PresupuestoViaje-module__S860hG__desgloseItem{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__desgloseItem:last-child{border-bottom:none}.PresupuestoViaje-module__S860hG__desgloseNombre{color:var(--text-secondary);align-items:center;gap:.4rem;display:flex}.PresupuestoViaje-module__S860hG__desgloseImporte{color:var(--text-primary);font-weight:600}.PresupuestoViaje-module__S860hG__desglosePorc{color:var(--text-muted);margin-left:.3rem;font-size:.8rem}.PresupuestoViaje-module__S860hG__barraProgreso{background:var(--border-color,#e5e5e5);border-radius:2px;height:4px;margin-top:.2rem;overflow:hidden}.PresupuestoViaje-module__S860hG__barraProgresoRelleno{background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:2px;height:100%;transition:width .4s}.PresupuestoViaje-module__S860hG__btnReset{border:2px solid var(--border-color,#e0e0e0);width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem;transition:all .2s}.PresupuestoViaje-module__S860hG__btnReset:hover{color:#dc3545;border-color:#dc3545}.PresupuestoViaje-module__S860hG__moneda{opacity:.7;margin-left:.3rem;font-size:.85rem;font-weight:400}.PresupuestoViaje-module__S860hG__porDia{opacity:.7;margin-left:.8rem;font-size:.85rem;font-weight:400}@media (max-width:600px){.PresupuestoViaje-module__S860hG__filaConfiguracion{grid-template-columns:1fr}.PresupuestoViaje-module__S860hG__totalGeneralValor{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.PresupuestoViaje-module__S860hG__barraProgresoRelleno{transition:none}}.PresupuestoViaje-module__S860hG__filaConfiguracion{grid-template-columns:repeat(5,1fr)}@media (max-width:700px){.PresupuestoViaje-module__S860hG__filaConfiguracion{grid-template-columns:repeat(2,1fr)}}.PresupuestoViaje-module__S860hG__campoHint{color:var(--text-muted);font-size:.75rem}.PresupuestoViaje-module__S860hG__btnDistribuir{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;margin-top:1rem;padding:.55rem 1.1rem;font-size:.88rem;font-weight:600;transition:opacity .2s,transform .15s;display:inline-flex}.PresupuestoViaje-module__S860hG__btnDistribuir:hover{opacity:.9;transform:translateY(-1px)}.PresupuestoViaje-module__S860hG__btnDistribuir:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.PresupuestoViaje-module__S860hG__presupuestoMaxSection{background:var(--bg-card);border:1.5px solid var(--border-color,#e5e5e5);border-radius:12px;flex-direction:column;gap:.6rem;margin-bottom:1.25rem;padding:1.1rem 1.25rem;display:flex}[data-theme=dark] .PresupuestoViaje-module__S860hG__presupuestoMaxSection{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__presupuestoMaxHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem;display:flex}.PresupuestoViaje-module__S860hG__presupuestoMaxLabel{color:var(--text-primary);font-size:.88rem;font-weight:600}.PresupuestoViaje-module__S860hG__presupuestoMaxValor{color:var(--primary);font-size:.88rem;font-weight:700}.PresupuestoViaje-module__S860hG__sobrePresupuesto{color:#dc2626!important}.PresupuestoViaje-module__S860hG__barraPresupuesto{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}[data-theme=dark] .PresupuestoViaje-module__S860hG__barraPresupuesto{background:#374151}.PresupuestoViaje-module__S860hG__barraPresupuestoRelleno{border-radius:999px;height:100%;transition:width .4s}.PresupuestoViaje-module__S860hG__barraVerde{background:linear-gradient(90deg,#16a34a,#22c55e)}.PresupuestoViaje-module__S860hG__barraAmbar{background:linear-gradient(90deg,#d97706,#f59e0b)}.PresupuestoViaje-module__S860hG__barraRoja{background:linear-gradient(90deg,#dc2626,#ef4444)}.PresupuestoViaje-module__S860hG__presupuestoMaxInfo{color:var(--text-muted);justify-content:space-between;font-size:.78rem;display:flex}.PresupuestoViaje-module__S860hG__textoVerde{color:#16a34a;font-weight:600}.PresupuestoViaje-module__S860hG__textoRojo{color:#dc2626;font-weight:600}[data-theme=dark] .PresupuestoViaje-module__S860hG__textoVerde{color:#4ade80}[data-theme=dark] .PresupuestoViaje-module__S860hG__textoRojo{color:#f87171}.PresupuestoViaje-module__S860hG__tableWrapper{border:1px solid var(--border-color,#e5e5e5);border-radius:12px;margin:1.5rem 0;overflow-x:auto}[data-theme=dark] .PresupuestoViaje-module__S860hG__tableWrapper{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__comparativaTable{border-collapse:collapse;width:100%;min-width:620px;font-size:.88rem}.PresupuestoViaje-module__S860hG__comparativaTable thead{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff}.PresupuestoViaje-module__S860hG__comparativaTable thead th{text-align:left;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.PresupuestoViaje-module__S860hG__comparativaTable tbody tr{border-bottom:1px solid var(--border-color,#f0f0f0);transition:background .15s}.PresupuestoViaje-module__S860hG__comparativaTable tbody tr:last-child{border-bottom:none}.PresupuestoViaje-module__S860hG__comparativaTable tbody tr:hover{background:#2e86ab0d}[data-theme=dark] .PresupuestoViaje-module__S860hG__comparativaTable tbody tr{border-color:#3a3a3a}[data-theme=dark] .PresupuestoViaje-module__S860hG__comparativaTable tbody tr:hover{background:#2e86ab1a}.PresupuestoViaje-module__S860hG__comparativaTable tbody td{color:var(--text-primary);vertical-align:top;padding:.65rem 1rem}.PresupuestoViaje-module__S860hG__comparativaTable tbody td:first-child{color:var(--text-secondary);font-size:.83rem}.PresupuestoViaje-module__S860hG__escenariosGrid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0;display:grid}.PresupuestoViaje-module__S860hG__escenarioCard{background:var(--bg-card);border:1px solid var(--border-color,#e5e5e5);border-left:4px solid var(--primary);border-radius:12px;padding:1.2rem;transition:box-shadow .2s}.PresupuestoViaje-module__S860hG__escenarioCard:hover{box-shadow:0 4px 16px #2e86ab1f}[data-theme=dark] .PresupuestoViaje-module__S860hG__escenarioCard{border-color:#3a3a3a;border-left-color:var(--primary)}.PresupuestoViaje-module__S860hG__escenarioHeader{align-items:flex-start;gap:.6rem;margin-bottom:.6rem;display:flex}.PresupuestoViaje-module__S860hG__escenarioHeader strong{color:var(--text-primary);font-size:.9rem;line-height:1.35}.PresupuestoViaje-module__S860hG__escenarioIcon{flex-shrink:0;margin-top:.05rem;font-size:1.3rem}.PresupuestoViaje-module__S860hG__escenarioExample{color:var(--text-secondary);margin:0 0 .5rem;font-size:.85rem;line-height:1.5}.PresupuestoViaje-module__S860hG__escenarioTip{color:var(--text-secondary);background:#2e86ab12;border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.83rem;line-height:1.45}[data-theme=dark] .PresupuestoViaje-module__S860hG__escenarioTip{background:#2e86ab26}.PresupuestoViaje-module__S860hG__faqList{flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.PresupuestoViaje-module__S860hG__faqItem{background:var(--bg-card);border:1px solid var(--border-color,#e5e5e5);border-radius:10px;padding:1rem 1.2rem;line-height:1.55}[data-theme=dark] .PresupuestoViaje-module__S860hG__faqItem{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__faqItem strong{color:var(--primary);margin-bottom:.4rem;font-size:.95rem;display:block}.PresupuestoViaje-module__S860hG__faqItem p{color:var(--text-secondary);margin:0 0 .4rem;font-size:.88rem}.PresupuestoViaje-module__S860hG__faqItem p:last-child{margin-bottom:0}.PresupuestoViaje-module__S860hG__faqTip{color:var(--secondary);margin-top:.35rem;font-size:.82rem;font-style:italic;display:block}.PresupuestoViaje-module__S860hG__stepGuide{counter-reset:none;flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.PresupuestoViaje-module__S860hG__step{background:var(--bg-card);border:1px solid var(--border-color,#e5e5e5);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.2rem;display:flex}[data-theme=dark] .PresupuestoViaje-module__S860hG__step{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__stepNumber{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-top:.1rem;font-size:.9rem;font-weight:700;display:flex}.PresupuestoViaje-module__S860hG__stepContent{flex:1;min-width:0}.PresupuestoViaje-module__S860hG__stepContent strong{color:var(--text-primary);margin-bottom:.35rem;font-size:.95rem;display:block}.PresupuestoViaje-module__S860hG__stepContent p{color:var(--text-secondary);margin:0;font-size:.87rem;line-height:1.55}.PresupuestoViaje-module__S860hG__tipsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0;display:grid}.PresupuestoViaje-module__S860hG__tipCard{background:var(--bg-card);border:1px solid var(--border-color,#e5e5e5);border-radius:12px;flex-direction:column;gap:.4rem;padding:1.1rem;transition:box-shadow .2s;display:flex}.PresupuestoViaje-module__S860hG__tipCard:hover{box-shadow:0 4px 16px #2e86ab1a}[data-theme=dark] .PresupuestoViaje-module__S860hG__tipCard{border-color:#3a3a3a}.PresupuestoViaje-module__S860hG__tipIcon{font-size:1.5rem;line-height:1}.PresupuestoViaje-module__S860hG__tipCard strong{color:var(--text-primary);font-size:.9rem;line-height:1.35}.PresupuestoViaje-module__S860hG__tipCard p{color:var(--text-secondary);margin:0;font-size:.83rem;line-height:1.5}.PresupuestoViaje-module__S860hG__warningBox{background:#ffc10714;border:1.5px solid #ffc10766;border-radius:12px;margin:1.5rem 0 .5rem;padding:1.25rem 1.4rem}[data-theme=dark] .PresupuestoViaje-module__S860hG__warningBox{background:#ffc1070f;border-color:#ffc1074d}.PresupuestoViaje-module__S860hG__warningHeader{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.PresupuestoViaje-module__S860hG__warningHeader strong{color:var(--text-primary);font-size:.95rem}.PresupuestoViaje-module__S860hG__warningIcon{flex-shrink:0;font-size:1.3rem}.PresupuestoViaje-module__S860hG__warningList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.PresupuestoViaje-module__S860hG__warningList li{color:var(--text-secondary);padding-left:1.2rem;font-size:.87rem;line-height:1.55;position:relative}.PresupuestoViaje-module__S860hG__warningList li:before{content:"→";color:#d4a008;font-weight:700;position:absolute;left:0}[data-theme=dark] .PresupuestoViaje-module__S860hG__warningList li:before{color:#f5c842}.PresupuestoViaje-module__S860hG__warningList li strong{color:var(--text-primary)}@media (max-width:768px){.PresupuestoViaje-module__S860hG__escenariosGrid,.PresupuestoViaje-module__S860hG__tipsGrid{grid-template-columns:1fr}.PresupuestoViaje-module__S860hG__comparativaTable{font-size:.82rem}.PresupuestoViaje-module__S860hG__step{gap:.75rem;padding:.9rem 1rem}.PresupuestoViaje-module__S860hG__stepNumber{width:1.75rem;height:1.75rem;font-size:.82rem}.PresupuestoViaje-module__S860hG__faqItem{padding:.85rem 1rem}.PresupuestoViaje-module__S860hG__warningBox{padding:1rem 1.1rem}}
