@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#18312e;background:#f6f4ee;font-synthesis:none;--ink: #18312e;--green: #1f514a;--sage: #a8cbaa;--cream: #f6f4ee;--paper: #fffdf8;--peach: #f2a35b;--red: #d96855;--line: #dfddd5;--muted: #6f7c78;--shadow: 0 12px 30px rgba(33, 55, 50, .07)}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,select{font:inherit}button{cursor:pointer}img,svg{max-width:100%}.welcome-page{min-height:100vh;width:100%;display:grid;place-items:center;padding:28px 18px;background:radial-gradient(circle at top left,#dfeee0,transparent 38%),var(--cream)}.welcome-card{width:min(100%,520px);padding:30px;border:1px solid rgba(33,62,56,.08);border-radius:18px;background:var(--paper);box-shadow:0 20px 55px #2137321f}.welcome-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.welcome-brand>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--green);background:#dfeee0}.welcome-brand div{display:grid;gap:2px}.welcome-brand strong{font:800 20px Manrope}.welcome-brand small{color:var(--muted);font-size:10px}.welcome-copy>p:last-child{margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.auth-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:24px 0 16px;padding:4px;border-radius:10px;background:#f0eee8}.auth-mode-toggle button{min-height:40px;border:0;border-radius:8px;color:var(--muted);background:transparent;font-size:11px;font-weight:800}.auth-mode-toggle button.active{color:#fff;background:var(--green)}.welcome-auth-form{display:grid;gap:12px}.welcome-auth-form label{display:grid;gap:6px}.welcome-auth-form label>span{color:var(--muted);font-size:9px;font-weight:700}.welcome-auth-form .primary-button{width:100%;margin-top:3px}.forgot-password{display:block;margin:12px auto 0;border:0;color:var(--green);background:transparent;font-size:10px;font-weight:800}.auth-message{margin-top:14px;padding:10px 12px;border-radius:9px;font-size:9px;line-height:1.45}.auth-message.error{color:#9c483b;background:#f8ded8}.auth-message.success{color:#356342;background:#e8f1e6}.welcome-privacy{display:flex;gap:8px;align-items:flex-start;margin:22px 0 0;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:9px;line-height:1.45}.welcome-privacy svg{flex:0 0 auto;color:var(--green)}.app-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;background:#173c37;color:#fff;padding:30px 20px 24px;display:flex;flex-direction:column;z-index:5}.brand{display:flex;gap:11px;align-items:center;padding:0 8px 34px}.brand>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:#18312e;background:#b8d9b8}.brand div{display:grid;gap:2px}.brand strong{font:800 18px Manrope;letter-spacing:-.4px}.brand small{color:#acc3be;font-size:10px}nav{display:grid;gap:7px}nav button{border:0;color:#bcd0cc;background:transparent;padding:12px 13px;border-radius:9px;display:flex;align-items:center;gap:12px;text-align:left;font-weight:600}nav button:hover,nav button.active{color:#fff;background:#ffffff1a}.mobile-menu-button,.mobile-menu-layer{display:none}.mobile-menu-button{min-height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.18);border-radius:9px;color:#fff;background:#ffffff14;font-weight:800}.review-archive-panel,#profile-controls{scroll-margin-top:18px}.privacy-note{margin-top:auto;display:flex;gap:11px;align-items:flex-start;padding:16px 12px;border-top:1px solid rgba(255,255,255,.13);color:#bad1cc}.privacy-note div{display:grid;gap:2px}.privacy-note strong{color:#fff;font-size:12px}.privacy-note span{font-size:10px;line-height:1.4}main{grid-column:2;width:100%;max-width:1450px;padding:36px 44px 60px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:14px 20px;margin-bottom:24px}.date-label,.eyebrow{margin:0 0 7px;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#71817d}h1,h2{font-family:Manrope;margin:0;color:var(--ink)}h1{font-size:clamp(27px,3vw,38px);letter-spacing:-1.4px}h2{font-size:20px;letter-spacing:-.55px}.save-status{color:#70807c;font-size:12px;display:flex;align-items:center;gap:8px;margin-top:10px}.save-status span{width:7px;height:7px;border-radius:50%;background:#77a97b;box-shadow:0 0 0 4px #77a97b24}.save-status.saving span{background:#77a97b;box-shadow:0 0 0 4px #77a97b24}.save-status.error span{background:#d96855;box-shadow:0 0 0 4px #d9685524}.cloud-sync-bar{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:10px 16px;margin:-8px 0 14px;padding:10px 12px;border:1px solid #e2dfd7;border-radius:11px;background:#fffdf8b8}.cloud-sync-bar>div:first-child{display:grid;grid-template-columns:9px auto;gap:2px 8px;align-items:center;margin-left:auto}.cloud-sync-bar strong{font-size:10px}.cloud-sync-bar small{grid-column:2;color:var(--muted);font-size:8px}.sync-dot{width:8px;height:8px;grid-row:1 / 3;border-radius:50%;background:#65a06f;box-shadow:0 0 0 4px #65a06f21;transition:background-color .25s ease,box-shadow .25s ease}.sync-dot.synced,.sync-dot.syncing{background:#65a06f;box-shadow:0 0 0 4px #65a06f21}.sync-dot.offline,.sync-dot.pending-changes,.sync-dot.local{background:#d39a45;box-shadow:0 0 0 4px #d39a4521}.sync-dot.sync-error{background:#d96855;box-shadow:0 0 0 4px #d9685521}.cloud-sync-actions{display:flex;flex-wrap:wrap;gap:8px}.cloud-auth-form{flex:1 0 100%;display:grid;grid-template-columns:minmax(180px,1fr) minmax(150px,.8fr) auto auto;gap:9px;align-items:end;padding-top:11px;border-top:1px solid var(--line)}.cloud-auth-form label{display:grid;gap:5px}.cloud-auth-form label>span{color:var(--muted);font-size:8px;font-weight:700}.cloud-auth-form p{grid-column:1 / -1;margin:2px 0 0;color:var(--muted);font-size:8px}.profile-switcher{display:flex;justify-content:flex-end;align-items:flex-end;flex-wrap:wrap;gap:10px;margin:0 0 14px}.profile-switcher label{display:grid;gap:5px;width:min(100%,280px);min-width:220px}.profile-switcher label>span{color:#687772;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.profile-switcher select{height:39px;min-width:0;border:1px solid #dedbd2;border-radius:9px;padding:0 32px 0 10px;background:var(--paper);color:var(--ink);font-size:11px;font-weight:700}.profile-management-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.data-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin:0 0 20px}.data-storage-note{display:flex;justify-content:flex-end;align-items:center;gap:7px;margin:-9px 0 20px;color:var(--muted);font-size:9px;line-height:1.4}.data-storage-note svg{flex:0 0 auto;color:var(--green)}.desktop-data-management{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:18px 28px;margin-top:28px}.desktop-data-management>div:first-child{max-width:560px}.desktop-data-management>div:first-child>p:last-child{margin:8px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.desktop-data-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.desktop-data-actions button{display:flex;align-items:center;justify-content:center;gap:7px}.danger-button{height:39px;border:1px solid #e5b7ae;border-radius:9px;padding:0 14px;color:#a74839;background:#fff7f5;font-size:11px;font-weight:800}.danger-button:hover{background:#f9e3df}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.first-profile-empty{min-height:360px}.first-profile-form{width:min(100%,390px);display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:22px}.eyebrow.green{color:#558179}.eyebrow.peach{color:#c87832}.eyebrow.red{color:var(--red)}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.metrics-grid.coach-metrics{grid-template-columns:repeat(5,1fr)}.metric-card{min-height:145px;border-radius:15px;padding:19px 20px;background:var(--paper);box-shadow:var(--shadow);border:1px solid rgba(33,62,56,.06)}.metric-card.green{background:#1f514a;color:#fff}.metric-card.sage{background:#b7d7b8}.metric-card.peach{background:#f8dfc3}.metric-card.red{background:#f2cac1}.metric-card.cream{background:#fffdf8}.metric-top{display:flex;justify-content:space-between;align-items:center}.metric-top>span:first-child{font-size:11px;font-weight:700;color:#667772}.metric-card.green .metric-top>span:first-child,.metric-card.green small{color:#c3d9d5}.metric-icon{width:32px;height:32px;border-radius:9px;background:#ffffff80;display:grid;place-items:center}.metric-card.green .metric-icon{background:#ffffff21}.metric-card>strong{display:block;font:800 29px Manrope;margin:14px 0 4px;letter-spacing:-1px}.metric-card small{color:#697975;font-size:11px}.daily-coach-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-bottom:16px}.peach-icon{background:#fae4cd;color:#aa6129}.spend-form{display:grid;grid-template-columns:.7fr 1.2fr .8fr auto;gap:10px;align-items:end;margin:22px 0 16px}.spend-form label,.percent-input{display:grid;gap:7px}.spend-form label>span,.percent-input>span{font-size:10px;color:#687772;font-weight:700}.plain-input{min-width:0;width:100%;height:39px;border:1px solid #dedbd2;border-radius:9px;background:#f7f5ef;color:var(--ink);padding:0 10px;outline:none;font-size:11px}.plain-input:focus,.percent-input>div:focus-within{border-color:#779c94;box-shadow:0 0 0 3px #5782781a}.money-field{display:flex;align-items:center;padding:0}.money-field b{padding-left:10px;color:#71807b;font-size:12px}.money-field input{min-width:0;width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 8px 0 4px;font-weight:700;color:var(--ink)}.primary-button{height:39px;border:0;border-radius:9px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;color:#fff;background:var(--green);font-size:11px;font-weight:800}.spend-list{border-top:1px solid var(--line)}.spend-entry{min-height:51px;display:grid;grid-template-columns:48px 1fr auto 24px;gap:10px;align-items:center;border-bottom:1px solid #ebe8e1}.spend-date{color:#7b8884;font-size:10px;font-weight:700}.spend-entry div{display:grid;gap:2px}.spend-entry div strong{font-size:11px}.spend-entry div small{color:#929b98;font-size:9px}.spend-entry>b{color:var(--ink);font-size:11px}.spend-entry button{border:0;background:transparent;color:#a0aaa6;padding:3px}.spend-entry button:hover{color:var(--red)}.empty-log{min-height:94px;display:flex;align-items:center;justify-content:center;gap:9px;color:#899490;font-size:11px}.pace-pill,.scenario-badge{border-radius:99px;padding:7px 10px;font-size:9px;font-weight:800}.pace-pill.ahead{color:#3b7041;background:#e3efe3}.pace-pill.behind{color:#a74839;background:#f8ded8}.health-pill{max-width:190px;border-radius:99px;padding:7px 10px;text-align:center;font-size:9px;font-weight:800}.health-pill.healthy{color:#3b7041;background:#e3efe3}.health-pill.caution{color:#9d651f;background:#fff0d9}.health-pill.risk{color:#a74839;background:#f8ded8}.trend-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}.trend-stats.three-stats{grid-template-columns:repeat(3,1fr)}.trend-stats.four-stats{grid-template-columns:repeat(2,1fr)}.trend-stats>div{display:grid;gap:5px;padding:12px;border-radius:10px;background:#f6f4ee}.trend-stats span{color:var(--muted);font-size:9px}.trend-stats strong{font:800 18px Manrope}.negative-text{color:#b04f40}.positive-text{color:#3f7750}.trend-chart{position:relative;height:145px;display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding-top:12px;border-bottom:1px solid #dcd9d1}.trend-column{display:grid;grid-template-rows:1fr 20px;gap:4px;text-align:center}.trend-bar-wrap{display:flex;align-items:flex-end;justify-content:center;height:110px}.trend-bar-wrap span{display:block;width:62%;min-height:3px;border-radius:5px 5px 2px 2px;background:#76a982;z-index:1}.trend-bar-wrap span.over{background:#e08a61}.trend-column small{color:#86918e;font-size:9px}.recommend-line{position:absolute;left:0;right:0;height:1px;border-top:1px dashed #4d756d;pointer-events:none}.recommend-line span{position:absolute;right:0;bottom:3px;color:#55766f;background:var(--paper);padding-left:5px;font: 8px DM Sans}.trend-summary{margin:14px 0 0;color:#6c7b77;font-size:10px;line-height:1.5}.overview-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:16px;margin-bottom:16px}.panel{background:var(--paper);border:1px solid rgba(33,62,56,.07);border-radius:15px;padding:23px;box-shadow:var(--shadow)}.panel,.metric-card,.goal-journey-card,.calendar-panel,.calendar-detail{min-width:0}.panel-heading,.section-heading{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:14px 20px}.balance-pill{color:var(--green);background:#e3efe3;border-radius:99px;padding:7px 11px;font-size:11px;font-weight:800}.balance-pill.negative{color:#9a3e31;background:#f8ded8}.position-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:20px 0}.position-card-grid>div{display:grid;gap:5px;padding:12px;border-radius:10px;background:#f6f4ee}.position-card-grid .primary-position{color:#fff;background:var(--green)}.position-card-grid span{color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.position-card-grid .primary-position span{color:#c3d9d5}.position-card-grid strong{font:800 16px Manrope}.snapshot-subhead{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:8px 15px}.snapshot-subhead>div{display:grid;gap:3px}.snapshot-subhead span{color:var(--ink);font-size:10px;font-weight:800}.snapshot-subhead small{color:var(--muted);font-size:8px}.snapshot-subhead>strong{font-size:10px;color:var(--green)}.allocation-snapshot,.snapshot-goals,.snapshot-trend{padding-top:16px;margin-top:16px;border-top:1px solid var(--line)}.allocation-bar{display:flex;width:100%;height:12px;overflow:hidden;border-radius:99px;margin:12px 0 10px;background:#e7e4dc}.allocation-bar i{min-width:3px;height:100%}.allocation-bar .bills,.allocation-key .bills{background:#d96855}.allocation-bar .savings,.allocation-key .savings{background:#f2a35b}.allocation-bar .safe,.allocation-key .safe{background:#66a071}.allocation-key{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.allocation-key>div{display:grid;grid-template-columns:8px 1fr auto;gap:6px;align-items:center;min-width:0}.allocation-key i{width:7px;height:7px;border-radius:50%}.allocation-key span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.allocation-key strong{font-size:9px}.snapshot-goals{display:grid;gap:10px}.snapshot-goal-row{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(150px,1.4fr) minmax(160px,1fr);gap:10px;align-items:center}.snapshot-goal-row>div:first-child{display:flex;justify-content:space-between;gap:8px}.snapshot-goal-row strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.snapshot-goal-row span{color:var(--green);font-size:9px;font-weight:800}.snapshot-goal-row small{color:var(--muted);font-size:8px;text-align:right}.snapshot-empty{margin:10px 0 0;color:var(--muted);font-size:9px}.snapshot-trend-legend{display:flex!important;grid-auto-flow:column;gap:10px!important}.snapshot-trend-legend span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:8px;font-weight:600}.snapshot-trend-legend span:before{content:"";width:7px;height:7px;border-radius:2px}.snapshot-trend-legend .ending:before,.snapshot-bars .ending{background:#1f514a}.snapshot-trend-legend .saved:before,.snapshot-bars .saved{background:#82ad87}.snapshot-trend-legend .spent:before,.snapshot-bars .spent{background:#f2a35b}.snapshot-bars .ending.negative{background:#d96855}.snapshot-trend-chart{height:150px;display:grid;grid-template-columns:repeat(6,minmax(40px,1fr));gap:9px;align-items:end;margin-top:13px;padding-top:8px;border-bottom:1px solid var(--line)}.snapshot-trend-cycle{height:100%;display:grid;grid-template-rows:1fr 20px;gap:5px;text-align:center}.snapshot-bars{min-height:105px;display:flex;align-items:flex-end;justify-content:center;gap:3px}.snapshot-bars i{width:19%;min-width:4px;border-radius:4px 4px 1px 1px}.snapshot-trend-cycle>span{color:var(--muted);font-size:7px}.allocation-inputs{display:grid;gap:13px;margin:25px 0 18px}.money-input{display:grid;gap:7px}.money-input>span{font-size:11px;color:#687772;font-weight:600}.money-input>div{display:flex;align-items:center;background:#f7f5ef;border:1px solid #dedbd2;border-radius:9px;overflow:hidden}.money-input b{padding-left:12px;font-size:13px;color:#71807b}.money-input input{width:100%;padding:10px 11px 10px 4px;border:0;outline:0;background:transparent;font-weight:700;color:var(--ink)}.safe-limit{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:16px}.safe-limit span{display:flex;align-items:center;gap:7px;font-size:10px;color:#63736e}.safe-limit strong{font:800 18px Manrope;color:var(--green)}.hint{font-size:10px;line-height:1.5;color:#85908d;margin:12px 0 0}.alerts{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:28px}.alert{display:flex;gap:13px;padding:16px 18px;border-radius:12px;border:1px solid}.alert>span{flex:0 0 auto}.alert strong{font-size:12px}.alert p{margin:4px 0 0;color:#667671;font-size:11px;line-height:1.45}.alert.warning{background:#fff1df;border-color:#efd0aa;color:#a85c1e}.alert.danger{background:#f9e3df;border-color:#ebbbb2;color:#a74839}.alert.info{background:#e6f0ed;border-color:#bed3ce;color:#315f58}.alert.success{background:#e6f0e5;border-color:#bfd5bd;color:#3b7041}.quick-goals{margin-top:4px}.text-button{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--green);font-size:11px;font-weight:800}.goal-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.goal-preview{background:var(--paper);box-shadow:var(--shadow);border:1px solid rgba(33,62,56,.07);border-radius:13px;padding:17px;display:grid;grid-template-columns:37px 1fr auto;gap:12px;align-items:center}.goal-icon{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:#f9e0c7;color:#a65e27}.goal-preview.emergency .goal-icon{background:#dfeddf;color:#3e7252}.goal-preview strong{font-size:12px}.goal-preview p{margin:3px 0 8px;font-size:10px;color:#798682}.goal-preview>b{font-size:11px;color:var(--green)}.progress-track{height:6px;border-radius:99px;background:#e7e4dc;overflow:hidden}.progress-track span,.progress-track i{display:block;height:100%;background:#66a071;border-radius:inherit;transition:width .3s ease}.future-planner{display:grid;gap:16px}.roadmap-count{border-radius:99px;padding:7px 10px;color:#55766f;background:#e6f0ed;font-size:9px;font-weight:800}.journey-intro-copy{max-width:650px;margin:13px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.journey-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.journey-summary>div{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:10px;background:#f5f2eb}.journey-summary span{color:var(--muted);font-size:9px}.journey-summary strong{font:800 18px Manrope}.goal-journey-grid{display:grid;gap:16px}.goal-journey-card{overflow:hidden;border-top:4px solid #759c7c}.goal-journey-card.ahead{border-top-color:#4d8a5b}.goal-journey-card.behind{border-top-color:#e39a42}.goal-journey-card.high-risk{border-top-color:#d96855}.goal-journey-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.goal-journey-heading>div:first-child{min-width:0}.goal-journey-heading h2{margin-top:9px}.goal-journey-heading p{margin:5px 0 0;color:var(--muted);font-size:10px}.goal-drift{display:inline-flex;align-items:center;gap:6px;margin-top:11px;padding:7px 9px;border-radius:8px;color:#426e4c;background:#e8f1e6;font-size:9px;font-weight:800}.goal-drift i{width:7px;height:7px;border-radius:50%;background:currentColor}.goal-drift.drifting{color:#986120;background:#fff0d9}.goal-drift.at-risk{color:#a74839;background:#f8ded8}.journey-status{display:inline-flex;border-radius:99px;padding:6px 9px;color:#3f704b;background:#e3efe3;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.journey-status.behind{color:#986120;background:#fff0d9}.journey-status.high-risk{color:#a74839;background:#f8ded8}.journey-target{flex:0 0 auto;display:grid;gap:3px;text-align:right}.journey-target span,.journey-target small{color:var(--muted);font-size:8px}.journey-target strong{font:800 18px Manrope}.journey-visual{margin:32px 4px 8px;padding:0 44px}.journey-endpoints{display:flex;justify-content:space-between;margin:0 -44px 52px;color:var(--muted);font-size:9px;font-weight:700}.journey-line{position:relative;height:12px;border-radius:99px;background:#e4e1d9}.journey-line:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,#fff3,#ffffffa6)}.journey-saved{position:absolute;z-index:1;inset:0 auto 0 0;border-radius:inherit;background:#75a77d;transition:width .35s ease}.journey-capacity{position:absolute;z-index:1;top:0;bottom:0;border-radius:0 99px 99px 0;background:repeating-linear-gradient(135deg,#4d8a5b8c 0,#4d8a5b8c 4px,#4d8a5b2e 4px,#4d8a5b2e 8px)}.goal-journey-card.behind .journey-saved{background:#e2a04e}.goal-journey-card.high-risk .journey-saved{background:#d96855}.journey-marker{position:absolute;z-index:3;top:50%;display:grid;justify-items:center;gap:2px;transform:translate(-50%,-50%)}.journey-marker i{width:17px;height:17px;border:4px solid var(--paper);border-radius:50%;box-shadow:0 0 0 2px #a7a197;background:#77746d}.journey-marker b,.journey-marker small{position:absolute;white-space:nowrap;font-size:8px}.journey-marker b{bottom:25px;color:var(--ink)}.journey-marker small{top:25px;color:var(--muted)}.journey-marker.edge-start{transform:translateY(-50%)}.journey-marker.edge-start b,.journey-marker.edge-start small{left:0}.journey-marker.edge-end{transform:translate(-100%,-50%)}.journey-marker.edge-end b,.journey-marker.edge-end small{right:0}.journey-marker.compact{z-index:4}.journey-marker.compact.expected{transform:translate(-65%,-50%)}.journey-marker.compact.actual{transform:translate(-35%,-50%)}.journey-combined-label{position:absolute;z-index:5;bottom:27px;max-width:190px;padding:6px 8px;border:1px solid #dedbd2;border-radius:7px;color:var(--ink);background:var(--paper);box-shadow:0 5px 14px #21373217;font-size:8px;font-weight:800;white-space:nowrap;transform:translate(-50%)}.journey-combined-label.start{transform:none}.journey-combined-label.end{transform:translate(-100%)}.journey-marker.actual i{width:21px;height:21px;background:#4d8a5b;box-shadow:0 0 0 3px #4d8a5b30}.journey-marker.actual.behind i{background:#e39a42;box-shadow:0 0 0 3px #e39a4233}.journey-marker.actual.high-risk i{background:#d96855;box-shadow:0 0 0 3px #d9685533}.journey-marker.capacity{z-index:2}.journey-marker.capacity i{width:15px;height:15px;border-color:var(--paper);background:#f2a35b;box-shadow:0 0 0 2px #f2a35b4d}.journey-finish{position:absolute;z-index:2;top:50%;right:-27px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);transform:translateY(-50%)}.journey-comparison{margin:42px -44px 0;padding:10px 12px;border-radius:9px;color:#3f704b;background:#e9f2e7;font-size:9px;text-align:center}.journey-comparison.behind{color:#986120;background:#fff0d9}.journey-comparison.high-risk{color:#a74839;background:#f8ded8}.journey-details{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:22px}.journey-details>div{display:grid;gap:5px;padding:10px;border-radius:9px;background:#f5f2eb}.journey-details span{color:var(--muted);font-size:8px}.journey-details strong{font-size:10px}.milestone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.milestone-grid article{display:flex;gap:11px;align-items:flex-start;padding:15px;border-radius:11px;color:#356342;background:#e8f1e6}.milestone-grid article>span{flex:0 0 auto;width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#ffffffa6}.milestone-grid article div{display:grid;gap:3px}.milestone-grid strong{font-size:11px}.milestone-grid p{margin:0;color:#62756a;font-size:9px}.milestone-grid small{color:#7d8d83;font-size:8px}.planner-empty{min-height:190px;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted)}.planner-empty.compact{min-height:90px}.planner-empty h3{margin:10px 0 4px;color:var(--ink)}.planner-empty p{max-width:440px;margin:0;font-size:10px;line-height:1.5}.affordability-page{display:grid;gap:16px}.purchase-input-grid{display:grid;grid-template-columns:1.25fr .7fr .8fr;gap:12px;margin-top:22px}.purchase-input-grid label{display:grid;gap:7px}.purchase-input-grid label>span{color:#687772;font-size:9px;font-weight:700}.purchase-slider{margin-top:22px;padding:18px;border-radius:12px;background:#f5f2eb}.purchase-slider input{width:100%;accent-color:var(--green)}.purchase-slider>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:7px;color:var(--muted);font-size:9px}.purchase-slider>div span:last-child{text-align:right}.purchase-slider strong{color:var(--green);font:800 19px Manrope}.purchase-cycle-summary{display:flex;gap:9px;align-items:flex-start;margin-top:14px;padding:12px;border-radius:10px;color:#356342;background:#e8f1e6;font-size:10px;line-height:1.45}.purchase-cycle-summary.future-cycle{color:#6d622f;background:#f8f0d9}.purchase-cycle-summary svg{flex:0 0 auto}.simulation-note{margin:11px 0 0;color:var(--muted);font-size:9px}.affordability-rating{display:inline-flex;width:fit-content;align-items:center;border-radius:99px;padding:7px 10px;color:#356b42;background:#e3efe3;font-size:8px;font-weight:800}.affordability-rating.trade-offs{color:#93601f;background:#fff0d9}.affordability-rating.significant{color:#a55d24;background:#fae3cc}.affordability-rating.not-recommended{color:#a74839;background:#f8ded8}.impact-position-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.impact-card h2{margin-bottom:18px}.impact-card>div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #e7e3da}.impact-card>div:last-child{border-bottom:0}.impact-card div>span{color:var(--muted);font-size:9px}.impact-card div>strong{display:flex;align-items:baseline;gap:7px;font-size:12px}.impact-card strong small{color:#b04f40;font-size:8px;font-weight:700}.impact-card.after{background:#f0f5ed}.impact-card.after.negative{background:#fff1ee}.future-cycle-note{margin:12px 0 0;color:var(--muted);font-size:9px;line-height:1.45}.affordability-explanation{display:flex;align-items:flex-start;gap:15px}.assessment-light{flex:0 0 auto;width:15px;height:15px;margin-top:7px;border-radius:50%;background:#56a164;box-shadow:0 0 0 6px #56a16421}.affordability-explanation.trade-offs .assessment-light{background:#dda13e;box-shadow:0 0 0 6px #dda13e21}.affordability-explanation.significant .assessment-light{background:#dc812f;box-shadow:0 0 0 6px #dc812f21}.affordability-explanation.not-recommended .assessment-light{background:#d96855;box-shadow:0 0 0 6px #d9685521}.affordability-explanation h2{margin-bottom:5px}.affordability-explanation div>p:last-child{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.goal-impact-list{display:grid;gap:9px;margin-top:20px}.goal-impact-list article{display:grid;grid-template-columns:1.1fr .8fr .8fr 1.4fr;gap:10px;align-items:center;padding:13px;border:1px solid #e5e1d9;border-radius:10px;background:#fcfaf5}.goal-impact-list article>div{display:grid;gap:4px}.goal-impact-list article>div:first-child strong{font-size:11px}.goal-impact-list span,.goal-impact-list small{color:var(--muted);font-size:8px}.goal-impact-list strong{font-size:9px}.goal-impact-list .delay strong{color:#a45e27}.goal-impact-list .no-delay strong{color:#3f7750}.scenario-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:9px}.scenario-actions button:disabled{cursor:not-allowed;opacity:.45}.scenario-comparison{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.scenario-comparison article{display:grid;gap:11px;padding:16px;border:1px solid #e3e0d8;border-radius:11px;background:#fcfaf5}.scenario-card-head{display:flex;justify-content:space-between;gap:10px}.scenario-card-head>div{display:grid;gap:3px}.scenario-card-head strong{font-size:11px}.scenario-card-head small{color:var(--muted);font-size:8px}.scenario-card-head button{border:0;padding:2px;color:#9aa4a1;background:transparent}.scenario-card-head button:hover{color:var(--red)}.scenario-comparison article>b{font:800 21px Manrope}.scenario-purchase-date{color:var(--muted);font-size:8px}.scenario-comparison dl{display:grid;gap:8px;margin:2px 0 0}.scenario-comparison dl>div{display:flex;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid #e7e3da}.scenario-comparison dt{color:var(--muted);font-size:8px}.scenario-comparison dd{margin:0;font-size:9px;font-weight:800;text-align:right}.what-if-panel{margin-bottom:28px}.scenario-badge{color:#9c5d28;background:#fae6d1}.what-if-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.what-if-grid article{border:1px solid #e3e0d8;border-radius:11px;padding:14px;background:#fcfaf5}.scenario-outcome{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:11px;border-top:1px solid #e7e3da}.scenario-outcome span{color:#76837f;font-size:9px}.scenario-outcome strong{font-size:12px}.scenario-outcome.positive strong{color:#3f7750}.scenario-outcome.negative strong{color:#b04f40}.percent-input>div{display:flex;align-items:center;height:39px;overflow:hidden;border:1px solid #dedbd2;border-radius:9px;background:#f7f5ef}.percent-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:0 4px 0 10px;color:var(--ink);font-weight:700}.percent-input b{padding-right:10px;color:#71807b;font-size:12px}.review-archive-panel{margin-bottom:16px}.review-count{border-radius:99px;padding:6px 9px;color:#55766f;background:#e6f0ed;font-size:9px;font-weight:800}.review-accordion{display:grid;gap:9px;margin-top:18px}.review-item{overflow:hidden;border:1px solid #e2dfd7;border-radius:11px;background:#fcfaf5}.review-item.expanded{border-color:#b9cec7;background:#fffdf8}.review-toggle{width:100%;display:grid;grid-template-columns:minmax(150px,1fr) auto auto 22px;gap:12px;align-items:center;border:0;padding:14px;color:var(--ink);background:transparent;text-align:left}.review-toggle>div{display:grid;gap:3px}.review-toggle strong{font:800 13px Manrope}.review-toggle div span,.review-toggle small{color:var(--muted);font-size:9px}.review-toggle>b{font-size:18px;text-align:center}.review-status{border-radius:99px;padding:5px 8px;font-size:8px;font-weight:800;white-space:nowrap}.review-status.on-track{color:#3b7041;background:#e3efe3}.review-status.mixed{color:#976321;background:#fff0d9}.review-status.needs-attention{color:#a74839;background:#f8ded8}.review-content{display:grid;gap:14px;padding:0 14px 16px;border-top:1px solid #ebe8e1}.review-content>div{padding-top:14px}.review-content span{color:#55766f;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.review-content p,.review-content li{color:#687772;font-size:10px;line-height:1.55}.review-content p{margin:6px 0 0}.review-content ul{margin:7px 0 0;padding-left:17px}.review-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.review-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-insights>div,.review-history{padding:14px;border-radius:10px;background:#f6f4ee}.review-insights span,.review-history>span{color:var(--ink);font-size:10px;font-weight:800}.review-insights ul,.review-history ul{margin:10px 0 0;padding-left:17px;color:var(--muted);font-size:9px;line-height:1.55}.review-insights li+li,.review-history li+li{margin-top:5px}.review-goals{display:grid;grid-template-columns:minmax(120px,.7fr) repeat(3,minmax(130px,1fr));gap:10px;align-items:center}.review-goals>div{display:grid;gap:5px;padding:10px;border-radius:9px;background:#f6f4ee}.review-goals strong{font-size:10px}.review-goals small{color:var(--muted);font-size:8px}.review-reality{padding:13px!important;border-radius:9px;background:#fff0ed}.review-recommendations{padding:13px!important;border-radius:9px;background:#eef4ec}.review-actions{display:flex;justify-content:flex-end}.dashboard-empty{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dashboard-empty .large-icon{margin-bottom:20px}.dashboard-empty h2{max-width:470px;font-size:26px}.dashboard-empty>p:not(.eyebrow){max-width:440px;color:var(--muted);font-size:12px;line-height:1.6;margin:10px 0 22px}.dashboard-empty .primary-button{padding:0 22px}.setup-panel{margin-bottom:16px}.setup-copy{color:var(--muted);font-size:11px;margin:10px 0 22px}.starting-point-profiles{display:grid;gap:10px;margin-top:18px}.starting-point-card{display:grid;grid-template-columns:minmax(130px,1.2fr) repeat(3,minmax(125px,1fr)) auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:11px;background:#fcfaf5}.starting-point-card.active{border-color:#7fa398;background:#f2f7f3;box-shadow:inset 3px 0 0 var(--green)}.starting-point-card>div{display:grid;gap:4px;min-width:0}.starting-point-card>div>span{color:#687772;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.starting-point-card>div>strong{overflow:hidden;text-overflow:ellipsis;font-size:11px}.starting-point-name strong{font:800 13px Manrope!important}.starting-point-name span{width:fit-content;border-radius:99px;padding:4px 7px;color:#3f7750!important;background:#dfeee0;font-size:7px!important}.starting-point-card .secondary-button{display:flex;align-items:center;justify-content:center;gap:6px}.starting-point-profiles+.setup-copy,.starting-point-profiles+form{margin-top:22px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.profile-grid.compact-profile,.profile-grid.cycle-profile{grid-template-columns:repeat(3,1fr)}.profile-date-field{display:grid;gap:7px}.profile-date-field>span{font-size:11px;color:#687772;font-weight:600}.profile-save-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px 20px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.profile-save-row>div{display:grid;gap:5px}.saved-profile-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:14px;align-items:center;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.saved-profile-overview>div{display:grid;gap:5px;min-width:0}.saved-profile-overview span{color:#687772;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.saved-profile-overview strong{font:700 12px Manrope;color:var(--ink)}.saved-profile-overview .secondary-button{display:flex;align-items:center;gap:6px;justify-self:end}.save-confirmation{display:flex;align-items:center;gap:6px;color:#3f7750;font-size:11px}.unsaved-profile{color:#a9652d;font-size:11px}.last-updated{color:#7d8985;font-size:10px}.primary-button:disabled{cursor:default;opacity:.45}.setup-ledgers{display:grid;gap:16px}.ledger-panel{min-width:0}.ledger-total{font:800 18px Manrope;color:var(--green)}.ledger-form{display:grid;grid-template-columns:.75fr .75fr 1fr 1fr auto;gap:9px;align-items:end;margin:20px 0 14px;padding:14px;border-radius:11px;background:#f7f5ef}.ledger-form label{min-width:0;display:grid;gap:7px}.ledger-form label>span{color:#687772;font-size:9px;font-weight:700}.ledger-form .plain-input{background:#fff}.form-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.form-actions .secondary-button,.form-actions .primary-button{height:39px;white-space:nowrap}.bill-form{grid-template-columns:1fr .7fr .8fr 1fr auto}.bill-form.recurring-bill-form{grid-template-columns:repeat(4,minmax(0,1fr))}.bill-form.recurring-bill-form .form-actions{justify-content:flex-end}.daily-coach-grid .ledger-form{grid-template-columns:.75fr .75fr 1.4fr auto}.savings-goal-form{grid-template-columns:1.2fr .8fr .8fr auto}.active-goal-toggle{display:flex!important;align-items:center;gap:8px;height:39px}.active-goal-toggle input{accent-color:var(--green)}.goal-allocation-entry{grid-template-columns:38px 1fr auto 27px 27px}.goal-allocation-entry.inactive>div strong,.goal-allocation-entry.inactive>b{color:#8a9692}.goal-builder{margin-top:0}.goal-form{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.goal-form label{min-width:0;display:grid;gap:7px}.goal-form label>span{color:#687772;font-size:9px;font-weight:700}.goal-form select,.estimate-helper select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.goal-form .form-actions{align-self:end;justify-content:flex-end}.estimate-helper{display:grid;gap:13px;margin-top:16px;padding:16px;border:1px solid #efd2af;border-radius:11px;background:#fff5e8}.estimate-helper>div:first-child{display:grid;gap:3px}.estimate-helper strong{font-size:12px;color:#935923}.estimate-helper span,.estimate-helper p{margin:0;color:#7e756a;font-size:10px}.helper-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.helper-fields label{display:grid;gap:5px;color:#776d61;font-size:9px}.helper-fields input,.helper-fields select{width:100%;height:36px;border:1px solid #dfc8ad;border-radius:8px;background:#fff;padding:0 8px;color:var(--ink)}.estimate-helper>button{justify-self:start}.goals-dashboard{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.full-goal-card{display:grid;gap:14px}.full-goal-card.inactive{opacity:.68}.goal-card-head{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px 15px}.goal-card-head h3{font:800 17px Manrope;margin:7px 0 3px}.goal-card-head p{margin:0;color:var(--muted);font-size:10px}.priority-tag{border-radius:99px;padding:5px 8px;text-transform:uppercase;letter-spacing:.7px;font-size:8px;font-weight:800}.priority-tag.high{color:#a74839;background:#f8ded8}.priority-tag.medium{color:#9d651f;background:#fff0d9}.priority-tag.low{color:#3b7041;background:#e3efe3}.goal-actions{display:flex;align-items:flex-start;gap:4px}.goal-actions button{border:0;background:transparent;color:#84908c;padding:5px;font-size:9px}.goal-actions button:hover{color:var(--green)}.goal-progress-copy,.goal-status{display:flex;justify-content:space-between;align-items:center;font-size:10px}.goal-progress-copy span{color:var(--muted)}.goal-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.goal-plan-grid>div{display:grid;gap:5px;padding:10px;border-radius:9px;background:#f6f4ee}.goal-plan-grid span{color:var(--muted);font-size:8px}.goal-plan-grid strong{font-size:10px}.goal-status{padding:10px 12px;border-radius:9px;background:#edf3eb}.goal-status>span{color:var(--muted)}.goal-status.ahead-of-schedule{color:#316b3e;background:#e3efe3}.goal-status.slightly-behind{color:#976321;background:#fff0d9}.goal-status.significantly-behind{color:#a74839;background:#f8ded8}.reality-check{padding:13px;border:1px solid #edb7ad;border-radius:9px;background:#fff0ed}.reality-check strong{color:#a74839;font-size:11px}.reality-check p{margin:5px 0;color:#6f625f;font-size:10px;line-height:1.45}.reality-check span{color:#93746e;font-size:9px}.goals-empty{grid-column:1 / -1;min-height:180px;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted)}.goals-empty h3{margin:10px 0 4px;color:var(--ink)}.goals-empty p{margin:0;font-size:10px}.ledger-list{border-top:1px solid var(--line)}.ledger-entry{min-height:57px;display:grid;grid-template-columns:58px 1fr auto 27px 27px;gap:9px;align-items:center;border-bottom:1px solid #ebe8e1}.ledger-entry>span{color:#7b8884;font-size:10px;font-weight:700}.ledger-entry>div{min-width:0;display:grid;gap:3px}.ledger-entry>div strong{overflow:hidden;text-overflow:ellipsis;font-size:11px}.ledger-entry>div small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8b9692;font-size:9px}.ledger-entry>b{font-size:11px}.ledger-entry>button{border:0;background:transparent;color:#98a39f;padding:4px}.ledger-entry>button:hover{color:var(--green)}.ledger-entry>button:last-child:hover{color:var(--red)}.bill-entry{grid-template-columns:38px 1fr auto 27px 27px}.bill-entry.due-soon{background:#fffaf1;box-shadow:inset 3px 0 #d9973d}.bill-entry.overdue{background:#fff7f5;box-shadow:inset 3px 0 0 var(--red)}.bill-entry.paid{background:#f7fbf6;box-shadow:inset 3px 0 #66a071}.bill-entry.paid>div strong,.bill-entry.paid>b{color:#70847a;text-decoration:line-through}.commitment-status{display:inline-block;margin-right:7px;border-radius:99px;padding:3px 6px;font-size:7px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.05em}.commitment-status.upcoming{color:#687772;background:#ecebe5}.commitment-status.due-soon{color:#976321;background:#fff0d9}.commitment-status.overdue{color:#a74839;background:#f8ded8}.commitment-status.paid{color:#3b7041;background:#e3efe3}.paid-toggle{display:grid;place-items:center;cursor:pointer}.paid-toggle input{position:absolute;opacity:0;pointer-events:none}.paid-toggle span{width:20px;height:20px;border:1px solid #bdc8c3;border-radius:6px;background:#fff}.paid-toggle input:checked+span{background:var(--green);border-color:var(--green);box-shadow:inset 0 0 0 5px #fff}.balance-stack{display:grid;grid-template-columns:1fr auto;gap:14px 18px;width:100%;padding-right:26px}.balance-stack span{color:var(--muted);font-size:11px}.balance-stack strong{font-size:12px;text-align:right}.savings-progress-number{display:flex;align-items:baseline;gap:6px;margin:28px 0 13px}.savings-progress-number strong{font:800 27px Manrope}.savings-progress-number span{color:var(--muted);font-size:10px}.allocation-panel .progress-track{margin-bottom:20px}.reservation-list{display:grid;gap:14px;margin:27px 0 20px}.reservation-list>div{display:flex;justify-content:space-between;gap:15px;padding-bottom:12px;border-bottom:1px solid #e7e3da}.reservation-list span{color:var(--muted);font-size:10px}.reservation-list strong{font-size:12px}.projection-line{margin-top:13px}.reconciliation-panel{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;margin-bottom:16px}.reconciliation-panel.unmatched{border-color:#e9b9ae;background:#fff9f7}.reconciliation-panel.matched{border-color:#c6dbc3;background:#fbfef9}.reconciliation-panel>div:first-child>p:last-child{max-width:620px;margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.reconciliation-values{display:grid;grid-template-columns:repeat(3,minmax(125px,1fr));gap:9px}.reconciliation-values span{display:grid;gap:5px;padding:11px;border-radius:9px;background:#fff;color:var(--muted);font-size:8px}.reconciliation-values strong{color:var(--ink);font-size:12px}.calendar-layout{display:grid;grid-template-columns:1fr 310px;gap:16px;align-items:start}.calendar-head{display:flex;justify-content:space-between;align-items:center}.calendar-head>button{width:34px;height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--green);font-size:22px}.calendar-head>div{text-align:center}.calendar-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:20px 0 15px}.calendar-legend span,.calendar-day span,.calendar-detail article>span{border-radius:99px;padding:3px 6px;font-size:7px;font-weight:800}.income{color:#2f6b63;background:#dfeeea}.spending{color:#9b5c25;background:#fae5cf}.bill{color:#a04739;background:#f7ded9}.saving{color:#44714b;background:#e1eee0}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-weekdays{margin-bottom:6px}.calendar-weekdays span{text-align:center;color:#87918e;font-size:8px;font-weight:700}.calendar-day,.calendar-blank{min-height:105px}.calendar-day{min-width:0;display:flex;flex-direction:column;gap:5px;align-items:flex-start;border:1px solid #e4e1d9;border-radius:9px;background:#fdfbf7;padding:8px;color:var(--ink);text-align:left}.calendar-day:hover,.calendar-day.selected{border-color:#73998f;background:#f2f7f3}.calendar-day.today>b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;background:var(--green)}.calendar-day>div{display:flex;flex-direction:column;gap:3px;width:100%}.calendar-day span{overflow:hidden;max-width:100%;text-overflow:ellipsis}.calendar-day small{color:var(--muted);font-size:7px}.calendar-detail{position:sticky;top:20px}.calendar-detail-list{display:grid;margin-top:18px;border-top:1px solid var(--line)}.calendar-detail article{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;min-height:56px;border-bottom:1px solid #e9e6df}.calendar-detail article div{min-width:0;display:grid;gap:2px}.calendar-detail article strong{overflow:hidden;text-overflow:ellipsis;font-size:10px}.calendar-detail article small{color:var(--muted);font-size:8px}.calendar-detail article>b{font-size:10px}.quick-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-top:18px}.goals-summary-panel{margin-bottom:16px}.goal-summary-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0 14px}.goal-summary-strip>div{display:grid;gap:5px;padding:12px;border-radius:10px;background:#f6f4ee}.goal-summary-strip span{color:var(--muted);font-size:9px}.goal-summary-strip strong{font-size:12px}.attention-goal{display:flex;gap:11px;align-items:flex-start;padding:13px;border-radius:10px;background:#fff0df;color:#9a6028;margin-bottom:14px}.attention-goal>span{flex:0 0 auto}.attention-goal strong{font-size:11px}.attention-goal p{margin:3px 0 0;color:#7c7064;font-size:9px}.dashboard-goals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dashboard-goals-grid article{display:grid;gap:7px;padding:12px;border:1px solid #e4e1d9;border-radius:10px}.dashboard-goals-grid article>div:first-child{display:flex;justify-content:space-between;gap:8px;align-items:center}.dashboard-goals-grid strong{font-size:11px}.dashboard-goals-grid p{margin:0;color:var(--muted);font-size:9px}.dashboard-goals-grid small{color:#6f7d79;font-size:8px}.mini-status{font-size:7px;color:#56756e;text-align:right}.goals-summary-empty{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:18px;color:var(--muted);font-size:11px}.planner-intro{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.planner-intro p:last-child,.scenario-copy>p:last-child{color:var(--muted);font-size:12px;margin:7px 0 0}.secondary-button{min-height:39px;border:1px solid #cfd4ce;background:transparent;color:var(--green);border-radius:9px;padding:9px 13px;font-size:11px;font-weight:700;white-space:nowrap}.editor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.icon-button{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;border:1px solid #d8d8d1;color:var(--green);background:#fff}.editor-list{display:grid;margin-top:18px}.editor-row{display:grid;grid-template-columns:1fr 120px 28px;align-items:center;gap:8px;min-height:45px;border-bottom:1px solid #ebe8e1}.name-input,.goal-title input{min-width:0;border:0;outline:none;color:var(--ink);background:transparent;font-weight:600;font-size:12px}.money-input.compact>div{border:0;background:transparent}.money-input.compact input{padding:7px 5px 7px 3px;text-align:right}.money-input.compact b{padding-left:5px;font-size:11px}.delete-button,.goal-title button{display:grid;place-items:center;border:0;background:transparent;color:#a0aaa6;padding:4px}.delete-button:hover,.goal-title button:hover{color:var(--red)}.group-total{display:flex;justify-content:space-between;padding-top:14px;font-size:11px;color:var(--muted)}.group-total strong{color:var(--ink);font-size:13px}.plan-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-bottom:16px}.goals-list{display:grid;gap:12px;margin-top:18px}.goal-card{border:1px solid #e2dfd7;padding:15px;border-radius:11px;background:#fcfaf5}.goal-title{display:flex;justify-content:space-between;margin-bottom:12px}.goal-title input{font:700 13px Manrope}.goal-values{display:grid;grid-template-columns:1fr 1fr;gap:11px}.goal-card .progress-track{margin-top:14px}.progress-copy{display:flex;justify-content:space-between;margin-top:7px;font-size:9px;color:#77847f}.progress-copy b{color:var(--green)}.large-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:var(--green);background:#e4efe3}.emergency-panel .goal-values{margin:25px 0}.big-progress p{color:var(--muted);font-size:11px;line-height:1.5}.big-progress p strong{color:var(--green)}.fund-note{display:flex;gap:9px;align-items:flex-start;color:#5f726d;background:#eef4ec;border-radius:9px;padding:12px;font-size:10px;line-height:1.45;margin-top:20px}.fund-note svg{flex:0 0 auto;color:#578262}.scenario-panel{display:grid;grid-template-columns:.8fr 1.35fr .65fr;gap:28px;align-items:center}.scenario-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.scenario-result{background:#1f514a;color:#fff;border-radius:12px;padding:18px;display:grid;gap:4px;text-align:center}.scenario-result span{color:#bcd3cf;font-size:10px}.scenario-result strong{font:800 22px Manrope}.scenario-result b{font-size:10px;color:#cfe2d0}@media(max-width:1100px){.metrics-grid{grid-template-columns:repeat(2,1fr)}.metrics-grid.coach-metrics{grid-template-columns:repeat(3,1fr)}.daily-coach-grid{grid-template-columns:1fr}.spend-form{grid-template-columns:repeat(2,1fr)}.goal-preview-grid,.scenario-panel{grid-template-columns:1fr}.profile-grid,.profile-grid.compact-profile,.profile-grid.cycle-profile,.ledger-form,.bill-form{grid-template-columns:repeat(2,1fr)}.bill-form.recurring-bill-form{grid-template-columns:repeat(2,minmax(0,1fr))}.goal-form{grid-template-columns:repeat(2,1fr)}.goals-dashboard{grid-template-columns:1fr}.goal-summary-strip{grid-template-columns:repeat(2,1fr)}.reconciliation-panel,.calendar-layout{grid-template-columns:1fr}.calendar-detail{position:static}.form-actions{grid-column:1 / -1;justify-content:flex-end}.starting-point-card{grid-template-columns:repeat(2,minmax(0,1fr))}.starting-point-card .secondary-button{justify-self:start}.position-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.snapshot-goal-row{grid-template-columns:minmax(120px,.8fr) minmax(140px,1fr)}.snapshot-goal-row small{grid-column:1 / -1;text-align:left}.milestone-grid{grid-template-columns:repeat(2,1fr)}.goal-impact-list article{grid-template-columns:repeat(2,1fr)}.scenario-comparison{grid-template-columns:repeat(2,1fr)}.cloud-auth-form{grid-template-columns:repeat(2,minmax(0,1fr))}.cloud-auth-form button{width:100%}}@media(max-width:780px){.app-shell{display:block}.sidebar{position:static;width:100%;height:auto;padding:12px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.brand{padding:0;min-width:0}.brand>span{width:36px;height:36px}.brand strong{font-size:15px}.brand small,.privacy-note{display:none}.sidebar>nav{display:none}.mobile-menu-button{display:flex}.mobile-menu-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:block}.mobile-menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#0f26238c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-drawer{position:absolute;inset:0 0 0 auto;width:min(88vw,360px);overflow-y:auto;padding:18px 16px calc(24px + env(safe-area-inset-bottom));color:var(--ink);background:var(--paper);box-shadow:-16px 0 42px #102b2738}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.mobile-menu-head>div{display:grid;gap:3px;min-width:0}.mobile-menu-head strong{font:800 18px Manrope}.mobile-menu-head small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-head>button{width:44px;height:44px;display:grid;flex:0 0 auto;place-items:center;border:0;border-radius:10px;color:var(--green);background:#eef3ed}.mobile-menu-list{display:grid;gap:4px;padding:14px 0}.mobile-menu-list button,.mobile-menu-section button{width:100%;min-height:48px;display:flex;align-items:center;gap:12px;border:0;border-radius:10px;padding:10px 12px;color:var(--ink);background:transparent;text-align:left;font-size:12px;font-weight:700}.mobile-menu-list button:hover,.mobile-menu-list button.active,.mobile-menu-section button:hover{color:var(--green);background:#eaf2e9}.mobile-menu-list button svg,.mobile-menu-section button svg{flex:0 0 auto;color:var(--green)}.mobile-menu-section{display:grid;gap:4px;padding:13px 0;border-top:1px solid var(--line)}.mobile-menu-section>span{padding:0 12px 6px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.mobile-menu-note{margin:0 12px 7px;color:var(--muted);font-size:9px;line-height:1.4}.mobile-menu-section button:disabled{cursor:default;opacity:.65}.mobile-menu-section.destructive-section{margin-top:3px}.mobile-menu-section .mobile-danger-action{color:#a74839;background:#fff5f2}.mobile-menu-section .mobile-danger-action svg{color:#a74839}.mobile-install-message{margin:4px 12px 8px;padding:10px;border-radius:8px;color:#755f29;background:#faf0d8;font-size:9px;line-height:1.45}.mobile-sync-summary{display:flex;gap:11px;align-items:center;margin-top:4px;padding:14px 12px;border-top:1px solid var(--line)}.mobile-sync-summary .sync-dot{display:block;flex:0 0 auto}.mobile-sync-summary>div{display:grid;gap:3px}.mobile-sync-summary strong{font-size:11px}.mobile-sync-summary small{color:var(--muted);font-size:9px}.mobile-account-actions{padding:13px 0 0;border-top:1px solid var(--line)}.mobile-account-actions button{width:100%;min-height:48px;display:flex;align-items:center;gap:12px;border:1px solid #d9ddd7;border-radius:10px;padding:10px 12px;color:var(--green);background:transparent;font-size:12px;font-weight:800}.mobile-account-actions button svg{flex:0 0 auto}.desktop-data-management{display:none}main{padding:25px 18px 45px}.overview-grid,.editor-grid,.plan-grid,.alerts,.what-if-grid,.profile-grid,.profile-grid.compact-profile,.profile-grid.cycle-profile{grid-template-columns:1fr}.saved-profile-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.saved-profile-overview .secondary-button{grid-column:1 / -1;justify-self:start}.dashboard-goals-grid{grid-template-columns:1fr}.cloud-sync-bar{justify-content:flex-start}.cloud-sync-bar>div:first-child{margin-left:0;margin-right:auto}.profile-switcher{justify-content:flex-start;align-items:stretch}.profile-switcher label{width:100%;min-width:0}.profile-management-actions{width:100%}.data-actions{justify-content:flex-start;flex-wrap:wrap}.data-storage-note{justify-content:flex-start;margin-top:-7px}.profile-save-row{align-items:flex-start}.starting-point-card{grid-template-columns:1fr}.review-toggle{grid-template-columns:1fr auto 22px}.review-toggle small{grid-column:1 / -1}.review-columns,.review-insights,.review-goals,.allocation-key,.snapshot-goal-row{grid-template-columns:1fr}.snapshot-goal-row small{grid-column:auto}.journey-details{grid-template-columns:repeat(3,1fr)}.milestone-grid,.purchase-input-grid,.impact-position-grid,.scenario-comparison,.cloud-auth-form{grid-template-columns:1fr}.snapshot-trend-chart{grid-template-columns:repeat(6,minmax(0,1fr))}.snapshot-bars{gap:2px}.snapshot-bars i{width:24%;min-width:3px}}@media(max-width:540px){body{-webkit-text-size-adjust:100%}.welcome-page{padding:12px}.welcome-card{padding:22px 18px;border-radius:14px}.welcome-brand{margin-bottom:22px}.welcome-auth-form .plain-input,.auth-mode-toggle button,.welcome-auth-form .primary-button{min-height:46px}.sidebar{grid-template-columns:minmax(0,1fr) auto;padding:10px 16px}.brand div,.mobile-menu-button span{display:none}.mobile-menu-button{width:46px;padding:0}main{padding:20px 12px 38px}h1{font-size:27px;line-height:1.08}h2{font-size:18px}.metrics-grid,.metrics-grid.coach-metrics{grid-template-columns:1fr}.metric-card{min-height:125px}.topbar{align-items:flex-end}.save-status{font-size:9px;white-space:nowrap}.profile-management-actions button{flex:1 1 120px;min-height:44px}.data-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.data-actions button{width:100%;min-height:44px;white-space:normal}.data-actions .danger-button{grid-column:1 / -1}.data-storage-note{align-items:flex-start;font-size:10px}.cloud-sync-bar{align-items:stretch;padding:11px}.cloud-sync-bar>div:first-child{width:100%}.cloud-sync-actions,.cloud-sync-actions button{width:100%}.primary-button,.secondary-button,.danger-button{min-height:44px}.plain-input,.profile-switcher select,.percent-input>div{min-height:44px;font-size:16px}input[type=date],input[type=number],input[type=text],select{font-size:16px}.position-card-grid{grid-template-columns:1fr}.snapshot-trend-chart{width:100%;height:135px;gap:3px;overflow:hidden}.snapshot-trend-cycle>span{font-size:6px}.snapshot-trend-legend{width:100%;display:flex!important;flex-wrap:wrap;grid-auto-flow:unset}.goal-values,.scenario-inputs,.spend-form,.ledger-form,.bill-form,.bill-form.recurring-bill-form,.goal-form,.helper-fields,.saved-profile-overview{grid-template-columns:1fr}.goal-plan-grid{grid-template-columns:repeat(2,1fr)}.goal-summary-strip{grid-template-columns:1fr}.goal-card-head{flex-direction:column}.reconciliation-values{grid-template-columns:1fr}.calendar-panel{padding:12px}.calendar-weekdays,.calendar-grid{min-width:0;gap:3px}.calendar-weekdays span{font-size:7px}.calendar-day,.calendar-blank{min-height:72px}.calendar-day{min-width:0;gap:4px;padding:5px;border-radius:7px}.calendar-day>b{font-size:10px}.calendar-day>div{flex-direction:row;flex-wrap:wrap}.calendar-day span{width:8px;height:8px;padding:0;font-size:0}.calendar-day small{display:none}.calendar-detail{padding:16px}.calendar-detail article{grid-template-columns:auto minmax(0,1fr);gap:8px;padding:8px 0}.calendar-detail article>b{grid-column:2;justify-self:start}.calendar-head>button{width:44px;height:44px}.calendar-legend{margin:14px 0 12px}.form-actions{justify-content:stretch}.form-actions button{flex:1 1 135px;min-height:44px}.ledger-entry{grid-template-columns:42px minmax(0,1fr) auto 36px 36px;gap:6px}.ledger-entry>button,.goal-actions button,.delete-button,.goal-title button{min-width:36px;min-height:36px;padding:8px}.ledger-entry>b{max-width:86px;overflow:hidden;text-overflow:ellipsis}.editor-row{grid-template-columns:1fr 105px 25px}.panel{padding:16px;border-radius:12px}.first-profile-form{grid-template-columns:1fr}.goal-journey-heading{flex-direction:column}.journey-target{text-align:left}.journey-summary,.journey-details{grid-template-columns:1fr}.journey-visual{margin-top:24px;padding:0 24px}.journey-endpoints{margin-left:-24px;margin-right:-24px;margin-bottom:48px}.journey-comparison{margin-left:-24px;margin-right:-24px}.journey-finish{right:-23px;width:30px;height:30px}.journey-marker:not(.compact) b{display:none}.journey-marker:not(.compact) small{font-weight:800}.journey-combined-label{max-width:140px;padding:5px 6px;overflow:hidden;font-size:7px;text-overflow:ellipsis}.goal-impact-list article{grid-template-columns:1fr}.scenario-actions{justify-content:stretch}.scenario-actions button{flex:1 1 150px;min-height:44px;white-space:normal}.review-toggle{grid-template-columns:minmax(0,1fr) auto 30px;gap:8px;padding:13px 11px}.review-toggle>div{min-width:0}.review-toggle strong,.review-toggle div span{overflow-wrap:anywhere}.review-toggle small{grid-column:1 / -1}.review-status{max-width:110px;white-space:normal;text-align:center}.review-content{padding:0 11px 14px}.review-insights>div,.review-history{padding:11px}.review-actions .secondary-button{width:100%}.goal-roadmap-values,.journey-details{min-width:0}.goal-journey-card,.purchase-simulator,.goal-impact-panel,.saved-scenarios{overflow:hidden}}@media(max-width:380px){.sidebar{grid-template-columns:minmax(0,1fr) auto;padding-inline:6px}.brand>span{width:32px;height:32px}main{padding-inline:9px}.calendar-panel{padding:9px}.calendar-weekdays,.calendar-grid{gap:2px}.calendar-day,.calendar-blank{min-height:64px}.calendar-day{padding:4px}.ledger-entry{grid-template-columns:38px minmax(0,1fr) auto 34px 34px}.journey-combined-label{max-width:120px}}
