.calc-module__G2pADa__card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:0;display:grid;overflow:hidden}@media (max-width:860px){.calc-module__G2pADa__card{grid-template-columns:1fr}}.calc-module__G2pADa__inputs{flex-direction:column;gap:18px;padding:clamp(20px,3vw,32px);display:flex}.calc-module__G2pADa__results{background:var(--surface-2);border-left:1px solid var(--line);padding:clamp(20px,3vw,32px)}@media (max-width:860px){.calc-module__G2pADa__results{border-left:0;border-top:1px solid var(--line)}}.calc-module__G2pADa__sectionLabel{color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.75rem;font-weight:700;display:block}.calc-module__G2pADa__field{flex-direction:column;gap:6px;display:flex}.calc-module__G2pADa__field label,.calc-module__G2pADa__fieldLabel{font-size:.95rem;font-weight:650}.calc-module__G2pADa__field select,.calc-module__G2pADa__field input,.calc-module__G2pADa__textarea{border:1.5px solid var(--line);background:var(--surface);width:100%;min-height:50px;transition:border-color .2s var(--ease), box-shadow .2s var(--ease);border-radius:14px;outline:none;padding:0 14px;font-size:1rem}.calc-module__G2pADa__textarea{resize:vertical;min-height:180px;padding:12px 14px;line-height:1.5}.calc-module__G2pADa__field select:focus,.calc-module__G2pADa__field input:focus,.calc-module__G2pADa__textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-50)}.calc-module__G2pADa__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:420px){.calc-module__G2pADa__row{grid-template-columns:1fr}}.calc-module__G2pADa__stepper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.calc-module__G2pADa__stepperLabel{font-weight:650}.calc-module__G2pADa__stepperSuffix{width:100%;color:var(--ink-3);margin-top:-6px;font-size:.82rem}.calc-module__G2pADa__stepperCtrl{border:1.5px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;display:flex;overflow:hidden}.calc-module__G2pADa__stepperCtrl button{width:46px;height:46px;color:var(--ink);background:0 0;border:0;font-size:1.4rem;font-weight:600;line-height:1}.calc-module__G2pADa__stepperCtrl button:hover:not(:disabled){background:var(--surface-2)}.calc-module__G2pADa__stepperCtrl button:disabled{color:var(--line)}.calc-module__G2pADa__stepperCtrl input{border:0;border-inline:1px solid var(--line-2);font-variant-numeric:tabular-nums;text-align:center;-moz-appearance:textfield;background:0 0;outline:none;width:56px;height:46px;font-size:1.1rem;font-weight:700}.calc-module__G2pADa__stepperCtrl input::-webkit-outer-spin-button{-webkit-appearance:none}.calc-module__G2pADa__stepperCtrl input::-webkit-inner-spin-button{-webkit-appearance:none}.calc-module__G2pADa__toggle{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.calc-module__G2pADa__toggle input{opacity:0;pointer-events:none;position:absolute}.calc-module__G2pADa__switch{background:var(--line);width:44px;height:26px;transition:background .2s var(--ease);border-radius:999px;flex-shrink:0;margin-top:1px;position:relative}.calc-module__G2pADa__switch:after{content:"";width:20px;height:20px;box-shadow:var(--shadow-xs);transition:transform .2s var(--ease);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.calc-module__G2pADa__toggle input:checked+.calc-module__G2pADa__switch{background:var(--green)}.calc-module__G2pADa__toggle input:checked+.calc-module__G2pADa__switch:after{transform:translate(18px)}.calc-module__G2pADa__toggle input:focus-visible+.calc-module__G2pADa__switch{outline:3px solid var(--brand);outline-offset:2px}.calc-module__G2pADa__toggleLabel{font-weight:650;display:block}.calc-module__G2pADa__toggleHint{color:var(--ink-3);font-size:.85rem;display:block}.calc-module__G2pADa__chips{flex-wrap:wrap;gap:8px;display:flex}.calc-module__G2pADa__chip{border:1.5px solid var(--line);background:var(--surface);cursor:pointer;border-radius:999px;align-items:center;gap:6px;min-height:42px;padding:0 14px;font-size:.92rem;font-weight:600;display:inline-flex}.calc-module__G2pADa__chip[aria-pressed=true]{border-color:var(--ink);background:var(--ink);color:#fff}.calc-module__G2pADa__big{flex-direction:column;gap:2px;margin-bottom:18px;display:flex}.calc-module__G2pADa__bigValue{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:clamp(2.4rem,6vw,3.4rem);font-weight:600;line-height:1}.calc-module__G2pADa__bigLabel{color:var(--ink-2)}.calc-module__G2pADa__list{margin:0;padding:0;list-style:none}.calc-module__G2pADa__list li{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:16px;padding:11px 0;display:flex}.calc-module__G2pADa__list li:first-child{border-top:0}.calc-module__G2pADa__itemName{color:var(--ink-2)}.calc-module__G2pADa__itemValue{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;font-weight:700}.calc-module__G2pADa__note{color:var(--ink-3);margin-top:16px;font-size:.85rem;line-height:1.5}.calc-module__G2pADa__empty{color:var(--ink-3)}.calc-module__G2pADa__share{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.calc-module__G2pADa__whats,.calc-module__G2pADa__copy{border-radius:12px;align-items:center;gap:8px;height:44px;padding:0 16px;font-size:.92rem;font-weight:700;display:inline-flex}.calc-module__G2pADa__whats{background:var(--whatsapp);color:#fff}.calc-module__G2pADa__copy{border:1px solid var(--line);background:var(--surface)}.calc-module__G2pADa__pairs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.calc-module__G2pADa__pair{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:12px 14px}.calc-module__G2pADa__pairValue{font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:800;display:block}.calc-module__G2pADa__pairLabel{color:var(--ink-3);font-size:.82rem}.calc-module__G2pADa__scaled{margin:0;padding:0;list-style:none}.calc-module__G2pADa__scaled li{border-top:1px solid var(--line);padding:8px 0}.calc-module__G2pADa__scaled li:first-child{border-top:0}.calc-module__G2pADa__scaled b{color:var(--brand-700)}
.calculadoras-module__bnQBba__wrap{padding-top:32px;padding-bottom:24px}.calculadoras-module__bnQBba__head{flex-direction:column;align-items:flex-start;max-width:760px;margin:24px 0 28px;display:flex}.calculadoras-module__bnQBba__emoji{border:1px solid var(--line);background:var(--tone,var(--surface));width:64px;height:64px;box-shadow:var(--shadow-sm);border-radius:20px;place-items:center;margin-bottom:18px;font-size:2rem;display:grid}.calculadoras-module__bnQBba__title{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(2rem,4.6vw,3.2rem);font-weight:600;line-height:1.05}.calculadoras-module__bnQBba__desc{color:var(--ink-2);margin-top:14px;font-size:1.05rem}.calculadoras-module__bnQBba__content{flex-direction:column;gap:36px;max-width:760px;margin-top:48px;display:flex}.calculadoras-module__bnQBba__content h2,.calculadoras-module__bnQBba__others h2{font-family:var(--font-display);margin-bottom:12px;font-size:clamp(1.4rem,2.6vw,1.8rem);font-weight:600}.calculadoras-module__bnQBba__content ul{color:var(--ink-2);margin:0;padding-left:20px;line-height:1.65}.calculadoras-module__bnQBba__content li+li{margin-top:8px}.calculadoras-module__bnQBba__faq{border-bottom:1px solid var(--line)}.calculadoras-module__bnQBba__faq summary{cursor:pointer;padding:14px 0;font-weight:650}.calculadoras-module__bnQBba__faq p{color:var(--ink-2);padding:0 0 16px}.calculadoras-module__bnQBba__content .calculadoras-module__bnQBba__links{padding-left:0;list-style:none}.calculadoras-module__bnQBba__links a{color:var(--brand-700);font-weight:650}.calculadoras-module__bnQBba__others{margin-top:56px}.calculadoras-module__bnQBba__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (max-width:900px){.calculadoras-module__bnQBba__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.calculadoras-module__bnQBba__grid{grid-template-columns:1fr}}.calculadoras-module__bnQBba__card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);height:100%;transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);align-items:center;gap:14px;padding:16px;display:flex}.calculadoras-module__bnQBba__card:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-2px)}.calculadoras-module__bnQBba__card strong{font-size:1.02rem;display:block}.calculadoras-module__bnQBba__card span span{color:var(--ink-3);font-size:.88rem;line-height:1.4;display:block}.calculadoras-module__bnQBba__cardEmoji{background:var(--tone,var(--surface-2));border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:1.6rem;display:grid}.calculadoras-module__bnQBba__gridBig .calculadoras-module__bnQBba__card{padding:20px}
