.calculator-module__kEltUa__page{flex-direction:column;min-height:100vh;display:flex}.calculator-module__kEltUa__hero{padding:calc(var(--s8) + 40px) var(--s3) var(--s5);text-align:center;background:radial-gradient(60% 70% at 50% 0,#35d2f514,#0000 60%),radial-gradient(50% 60% at 85% 10%,#e0559e0f,#0000 60%);position:relative;overflow:hidden}.calculator-module__kEltUa__heroIn{max-width:680px;margin:0 auto}.calculator-module__kEltUa__hero .calculator-module__kEltUa__eyebrow{margin-bottom:16px}.calculator-module__kEltUa__hero h1{letter-spacing:-.04em;margin-bottom:14px;font-size:clamp(2rem,4.5vw,3rem)}.calculator-module__kEltUa__hero p{color:var(--fg-2);max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.6}.calculator-module__kEltUa__body{width:100%;max-width:1000px;padding:0 var(--s3) var(--s8);flex:1;margin:0 auto}.calculator-module__kEltUa__cols{gap:var(--s3);grid-template-columns:1fr 1fr;align-items:start;display:grid}.calculator-module__kEltUa__card{border:1px solid var(--line);border-radius:var(--radius-xl);padding:var(--s4);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#ffffff0a,#ffffff03)}.calculator-module__kEltUa__card h2{margin-bottom:var(--s3);align-items:center;gap:10px;font-size:1.15rem;display:flex}.calculator-module__kEltUa__card h2 .calculator-module__kEltUa__ic{background:var(--stream-soft);border:1px solid var(--line);width:34px;height:34px;color:var(--cyan);border-radius:10px;place-items:center;display:grid}.calculator-module__kEltUa__card h2 .calculator-module__kEltUa__ic svg{width:17px;height:17px}.calculator-module__kEltUa__field{margin-bottom:16px}.calculator-module__kEltUa__field label{color:var(--fg-2);justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:.78rem;font-weight:500;display:flex}.calculator-module__kEltUa__field label small{color:var(--fg-3);font-weight:400}.calculator-module__kEltUa__inWrap{align-items:center;display:flex;position:relative}.calculator-module__kEltUa__inWrap .calculator-module__kEltUa__pre,.calculator-module__kEltUa__inWrap .calculator-module__kEltUa__suf{color:var(--fg-3);pointer-events:none;font-size:.9rem;position:absolute}.calculator-module__kEltUa__inWrap .calculator-module__kEltUa__pre{left:14px}.calculator-module__kEltUa__inWrap .calculator-module__kEltUa__suf{right:14px}.calculator-module__kEltUa__field input,.calculator-module__kEltUa__field select{background:var(--surface-2);border:1px solid var(--line-strong);width:100%;color:var(--fg);font-family:var(--body);border-radius:12px;outline:none;padding:12px 14px;font-size:.98rem;transition:border-color .3s,box-shadow .3s}.calculator-module__kEltUa__field input.calculator-module__kEltUa__padPre{padding-inline-start:30px}.calculator-module__kEltUa__field input.calculator-module__kEltUa__padSuf{padding-inline-end:44px}.calculator-module__kEltUa__field input:focus,.calculator-module__kEltUa__field select:focus{border-color:var(--cyan);box-shadow:var(--glow-cyan)}.calculator-module__kEltUa__seg{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.calculator-module__kEltUa__seg button{border:1px solid var(--line);min-width:52px;color:var(--fg-2);font-family:var(--body);cursor:pointer;background:0 0;border-radius:10px;flex:1;padding:8px;font-size:.82rem;transition:all .2s}.calculator-module__kEltUa__seg button.calculator-module__kEltUa__on,.calculator-module__kEltUa__seg button:hover{background:var(--stream-soft);border-color:var(--cyan);color:var(--cyan)}.calculator-module__kEltUa__result{border-color:var(--line-strong);background:linear-gradient(135deg,#35d2f512,#e0559e0a)}.calculator-module__kEltUa__big{text-align:center;padding:var(--s3) 0 var(--s2)}.calculator-module__kEltUa__big .calculator-module__kEltUa__n{font-family:var(--display);font-size:clamp(2.4rem,7vw,3.4rem);font-weight:700;line-height:1}.calculator-module__kEltUa__big .calculator-module__kEltUa__l{color:var(--fg-2);margin-top:8px;font-size:.86rem}.calculator-module__kEltUa__rows{margin-top:var(--s2);flex-direction:column;gap:2px;display:flex}.calculator-module__kEltUa__row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 2px;font-size:.9rem;display:flex}.calculator-module__kEltUa__row .calculator-module__kEltUa__k{color:var(--fg-3)}.calculator-module__kEltUa__row .calculator-module__kEltUa__v{font-family:var(--display);font-weight:600}.calculator-module__kEltUa__row .calculator-module__kEltUa__v.calculator-module__kEltUa__pos{color:var(--live)}.calculator-module__kEltUa__row .calculator-module__kEltUa__v.calculator-module__kEltUa__risk{color:var(--magenta)}.calculator-module__kEltUa__rr{margin-top:var(--s3)}.calculator-module__kEltUa__rrHead{color:var(--fg-3);justify-content:space-between;margin-bottom:8px;font-size:.78rem;display:flex}.calculator-module__kEltUa__rrBar{background:var(--surface-3);border-radius:8px;height:14px;display:flex;overflow:hidden}.calculator-module__kEltUa__rrBar .calculator-module__kEltUa__loss{background:var(--magenta)}.calculator-module__kEltUa__rrBar .calculator-module__kEltUa__win{background:var(--stream)}.calculator-module__kEltUa__rrNote{text-align:center;font-family:var(--display);color:var(--cyan);margin-top:10px;font-weight:700}.calculator-module__kEltUa__note{margin-top:var(--s3);border:1px solid var(--line);color:var(--fg-2);background:#35d2f50a;border-radius:12px;align-items:flex-start;gap:11px;padding:13px 15px;font-size:.8rem;line-height:1.5;display:flex}.calculator-module__kEltUa__note svg{width:16px;height:16px;color:var(--cyan);flex:none;margin-top:2px}.calculator-module__kEltUa__foot{border-top:1px solid var(--line);padding:var(--s4) var(--s3);margin-top:auto}.calculator-module__kEltUa__footIn{max-width:var(--maxw);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 auto;display:flex}.calculator-module__kEltUa__footIn p{color:var(--fg-3);font-size:.78rem}.calculator-module__kEltUa__footIn nav{gap:18px;font-size:.85rem;display:flex}.calculator-module__kEltUa__footIn nav a{color:var(--fg-2);transition:color .2s}.calculator-module__kEltUa__footIn nav a:hover{color:var(--cyan)}@media (max-width:820px){.calculator-module__kEltUa__cols{grid-template-columns:1fr}}
