.epcalc-ohm,.epcalc[data-calculadora="lei-ohm"]{width:100%}.eletroproj-ohm-calculator,.eletroproj-ohm-calculator *{box-sizing:border-box}.eletroproj-ohm-calculator{--ep-ohm-bg:linear-gradient(145deg, #ffffff 0%, #f7fbfd 58%, #edf7f4 100%);--ep-ohm-surface:#ffffff;--ep-ohm-surface-soft:#f4f8fb;--ep-ohm-border:#d8e1eb;--ep-ohm-border-strong:#9fb2c4;--ep-ohm-text:#132033;--ep-ohm-muted:#5f6f82;--ep-ohm-primary:#0f766e;--ep-ohm-primary-dark:#0b5b55;--ep-ohm-primary-soft:#daf2ee;--ep-ohm-danger:#b42318;--ep-ohm-danger-soft:#fff1ef;--ep-ohm-success:#166534;--ep-ohm-shadow:0 24px 50px rgba(15, 23, 42, 0.1);--ep-ohm-radius-xl:24px;--ep-ohm-radius-lg:18px;--ep-ohm-radius-md:14px;--ep-ohm-radius-sm:10px;width:min(100%, var(--ep-ohm-max-width, 1180px));margin:24px auto;padding:clamp(18px, 3vw, 30px);border:1px solid var(--ep-ohm-border);border-radius:var(--ep-ohm-radius-xl);background:var(--ep-ohm-bg);box-shadow:var(--ep-ohm-shadow);color:var(--ep-ohm-text);font-family:"Aptos","Segoe UI Variable","Segoe UI",Tahoma,sans-serif;line-height:1.5;position:relative;overflow:hidden}.eletroproj-ohm-calculator::before{content:"";position:absolute;inset:0 auto auto 0;width:240px;height:240px;background:radial-gradient(circle at center,rgb(15 118 110 / .12) 0%,#fff0 70%);pointer-events:none}.eletroproj-ohm-calculator__shell{position:relative;z-index:1}.eletroproj-ohm-calculator__header,.eletroproj-ohm-calculator__panel,.eletroproj-ohm-calculator__panel-intro,.eletroproj-ohm-calculator__grid,.eletroproj-ohm-calculator__field,.eletroproj-ohm-calculator__result,.eletroproj-ohm-calculator__result-header,.eletroproj-ohm-calculator__result-meta,.eletroproj-ohm-calculator__material-info{display:grid;gap:16px}.eletroproj-ohm-calculator__header{gap:10px;margin-bottom:22px}.eletroproj-ohm-calculator__eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:6px 12px;border-radius:999px;background:rgb(15 118 110 / .09);color:var(--ep-ohm-primary-dark);font-size:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.eletroproj-ohm-calculator__title{margin:0;font-size:clamp(1.8rem, 2.7vw, 2.5rem);line-height:1.12}.eletroproj-ohm-calculator__subtitle,.eletroproj-ohm-calculator__helper,.eletroproj-ohm-calculator__field-note,.eletroproj-ohm-calculator__result-subtitle,.eletroproj-ohm-calculator__result-item-label,.eletroproj-ohm-calculator__formula-list{color:var(--ep-ohm-muted)}.eletroproj-ohm-calculator__subtitle,.eletroproj-ohm-calculator__helper{margin:0;max-width:760px}.eletroproj-ohm-calculator__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:8px;margin-bottom:22px;border:1px solid rgb(159 178 196 / .5);border-radius:999px;background:rgb(255 255 255 / .78)}.eletroproj-ohm-calculator__tab,.eletroproj-ohm-calculator__button,.eletroproj-ohm-calculator__input,.eletroproj-ohm-calculator__select{font:inherit}.eletroproj-ohm-calculator__tab,.eletroproj-ohm-calculator__button{border:0;border-radius:999px;cursor:pointer;transition:background-color 0.25s ease,color 0.25s ease,box-shadow 0.25s ease,transform 0.25s ease}.eletroproj-ohm-calculator__tab{padding:14px 18px;background:#fff0;color:var(--ep-ohm-muted);font-weight:700}.eletroproj-ohm-calculator__tab:hover,.eletroproj-ohm-calculator__tab:focus-visible{outline:none;color:var(--ep-ohm-text);background:rgb(15 118 110 / .08)}.eletroproj-ohm-calculator__tab.is-active{background:linear-gradient(135deg,#0f766e 0%,#15847b 100%);color:#fff;box-shadow:0 12px 28px rgb(15 118 110 / .28);transform:translateY(-1px)}.eletroproj-ohm-calculator__panel{display:none;gap:18px}.eletroproj-ohm-calculator__panel.is-active{display:grid}.eletroproj-ohm-calculator__panel-layout,.eletroproj-ohm-calculator__panel-main,.eletroproj-ohm-calculator__second-grid,.eletroproj-ohm-calculator__material-stack,.eletroproj-ohm-calculator__rho-stack{display:grid;gap:16px;min-width:0}.eletroproj-ohm-calculator__panel-layout{grid-template-columns:minmax(0,1fr)}.eletroproj-ohm-calculator__panel-intro{gap:8px;padding:18px;border:1px solid rgb(159 178 196 / .45);border-radius:var(--ep-ohm-radius-lg);background:rgb(255 255 255 / .82)}.eletroproj-ohm-calculator__section-title,.eletroproj-ohm-calculator__result-title{margin:0;color:var(--ep-ohm-text)}.eletroproj-ohm-calculator__grid--two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.eletroproj-ohm-calculator__second-grid{grid-template-columns:1fr}.eletroproj-ohm-calculator__rho-stack{align-content:start}.eletroproj-ohm-calculator__field{min-width:0;padding:16px;border:1px solid var(--ep-ohm-border);border-radius:var(--ep-ohm-radius-md);background:var(--ep-ohm-surface);transition:border-color 0.25s ease,box-shadow 0.25s ease,background-color 0.25s ease,transform 0.25s ease}.eletroproj-ohm-calculator__field:hover{border-color:var(--ep-ohm-border-strong)}.eletroproj-ohm-calculator__field:focus-within{border-color:var(--ep-ohm-primary);box-shadow:0 0 0 4px rgb(15 118 110 / .13);transform:translateY(-1px)}.eletroproj-ohm-calculator__field.is-locked{background:#f8fafc;border-style:dashed}.eletroproj-ohm-calculator__field.is-calculated{border-color:rgb(22 101 52 / .45);background:linear-gradient(180deg,#ffffff 0%,#f5fcf7 100%)}.eletroproj-ohm-calculator__field-top{display:flex;align-items:center;justify-content:flex-start;gap:.35rem;flex-wrap:nowrap;min-width:0}.eletroproj-ohm-calculator__field-label,.eletroproj-ohm-calculator__material-title,.eletroproj-ohm-calculator__result-item-value{font-weight:700;color:var(--ep-ohm-text)}.eletroproj-ohm-calculator__field-label{font-size:.8rem;line-height:1.2;white-space:nowrap}.eletroproj-ohm-calculator__material-title{margin:0;font-size:.8rem;line-height:1.2}.eletroproj-ohm-calculator__field-unit,.eletroproj-ohm-calculator__meta-chip{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-size:.82rem;font-weight:700;white-space:nowrap}.eletroproj-ohm-calculator__field-unit{flex-shrink:0;padding:5px 9px;background:var(--ep-ohm-surface-soft);color:var(--ep-ohm-primary-dark)}.eletroproj-ohm-calculator__field-status{display:block;min-height:20px;margin:0 0 5px;font-size:.82rem;font-weight:700;line-height:1.1;color:var(--ep-ohm-success)}.eletroproj-ohm-calculator__field-status:empty{display:none}.eletroproj-ohm-calculator__input,.eletroproj-ohm-calculator__select{width:100%;min-width:0;margin:0;padding:14px 15px;border:1px solid var(--ep-ohm-border);border-radius:var(--ep-ohm-radius-sm);background:#fff;color:var(--ep-ohm-text);font-size:1rem;appearance:none;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease}.eletroproj-ohm-calculator__input{text-align:center}.eletroproj-ohm-calculator__combo{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:6px;align-items:center}.eletroproj-ohm-calculator__combo-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;min-width:38px;min-height:100%;margin:0;padding:0;border:1px solid var(--ep-ohm-border);border-radius:var(--ep-ohm-radius-sm);background:#fff;color:var(--ep-ohm-primary-dark);font-size:1rem;line-height:1;cursor:pointer;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease}.eletroproj-ohm-calculator__combo-toggle:hover,.eletroproj-ohm-calculator__combo-toggle:focus-visible,.eletroproj-ohm-calculator__combo.is-open .eletroproj-ohm-calculator__combo-toggle{border-color:var(--ep-ohm-primary);background:var(--ep-ohm-surface-soft);outline:none}.eletroproj-ohm-calculator__combo-toggle:focus-visible{box-shadow:0 0 0 4px rgb(15 118 110 / .12)}.eletroproj-ohm-calculator__combo-menu{position:absolute;top:calc(100% + 6px);left:0;right:auto;z-index:40;box-sizing:border-box;display:grid;gap:4px;width:max-content;min-width:100%;max-width:min(420px, calc(100vw - 32px));max-height:240px;padding:6px;overflow-y:auto;overflow-x:hidden;border:1px solid var(--ep-ohm-border);border-radius:var(--ep-ohm-radius-md);background:#fff;box-shadow:0 16px 28px rgb(15 23 42 / .14)}.eletroproj-ohm-calculator__combo-menu[hidden]{display:none}.eletroproj-ohm-calculator__combo-option{width:100%;margin:0;padding:8px 10px;border:0;border-radius:var(--ep-ohm-radius-sm);background:#fff0;color:var(--ep-ohm-text);font-size:.82rem;font-weight:600;line-height:1.2;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.eletroproj-ohm-calculator__combo-option:hover,.eletroproj-ohm-calculator__combo-option:focus-visible{background:var(--ep-ohm-surface-soft);color:var(--ep-ohm-primary-dark);outline:none}.eletroproj-ohm-calculator__combo-option--manual{color:var(--ep-ohm-primary-dark)}.eletroproj-ohm-calculator__combo-empty{padding:6px 10px;color:var(--ep-ohm-muted);font-size:.78rem;line-height:1.2;white-space:nowrap}.eletroproj-ohm-calculator__input::placeholder{color:#8a97a8}.eletroproj-ohm-calculator__input:hover,.eletroproj-ohm-calculator__input:focus,.eletroproj-ohm-calculator__select:hover,.eletroproj-ohm-calculator__select:focus{border-color:var(--ep-ohm-primary)}.eletroproj-ohm-calculator__input:focus,.eletroproj-ohm-calculator__select:focus{box-shadow:0 0 0 4px rgb(15 118 110 / .12)}.eletroproj-ohm-calculator__input[readonly]{cursor:not-allowed;background:#f8fafc;color:#516173}.eletroproj-ohm-calculator__field-note{margin:0;font-size:.86rem}.eletroproj-ohm-calculator__field-note--muted{color:var(--ep-ohm-muted)}.eletroproj-ohm-calculator__material-row,.eletroproj-ohm-calculator__result-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.eletroproj-ohm-calculator__material-row{align-items:start}.eletroproj-ohm-calculator__material-stack .eletroproj-ohm-calculator__field{margin:0}.eletroproj-ohm-calculator__rho-stack .eletroproj-ohm-calculator__field{margin:0}.eletroproj-ohm-calculator__material-info{min-height:100%;padding:16px;border:1px dashed rgb(15 118 110 / .35);border-radius:var(--ep-ohm-radius-md);background:rgb(218 242 238 / .55);align-content:start;gap:8px}.eletroproj-ohm-calculator__material-info--mobile{display:none}.eletroproj-ohm-calculator__material-info .eletroproj-ohm-calculator__material-title{margin:0}.eletroproj-ohm-calculator__material-info .eletroproj-ohm-calculator__material-value{margin:0}.eletroproj-ohm-calculator__material-info:empty{display:none}.eletroproj-ohm-calculator__material-value{margin:0;color:var(--ep-ohm-primary-dark);font-size:.95rem}.eletroproj-ohm-calculator__message{display:none;padding:14px 16px;border-radius:var(--ep-ohm-radius-md);border:1px solid #fff0;font-size:.94rem;font-weight:600}.eletroproj-ohm-calculator__message.is-visible{display:block}.eletroproj-ohm-calculator__message[data-state="error"]{background:var(--ep-ohm-danger-soft);color:var(--ep-ohm-danger);border-color:rgb(180 35 24 / .18)}.eletroproj-ohm-calculator__message[data-state="info"]{background:rgb(15 118 110 / .08);color:var(--ep-ohm-primary-dark);border-color:rgb(15 118 110 / .14)}.eletroproj-ohm-calculator__actions{display:flex;flex-wrap:wrap;gap:12px}.eletroproj-ohm-calculator__button{min-height:50px;padding:0 20px;font-weight:700}.eletroproj-ohm-calculator__button:hover,.eletroproj-ohm-calculator__button:focus-visible{outline:none;transform:translateY(-1px)}.eletroproj-ohm-calculator__button--primary{color:#fff;background:linear-gradient(135deg,#0f766e 0%,#138b80 100%);box-shadow:0 16px 28px rgb(15 118 110 / .22)}.eletroproj-ohm-calculator__button--secondary{color:var(--ep-ohm-text);background:rgb(255 255 255 / .88);border:1px solid var(--ep-ohm-border)}.eletroproj-ohm-calculator__result{display:none;gap:16px;padding:20px;border:1px solid rgb(22 101 52 / .16);border-radius:var(--ep-ohm-radius-lg);background:linear-gradient(180deg,#ffffff 0%,#f4fbf6 100%)}.eletroproj-ohm-calculator__result.is-visible{display:grid}.eletroproj-ohm-calculator__result-item{display:grid;gap:4px;padding:14px;border-radius:var(--ep-ohm-radius-md);background:rgb(255 255 255 / .82);border:1px solid rgb(22 101 52 / .1)}.eletroproj-ohm-calculator__result-item-label{font-size:.86rem}.eletroproj-ohm-calculator__result-item-value{font-size:1.05rem;word-break:break-word}.eletroproj-ohm-calculator__meta-chip{gap:8px;padding:8px 12px;background:rgb(15 118 110 / .08);color:var(--ep-ohm-primary-dark);font-size:.86rem}.eletroproj-ohm-calculator__formula-list{margin:0;padding-left:18px;display:grid;gap:8px;font-size:.92rem}.eletroproj-ohm-calculator__formula-list li{margin:0}@media (min-width:1025px){.eletroproj-ohm-calculator{padding:14px 16px}.eletroproj-ohm-calculator__header{gap:4px;margin-bottom:10px}.eletroproj-ohm-calculator__eyebrow{display:none}.eletroproj-ohm-calculator__title{font-size:clamp(1.36rem, 1.7vw, 1.82rem)}.eletroproj-ohm-calculator__subtitle,.eletroproj-ohm-calculator__helper{font-size:.84rem;line-height:1.22}.eletroproj-ohm-calculator__tabs{padding:4px;gap:6px;margin-bottom:10px}.eletroproj-ohm-calculator__tab{padding:8px 12px;font-size:.9rem}.eletroproj-ohm-calculator__panel{gap:0}.eletroproj-ohm-calculator__panel-layout{grid-template-columns:minmax(0,1fr) 290px;gap:12px;align-items:start}.eletroproj-ohm-calculator__panel-main{gap:8px}.eletroproj-ohm-calculator__panel-intro{padding:9px 10px;gap:4px}.eletroproj-ohm-calculator__section-title,.eletroproj-ohm-calculator__result-title{font-size:.98rem}.eletroproj-ohm-calculator__grid--two-columns,.eletroproj-ohm-calculator__result-grid,.eletroproj-ohm-calculator__second-grid{gap:10px}.eletroproj-ohm-calculator__second-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.eletroproj-ohm-calculator__field--span-third{grid-column:span 2}.eletroproj-ohm-calculator__field--span-half,.eletroproj-ohm-calculator__material-stack{grid-column:span 3}.eletroproj-ohm-calculator__field--span-full,.eletroproj-ohm-calculator__rho-stack{grid-column:1 / -1}.eletroproj-ohm-calculator__field{gap:0;padding:9px 10px}.eletroproj-ohm-calculator__field-status{min-height:0;font-size:.7rem}.eletroproj-ohm-calculator__field-note{margin-top:4px}.eletroproj-ohm-calculator__input,.eletroproj-ohm-calculator__select{font-size:.9rem}.eletroproj-ohm-calculator__input{padding:2px 0}.eletroproj-ohm-calculator__field-note{font-size:.72rem;line-height:1.15}.eletroproj-ohm-calculator__field--rho .eletroproj-ohm-calculator__field-note--muted{display:none}.eletroproj-ohm-calculator__material-stack{gap:6px;align-content:start}.eletroproj-ohm-calculator__rho-stack{grid-template-columns:minmax(0,1.28fr) minmax(180px,0.72fr);gap:10px;align-items:start}.eletroproj-ohm-calculator__material-stack .eletroproj-ohm-calculator__field{gap:6px;padding:9px 10px}.eletroproj-ohm-calculator__combo{grid-template-columns:minmax(0,1fr) 30px;gap:4px}.eletroproj-ohm-calculator__combo-toggle{width:30px;min-width:30px;font-size:.86rem}.eletroproj-ohm-calculator__combo-option{padding:6px 8px;font-size:.76rem}.eletroproj-ohm-calculator__combo-empty{padding:5px 8px;font-size:.72rem}.eletroproj-ohm-calculator__material-stack .eletroproj-ohm-calculator__field-note--muted{display:none}.eletroproj-ohm-calculator__material-info{min-height:0;padding:8px 10px;gap:2px}.eletroproj-ohm-calculator__message{padding:8px 10px;font-size:.8rem}.eletroproj-ohm-calculator__actions{gap:8px}.eletroproj-ohm-calculator__button{min-height:36px;padding:0 14px;font-size:.9rem}.eletroproj-ohm-calculator__result{gap:8px;padding:10px;align-content:start;height:100%}.eletroproj-ohm-calculator__result-item{gap:2px;padding:8px 9px}.eletroproj-ohm-calculator__result-item-label,.eletroproj-ohm-calculator__result-subtitle,.eletroproj-ohm-calculator__formula-list,.eletroproj-ohm-calculator__material-value{font-size:.78rem}.eletroproj-ohm-calculator__result-item-value{font-size:.9rem}.eletroproj-ohm-calculator__meta-chip{padding:4px 8px;font-size:.74rem}.eletroproj-ohm-calculator__formula-list{gap:4px}}@media (min-width:1025px) and (max-height:720px){.eletroproj-ohm-calculator{margin:8px auto;padding:10px 12px;border-radius:18px}.eletroproj-ohm-calculator::before{width:160px;height:160px}.eletroproj-ohm-calculator__tabs{padding:3px;gap:4px;margin-bottom:6px}.eletroproj-ohm-calculator__tab{padding:6px 10px;font-size:.82rem}.eletroproj-ohm-calculator__panel-layout{grid-template-columns:minmax(0,1fr) 258px;gap:8px}.eletroproj-ohm-calculator__panel-main{gap:6px}.eletroproj-ohm-calculator__panel-intro{display:none}.eletroproj-ohm-calculator__grid--two-columns,.eletroproj-ohm-calculator__result-grid,.eletroproj-ohm-calculator__second-grid{gap:8px}.eletroproj-ohm-calculator__rho-stack{gap:8px}.eletroproj-ohm-calculator__field{padding:6px 8px}.eletroproj-ohm-calculator__field-top{gap:.25rem}.eletroproj-ohm-calculator__field-label,.eletroproj-ohm-calculator__material-title{font-size:.76rem}.eletroproj-ohm-calculator__field-unit{padding:3px 7px;font-size:.72rem}.eletroproj-ohm-calculator__input,.eletroproj-ohm-calculator__select{font-size:.84rem}.eletroproj-ohm-calculator__input{padding:1px 0}.eletroproj-ohm-calculator__field-note{margin-top:2px;font-size:.68rem;line-height:1.05}.eletroproj-ohm-calculator__combo{grid-template-columns:minmax(0,1fr) 28px;gap:4px}.eletroproj-ohm-calculator__combo-toggle{width:28px;min-width:28px;font-size:.8rem}.eletroproj-ohm-calculator__combo-option{padding:5px 7px;font-size:.72rem}.eletroproj-ohm-calculator__combo-empty{padding:5px 7px;font-size:.7rem}.eletroproj-ohm-calculator__material-info{padding:6px 8px;gap:2px}.eletroproj-ohm-calculator__material-value,.eletroproj-ohm-calculator__result-item-label{font-size:.72rem}.eletroproj-ohm-calculator__message{padding:6px 8px;font-size:.74rem}.eletroproj-ohm-calculator__actions{gap:6px}.eletroproj-ohm-calculator__button{min-height:32px;padding:0 12px;font-size:.82rem}.eletroproj-ohm-calculator__result{gap:6px;padding:8px}.eletroproj-ohm-calculator__result-item{gap:2px;padding:6px 7px}.eletroproj-ohm-calculator__result-item-value{font-size:.84rem}}@media (max-width:820px){.eletroproj-ohm-calculator__grid--two-columns,.eletroproj-ohm-calculator__second-grid,.eletroproj-ohm-calculator__material-row,.eletroproj-ohm-calculator__result-grid{grid-template-columns:1fr}}@media (max-width:640px){.eletroproj-ohm-calculator{margin:8px auto;padding:10px;border-radius:16px}.eletroproj-ohm-calculator::before{width:120px;height:120px}.eletroproj-ohm-calculator__tabs{padding:3px;gap:4px;margin-bottom:8px}.eletroproj-ohm-calculator__tab{min-height:34px;padding:6px 8px;font-size:1.29rem}.eletroproj-ohm-calculator__panel{gap:6px}.eletroproj-ohm-calculator__panel-intro{display:none}.eletroproj-ohm-calculator__panel-layout,.eletroproj-ohm-calculator__panel-main{gap:6px}.eletroproj-ohm-calculator__grid--two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.eletroproj-ohm-calculator__second-grid{grid-template-columns:1fr;gap:6px}.eletroproj-ohm-calculator__field--span-third{grid-column:1 / -1}.eletroproj-ohm-calculator__field--span-full,.eletroproj-ohm-calculator__rho-stack{grid-column:1 / -1}.eletroproj-ohm-calculator__rho-stack{grid-template-columns:1fr;gap:0;align-items:start}.eletroproj-ohm-calculator__rho-stack>[data-eletroproj-rho-info]{display:none!important}.eletroproj-ohm-calculator__material-info--mobile:not(:empty){display:grid;margin-top:0;margin-bottom:6px;min-height:0;padding:6px 7px;gap:2px}.eletroproj-ohm-calculator__result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.eletroproj-ohm-calculator__field{padding:6px 7px;gap:0}.eletroproj-ohm-calculator__field-top{gap:.22rem}.eletroproj-ohm-calculator__field-label,.eletroproj-ohm-calculator__material-title{font-size:1.22rem;line-height:1.05}.eletroproj-ohm-calculator__field-unit{padding:2px 5px;font-size:1.16rem}.eletroproj-ohm-calculator__field-status{min-height:0;margin:0 0 2px;font-size:1.12rem}.eletroproj-ohm-calculator__input,.eletroproj-ohm-calculator__select{font-size:1.39rem;line-height:1.1}.eletroproj-ohm-calculator__input{padding:1px 0}.eletroproj-ohm-calculator__field-note{margin-top:2px;font-size:1.09rem;line-height:1.02}.eletroproj-ohm-calculator__field-note--muted,.eletroproj-ohm-calculator__field--rho .eletroproj-ohm-calculator__field-note{display:none}.eletroproj-ohm-calculator__combo{grid-template-columns:minmax(0,1fr) 24px;gap:3px}.eletroproj-ohm-calculator__combo-toggle{width:24px;min-width:24px;font-size:1.22rem}.eletroproj-ohm-calculator__combo-menu{top:calc(100% + 4px);max-width:min(92vw, 360px);max-height:150px;padding:4px}.eletroproj-ohm-calculator__combo-option{padding:5px 6px;font-size:1.16rem;line-height:1.05}.eletroproj-ohm-calculator__combo-empty{padding:4px 6px;font-size:1.12rem}.eletroproj-ohm-calculator__material-info{min-height:0;padding:6px 7px;gap:2px}.eletroproj-ohm-calculator__material-value{font-size:1.16rem;line-height:1.05}.eletroproj-ohm-calculator__message{padding:5px 7px;font-size:1.19rem}.eletroproj-ohm-calculator__actions{flex-direction:row;gap:6px}.eletroproj-ohm-calculator__button{width:auto;min-height:34px;flex:1 1 0%;padding:0 10px;font-size:1.33rem}.eletroproj-ohm-calculator__result{gap:6px;padding:8px}.eletroproj-ohm-calculator__result-item{gap:1px;padding:6px 7px}.eletroproj-ohm-calculator__result-item-label{font-size:1.16rem;line-height:1.05}.eletroproj-ohm-calculator__result-item-value{font-size:1.36rem;line-height:1.08}}@media (max-width:420px){.eletroproj-ohm-calculator{padding:8px}.eletroproj-ohm-calculator__tab{padding:5px 6px;font-size:1.22rem}.eletroproj-ohm-calculator__field{padding:5px 6px}.eletroproj-ohm-calculator__field-label,.eletroproj-ohm-calculator__material-title{font-size:1.16rem}.eletroproj-ohm-calculator__field-unit{padding:2px 4px;font-size:1.09rem}.eletroproj-ohm-calculator__input,.eletroproj-ohm-calculator__select{font-size:1.29rem}.eletroproj-ohm-calculator__rho-stack{grid-template-columns:1fr}.eletroproj-ohm-calculator__material-value,.eletroproj-ohm-calculator__result-item-label{font-size:1.09rem}.eletroproj-ohm-calculator__result-item-value{font-size:1.29rem}.eletroproj-ohm-calculator__button{min-height:32px;font-size:1.26rem}}