.calculator-module__k6FohW__page{background:var(--tool-bg);flex-direction:column;gap:12px;width:100%;max-width:820px;margin:0 auto;padding:24px 16px;display:flex}.calculator-module__k6FohW__card{background:var(--tool-surface);border:1px solid var(--tool-border);border-radius:var(--tool-radius-lg);margin-bottom:12px;overflow:hidden}.calculator-module__k6FohW__cardHeader{border-bottom:1px solid var(--tool-border);align-items:center;gap:8px;padding:13px 18px;display:flex}.calculator-module__k6FohW__iconChip{border-radius:var(--tool-radius-sm);justify-content:center;align-items:center;width:28px;height:28px;display:flex}.calculator-module__k6FohW__iconChipAdd{color:#2563eb;background:#eff4ff}.calculator-module__k6FohW__iconChipList{color:#059669;background:#f0fdf4}.calculator-module__k6FohW__cardTitle{color:var(--tool-text-primary);letter-spacing:-.01em;margin:0;font-size:13px;font-weight:600}.calculator-module__k6FohW__cardBody{padding:16px 18px}.calculator-module__k6FohW__description{color:var(--tool-text-muted);margin:0 0 12px;font-size:11px;font-weight:400;line-height:1.4}.calculator-module__k6FohW__fieldGroup{margin-bottom:12px}.calculator-module__k6FohW__fieldGroup:last-child{margin-bottom:0}.calculator-module__k6FohW__fieldRow{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:12px;display:grid}.calculator-module__k6FohW__fieldLabel{color:var(--tool-text-secondary);letter-spacing:.01em;margin-bottom:5px;font-size:12px;font-weight:500;display:block}.calculator-module__k6FohW__fieldInput{box-sizing:border-box;width:100%;height:34px;color:var(--tool-text-primary);background:var(--tool-surface);border:1px solid var(--tool-border);border-radius:var(--tool-radius-sm);outline:none;padding:0 10px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .12s}.calculator-module__k6FohW__fieldInput:hover{border-color:var(--tool-border-hover)}.calculator-module__k6FohW__fieldInput:focus{border-color:var(--tool-border-focus);box-shadow:0 0 0 3px #2563eb1a}.calculator-module__k6FohW__fieldInput[type=number]{appearance:textfield}.calculator-module__k6FohW__fieldInput[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.calculator-module__k6FohW__fieldInput[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.calculator-module__k6FohW__prefixWrap{align-items:center;display:flex;position:relative}.calculator-module__k6FohW__inputPrefix{color:var(--tool-text-muted);pointer-events:none;font-size:12px;font-weight:500;position:absolute;left:10px}.calculator-module__k6FohW__hasPrefix{padding-left:30px}.calculator-module__k6FohW__fieldHint{color:var(--tool-text-muted);margin:4px 0 0;font-size:11px;line-height:1.4}.calculator-module__k6FohW__fieldError{color:#dc2626;align-items:center;gap:4px;margin-top:4px;font-size:11px;display:none}.calculator-module__k6FohW__fieldError.calculator-module__k6FohW__show{display:flex}.calculator-module__k6FohW__errDot{background:#dc2626;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:1px}.calculator-module__k6FohW__radioGroup{flex-direction:column;gap:6px;display:flex}.calculator-module__k6FohW__radioGroupHorizontal{flex-direction:row;gap:10px;display:flex}.calculator-module__k6FohW__radioOption{border:1px solid var(--tool-border);border-radius:var(--tool-radius-sm);cursor:pointer;flex:1;align-items:center;gap:8px;min-width:120px;padding:8px 10px;transition:border-color .15s;display:flex}.calculator-module__k6FohW__radioOption:hover{border-color:var(--tool-border-hover)}.calculator-module__k6FohW__radioOptionSelected{border-color:var(--tool-border-focus);background:#eff4ff}.calculator-module__k6FohW__radioInput{accent-color:#2563eb;flex-shrink:0;width:14px;height:14px}.calculator-module__k6FohW__radioLabel{color:var(--tool-text-primary);font-size:13px;font-weight:500}.calculator-module__k6FohW__noteBox{border-radius:var(--tool-radius-sm);background:#ecfdf5;border:1px solid #a7f3d0;margin-top:12px;padding:8px 10px}.calculator-module__k6FohW__noteText{color:#065f46;margin:0;font-size:11px;font-weight:500;line-height:1.4}.calculator-module__k6FohW__submitZone{border-top:1px solid var(--tool-border);gap:10px;padding:14px 18px;display:flex}.calculator-module__k6FohW__submitButton{flex:1;border-radius:var(--tool-radius-sm)!important;gap:6px!important;height:36px!important;min-height:36px!important;font-size:13px!important;font-weight:500!important}.calculator-module__k6FohW__submitButton:hover{filter:brightness(1.08)}.calculator-module__k6FohW__submitButton:active{filter:brightness(.95)}.calculator-module__k6FohW__resetButton{border:1px solid var(--tool-border);border-radius:var(--tool-radius-sm);background:var(--tool-surface);height:36px;color:var(--tool-text-secondary);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.calculator-module__k6FohW__resetButton:hover{border-color:var(--tool-border-hover);background:#f9fafb}.calculator-module__k6FohW__resultsBody{padding:16px 18px}.calculator-module__k6FohW__statusBox{border-radius:var(--tool-radius-md);gap:12px;margin-bottom:16px;padding:12px;display:flex}.calculator-module__k6FohW__statusBoxSafe{background:#f0fdf4;border:1px solid #bbf7d0}.calculator-module__k6FohW__statusBoxWarning{background:#fffbeb;border:1px solid #fef08a}.calculator-module__k6FohW__statusIcon{margin-top:2px}.calculator-module__k6FohW__statusBoxSafe .calculator-module__k6FohW__statusIcon{color:#16a34a}.calculator-module__k6FohW__statusBoxWarning .calculator-module__k6FohW__statusIcon{color:#d97706}.calculator-module__k6FohW__statusTitle{margin:0 0 4px;font-size:13px;font-weight:600}.calculator-module__k6FohW__statusBoxSafe .calculator-module__k6FohW__statusTitle{color:#166534}.calculator-module__k6FohW__statusBoxWarning .calculator-module__k6FohW__statusTitle{color:#92400e}.calculator-module__k6FohW__statusDesc{margin:0;font-size:11px;line-height:1.4}.calculator-module__k6FohW__statusBoxSafe .calculator-module__k6FohW__statusDesc{color:#15803d}.calculator-module__k6FohW__statusBoxWarning .calculator-module__k6FohW__statusDesc{color:#b45309}.calculator-module__k6FohW__summaryGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.calculator-module__k6FohW__summaryCard{border:1px solid var(--tool-border);border-radius:var(--tool-radius-md);background:#f9fafb;padding:12px}.calculator-module__k6FohW__summaryCardAmber{background:#fffbeb;border-color:#fde68a}.calculator-module__k6FohW__summaryCardGreen{background:#f0fdf4;border-color:#bbf7d0}.calculator-module__k6FohW__summaryLabel{color:var(--tool-text-secondary);text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600}.calculator-module__k6FohW__summaryValue{color:var(--tool-text-primary);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.calculator-module__k6FohW__tableCard{border:1px solid var(--tool-border);border-radius:var(--tool-radius-md);overflow:hidden}.calculator-module__k6FohW__tableHeader{color:var(--tool-text-secondary);border-bottom:1px solid var(--tool-border);text-transform:uppercase;background:#f9fafb;padding:10px 12px;font-size:11px;font-weight:600}.calculator-module__k6FohW__tableRow{border-bottom:1px solid var(--tool-border);justify-content:space-between;padding:10px 12px;font-size:12px;display:flex}.calculator-module__k6FohW__tableRow:last-child{border-bottom:none}.calculator-module__k6FohW__tableRow.calculator-module__k6FohW__bold{background:#f9fafb;border-bottom-width:2px;font-weight:600}.calculator-module__k6FohW__colLeft{color:var(--tool-text-secondary);flex:1}.calculator-module__k6FohW__colRight{color:var(--tool-text-primary);font-weight:500}.calculator-module__k6FohW__textRed{color:#dc2626!important}.calculator-module__k6FohW__textGreen{font-size:14px;font-weight:700;color:#059669!important}@media (max-width:640px){.calculator-module__k6FohW__page{padding:16px 12px}.calculator-module__k6FohW__fieldRow,.calculator-module__k6FohW__summaryGrid{grid-template-columns:1fr}}.calculator-module__k6FohW__submitButton:hover{background-color:#0165a3!important}
