.CompoundInterestCalc-module__xw-sYW__wrapper{background:var(--white,#fffdf9);border:1px solid var(--border,#1a12081a);box-shadow:var(--shadow-md);border-radius:16px;padding:32px 28px}.CompoundInterestCalc-module__xw-sYW__inputGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px;display:grid}.CompoundInterestCalc-module__xw-sYW__field{flex-direction:column;gap:6px;display:flex}.CompoundInterestCalc-module__xw-sYW__label{font-family:var(--sans,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-m,#6b5c45);font-size:12px;font-weight:700}.CompoundInterestCalc-module__xw-sYW__inputWrap{align-items:center;display:flex;position:relative}.CompoundInterestCalc-module__xw-sYW__prefix,.CompoundInterestCalc-module__xw-sYW__suffix{font-family:var(--sans,system-ui,sans-serif);color:var(--ink-l,#6e6054);pointer-events:none;font-size:14px;font-weight:600;position:absolute}.CompoundInterestCalc-module__xw-sYW__prefix{left:14px}.CompoundInterestCalc-module__xw-sYW__suffix{right:14px}.CompoundInterestCalc-module__xw-sYW__input{width:100%;font-family:var(--sans,system-ui,sans-serif);color:var(--ink,#1a1208);background:var(--cream,#f9f4ec);border:1.5px solid var(--border,#1a12081a);-moz-appearance:textfield;border-radius:10px;padding:12px 14px;font-size:16px;font-weight:600;transition:border-color .2s,box-shadow .2s}.CompoundInterestCalc-module__xw-sYW__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CompoundInterestCalc-module__xw-sYW__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.CompoundInterestCalc-module__xw-sYW__input:focus{border-color:var(--amber,#c47f2a);outline:none;box-shadow:0 0 0 3px #c47f2a1f}.CompoundInterestCalc-module__xw-sYW__inputWithPrefix{padding-left:30px;}.CompoundInterestCalc-module__xw-sYW__inputWithSuffix{padding-right:36px;}.CompoundInterestCalc-module__xw-sYW__summary{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.CompoundInterestCalc-module__xw-sYW__statCard{text-align:center;background:linear-gradient(160deg,#fffdf9 0%,#f6f1e8 100%);border-radius:14px;padding:20px 16px;position:relative;overflow:hidden;box-shadow:0 1px 2px #1a120808,0 4px 16px #1a12080a}.CompoundInterestCalc-module__xw-sYW__statCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#c47f2a0f 0%,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:-30%;right:-20%}.CompoundInterestCalc-module__xw-sYW__statCardHighlight{background:linear-gradient(160deg,#1c3d28 0%,#122a1c 50%,#0e2018 100%);}.CompoundInterestCalc-module__xw-sYW__statCardHighlight:before{background:radial-gradient(circle,#c47f2a14 0%,#0000 65%);width:180px;height:180px;top:20%;left:50%;right:auto;transform:translate(-50%)}.CompoundInterestCalc-module__xw-sYW__statLabel{font-family:var(--sans,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-m,#6b5c45);margin-bottom:6px;font-size:11px;font-weight:600}.CompoundInterestCalc-module__xw-sYW__statCardHighlight .CompoundInterestCalc-module__xw-sYW__statLabel{color:#faf8f38c}.CompoundInterestCalc-module__xw-sYW__statValue{font-family:var(--serif,Georgia,serif);letter-spacing:-.03em;color:var(--ink,#1a1208);z-index:1;font-size:clamp(22px,3vw,30px);font-weight:700;line-height:1;position:relative}.CompoundInterestCalc-module__xw-sYW__statCardHighlight .CompoundInterestCalc-module__xw-sYW__statValue{background:linear-gradient(135deg,#d99240 0%,#c47f2a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CompoundInterestCalc-module__xw-sYW__chartWrap{margin-top:8px}.CompoundInterestCalc-module__xw-sYW__chartTitle{font-family:var(--serif,Georgia,serif);color:var(--ink,#1a1208);margin-bottom:12px;font-size:16px;font-weight:700}.CompoundInterestCalc-module__xw-sYW__tooltip{background:var(--ink,#1a1208);border-radius:8px;min-width:160px;padding:10px 14px;box-shadow:0 4px 16px #0000002e}.CompoundInterestCalc-module__xw-sYW__tooltipYear{font-family:var(--sans,system-ui,sans-serif);color:#faf8f38c;text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:11px;font-weight:700}.CompoundInterestCalc-module__xw-sYW__tooltipRow{align-items:center;gap:6px;margin:3px 0;display:flex}.CompoundInterestCalc-module__xw-sYW__tooltipDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.CompoundInterestCalc-module__xw-sYW__tooltipLabel{font-family:var(--sans,system-ui,sans-serif);color:#faf8f3bf;flex:1;font-size:12px}.CompoundInterestCalc-module__xw-sYW__tooltipVal{font-family:var(--serif,Georgia,serif);color:var(--amber,#c47f2a);font-size:13px;font-weight:700}.CompoundInterestCalc-module__xw-sYW__disclaimer{font-family:var(--sans,system-ui,sans-serif);color:var(--ink-m,#6b5c45);border-top:1px solid #1a12080f;margin:16px 0 0;padding-top:12px;font-size:11px;line-height:1.5}@media (max-width:768px){.CompoundInterestCalc-module__xw-sYW__wrapper{padding:24px 20px}.CompoundInterestCalc-module__xw-sYW__inputGrid{grid-template-columns:1fr;gap:16px}.CompoundInterestCalc-module__xw-sYW__summary{grid-template-columns:1fr;gap:12px}}@media (max-width:480px){.CompoundInterestCalc-module__xw-sYW__wrapper{border-radius:12px;padding:20px 16px}.CompoundInterestCalc-module__xw-sYW__statCard,.CompoundInterestCalc-module__xw-sYW__statCardHighlight{padding:16px 12px}}@media (prefers-reduced-motion:reduce){.CompoundInterestCalc-module__xw-sYW__input{transition:none}}
.page-module__8rPrlG__wrapper{max-width:860px;margin:0 auto;padding:40px 40px 64px}.page-module__8rPrlG__breadcrumb{font-family:var(--sans,system-ui,sans-serif);color:var(--ink-l,#6e6054);margin-bottom:24px;font-size:13px}.page-module__8rPrlG__breadcrumb a{color:var(--ink-l,#6e6054);text-decoration:none;transition:color .15s}.page-module__8rPrlG__breadcrumb a:hover{color:var(--forest,#1c3d28)}.page-module__8rPrlG__header{margin-bottom:32px}.page-module__8rPrlG__pill{font-family:var(--sans,system-ui,sans-serif);text-transform:uppercase;letter-spacing:.08em;color:var(--amber,#c47f2a);background:var(--amber-lt,#fbf2e3);border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.page-module__8rPrlG__title{font-family:var(--serif,Georgia,serif);color:var(--ink,#1a1208);letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15}.page-module__8rPrlG__subtitle{font-family:var(--sans,system-ui,sans-serif);color:var(--ink-m,#6b5c45);max-width:600px;font-size:16px;line-height:1.6}.page-module__8rPrlG__ctaBox{text-align:center;background:linear-gradient(160deg,#1c3d28 0%,#122a1c 50%,#0e2018 100%);border-radius:16px;margin-top:48px;padding:32px 28px}.page-module__8rPrlG__ctaTitle{font-family:var(--serif,Georgia,serif);color:var(--cream,#f9f4ec);margin-bottom:8px;font-size:22px;font-weight:700}.page-module__8rPrlG__ctaBody{font-family:var(--sans,system-ui,sans-serif);color:#faf8f3b3;margin-bottom:20px;font-size:15px;line-height:1.6}.page-module__8rPrlG__ctaBtn{font-family:var(--sans,system-ui,sans-serif);color:var(--ink,#1a1208);background:var(--amber,#c47f2a);border-radius:8px;padding:12px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.page-module__8rPrlG__ctaBtn:hover{background:var(--amber-l,#d99240);transform:translateY(-1px)}@media (max-width:768px){.page-module__8rPrlG__wrapper{padding:24px 20px 48px}.page-module__8rPrlG__ctaBox{padding:24px 20px}}@media (max-width:480px){.page-module__8rPrlG__wrapper{padding:20px 16px 40px}}
