.calculator-module__kEltUa__calcPage{background:var(--bg-primary);min-height:100vh;font-family:var(--font-body);padding-bottom:4rem}.calculator-module__kEltUa__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding:1rem 0}.calculator-module__kEltUa__headerInner{justify-content:space-between;align-items:center;display:flex}.calculator-module__kEltUa__logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.calculator-module__kEltUa__logo strong{color:var(--accent-primary)}.calculator-module__kEltUa__navRight{align-items:center;gap:1rem;display:flex}.calculator-module__kEltUa__navLink{color:var(--text-secondary);font-size:.85rem;font-weight:500;text-decoration:none}.calculator-module__kEltUa__navLink:hover{color:var(--accent-primary)}.calculator-module__kEltUa__navAdmin{color:#6366f1;background:#6366f11f;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;text-decoration:none}.calculator-module__kEltUa__heroBanner{color:#fff;text-align:center;background:linear-gradient(135deg,#1e293b,#0f172a);margin-bottom:2.5rem;padding:3rem 0 3.5rem}.calculator-module__kEltUa__heroContent{max-width:720px;margin:0 auto}.calculator-module__kEltUa__badge{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f640;border-radius:999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.calculator-module__kEltUa__heroTitle{font-size:2.2rem;font-weight:800;font-family:var(--font-heading);margin:0 0 .5rem}.calculator-module__kEltUa__heroSub{color:#ffffffa6;margin:0;font-size:.95rem;line-height:1.6}.calculator-module__kEltUa__toolsGrid{flex-direction:column;gap:1.75rem;display:flex}.calculator-module__kEltUa__toolCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:1.75rem}.calculator-module__kEltUa__toolHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.calculator-module__kEltUa__toolIcon{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:2rem;display:flex}.calculator-module__kEltUa__toolTitle{font-size:1.15rem;font-weight:700;font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .25rem}.calculator-module__kEltUa__toolSub{color:var(--text-secondary);margin:0;font-size:.85rem}.calculator-module__kEltUa__inputsRow3{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.calculator-module__kEltUa__inputsRow2{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.calculator-module__kEltUa__inputsRow1{max-width:320px;margin-bottom:1.25rem}.calculator-module__kEltUa__fieldGroup{color:var(--text-secondary);flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.calculator-module__kEltUa__calcInput{border:1.5px solid var(--border-light);background:var(--bg-primary);color:var(--text-primary);font-size:1rem;font-weight:700;font-family:var(--font-body);border-radius:10px;outline:none;padding:.65rem .85rem;transition:border-color .2s}.calculator-module__kEltUa__calcInput:focus{border-color:var(--accent-primary)}.calculator-module__kEltUa__resultBox{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.calculator-module__kEltUa__resultLabel{text-transform:uppercase;letter-spacing:1px;color:var(--accent-primary);font-size:.82rem;font-weight:700}.calculator-module__kEltUa__rxFormulaBadge{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.calculator-module__kEltUa__rxFormulaBadge code{color:var(--accent-primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;padding:.4rem .85rem;font-family:monospace;font-size:1.1rem;font-weight:800}.calculator-module__kEltUa__diffPill{color:#15803d;background:#dcfce7;border-radius:999px;padding:.35rem .75rem;font-size:.82rem;font-weight:700}.calculator-module__kEltUa__formulaNote{color:var(--text-secondary);margin:0;font-size:.78rem;font-style:italic}.calculator-module__kEltUa__calcFooterActions{justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}@media (max-width:768px){.calculator-module__kEltUa__inputsRow3,.calculator-module__kEltUa__inputsRow2{grid-template-columns:1fr}}
