@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{color:#1c2024;-webkit-font-smoothing:antialiased;background:#faf8f4;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .25em;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700}h1{font-size:1.9rem}h2{font-size:1.3rem}a{color:#1f6f54}.app-nav{background:#fff;border-bottom:1px solid #e6e3dd;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.app-nav .brand{color:#1c2024;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:600}.app-nav .brand b{color:#e8703a}.app-nav nav a{color:#5c6670;margin-left:18px;font-weight:500;text-decoration:none}.app-nav nav a:hover{color:#1c2024}.container{max-width:1040px;margin:0 auto;padding:28px 24px 64px}.card{background:#fff;border:1px solid #e6e3dd;border-radius:14px;margin-bottom:22px;padding:22px;box-shadow:0 1px 2px #1414140a,0 8px 24px #1414140f}.grid{gap:22px;display:grid}@media (width>=720px){.grid-2{grid-template-columns:1fr 1fr}}.muted{color:#5c6670}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.spread{justify-content:space-between}.stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;display:grid}.stat{background:#faf8f4;border:1px solid #e6e3dd;border-radius:12px;padding:14px 16px}.stat .stat-label{color:#5c6670;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.stat .stat-value{margin-top:4px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.5rem}.btn{appearance:none;color:#1c2024;font:inherit;cursor:pointer;background:#fff;border:1px solid #e6e3dd;border-radius:999px;padding:10px 18px;font-weight:600;transition:transform 50ms,background .15s,opacity .15s}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{color:#fff;background:#e8703a;border-color:#e8703a}.btn-primary:hover:not(:disabled){background:#e55f23}.btn-secondary{color:#fff;background:#1f6f54;border-color:#1f6f54}.btn-secondary:hover:not(:disabled){background:#195b45}.btn-danger{color:#fff;background:#c0432b;border-color:#c0432b}.btn-danger:hover:not(:disabled){background:#ab3c26}.badge{border-radius:999px;padding:4px 12px;font-size:.85rem;font-weight:700;display:inline-block}.badge-pass{color:#1f6f54;background:#1f6f541f}.badge-fail{color:#c0432b;background:#c0432b1f}.chart-wrap{height:360px;position:relative}.spinner{vertical-align:-3px;border:2px solid #e8703a4d;border-top-color:#e8703a;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.progress-track{background:#e6e3dd;border-radius:999px;height:8px;margin-top:10px;overflow:hidden}.progress-fill{background:#e8703a;height:100%;transition:width .3s}.tool-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.tool{cursor:pointer;background:#fff;border:1px solid #e6e3dd;border-radius:14px;padding:18px;transition:border-color .15s,transform 50ms}.tool:hover{border-color:#e8703a}.tool:active{transform:translateY(1px)}.tool .tool-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.1rem}.tool .tool-count{color:#1f6f54;font-size:.85rem;font-weight:600}.tool .tool-desc{color:#5c6670;margin-top:4px;font-size:.88rem}.list-row{border-bottom:1px solid #e6e3dd;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.list-row:last-child{border-bottom:0}.list-row .list-actions a{cursor:pointer;margin-left:12px;font-size:.85rem;font-weight:600}.list-row .list-del{color:#c0432b}.modal-backdrop{z-index:50;background:#14141473;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:#fff;border-radius:14px;width:100%;max-width:520px;padding:24px;box-shadow:0 1px 2px #1414140a,0 8px 24px #1414140f}.modal .modal-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.modal .modal-close{cursor:pointer;color:#5c6670;background:0 0;border:0;font-size:1.4rem;line-height:1}.field{margin-bottom:14px}.field label{color:#5c6670;margin-bottom:5px;font-size:.82rem;font-weight:600;display:block}.field input,.field select{width:100%;font:inherit;color:#1c2024;background:#fff;border:1px solid #e6e3dd;border-radius:10px;padding:9px 11px}.field input:focus,.field select:focus{border-color:#e8703a;outline:none}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-error{color:#c0432b;margin-top:6px;margin-bottom:0;font-size:.85rem}.form-error ul{margin:0;padding-left:1.1em}.input{width:100%;font:inherit;color:#1c2024;background:#fff;border:1px solid #e6e3dd;border-radius:10px;padding:9px 11px}.input:focus{border-color:#e8703a;outline:none}.label{color:#5c6670;margin-bottom:5px;font-size:.82rem;font-weight:600;display:block}.checkbox-row{color:#5c6670;align-items:center;gap:8px;font-size:.9rem;display:flex}.help-text{color:#5c6670;font-size:.88rem}.link{color:#1f6f54;font-size:.9rem;text-decoration:underline}.link-muted{color:#5c6670;font-size:.9rem;text-decoration:underline}.alert{border-radius:10px;margin-bottom:14px;padding:10px 14px;font-size:.9rem}.alert-success{color:#1f6f54;background:#1f6f541f}.auth-wrap{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex}.auth-brand{color:#1c2024;margin-bottom:18px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.6rem;font-weight:600}.auth-brand b{color:#e8703a}.auth-card{background:#fff;border:1px solid #e6e3dd;border-radius:14px;width:100%;max-width:420px;padding:28px;box-shadow:0 1px 2px #1414140a,0 8px 24px #1414140f}.auth-card h1{margin-bottom:6px;font-size:1.4rem}.stack>*+*{margin-top:14px}.goal-card{cursor:pointer;transition:border-color .12s,box-shadow .12s}.goal-card:hover{border-color:#e8703a}.goal-icon{font-size:1.8rem;line-height:1}.goal-badge{border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:600}.gb-DEPOSIT{color:#2563eb;background:#2563eb1f}.gb-EMERGENCY{color:#1f6f54;background:#1f6f541f}.gb-RETIREMENT{color:#7c3aed;background:#7c3aed1f}.gb-GENERAL{color:#e8703a;background:#e8703a24}.gb-DEBT{color:#c0432b;background:#c0432b1f}.goal-progress-meta{color:#5c6670;justify-content:space-between;margin:6px 0 4px;font-size:.85rem;display:flex}.milestone{border-top:1px solid #e6e3dd;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.milestone .dot{color:#fff;background:#e6e3dd;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-right:10px;font-size:.7rem;display:inline-flex}.milestone .dot.reached{background:#1f6f54}.stage-card{border-left:4px solid #e6e3dd}.stage-card.priority{border-left-color:#e8703a}.stage-head{cursor:pointer;align-items:center;gap:12px;display:flex}.stage-num{color:#5c6670;background:#faf8f4;border:1px solid #e6e3dd;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.stage-card.priority .stage-num{color:#fff;background:#e8703a;border-color:#e8703a}.stage-head h2{margin:0;font-size:1.2rem}.checklist{margin:14px 0 0;padding:0;list-style:none}.checklist li{border-top:1px solid #e6e3dd;padding:10px 0}.checklist .c-title{font-weight:600}.checklist .c-detail{color:#5c6670;margin-top:2px;font-size:.9rem}.learn-item{border-top:1px solid #e6e3dd;padding:10px 0}.learn-item .l-meta{color:#5c6670;font-size:.8rem}.bestbuy{margin-top:10px}.bestbuy .bb-cat{margin-bottom:4px;font-size:.9rem;font-weight:600}.bestbuy .bb-row{color:#5c6670;justify-content:space-between;gap:10px;padding:4px 0;font-size:.88rem;display:flex}.bestbuy .bb-row b{color:#1c2024}.subhead{color:#5c6670;text-transform:uppercase;letter-spacing:.04em;margin:18px 0 4px;font-size:.8rem}.tool-grid-2{gap:24px;display:grid}@media (width>=760px){.tool-grid-2{grid-template-columns:1fr 1fr}}.slider{margin-bottom:16px}.slider .slider-head{justify-content:space-between;margin-bottom:4px;font-size:.85rem;display:flex}.slider .slider-head .s-label{color:#5c6670;font-weight:600}.slider .slider-head .s-val{font-weight:700}.slider input[type=range]{accent-color:#e8703a;width:100%}.headline{margin:8px 0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.6rem;font-weight:700}.headline .accent{color:#e8703a}.seg{border:1px solid #e6e3dd;border-radius:999px;flex-wrap:wrap;display:inline-flex;overflow:hidden}.seg button{font:inherit;cursor:pointer;color:#5c6670;background:#fff;border:0;padding:8px 14px;font-weight:600}.seg button.on{color:#fff;background:#e8703a}.verdict-pass{color:#1f6f54;font-weight:700}.verdict-warn{color:#e8703a;font-weight:700}.debt-table{width:100%;font-size:.9rem}.debt-table input{width:100%;font:inherit;border:1px solid #e6e3dd;border-radius:8px;padding:6px 8px}.debt-table .th{color:#5c6670;font-size:.78rem;font-weight:600}.debt-grid{grid-template-columns:1.4fr 1fr .7fr 1fr auto;align-items:center;gap:8px;margin-bottom:8px;display:grid}.quiz-shell{max-width:640px;margin:4vh auto 0;padding:0 20px}.quiz-framing{color:#e8703a;margin-bottom:6px;font-size:.9rem;font-weight:600}.quiz-question{margin-bottom:8px;font-size:1.5rem}.quiz-help{color:#5c6670;margin-bottom:18px;font-size:.92rem}.quiz-options{gap:10px;display:grid}.quiz-option{text-align:left;width:100%;font:inherit;cursor:pointer;background:#fff;border:1.5px solid #e6e3dd;border-radius:12px;padding:14px 16px;transition:border-color .12s,background .12s}.quiz-option:hover{border-color:#e8703a}.quiz-option.selected{background:#e8703a12;border-color:#e8703a}.quiz-option .opt-sub{color:#5c6670;margin-top:2px;font-size:.85rem;display:block}.quiz-foot{justify-content:space-between;align-items:center;margin-top:22px;display:flex}.score-ring{color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;margin:0 auto 18px;display:flex;box-shadow:0 1px 2px #1414140a,0 8px 24px #1414140f}.score-ring .num{font-size:3.4rem;font-weight:700;line-height:1}.score-ring .of{opacity:.85;font-size:.9rem}.reveal{text-align:center;max-width:560px;margin:5vh auto 0;padding:0 20px}.stage-chip{color:#1f6f54;background:#1f6f541f;border-radius:999px;padding:6px 14px;font-weight:600;display:inline-block}.hero{text-align:center;max-width:720px;margin:8vh auto 0;padding:0 20px}.hero h1{font-size:2.6rem;line-height:1.1}.hero p{color:#5c6670;margin:14px 0 26px;font-size:1.1rem}.hero .row{justify-content:center}
