.calculadora-module__Gma9FW__moduleDescription{border-radius:var(--radius-md);background:var(--brand-surface-soft);border-left:4px solid var(--brand-primary);align-items:flex-start;gap:.625rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.calculadora-module__Gma9FW__moduleDescriptionIcon{flex-shrink:0;font-size:1.25rem;line-height:1}.calculadora-module__Gma9FW__moduleDescriptionText{font-size:var(--font-size-sm);color:var(--brand-text);margin:0;line-height:1.5}.calculadora-module__Gma9FW__container{width:100%;max-width:1180px;margin:0 auto}.calculadora-module__Gma9FW__categoriaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.calculadora-module__Gma9FW__categoriaButton{border:2px solid var(--brand-border);border-radius:var(--radius-md);background:var(--brand-surface);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-height:90px;padding:.875rem .75rem;transition:border-color .18s,background .18s,color .18s;display:flex}.calculadora-module__Gma9FW__categoriaButton:hover{border-color:var(--brand-primary);background:var(--brand-surface-soft)}.calculadora-module__Gma9FW__categoriaButton.calculadora-module__Gma9FW__active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.calculadora-module__Gma9FW__categoriaIcon{font-size:1.75rem;line-height:1}.calculadora-module__Gma9FW__categoriaLabel{font-size:var(--font-size-base);font-weight:700;line-height:1.2}.calculadora-module__Gma9FW__categoriaDesc{font-size:var(--font-size-xs);opacity:.8;line-height:1.3}.calculadora-module__Gma9FW__funcaoGrid{gap:.5rem;width:100%;display:grid}.calculadora-module__Gma9FW__funcaoButton{border:2px solid var(--brand-border);border-radius:var(--radius-md);background:var(--brand-surface);cursor:pointer;font-size:var(--font-size-xs);color:var(--brand-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:66px;padding:.55rem .5rem;font-weight:600;line-height:1.25;transition:border-color .18s,background .18s,color .18s;display:flex}.calculadora-module__Gma9FW__funcaoButton:hover{border-color:var(--brand-primary);background:var(--brand-surface-soft)}.calculadora-module__Gma9FW__funcaoButton.calculadora-module__Gma9FW__active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.calculadora-module__Gma9FW__funcaoIcon{font-size:1.5rem;line-height:1;display:block}.calculadora-module__Gma9FW__funcaoLabel{font-size:var(--font-size-sm);font-weight:700;line-height:1.2}.calculadora-module__Gma9FW__tabs{grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;width:100%;display:grid}.calculadora-module__Gma9FW__tabButton{border:2px solid var(--brand-border);border-radius:var(--radius-md);background:var(--brand-surface);cursor:pointer;font-size:var(--font-size-xs);color:var(--brand-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:66px;padding:.55rem .5rem;font-weight:600;line-height:1.25;transition:border-color .18s,background .18s,color .18s;display:flex}.calculadora-module__Gma9FW__tabButton:hover{border-color:var(--brand-primary);background:var(--brand-surface-soft)}.calculadora-module__Gma9FW__active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.calculadora-module__Gma9FW__tabIcon{font-size:1.75rem;line-height:1;display:block}.calculadora-module__Gma9FW__tabLabel{font-size:var(--font-size-base);line-height:1.2}.calculadora-module__Gma9FW__main{flex-direction:column;gap:.875rem;display:flex}.calculadora-module__Gma9FW__section{border:1px solid var(--brand-border);border-radius:var(--radius-lg);background:var(--brand-surface);padding:1.25rem 1.5rem}.calculadora-module__Gma9FW__sectionTitle{font-size:var(--font-size-sm);color:var(--brand-primary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.5rem;margin:0 0 .75rem;font-weight:700;display:flex}.calculadora-module__Gma9FW__section h1,.calculadora-module__Gma9FW__section h2,.calculadora-module__Gma9FW__section h3,.calculadora-module__Gma9FW__section h4,.calculadora-module__Gma9FW__section h5{font-size:var(--font-size-sm);margin:0 0 .75rem;font-weight:700;line-height:1.3}.calculadora-module__Gma9FW__formContainer{flex-direction:column;gap:.875rem;display:flex}.calculadora-module__Gma9FW__formContainer h3{color:var(--brand-primary);font-size:var(--font-size-xl);margin:0;font-weight:700}.calculadora-module__Gma9FW__formGroup{flex-direction:column;gap:.25rem;display:flex}.calculadora-module__Gma9FW__formRow{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.875rem;margin-bottom:.875rem;display:grid}.calculadora-module__Gma9FW__label{font-size:var(--font-size-sm);color:var(--brand-text-strong);margin-bottom:.2rem;font-weight:600;display:block}.calculadora-module__Gma9FW__input,.calculadora-module__Gma9FW__select,.calculadora-module__Gma9FW__textarea{box-sizing:border-box;border:1px solid var(--brand-border-strong);border-radius:var(--radius-sm);width:100%;font-size:var(--font-size-base);color:var(--brand-text);background:var(--brand-surface);padding:.45rem .65rem;font-family:inherit;line-height:1.5;transition:border-color .18s,box-shadow .18s}.calculadora-module__Gma9FW__input:focus,.calculadora-module__Gma9FW__select:focus,.calculadora-module__Gma9FW__textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-focus);outline:none}.calculadora-module__Gma9FW__input::placeholder{color:var(--brand-text-soft);opacity:.7}.calculadora-module__Gma9FW__textarea{resize:vertical;min-height:82px}.calculadora-module__Gma9FW__result{border:1px solid var(--brand-border);border-radius:var(--radius-lg);background:var(--brand-surface);margin:.875rem 0;padding:1.25rem 1.5rem}.calculadora-module__Gma9FW__resultTitle{font-size:var(--font-size-base);color:var(--brand-primary);margin-bottom:.875rem;font-weight:700}.calculadora-module__Gma9FW__resultRow{border-bottom:1px solid var(--brand-border);justify-content:space-between;align-items:center;padding:.55rem 0;display:flex}.calculadora-module__Gma9FW__resultRow:last-child{border-bottom:none}.calculadora-module__Gma9FW__resultLabel{color:var(--brand-text-soft);font-size:var(--font-size-base);font-weight:500}.calculadora-module__Gma9FW__resultValue{color:var(--brand-primary);font-weight:700;font-size:var(--font-size-md)}.calculadora-module__Gma9FW__table{border-collapse:collapse;background:var(--brand-surface);border-radius:var(--radius-md);width:100%;font-size:var(--font-size-base);margin:.875rem 0;overflow:hidden}.calculadora-module__Gma9FW__table th{background:var(--brand-primary);color:#fff;text-align:left;font-weight:700;font-size:var(--font-size-sm);padding:.65rem .875rem}.calculadora-module__Gma9FW__table td{border-bottom:1px solid var(--brand-border);color:var(--brand-text);padding:.65rem .875rem}.calculadora-module__Gma9FW__table tr:last-child td{border-bottom:none}.calculadora-module__Gma9FW__table tr:hover td{background:var(--brand-surface-soft)}.calculadora-module__Gma9FW__buttonGroup{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.calculadora-module__Gma9FW__buttonPrimary,.calculadora-module__Gma9FW__buttonSecondary{border-radius:var(--radius-sm);font-size:var(--font-size-base);cursor:pointer;align-items:center;gap:.4rem;font-weight:700;transition:background .18s,border-color .18s,transform .12s;display:inline-flex}.calculadora-module__Gma9FW__buttonPrimary{background:var(--brand-primary);color:#fff;border:none;padding:.6rem 1.35rem}.calculadora-module__Gma9FW__buttonPrimary:hover{background:var(--brand-primary-hover);transform:translateY(-1px)}.calculadora-module__Gma9FW__buttonPrimary:disabled{background:var(--brand-border-strong);cursor:not-allowed;transform:none}.calculadora-module__Gma9FW__buttonSecondary{border:1px solid var(--brand-border-strong);background:var(--brand-surface-strong);color:var(--brand-text);padding:.58rem 1.2rem}.calculadora-module__Gma9FW__buttonSecondary:hover{background:var(--brand-border);border-color:var(--brand-primary)}.calculadora-module__Gma9FW__innerSection{border:1px solid var(--brand-border);border-radius:var(--radius-md);background:var(--brand-surface);flex:1;padding:.875rem 1rem}.calculadora-module__Gma9FW__innerSectionTitle{font-size:var(--font-size-xs);color:var(--brand-primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.625rem;font-weight:700;display:block}.calculadora-module__Gma9FW__registroButton{border:2px solid var(--brand-border);border-radius:var(--radius-md);background:var(--brand-surface);cursor:pointer;text-align:center;font-size:var(--font-size-sm);color:var(--brand-text);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;min-height:52px;padding:.55rem .45rem;transition:border-color .18s,background .18s,color .18s;display:flex}.calculadora-module__Gma9FW__registroButton:hover:not(:disabled){border-color:var(--brand-primary);background:var(--brand-surface-soft)}.calculadora-module__Gma9FW__registroButton.calculadora-module__Gma9FW__active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.calculadora-module__Gma9FW__registroIcon{font-size:1.75rem;line-height:1;display:block}.calculadora-module__Gma9FW__registroLabel{font-weight:700;font-size:var(--font-size-base);line-height:1.2;display:block}@media (max-width:900px){.calculadora-module__Gma9FW__categoriaGrid,.calculadora-module__Gma9FW__twoColumnLayout{grid-template-columns:1fr}}@media (max-width:768px){.calculadora-module__Gma9FW__tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.calculadora-module__Gma9FW__tabButton{min-height:58px}.calculadora-module__Gma9FW__formRow{grid-template-columns:1fr}}.calculadora-module__Gma9FW__twoColumnLayout{grid-template-columns:1fr 1fr;align-items:start;gap:.875rem;display:grid}.calculadora-module__Gma9FW__registroButtonSmall{border:2px solid var(--brand-border);border-radius:var(--radius-md);background:var(--brand-surface);cursor:pointer;text-align:center;font-size:var(--font-size-sm);color:var(--brand-text);flex-direction:column;justify-content:center;align-items:center;gap:.15rem;min-height:44px;padding:.4rem .35rem;transition:border-color .18s,background .18s,color .18s;display:flex}.calculadora-module__Gma9FW__registroButtonSmall:hover:not(:disabled){border-color:var(--brand-primary);background:var(--brand-surface-soft)}.calculadora-module__Gma9FW__registroButtonSmall.calculadora-module__Gma9FW__active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.calculadora-module__Gma9FW__registroIconSmall{font-size:1.25rem;line-height:1;display:block}.calculadora-module__Gma9FW__registroLabelSmall{font-weight:700;font-size:var(--font-size-xs);line-height:1.2;display:block}
