.Calculator-module__e0MLBW__container{width:100%;max-width:600px;margin:0 auto;padding:.5rem}.Calculator-module__e0MLBW__mainTitle{color:var(--text-primary);text-align:center;background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;text-shadow:0 0 30px #e9456033;font-size:2rem;font-weight:800;font-family:var(--font-outfit);-webkit-background-clip:text;margin-bottom:1.5rem}.Calculator-module__e0MLBW__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px;margin-bottom:1rem;padding:1.5rem}.Calculator-module__e0MLBW__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--glass-border);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;display:flex}.Calculator-module__e0MLBW__grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.Calculator-module__e0MLBW__inputGroup{flex-direction:column;width:100%;display:flex}.Calculator-module__e0MLBW__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:flex}.Calculator-module__e0MLBW__input{border:1px solid var(--glass-border);color:var(--text-primary);box-sizing:border-box;background:#0003;border-radius:12px;width:100%;padding:.75rem 1rem;font-size:1rem}.Calculator-module__e0MLBW__input:focus{border-color:var(--accent-primary);background:#0006;outline:none;box-shadow:0 0 0 3px #e9456026}.Calculator-module__e0MLBW__input::placeholder{color:#fff3}.Calculator-module__e0MLBW__resultCard{text-align:center;background:linear-gradient(135deg,#e9456026,#0f346026);border:1px solid #e945604d;position:relative;overflow:hidden}.Calculator-module__e0MLBW__resultCard:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);opacity:.8;height:2px;position:absolute;top:0;left:0;right:0}.Calculator-module__e0MLBW__resultValue{font-size:3rem;font-weight:700;font-family:var(--font-outfit);color:#fff;text-shadow:0 0 20px #e9456080;margin:.5rem 0;line-height:1.1}.Calculator-module__e0MLBW__unit{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);margin-left:.2rem;font-size:1rem;font-weight:400}.Calculator-module__e0MLBW__helperText{color:var(--text-secondary);opacity:.8;margin-top:.5rem;font-size:.9rem;font-style:italic}
