.calculator-module__VLnH5G__tool{--warn:#f59e0b;--bad:#f87171;--barneutral:#334155;max-width:860px;color:var(--foreground);margin:0 auto;padding:32px 16px 8px;line-height:1.55}.calculator-module__VLnH5G__tool *{box-sizing:border-box}.calculator-module__VLnH5G__kicker{color:var(--accent);letter-spacing:.08em;font-size:12px}.calculator-module__VLnH5G__h1{letter-spacing:-.01em;margin:8px 0 4px;font-size:28px;font-weight:600}.calculator-module__VLnH5G__sub{color:var(--muted);max-width:640px;font-size:15px}.calculator-module__VLnH5G__card{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-top:24px;padding:24px}.calculator-module__VLnH5G__card h2{color:var(--accent);letter-spacing:.04em;margin-bottom:16px;font-size:15px;font-weight:600}.calculator-module__VLnH5G__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.calculator-module__VLnH5G__label{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.calculator-module__VLnH5G__field select,.calculator-module__VLnH5G__field input{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}.calculator-module__VLnH5G__field select:focus,.calculator-module__VLnH5G__field input:focus{border-color:var(--accent);outline:none}.calculator-module__VLnH5G__mode{gap:8px;margin-bottom:18px;display:flex}.calculator-module__VLnH5G__modeBtn{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;text-align:center;border-radius:6px;flex:1;padding:12px}.calculator-module__VLnH5G__modeBtn .calculator-module__VLnH5G__t{font-size:13px}.calculator-module__VLnH5G__modeBtn .calculator-module__VLnH5G__d{color:var(--muted);margin-top:2px;font-size:11px}.calculator-module__VLnH5G__modeBtnSel{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent)}.calculator-module__VLnH5G__modeBtnSel .calculator-module__VLnH5G__t{color:var(--accent)}.calculator-module__VLnH5G__sliderRow{grid-column:1/-1}.calculator-module__VLnH5G__sliderRow input[type=range]{width:100%;accent-color:var(--accent)}.calculator-module__VLnH5G__sv{color:var(--accent)}.calculator-module__VLnH5G__stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:8px;display:grid}.calculator-module__VLnH5G__stat{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:16px}.calculator-module__VLnH5G__stat .calculator-module__VLnH5G__n{font-size:22px;font-weight:600}.calculator-module__VLnH5G__stat .calculator-module__VLnH5G__l{color:var(--muted);margin-top:4px;font-size:11px}.calculator-module__VLnH5G__burn .calculator-module__VLnH5G__n{color:var(--bad)}.calculator-module__VLnH5G__good .calculator-module__VLnH5G__n{color:var(--accent)}.calculator-module__VLnH5G__note{color:var(--muted);margin-top:14px;font-size:12px}.calculator-module__VLnH5G__barRow{grid-template-columns:150px 1fr 70px;align-items:center;gap:10px;margin:7px 0;font-size:13px;display:grid}.calculator-module__VLnH5G__barTrack{background:var(--surface-2);border-radius:4px;height:18px;overflow:hidden}.calculator-module__VLnH5G__barFill{background:var(--barneutral);border-radius:4px;height:100%}.calculator-module__VLnH5G__barFillYou{background:#64748b}.calculator-module__VLnH5G__barFillEff{background:var(--bad)}.calculator-module__VLnH5G__barFillNestor{background:var(--accent)}.calculator-module__VLnH5G__barName{color:var(--muted);text-align:right;font-size:12px}.calculator-module__VLnH5G__barVal{font-size:12px}.calculator-module__VLnH5G__gate{margin-top:24px;position:relative}.calculator-module__VLnH5G__blur{filter:blur(7px);pointer-events:none;-webkit-user-select:none;user-select:none}.calculator-module__VLnH5G__gateOverlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.calculator-module__VLnH5G__gateBox{background:var(--surface);border:1px solid var(--accent);text-align:center;border-radius:10px;width:92%;max-width:420px;padding:28px;box-shadow:0 8px 40px #00000080}.calculator-module__VLnH5G__gateBox h3{font-size:17px}.calculator-module__VLnH5G__gateBox p{color:var(--muted);margin:8px 0 16px;font-size:14px}.calculator-module__VLnH5G__row{gap:8px;display:flex}.calculator-module__VLnH5G__row input{background:var(--surface-2);border:1px solid var(--border);color:var(--foreground);border-radius:6px;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.calculator-module__VLnH5G__row input:focus{border-color:var(--accent);outline:none}.calculator-module__VLnH5G__err{color:var(--bad);margin-top:8px;font-size:12px}.calculator-module__VLnH5G__table{border-collapse:collapse;width:100%;margin-top:8px;font-size:13px}.calculator-module__VLnH5G__table th,.calculator-module__VLnH5G__table td{text-align:left;border-bottom:1px solid var(--border);padding:8px 10px}.calculator-module__VLnH5G__table th{color:var(--muted);letter-spacing:.05em;font-size:11px;font-weight:500}.calculator-module__VLnH5G__cta{text-align:center;border:1px solid var(--border);background:linear-gradient(180deg, var(--surface), var(--surface-2));border-radius:10px;margin-top:28px;padding:28px}.calculator-module__VLnH5G__cta h3{margin-bottom:6px;font-size:19px}.calculator-module__VLnH5G__cta p{color:var(--muted);margin-bottom:16px;font-size:14px}.calculator-module__VLnH5G__cta a{text-decoration:none}.calculator-module__VLnH5G__btn{background:var(--accent);color:#0a0a0a;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600}.calculator-module__VLnH5G__btn:hover{opacity:.9}.calculator-module__VLnH5G__btnOutline{color:var(--accent);border:1px solid var(--accent);background:0 0;margin-left:10px}.calculator-module__VLnH5G__footer{color:var(--muted);margin-top:28px;font-size:11px}.calculator-module__VLnH5G__footer a{color:var(--accent);text-decoration:none}.calculator-module__VLnH5G__footer a:hover{text-decoration:underline}@media (max-width:560px){.calculator-module__VLnH5G__barRow{grid-template-columns:100px 1fr 60px}}
