.FeeDestroyerCalculator-module__NrdEcq__controls{grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:40px;display:grid}.FeeDestroyerCalculator-module__NrdEcq__field{flex-direction:column;gap:10px;display:flex}.FeeDestroyerCalculator-module__NrdEcq__label{font-size:var(--cm-text-sm-body);color:var(--cm-text-secondary);font-weight:500}.FeeDestroyerCalculator-module__NrdEcq__label strong{color:var(--cm-accent)}.FeeDestroyerCalculator-module__NrdEcq__input{background:var(--cm-surface-2);border:1px solid var(--cm-line-2);border-radius:var(--cm-radius-lg);color:var(--cm-text-primary);font-size:var(--cm-text-body);font-family:var(--cm-font-ui);transition:border-color var(--cm-duration-fast);outline:none;width:100%;padding:14px 16px}.FeeDestroyerCalculator-module__NrdEcq__input:focus{border-color:var(--cm-accent)}.FeeDestroyerCalculator-module__NrdEcq__slider{appearance:none;background:var(--cm-surface-3);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.FeeDestroyerCalculator-module__NrdEcq__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--cm-accent);cursor:pointer;border-radius:50%;width:20px;height:20px}.FeeDestroyerCalculator-module__NrdEcq__sliderRed::-webkit-slider-thumb{background:var(--cm-negative);box-shadow:0 0 8px #f8717180}.FeeDestroyerCalculator-module__NrdEcq__resultGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px;display:grid}.FeeDestroyerCalculator-module__NrdEcq__card{background:var(--cm-surface-1);border:1px solid var(--cm-line);border-radius:var(--cm-radius-card-feature);padding:24px 20px}.FeeDestroyerCalculator-module__NrdEcq__cardFee{background:var(--cm-surface-2);border-color:var(--cm-line-2)}.FeeDestroyerCalculator-module__NrdEcq__cardLost{background:var(--cm-negative-muted);border-color:var(--cm-negative-border)}.FeeDestroyerCalculator-module__NrdEcq__cardLabel{font-size:var(--cm-text-xs-lg);text-transform:uppercase;letter-spacing:.06em;color:var(--cm-text-muted);margin-bottom:8px}.FeeDestroyerCalculator-module__NrdEcq__bigNum{font-family:var(--cm-font-display);color:var(--cm-accent);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.FeeDestroyerCalculator-module__NrdEcq__bigNumDim{color:var(--cm-text-secondary)}.FeeDestroyerCalculator-module__NrdEcq__bigNumNeg{color:var(--cm-negative)}.FeeDestroyerCalculator-module__NrdEcq__subline{font-size:var(--cm-text-xs-lg);color:var(--cm-text-muted);margin-top:6px}.FeeDestroyerCalculator-module__NrdEcq__tableSection{margin-bottom:16px}.FeeDestroyerCalculator-module__NrdEcq__tableScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.FeeDestroyerCalculator-module__NrdEcq__tableTitle{font-size:var(--cm-text-sm-body);color:var(--cm-text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.FeeDestroyerCalculator-module__NrdEcq__table{border-collapse:collapse;width:100%;font-size:var(--cm-text-sm-body)}.FeeDestroyerCalculator-module__NrdEcq__table th,.FeeDestroyerCalculator-module__NrdEcq__table td{text-align:right;border-bottom:1px solid var(--cm-line);padding:10px 16px}.FeeDestroyerCalculator-module__NrdEcq__table th:first-child,.FeeDestroyerCalculator-module__NrdEcq__table td:first-child{text-align:left}.FeeDestroyerCalculator-module__NrdEcq__table th{font-size:var(--cm-text-xs-lg);text-transform:uppercase;letter-spacing:.06em;color:var(--cm-text-muted);background:var(--cm-surface-1)}.FeeDestroyerCalculator-module__NrdEcq__table td{color:var(--cm-text-primary)}.FeeDestroyerCalculator-module__NrdEcq__activeRow td{background:var(--cm-accent-surface-faint);font-weight:700}.FeeDestroyerCalculator-module__NrdEcq__neg{color:var(--cm-negative)!important}.FeeDestroyerCalculator-module__NrdEcq__pos{color:var(--cm-accent)!important}.FeeDestroyerCalculator-module__NrdEcq__chartWrap{background:var(--cm-surface-1);border:1px solid var(--cm-line);border-radius:var(--cm-radius-card-feature);margin-bottom:40px;padding:16px 12px 8px}.FeeDestroyerCalculator-module__NrdEcq__chartLegend{font-size:var(--cm-text-xs-lg);color:var(--cm-text-tertiary);flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:12px;display:flex}.FeeDestroyerCalculator-module__NrdEcq__legendItem{align-items:center;gap:6px;display:flex}.FeeDestroyerCalculator-module__NrdEcq__legendDot{border-radius:2px;width:10px;height:3px}.FeeDestroyerCalculator-module__NrdEcq__legendGap{color:var(--cm-negative);margin-left:auto;font-weight:600}.FeeDestroyerCalculator-module__NrdEcq__chart{width:100%;height:auto;display:block;overflow:visible}.FeeDestroyerCalculator-module__NrdEcq__dragTrack{background:var(--cm-surface-3);border-radius:3px;min-width:60px;height:6px;overflow:hidden}.FeeDestroyerCalculator-module__NrdEcq__dragFill{background:var(--cm-negative);border-radius:3px;height:100%;transition:width .3s}@media (max-width:719px){.FeeDestroyerCalculator-module__NrdEcq__controls,.FeeDestroyerCalculator-module__NrdEcq__resultGrid{grid-template-columns:1fr}.FeeDestroyerCalculator-module__NrdEcq__tableScroll{overscroll-behavior-x:contain}.FeeDestroyerCalculator-module__NrdEcq__chartWrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overflow-x:auto}.FeeDestroyerCalculator-module__NrdEcq__card{padding:20px 18px}}
