.calculator-module__uz1IjW__root{--void:#080b14;--void-2:#0b0f1c;--panel:#111624;--panel-2:#0d111d;--line:#ffffff14;--line-2:#ffffff24;--violet:#7b5cff;--violet-bright:#9d86ff;--starlight:#dfe4ff;--stone:#3a4056;--safe:#34e0a1;--warn:#ffb454;--danger:#ff5d5d;--ink:#f2f4fa;--ink-dim:#8b93a8;--ink-faint:#565d72;--font-display:var(--font-sora), "Archivo", system-ui, sans-serif;--font-body:var(--font-dm-sans), "Inter", system-ui, sans-serif;--font-mono:var(--font-geist-mono), "JetBrains Mono", ui-monospace, monospace;background:radial-gradient(130% 90% at 50% -8%, #131a30 0%, var(--void) 46%, #04060d 100%);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}.calculator-module__uz1IjW__wrap{max-width:1080px;margin:0 auto;padding:0 clamp(18px,4vw,36px)}.calculator-module__uz1IjW__root a{color:var(--violet-bright);text-decoration:none}.calculator-module__uz1IjW__root a:hover{text-decoration:underline}.calculator-module__uz1IjW__header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080b14d1;position:sticky;top:0}.calculator-module__uz1IjW__bar{justify-content:space-between;align-items:center;gap:16px;height:58px;display:flex}.calculator-module__uz1IjW__brand{font-family:var(--font-display);letter-spacing:-.01em;font-size:17px;font-weight:800}.calculator-module__uz1IjW__brand b{color:var(--violet-bright);font-weight:800}.calculator-module__uz1IjW__crumb{font-family:var(--font-mono);color:var(--ink-faint);letter-spacing:.02em;font-size:11px}.calculator-module__uz1IjW__crumb a{color:var(--ink-dim)}.calculator-module__uz1IjW__ctaTop{font-family:var(--font-body);color:#fff;background:linear-gradient(96deg, var(--violet), #5b54c8);border-radius:10px;padding:8px 15px;font-size:13px;font-weight:600}.calculator-module__uz1IjW__ctaTop:hover{filter:brightness(1.12);text-decoration:none}.calculator-module__uz1IjW__hero{padding:clamp(30px,6vw,58px) 0 20px}.calculator-module__uz1IjW__eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--violet-bright);margin-bottom:14px;font-size:12px}.calculator-module__uz1IjW__h1{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:16px;font-size:clamp(32px,5.2vw,52px);font-weight:800;line-height:1.02}.calculator-module__uz1IjW__lede{color:var(--ink-dim);max-width:640px;font-size:clamp(15px,1.6vw,17px)}.calculator-module__uz1IjW__lede b{color:var(--ink);font-weight:600}.calculator-module__uz1IjW__calc{grid-template-columns:1fr 380px;align-items:start;gap:22px;margin-top:34px;display:grid}.calculator-module__uz1IjW__card{background:linear-gradient(180deg, var(--panel), var(--panel-2));border:1px solid var(--line);border-radius:18px;padding:22px}.calculator-module__uz1IjW__cardTitle{font-family:var(--font-display);margin-bottom:4px;font-size:15px;font-weight:700}.calculator-module__uz1IjW__note{color:var(--ink-faint);margin-bottom:18px;font-size:12px}.calculator-module__uz1IjW__field{margin-bottom:15px}.calculator-module__uz1IjW__field label{color:var(--ink-dim);letter-spacing:.01em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.calculator-module__uz1IjW__unit{position:relative}.calculator-module__uz1IjW__unit:before{content:attr(data-u);color:var(--ink-faint);font-family:var(--font-mono);pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.calculator-module__uz1IjW__root input[type=number],.calculator-module__uz1IjW__root select{border:1px solid var(--line);width:100%;color:var(--ink);font-family:var(--font-mono);appearance:textfield;background:#00000052;border-radius:11px;padding:11px 12px 11px 26px;font-size:14px}.calculator-module__uz1IjW__root select{font-family:var(--font-body);cursor:pointer;padding-left:12px}.calculator-module__uz1IjW__pctInput{padding-left:12px!important}.calculator-module__uz1IjW__root input:focus,.calculator-module__uz1IjW__root select:focus{outline:2px solid var(--violet);outline-offset:1px;border-color:var(--violet)}.calculator-module__uz1IjW__root input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.calculator-module__uz1IjW__root input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.calculator-module__uz1IjW__rulesGrid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.calculator-module__uz1IjW__seg{gap:6px;margin-top:2px;display:flex}.calculator-module__uz1IjW__seg button{border:1px solid var(--line);color:var(--ink-dim);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);background:#00000047;border-radius:9px;flex:1;padding:9px}.calculator-module__uz1IjW__seg button.calculator-module__uz1IjW__on{border-color:var(--violet);color:var(--ink);background:#7b5cff24}.calculator-module__uz1IjW__seg button:focus-visible{outline:2px solid var(--violet);outline-offset:2px}.calculator-module__uz1IjW__result{position:sticky;top:74px}.calculator-module__uz1IjW__status{border:1px solid var(--line-2);border-radius:14px;align-items:center;gap:11px;margin-bottom:16px;padding:13px 15px;display:flex}.calculator-module__uz1IjW__status .calculator-module__uz1IjW__tag{font-family:var(--font-mono);letter-spacing:.04em;font-size:13px;font-weight:700}.calculator-module__uz1IjW__status .calculator-module__uz1IjW__desc{color:var(--ink-dim);font-size:12px;line-height:1.4}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__ok{background:#34e0a11a;border-color:#34e0a166}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__ok .calculator-module__uz1IjW__tag{color:var(--safe)}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__win{background:#9d86ff1f;border-color:#9d86ff80}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__win .calculator-module__uz1IjW__tag{color:var(--starlight)}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__warn{background:#ffb4541a;border-color:#ffb45466}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__warn .calculator-module__uz1IjW__tag{color:var(--warn)}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__bad{background:#ff5d5d1c;border-color:#ff5d5d73}.calculator-module__uz1IjW__status.calculator-module__uz1IjW__bad .calculator-module__uz1IjW__tag{color:var(--danger)}.calculator-module__uz1IjW__gaugewrap{align-items:stretch;gap:16px;display:flex}.calculator-module__uz1IjW__gauge{flex:0 0 96px}.calculator-module__uz1IjW__metrics{flex-direction:column;flex:1;justify-content:center;gap:0;display:flex}.calculator-module__uz1IjW__metric{border-bottom:1px solid var(--line);padding:9px 0}.calculator-module__uz1IjW__metric:last-child{border-bottom:none}.calculator-module__uz1IjW__metric .calculator-module__uz1IjW__k{color:var(--ink-faint);letter-spacing:.02em;font-size:11px}.calculator-module__uz1IjW__metric .calculator-module__uz1IjW__v{font-family:var(--font-mono);margin-top:1px;font-size:17px;font-weight:700}.calculator-module__uz1IjW__metric .calculator-module__uz1IjW__v.calculator-module__uz1IjW__pos{color:var(--safe)}.calculator-module__uz1IjW__metric .calculator-module__uz1IjW__v.calculator-module__uz1IjW__neg{color:var(--danger)}.calculator-module__uz1IjW__risktip{background:#7b5cff14;border:1px solid #7b5cff47;border-radius:12px;margin-top:16px;padding:13px 15px}.calculator-module__uz1IjW__risktip .calculator-module__uz1IjW__h{color:var(--violet-bright);letter-spacing:.02em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:700}.calculator-module__uz1IjW__risktip p{color:var(--ink-dim);font-size:13px}.calculator-module__uz1IjW__risktip b{color:var(--ink);font-family:var(--font-mono)}.calculator-module__uz1IjW__disclaimer{color:var(--ink-faint);max-width:680px;margin-top:18px;font-size:12px}.calculator-module__uz1IjW__bridge{border:1px solid var(--line-2);background:linear-gradient(110deg,#7b5cff1f,#34e0a10f);border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:24px;margin:44px 0;padding:clamp(22px,4vw,34px);display:grid}.calculator-module__uz1IjW__bridge h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:9px;font-size:clamp(20px,2.6vw,27px);font-weight:800;line-height:1.1}.calculator-module__uz1IjW__bridge p{color:var(--ink-dim);max-width:560px;font-size:14px}.calculator-module__uz1IjW__bridgeBtn{white-space:nowrap;background:linear-gradient(96deg, var(--violet), #5b54c8);box-shadow:0 14px 34px -14px var(--violet);border-radius:12px;padding:14px 24px;font-size:15px;font-weight:700;color:#fff!important}.calculator-module__uz1IjW__bridgeBtn:hover{filter:brightness(1.12);text-decoration:none}.calculator-module__uz1IjW__article{max-width:760px;padding:14px 0 10px}.calculator-module__uz1IjW__article h2{font-family:var(--font-display);letter-spacing:-.02em;margin:38px 0 14px;font-size:clamp(22px,3vw,30px);font-weight:800}.calculator-module__uz1IjW__article h3{font-family:var(--font-display);color:var(--ink);margin:22px 0 8px;font-size:18px;font-weight:700}.calculator-module__uz1IjW__article p{color:var(--ink-dim);margin-bottom:14px}.calculator-module__uz1IjW__article p b,.calculator-module__uz1IjW__article li b{color:var(--ink);font-weight:600}.calculator-module__uz1IjW__article ul{color:var(--ink-dim);margin:0 0 14px 20px}.calculator-module__uz1IjW__article li{margin-bottom:7px}.calculator-module__uz1IjW__stat{font-family:var(--font-mono);color:var(--violet-bright);font-weight:700}.calculator-module__uz1IjW__faq{max-width:760px;padding-bottom:20px}.calculator-module__uz1IjW__faqTitle{font-family:var(--font-display);margin:14px 0 6px;font-size:26px;font-weight:800}.calculator-module__uz1IjW__faq details{border-bottom:1px solid var(--line);padding:16px 0}.calculator-module__uz1IjW__faq summary{font-family:var(--font-display);cursor:pointer;color:var(--ink);justify-content:space-between;gap:14px;font-size:16px;font-weight:700;list-style:none;display:flex}.calculator-module__uz1IjW__faq summary::-webkit-details-marker{display:none}.calculator-module__uz1IjW__faq summary:after{content:"+";color:var(--violet-bright);font-family:var(--font-mono);font-weight:700}.calculator-module__uz1IjW__faq details[open] summary:after{content:"–"}.calculator-module__uz1IjW__faq summary:focus-visible{outline:2px solid var(--violet);outline-offset:3px;border-radius:4px}.calculator-module__uz1IjW__faq details p{color:var(--ink-dim);margin-top:11px;font-size:14px}.calculator-module__uz1IjW__footer{border-top:1px solid var(--line);margin-top:40px;padding:26px 0 44px}.calculator-module__uz1IjW__flinks{flex-wrap:wrap;gap:20px;font-size:13px;display:flex}.calculator-module__uz1IjW__fine{color:var(--ink-faint);margin-top:14px;font-size:12px}.calculator-module__uz1IjW__curLine,.calculator-module__uz1IjW__fill,.calculator-module__uz1IjW__dlBand,.calculator-module__uz1IjW__curDot{transition:all .5s cubic-bezier(.2,.7,.3,1)}@media (max-width:820px){.calculator-module__uz1IjW__calc{grid-template-columns:1fr}.calculator-module__uz1IjW__result{position:static}.calculator-module__uz1IjW__bridge{grid-template-columns:1fr}.calculator-module__uz1IjW__crumb{display:none}}@media (prefers-reduced-motion:reduce){.calculator-module__uz1IjW__curLine,.calculator-module__uz1IjW__fill,.calculator-module__uz1IjW__dlBand,.calculator-module__uz1IjW__curDot{transition:none}}
