.calculator-root{background:linear-gradient(165deg,#18263594 0%,#0d162094 100%);border:1px solid #e8eef514;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.calculator-kicker{color:var(--base-300);font-weight:600}.calculator-row{justify-content:space-between;align-items:center;display:flex}.calculator-range{width:100%}.calculator-marks{color:var(--base-300);justify-content:space-between;font-size:.9rem;display:flex}.calculator-result-box{background:#0000001f;border-radius:8px;padding:12px}@media (max-width:800px){.calculator-root{min-height:360px}}
