.ABTest-module__kNESIG__wrap{flex-direction:column;gap:1.5rem;margin-block:2rem;display:flex}.ABTest-module__kNESIG__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:560px){.ABTest-module__kNESIG__grid{grid-template-columns:1fr}}.ABTest-module__kNESIG__panel{background:var(--surface);border:1.5px solid var(--line);border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.ABTest-module__kNESIG__panelHead{letter-spacing:.07em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.ABTest-module__kNESIG__label{color:var(--ink);font-size:.85rem;font-weight:500}.ABTest-module__kNESIG__input{border:1.5px solid var(--line);background:var(--bg);font-size:1rem;font-family:var(--font-mono);color:var(--ink);border-radius:8px;outline:none;margin-bottom:.5rem;padding:.55rem .8rem;transition:border-color .15s}.ABTest-module__kNESIG__input:focus{border-color:var(--accent)}.ABTest-module__kNESIG__input::-webkit-outer-spin-button{-webkit-appearance:none}.ABTest-module__kNESIG__input::-webkit-inner-spin-button{-webkit-appearance:none}.ABTest-module__kNESIG__input[type=number]{-moz-appearance:textfield}.ABTest-module__kNESIG__rate{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;display:flex}.ABTest-module__kNESIG__rateLabel{color:var(--ink-muted);font-size:.8rem}.ABTest-module__kNESIG__rateValue{font-size:1.4rem;font-weight:700;font-family:var(--font-display);color:var(--ink)}.ABTest-module__kNESIG__output{border:1.5px solid var(--line);background:var(--surface);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex}.ABTest-module__kNESIG__output[data-verdict=sig95]{background:#f0f7f3;border-color:#2d5f4a}.ABTest-module__kNESIG__output[data-verdict=sig90]{background:#fdf8ec;border-color:#b87c1a}.ABTest-module__kNESIG__output[data-verdict=insig]{border-color:var(--line)}.ABTest-module__kNESIG__placeholder{color:var(--ink-faint);font-size:.875rem}.ABTest-module__kNESIG__outputRow{justify-content:space-between;align-items:baseline;display:flex}.ABTest-module__kNESIG__outputLabel{color:var(--ink-muted);font-size:.82rem;font-weight:500}.ABTest-module__kNESIG__outputVal{font-size:1.6rem;font-weight:700;font-family:var(--font-display);color:var(--ink)}.ABTest-module__kNESIG__verdict{color:var(--ink);border-top:1px solid var(--line);padding-top:.5rem;font-size:.9rem;font-weight:600}.ABTest-module__kNESIG__output[data-verdict=sig95] .ABTest-module__kNESIG__verdict{color:#1e4233}.ABTest-module__kNESIG__output[data-verdict=sig90] .ABTest-module__kNESIG__verdict{color:#7a4f0d}.ABTest-module__kNESIG__resetBtn{border:1.5px solid var(--line);color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:999px;align-self:flex-start;padding:.45rem 1.1rem;font-size:.8rem;font-weight:500;transition:border-color .15s,color .15s}.ABTest-module__kNESIG__resetBtn:hover{border-color:var(--accent);color:var(--accent)}
.Explainer-module__Jrg4TW__wrap{margin-top:var(--space-5);max-width:70ch}.Explainer-module__Jrg4TW__wrap h2{margin:var(--space-1) 0 var(--space-3)}.Explainer-module__Jrg4TW__formula{background:var(--surface-2);border-left:2px solid var(--ink-faint);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:var(--space-2) var(--space-3);margin-bottom:var(--space-3)}.Explainer-module__Jrg4TW__formula code{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--ink)}.Explainer-module__Jrg4TW__body{color:var(--ink-muted)}.Explainer-module__Jrg4TW__body p{margin-bottom:var(--space-2)}.Explainer-module__Jrg4TW__body strong{color:var(--ink);font-weight:var(--weight-medium)}.Explainer-module__Jrg4TW__glossary{margin-top:var(--space-3);gap:var(--space-2);flex-direction:column;display:flex}.Explainer-module__Jrg4TW__row{gap:var(--space-2);grid-template-columns:160px 1fr;display:grid}.Explainer-module__Jrg4TW__row dt{font-weight:var(--weight-medium);color:var(--ink)}.Explainer-module__Jrg4TW__row dd{color:var(--ink-muted)}@media (max-width:560px){.Explainer-module__Jrg4TW__row{grid-template-columns:1fr;gap:.2rem}}
.FAQ-module__V8_xEa__wrap{margin-top:var(--space-5);max-width:70ch}.FAQ-module__V8_xEa__wrap h2{margin:var(--space-1) 0 var(--space-3)}.FAQ-module__V8_xEa__list{gap:var(--space-1);flex-direction:column;display:flex}.FAQ-module__V8_xEa__item{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);padding:0 var(--space-3);transition:border-color var(--dur) var(--ease)}.FAQ-module__V8_xEa__item[open]{border-color:var(--ink-faint)}.FAQ-module__V8_xEa__q{cursor:pointer;padding:var(--space-2) 0;font-weight:var(--weight-medium);justify-content:space-between;align-items:center;gap:var(--space-2);color:var(--ink);list-style:none;display:flex}.FAQ-module__V8_xEa__q::-webkit-details-marker{display:none}.FAQ-module__V8_xEa__q:after{content:"+";color:var(--ink-faint);font-size:1.2rem;line-height:1}.FAQ-module__V8_xEa__item[open] .FAQ-module__V8_xEa__q:after{content:"−"}.FAQ-module__V8_xEa__a{color:var(--ink-muted);padding-bottom:var(--space-3)}
.RelatedTools-module__jaOmxq__wrap{margin-top:var(--space-5)}.RelatedTools-module__jaOmxq__wrap h2{margin-bottom:var(--space-2)}.RelatedTools-module__jaOmxq__list{gap:var(--space-1);flex-wrap:wrap;display:flex}.RelatedTools-module__jaOmxq__item{background:color-mix(in srgb, var(--surface) 72%, var(--bg));border:1px solid var(--line);border-radius:var(--radius-sm);transition:transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);align-items:baseline;gap:.45rem;padding:.65rem .8rem;display:flex}.RelatedTools-module__jaOmxq__item:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-1px)}.RelatedTools-module__jaOmxq__label{font-family:var(--font-display);font-weight:var(--weight-heading);color:var(--ink)}.RelatedTools-module__jaOmxq__desc{font-size:var(--text-sm);color:var(--ink-muted)}@media (max-width:720px){.RelatedTools-module__jaOmxq__list{flex-direction:column}.RelatedTools-module__jaOmxq__item{align-items:flex-start}}
.CalcPage-module__3cpZFq__hero{padding:var(--space-5) 0 var(--space-4);max-width:60ch}.CalcPage-module__3cpZFq__title{font-size:var(--text-display);margin:var(--space-2) 0 var(--space-3)}.CalcPage-module__3cpZFq__intro{font-size:var(--text-lead);color:var(--ink-muted)}
