.FireCalculator-module___NZtOa__container{flex-direction:column;gap:3rem;display:flex}.FireCalculator-module___NZtOa__mainGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.FireCalculator-module___NZtOa__mainGrid{grid-template-columns:repeat(12,1fr)}}.FireCalculator-module___NZtOa__inputsColumn{flex-direction:column;gap:2rem;display:flex}@media (min-width:1024px){.FireCalculator-module___NZtOa__inputsColumn{grid-column:span 5}}.FireCalculator-module___NZtOa__resultsColumn{flex-direction:column;gap:2rem;display:flex}@media (min-width:1024px){.FireCalculator-module___NZtOa__resultsColumn{grid-column:span 7;height:min-content;position:sticky;top:6rem}}.FireCalculator-module___NZtOa__glassCard{-webkit-backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #ffffff14;border-radius:2rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 20px 40px -10px #0000004d}.FireCalculator-module___NZtOa__glassCard:hover{box-shadow:0 30px 60px -12px #0006}@media (min-width:768px){.FireCalculator-module___NZtOa__glassCard{padding:2rem}}[data-theme=light] .FireCalculator-module___NZtOa__glassCard{background:#ffffffb3;border-color:#fff9;box-shadow:0 20px 40px -10px #0000000d}.FireCalculator-module___NZtOa__cardTitle{color:var(--text-main);letter-spacing:-.01em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.25rem;font-weight:800;display:flex}.FireCalculator-module___NZtOa__iconWrapper{color:var(--secondary);background:#d4af371a;border-radius:.75rem;justify-content:center;align-items:center;padding:.625rem;display:flex}.FireCalculator-module___NZtOa__inputsGrid{flex-direction:column;gap:1.5rem;display:flex}.FireCalculator-module___NZtOa__inputRow{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.FireCalculator-module___NZtOa__inputRow{grid-template-columns:1fr 1fr}}.FireCalculator-module___NZtOa__resultGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.FireCalculator-module___NZtOa__resultGrid{grid-template-columns:repeat(2,1fr)}}.FireCalculator-module___NZtOa__luxuryResultCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#1e293b66;border:1px solid #ffffff14;border-radius:1.25rem;padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}.FireCalculator-module___NZtOa__luxuryResultCard:hover{border-color:#d4af374d;transform:translateY(-4px);box-shadow:0 20px 35px -8px #0006}.FireCalculator-module___NZtOa__featuredResult{background:linear-gradient(135deg,#d4af371a 0%,#d4af370d 100%);border-color:#d4af374d}[data-theme=light] .FireCalculator-module___NZtOa__luxuryResultCard{background:#ffffffb3;border-color:#fff9}[data-theme=light] .FireCalculator-module___NZtOa__featuredResult{border-color:var(--secondary);background:linear-gradient(135deg,#d4af371a 0%,#ffffff80 100%)}.FireCalculator-module___NZtOa__resultLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.FireCalculator-module___NZtOa__resultValue{color:var(--text-main);font-size:2rem;font-weight:900;line-height:1.1}.FireCalculator-module___NZtOa__resultSubtext{color:var(--text-muted);margin-top:.75rem;font-size:.75rem;display:block}.FireCalculator-module___NZtOa__bgIcon{opacity:.05;width:6rem;height:6rem;color:var(--text-main);pointer-events:none;position:absolute;top:-1rem;right:-1rem;transform:rotate(-10deg)}.FireCalculator-module___NZtOa__luxuryResultCard:hover .FireCalculator-module___NZtOa__bgIcon{opacity:.1;transition:all .5s cubic-bezier(.175,.885,.32,1.275);transform:rotate(0)scale(1.1)}.FireCalculator-module___NZtOa__chartHeader{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}@media (min-width:640px){.FireCalculator-module___NZtOa__chartHeader{flex-direction:row;justify-content:space-between;align-items:center}}.FireCalculator-module___NZtOa__chartLegend{color:var(--text-muted);align-items:center;gap:1.25rem;font-size:.75rem;font-weight:600;display:flex}.FireCalculator-module___NZtOa__legendItem{align-items:center;gap:.5rem;display:flex}.FireCalculator-module___NZtOa__dot{border-radius:50%;width:.5rem;height:.5rem}.FireCalculator-module___NZtOa__chartContainer{width:100%;height:300px;margin-top:1rem}@media (min-width:768px){.FireCalculator-module___NZtOa__chartContainer{height:400px}}.FireCalculator-module___NZtOa__infoBox{background:#d4af3708;border:1px dashed #d4af3733;border-radius:1rem;margin-top:1rem;padding:1.5rem}.FireCalculator-module___NZtOa__infoTitle{color:var(--secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:800;display:flex}.FireCalculator-module___NZtOa__infoText{color:var(--text-muted);font-size:.875rem;line-height:1.6}
.CalculationNamer-module__eO5Qeq__display{align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.CalculationNamer-module__eO5Qeq__name{color:var(--text-main);font-size:.9rem;font-weight:500}.CalculationNamer-module__eO5Qeq__editButton{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.CalculationNamer-module__eO5Qeq__editButton:hover{background:var(--surface);color:var(--text-main);border-color:var(--secondary)}.CalculationNamer-module__eO5Qeq__editor{align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.CalculationNamer-module__eO5Qeq__input{background:var(--surface);border:1px solid var(--border);color:var(--text-main);border-radius:8px;outline:none;flex:1;padding:.5rem .75rem;font-size:.9rem;transition:all .2s}.CalculationNamer-module__eO5Qeq__input:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #d4af371a}.CalculationNamer-module__eO5Qeq__input::placeholder{color:var(--text-muted);opacity:.6}.CalculationNamer-module__eO5Qeq__actions{gap:.375rem;display:flex}.CalculationNamer-module__eO5Qeq__actionButton{border:1px solid var(--border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.CalculationNamer-module__eO5Qeq__save{background:var(--secondary);border-color:var(--secondary);color:#fff}.CalculationNamer-module__eO5Qeq__save:hover:not(:disabled){background:var(--primary);border-color:var(--primary);transform:translateY(-1px);box-shadow:0 2px 8px #d4af374d}.CalculationNamer-module__eO5Qeq__save:disabled{opacity:.5;cursor:not-allowed}.CalculationNamer-module__eO5Qeq__cancel{color:var(--text-muted);background:0 0}.CalculationNamer-module__eO5Qeq__cancel:hover{background:var(--surface);color:var(--text-main);border-color:var(--text-muted)}@media (max-width:768px){.CalculationNamer-module__eO5Qeq__input{font-size:.85rem}.CalculationNamer-module__eO5Qeq__actionButton{width:28px;height:28px}}
.SaveLoadControls-module__dL0aMW__container{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.SaveLoadControls-module__dL0aMW__saveButton{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #d4af3733}.SaveLoadControls-module__dL0aMW__saveButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.SaveLoadControls-module__dL0aMW__saveButton:disabled{opacity:.6;cursor:not-allowed}.SaveLoadControls-module__dL0aMW__spinner{animation:1s linear infinite SaveLoadControls-module__dL0aMW__spin}@keyframes SaveLoadControls-module__dL0aMW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes SaveLoadControls-module__dL0aMW__scaleIn{0%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.SaveLoadControls-module__dL0aMW__checkIcon{animation:.3s ease-out SaveLoadControls-module__dL0aMW__scaleIn}.SaveLoadControls-module__dL0aMW__lastSaved{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.SaveLoadControls-module__dL0aMW__lastSaved svg{opacity:.7}.SaveLoadControls-module__dL0aMW__authPrompt{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#d4af371a,#b8860b0d);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.SaveLoadControls-module__dL0aMW__authText{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:500}.SaveLoadControls-module__dL0aMW__authLink{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #d4af3733}.SaveLoadControls-module__dL0aMW__authLink:hover{transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}@media (max-width:640px){.SaveLoadControls-module__dL0aMW__container{flex-direction:column;align-items:stretch}.SaveLoadControls-module__dL0aMW__saveButton,.SaveLoadControls-module__dL0aMW__lastSaved{justify-content:center}.SaveLoadControls-module__dL0aMW__authPrompt{text-align:center;flex-direction:column}.SaveLoadControls-module__dL0aMW__authLink{text-align:center;width:100%}}
.pension-module__jUl2DG__pageContent{z-index:10;flex-direction:column;flex:1;gap:3rem;width:100%;max-width:1000px;margin:0 auto;padding:2rem;display:flex;position:relative}.pension-module__jUl2DG__ambientGlow{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:100vw;height:800px;position:absolute;top:0;left:50%;transform:translate(-50%)}.pension-module__jUl2DG__heroTitle{text-align:center;color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.pension-module__jUl2DG__heroDesc{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;font-weight:300;line-height:1.6}.pension-module__jUl2DG__wizardCard{-webkit-backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #ffffff14;border-radius:2rem;width:100%;max-width:650px;margin:0 auto;padding:3rem;animation:.5s cubic-bezier(.16,1,.3,1) pension-module__jUl2DG__slideUp;box-shadow:0 25px 50px -12px #0000004d}@keyframes pension-module__jUl2DG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pension-module__jUl2DG__stepHeader{text-align:center;margin-bottom:2.5rem}.pension-module__jUl2DG__stepTitle{color:var(--text-main);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.pension-module__jUl2DG__stepIndicator{text-transform:uppercase;letter-spacing:.15em;color:var(--secondary);background:#d4af371a;border:1px solid #d4af3733;border-radius:99px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.pension-module__jUl2DG__inputGroup{flex-direction:column;gap:2rem;display:flex}.pension-module__jUl2DG__inputWrapper{align-items:center;display:flex;position:relative}.pension-module__jUl2DG__inputLabel{color:var(--text-muted);margin-bottom:.75rem;margin-left:.5rem;font-size:.9rem;font-weight:600;display:block}.pension-module__jUl2DG__bigInput{width:100%;color:var(--text-main);background:#0003;border:1px solid #ffffff1a;border-radius:1rem;outline:none;padding:1.25rem 1rem 1.25rem 3.5rem;font-size:1.5rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.pension-module__jUl2DG__bigInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pension-module__jUl2DG__bigInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pension-module__jUl2DG__bigInput:focus{border-color:var(--secondary);background:#0000004d;box-shadow:0 0 0 4px #d4af3726}.pension-module__jUl2DG__inputIcon{color:var(--text-muted);pointer-events:none;transition:color .2s;position:absolute;left:1.25rem}.pension-module__jUl2DG__bigInput:focus~.pension-module__jUl2DG__inputIcon{color:var(--secondary)}.pension-module__jUl2DG__inputSuffix{color:var(--text-muted);font-size:1rem;font-weight:600;position:absolute;right:1.25rem}.pension-module__jUl2DG__btnNext{background:linear-gradient(135deg,var(--secondary)0%,#b8860b 100%);color:#0f172a;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1.25rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px #0000001a}.pension-module__jUl2DG__btnNext:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 12px 24px #d4af3740}.pension-module__jUl2DG__resultCard{-webkit-backdrop-filter:blur(20px);text-align:center;background:#1e293b66;border:1px solid #ffffff14;border-radius:2rem;max-width:800px;margin:0 auto;padding:3rem;animation:.6s cubic-bezier(.16,1,.3,1) pension-module__jUl2DG__slideUp;box-shadow:0 25px 50px -12px #0000004d}.pension-module__jUl2DG__statusIconWrapper{border:6px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 1.5rem;font-size:3rem;display:flex;box-shadow:0 0 30px #0003}.pension-module__jUl2DG__statusGreen{color:#10b981;background:radial-gradient(circle,#10b98133,#10b9811a);border-color:#10b98133}.pension-module__jUl2DG__statusYellow{color:#f59e0b;background:radial-gradient(circle,#f59e0b33,#f59e0b1a);border-color:#f59e0b33}.pension-module__jUl2DG__statusRed{color:#ef4444;background:radial-gradient(circle,#ef444433,#ef44441a);border-color:#ef444433}.pension-module__jUl2DG__resultTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.pension-module__jUl2DG__resultDesc{color:var(--text-muted);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.pension-module__jUl2DG__metricGrid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.pension-module__jUl2DG__metricCard{background:#0003;border:1px solid #ffffff0d;border-radius:1.5rem;padding:1.5rem;transition:transform .2s}.pension-module__jUl2DG__metricCard:hover{background:#00000040;transform:translateY(-2px)}.pension-module__jUl2DG__metricLabel{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.pension-module__jUl2DG__metricValue{color:var(--text-main);font-size:1.75rem;font-weight:700}.pension-module__jUl2DG__progressBarContainer{background:#ffffff1a;border-radius:99px;width:100%;height:8px;margin-top:1rem;overflow:hidden}.pension-module__jUl2DG__progressBarFill{border-radius:99px;height:100%;box-shadow:0 0 10px #0000004d}.pension-module__jUl2DG__adviceBox{text-align:left;background:#3b82f614;border:1px solid #3b82f626;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden}.pension-module__jUl2DG__adviceBox:before{content:"";background:#3b82f6;width:4px;height:100%;position:absolute;top:0;left:0}[data-theme=light] .pension-module__jUl2DG__wizardCard{background:#ffffffb3;border-color:#fff9;box-shadow:0 20px 40px -10px #0000000d}[data-theme=light] .pension-module__jUl2DG__bigInput{color:var(--text-main);background:#ffffff80;border-color:#0000000d}[data-theme=light] .pension-module__jUl2DG__bigInput:focus{border-color:var(--secondary);background:#ffffffe6;box-shadow:0 0 0 4px #d4af3726}[data-theme=light] .pension-module__jUl2DG__metricCard{background:#ffffff80;border-color:#0000000d}[data-theme=light] .pension-module__jUl2DG__resultCard{background:linear-gradient(135deg,#ffffffd9 0%,#ffffffa6 100%);border-color:#ffffff80}[data-theme=light] .pension-module__jUl2DG__adviceBox{background:#3b82f60d;border-color:#3b82f61a}
.LoanTools-module__g9q0na__container{max-width:1400px;margin:0 auto;position:relative}.LoanTools-module__g9q0na__grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.LoanTools-module__g9q0na__grid{grid-template-columns:380px 1fr;align-items:start;gap:4rem}}.LoanTools-module__g9q0na__headerSection{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.LoanTools-module__g9q0na__headerBadge{color:var(--secondary);letter-spacing:.2em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#d4af3714;border:1px solid #d4af3726;border-radius:999px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.7rem;font-weight:700;display:inline-block;box-shadow:0 2px 10px #00000005}.LoanTools-module__g9q0na__headerTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;padding-top:.1em;padding-bottom:.1em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.2}.LoanTools-module__g9q0na__headerSubtitle{color:var(--text-muted);max-width:580px;margin:0 auto;font-size:1.125rem;line-height:1.6}.LoanTools-module__g9q0na__pod{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);border-radius:1rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .2s}.LoanTools-module__g9q0na__pod:hover{background:var(--surface-hover);border-color:var(--secondary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.LoanTools-module__g9q0na__podHeader{justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;display:flex}.LoanTools-module__g9q0na__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.LoanTools-module__g9q0na__value{color:var(--text-main);font-family:var(--font-mono,monospace);font-feature-settings:"tnum";font-size:1.25rem;font-weight:700}.LoanTools-module__g9q0na__controls{align-items:center;gap:1.5rem;display:flex}.LoanTools-module__g9q0na__inputWrapper{cursor:text;align-items:baseline;gap:.5rem;display:flex;position:relative}.LoanTools-module__g9q0na__premiumInput{color:var(--text-main);font-feature-settings:"tnum";text-align:right;background:0 0;border:none;border-bottom:2px solid #0000;outline:none;width:100%;margin:0;padding:0;font-family:Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:700;transition:all .2s}.LoanTools-module__g9q0na__premiumInput:focus{border-bottom-color:var(--secondary);color:var(--secondary)}.LoanTools-module__g9q0na__premiumInput::placeholder{color:var(--text-muted);opacity:.5}.LoanTools-module__g9q0na__premiumInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.LoanTools-module__g9q0na__premiumInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.LoanTools-module__g9q0na__premiumInput[type=number]{appearance:textfield}.LoanTools-module__g9q0na__suffix{color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600}.LoanTools-module__g9q0na__podContent{justify-content:flex-end;align-items:center;display:flex}.LoanTools-module__g9q0na__stickyResult{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(25px);box-shadow:var(--shadow-lg);border-radius:1.5rem;padding:0;overflow:hidden}.LoanTools-module__g9q0na__resultHero{text-align:center;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#d4af371a,#0000);padding:2.5rem 2rem}.LoanTools-module__g9q0na__heroLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem}.LoanTools-module__g9q0na__heroValue{background:var(--secondary-gradient);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;padding-top:.1em;font-size:3rem;font-weight:900;line-height:1.3}.LoanTools-module__g9q0na__statsContainer{padding:1.5rem}.LoanTools-module__g9q0na__statRow{border-bottom:1px solid var(--border);justify-content:space-between;padding:1rem 0;font-size:.9rem;display:flex}.LoanTools-module__g9q0na__explainerSection{margin-top:6rem;padding-bottom:4rem}.LoanTools-module__g9q0na__explainerGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.LoanTools-module__g9q0na__explainerGrid{grid-template-columns:1fr 1fr}}.LoanTools-module__g9q0na__explainerCard{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem;padding:2rem;transition:transform .2s,box-shadow .2s}.LoanTools-module__g9q0na__explainerCard:hover{box-shadow:var(--shadow-md);border-color:#ffffff26;transform:translateY(-2px)}.LoanTools-module__g9q0na__explainerTitle{color:var(--text-brand);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.LoanTools-module__g9q0na__explainerText{color:var(--text-muted);font-size:.95rem;line-height:1.7}.LoanTools-module__g9q0na__explainerText p{margin-bottom:1rem}.LoanTools-module__g9q0na__explainerList{margin:0;padding:0;list-style:none}.LoanTools-module__g9q0na__explainerList li{color:var(--text-muted);margin-bottom:.75rem;padding-left:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.LoanTools-module__g9q0na__explainerList li:before{content:"•";color:var(--secondary);font-weight:700;position:absolute;top:0;left:0}.LoanTools-module__g9q0na__tag{color:var(--accent-success);background:#10b9811a;border-radius:4px;margin-right:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.LoanTools-module__g9q0na__statLabel{color:var(--text-muted)}.LoanTools-module__g9q0na__statValue{color:var(--text-main);font-weight:600}.LoanTools-module__g9q0na__textBrand{color:var(--text-muted);font-weight:800}.LoanTools-module__g9q0na__textGold{color:var(--secondary)}.LoanTools-module__g9q0na__textSuccess{color:var(--accent-success)}.LoanTools-module__g9q0na__textDanger{color:var(--accent-danger)}.LoanTools-module__g9q0na__chartContainer{width:100%;height:220px;margin-top:1rem;padding:0 1rem 1.5rem}.LoanTools-module__g9q0na__expertCta{text-align:center;border-top:1px solid var(--border);margin-top:4rem;padding-top:3rem;padding-bottom:2rem}.LoanTools-module__g9q0na__secondaryButton{border:1px solid var(--secondary);color:var(--secondary);cursor:pointer;background:#d4af370d;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.LoanTools-module__g9q0na__secondaryButton:hover{background:var(--secondary);color:#0f172a;transform:translateY(-2px);box-shadow:0 4px 12px #d4af3733}
