:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#firebase-emulator-warning,.firebase-emulator-warning{display:none!important}.horizontal-navigation{position:fixed;top:0;left:0;right:0;height:72px;background:#fff;z-index:1000;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e2e8f0}.navigation-items{display:flex;gap:12px}.navigation-item{border:none;background:transparent;padding:12px 24px;border-radius:9999px;font-size:16px;font-weight:500;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px}.navigation-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.navigation-item:hover{background:#f1f5f9}.navigation-item.active{background:#386641;color:#fff;font-weight:600}.content-carousel{flex:1;width:100%;height:100%;overflow:hidden}.carousel-container{width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-pages{display:flex;height:100%;width:max-content}.carousel-page{width:100vw;height:100%;flex-shrink:0;scroll-snap-align:start;overflow-y:auto;background-color:#f8fafc;opacity:0;transition:opacity .1s}.carousel-container.initialized .carousel-page{opacity:1}.page-content{width:100%;max-width:1200px;margin:0 auto;padding:20px;min-height:100%;box-sizing:border-box}@media(max-width:768px){.page-content{padding:16px}}@media(max-width:480px){.page-content{padding:12px}}.carousel-page::-webkit-scrollbar{width:6px}.carousel-page::-webkit-scrollbar-track{background:transparent}.carousel-page::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.carousel-page::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ribbit-chat-container{position:relative;margin:40px auto 20px;width:100%;max-width:750px;max-width:calc(100vw - 40px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;max-height:80vh;min-height:360px;transition:all .3s ease;overflow:hidden;box-sizing:border-box}.ribbit-chat-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:16px 16px 0 0;flex-shrink:0}.ribbit-avatar{width:32px;height:32px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ribbit-avatar img{width:28px;height:28px;object-fit:contain}.ribbit-chat-title{font-size:.95rem;font-weight:600;margin:0;color:#1f2937}.ribbit-questions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 16px 16px;background:#fff;flex-shrink:0}.ribbit-question-button{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:.8125rem;color:#1f2937;text-align:left;cursor:pointer;transition:all .2s;line-height:1.3}.ribbit-question-button:hover{border-color:#6a994e;background:#fff;transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.ribbit-question-button:active{transform:translateY(0);box-shadow:none}.ribbit-quick-questions{flex-shrink:0;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fafafa;gap:1px}.ribbit-quick-questions-title{margin:0 0 8px;padding:1px 0;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.ribbit-quick-questions-buttons{display:flex;flex-wrap:wrap;gap:8px;overflow:hidden}.ribbit-quick-questions .ribbit-question-button{width:max-content;max-width:100%}.ribbit-questions-bar{border-top:1px solid #e5e7eb;background:linear-gradient(to bottom,#fafafa,#fff);padding:10px 12px;flex-shrink:0;border-radius:0 0 16px 16px}.ribbit-questions-scroll{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 4px;scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent;-webkit-overflow-scrolling:touch}.ribbit-questions-scroll::-webkit-scrollbar{height:6px}.ribbit-questions-scroll::-webkit-scrollbar-track{background:transparent;border-radius:3px}.ribbit-questions-scroll::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.ribbit-questions-scroll::-webkit-scrollbar-thumb:hover{background:#a0aec0}.ribbit-question-chip{flex-shrink:0;background:#fff;border:1px solid #d1d5db;border-radius:20px;padding:8px 16px;font-size:.8125rem;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap;font-weight:500;box-shadow:0 1px 2px #0000000d}.ribbit-question-chip:hover{border-color:#6a994e;background:#f0f9ff;color:#1f2937;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ribbit-question-chip:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.ribbit-chat-section{flex:0 0 auto;display:flex;flex-direction:column;background:#fff;overflow:hidden;transition:flex .3s ease}.ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:200px;overflow:hidden;display:flex;flex-direction:column}.ribbit-chat-section .activity-chat{border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%}.ribbit-chat-section.chat-expanded .activity-chat{flex:1;height:100%!important;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto auto;grid-template-areas:"messages" "quick" "input"}.ribbit-chat-section .activity-chat .chat-messages{grid-area:messages;overflow-y:auto!important;min-height:0;padding:12px 16px}.ribbit-chat-section .activity-chat .ribbit-quick-questions{grid-area:quick;flex-shrink:0}.ribbit-chat-section .activity-chat .chat-input{grid-area:input;flex-shrink:0;min-height:72px;border-top:1px solid #e5e7eb;padding:12px 16px;overflow:visible;background:#fff}.ribbit-chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;gap:10px}.ribbit-chat-loading p{color:#6b7280;font-size:.8125rem;margin:0}@media(max-width:640px){.ribbit-chat-container{margin:24px auto 16px;width:calc(100vw - 32px)}.ribbit-questions-grid{grid-template-columns:1fr;padding:10px 12px 12px;gap:6px}.ribbit-chat-header{padding:10px 12px}.ribbit-chat-section.chat-expanded{min-height:220px}.ribbit-question-button{padding:8px 10px;font-size:.75rem}.ribbit-questions-bar{padding:8px 10px}.ribbit-question-chip{padding:6px 12px;font-size:.75rem}}@media(max-height:600px){.ribbit-chat-container{max-height:85vh}.ribbit-chat-section.chat-expanded{min-height:180px}.ribbit-questions-grid{padding:8px 12px 10px;gap:6px}.ribbit-chat-header{padding:8px 12px}.ribbit-questions-bar{padding:8px 10px}}.page{padding-bottom:20px}.activity-chat{border:1px solid #dee2e6;border-radius:8px;height:400px;display:flex;flex-direction:column;background:#fff!important;box-shadow:0 2px 4px #0000001a}.activity-chat.readonly{background:#f8f9fa}.chat-messages{flex:1;overflow-y:auto!important;padding:16px;display:flex;flex-direction:column;gap:16px;max-height:100%;min-height:0}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.message{max-width:85%;animation:none!important}.user-message{align-self:flex-end;min-width:120px}.user-message .message-header{text-align:right}.user-message .message-content{background:#166534!important;color:#fff!important;border-radius:20px!important;text-align:left;padding:10px 14px!important;font-size:.95rem;line-height:1.4;box-shadow:0 1px 2px #00000014}.assistant-message{align-self:flex-start;max-width:85%}.assistant-message .message-content{background:#f1f3f4!important;color:#333!important;border-radius:20px!important;text-align:left;padding:10px 14px!important;max-height:12em;overflow-y:auto}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:.75rem;color:#6c757d}.message-role{font-weight:500;display:flex;align-items:center;gap:4px}.message-role-icon{width:1.1em;height:1.1em;object-fit:contain;vertical-align:middle}.message-time{font-size:.7rem}.streaming-indicator{color:#007bff;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.streaming-cursor{animation:blink .6s infinite;color:#007bff;font-weight:700;margin-left:4px;font-size:1.2em;display:inline-block;width:2px;background-color:#007bff;height:1em;vertical-align:baseline}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.2}}.message.streaming{background:inherit;border-left:none;box-shadow:none}.message.streaming:before{content:none;display:none}.message.streaming .message-content{border:none!important;opacity:1;min-height:24px;min-width:20px}.character-counter{background:#007bff0d;animation:none}.streaming-cursor{background-color:currentColor;width:1px}.message-content{padding:12px 16px;line-height:1.4;word-wrap:break-word}.message-content code{background:#0000001a;padding:2px 4px;border-radius:3px;font-size:.9em}.user-message .message-content code{background:#fff3}.message.streaming .message-content{border:none!important}.chat-input{padding:16px;border-top:1px solid #dee2e6;background:#fff;border-radius:0 0 8px 8px;flex-shrink:0;min-height:60px}.chat-input .input-group{display:flex;align-items:center;gap:8px}.chat-input .form-control,.chat-input .form-input.chat-input-single-line{flex:1;resize:none;border:1px solid #ced4da;border-radius:16px;padding:8px 12px;font-size:.85rem;min-height:38px;max-height:38px;line-height:1.4}.chat-input .form-control:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.chat-input .btn{border-radius:50%;width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;background:#388e3c!important;color:#fff!important;border:none}.chat-input .btn:disabled{opacity:.5;cursor:not-allowed}.chat-avatar{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;align-self:flex-end;margin-bottom:4px}.chat-avatar img{width:24px;height:24px;object-fit:contain}.chat-input .btn:hover,.chat-input .btn:focus{background:#2e7031!important;color:#fff!important}.chat-readonly-notice{padding:16px;text-align:center;background:#f8f9fa;border-top:1px solid #dee2e6;border-radius:0 0 8px 8px}.empty-chat{display:flex;align-items:center;justify-content:center;height:100%;color:#6c757d}.empty-chat.empty-chat--top{align-items:flex-start;justify-content:flex-start;padding:1px;min-height:0}.empty-chat-intro{margin:0;padding:1px;font-size:.95rem;line-height:1.5;color:#6b7280;text-align:left;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%}.chat-status{text-align:center}@media(max-width:768px){.activity-chat{height:350px}.message{max-width:90%}.chat-input .form-control{font-size:16px}}.message:last-child{animation:none!important}.chat-messages .spinner-border-sm{width:1rem;height:1rem}.chat-messages .alert{margin:0;border-radius:8px}.chat-input .form-control:focus,.chat-input .btn:focus{outline:none;box-shadow:0 0 0 .2rem #007bff40}.character-counter{font-size:.7rem;color:#007bff;font-weight:500;background:#007bff1a;padding:2px 6px;border-radius:10px;margin-left:8px;animation:counterPulse 1s infinite alternate}@keyframes counterPulse{0%{background:#007bff1a;transform:scale(1)}to{background:#007bff33;transform:scale(1.05)}}.thinking-text{font-style:normal;color:#6c757d;letter-spacing:2px;animation:dotsBlink 1s steps(3,end) infinite}@keyframes dotsBlink{0%,20%{opacity:.2}50%{opacity:1}to{opacity:.2}}.glossary-tooltip-wrapper{position:relative;display:inline-flex;align-items:flex-start;margin-left:0;vertical-align:top;z-index:10001}.glossary-info-button{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-size:.8em;font-style:italic;font-weight:700;line-height:1;vertical-align:super;transform:translateY(-.35em);min-width:.9em;min-height:.9em;-webkit-user-select:none;user-select:none}.glossary-info-button:hover{color:#3b82f6}.glossary-info-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.glossary-info-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.glossary-tooltip{position:fixed;z-index:99999;pointer-events:auto;animation:fadeIn .2s ease}.chart-center-content .glossary-tooltip-wrapper,.chart-center-content .glossary-tooltip{z-index:99999!important}.glossary-tooltip-top{transform:translateY(calc(-100% - 4px))}.glossary-tooltip-bottom{transform:translateY(4px)}.glossary-tooltip-left{transform:translate(calc(-100% - 4px))}.glossary-tooltip-right{transform:translate(4px)}.glossary-tooltip-content{background:#fff;color:#1f2937;padding:10px 14px;border-radius:6px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:400px;min-width:280px;font-size:.875rem;line-height:1.5;white-space:normal;word-wrap:break-word}.glossary-tooltip-term{margin:0 0 6px;font-size:.9375rem;font-weight:600;color:#1f2937;display:block}.glossary-tooltip-definition{margin:0;color:#4b5563;display:block}.glossary-tooltip-examples{display:none}.glossary-tooltip-top:after{content:"";position:absolute;top:100%;left:8px;border:6px solid transparent;border-top-color:#fff}.glossary-tooltip-top:before{content:"";position:absolute;top:100%;left:7px;border:7px solid transparent;border-top-color:#e5e7eb;z-index:-1}.glossary-tooltip-bottom:after{content:"";position:absolute;bottom:100%;left:8px;border:6px solid transparent;border-bottom-color:#fff}.glossary-tooltip-bottom:before{content:"";position:absolute;bottom:100%;left:7px;border:7px solid transparent;border-bottom-color:#e5e7eb;z-index:-1}.glossary-tooltip-left:after{content:"";position:absolute;left:100%;top:8px;border:6px solid transparent;border-left-color:#fff}.glossary-tooltip-left:before{content:"";position:absolute;left:100%;top:7px;border:7px solid transparent;border-left-color:#e5e7eb;z-index:-1}.glossary-tooltip-right:after{content:"";position:absolute;right:100%;top:8px;border:6px solid transparent;border-right-color:#fff}.glossary-tooltip-right:before{content:"";position:absolute;right:100%;top:7px;border:7px solid transparent;border-right-color:#e5e7eb;z-index:-1}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@media(max-width:640px){.glossary-tooltip-content{max-width:250px;font-size:.8125rem}}.page-home .content-grid.home-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:20px}.page-home .card.home-card{border-radius:24px;padding:20px 22px;background:#fff;border:1px solid #f1f3f5;box-shadow:0 6px 20px #0f172a0a}.home-card-title{margin:0 0 6px;font-size:1.05rem;font-weight:600;color:#0f1724}.home-card-subtitle{margin:0 0 14px;font-size:.88rem;color:#6b7280}.home-card-subtitle.error{color:#ef4444}.home-card-header-row{display:flex;justify-content:space-between;align-items:center}.home-monthly-plaid-hint .home-monthly-plaid-hint-text{margin-bottom:0;line-height:1.5}.home-monthly-plaid-hint .home-monthly-plaid-hint-text strong{font-weight:600;color:#0f1724}.home-monthly-plaid-hint .home-monthly-plaid-hint-follow{margin-top:.75rem}.pulse-section{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.pulse-row{display:flex;flex-direction:column;gap:6px}.pulse-row+.pulse-row{margin-top:16px}.pulse-row-main{display:flex;justify-content:space-between;font-size:.9rem;align-items:baseline}.pulse-label{font-weight:700;color:#0f1724}.pulse-amount{font-size:.86rem;color:#9ca3af}.pulse-amount-value{font-weight:700;color:#0f1724}.pulse-amount-label{color:#9ca3af;margin-left:6px;font-weight:500}.pulse-row-sub{display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280}.pulse-sub{white-space:nowrap;color:#6b7280}.pulse-sub-value{font-weight:700;color:#0f1724;margin-right:6px}.pulse-sub-label{color:#9ca3af}.pulse-progress-track{margin-top:6px;height:10px;border-radius:9999px;background:#f3f4f6;overflow:hidden}.pulse-progress-fill{height:100%;border-radius:9999px;transition:width .4s ease}.pulse-progress-fill.needs{background:#ff9f40}.pulse-progress-fill.wants{background:#36a2eb}.pulse-progress-fill.savings{background:#4bc0c0}.spent-overspent-track{display:flex}.pulse-progress-fill.overspent{background:#ef4444}.pulse-subcategories{margin-top:8px;margin-left:16px;display:flex;flex-direction:column;gap:8px}.pulse-subcategory-row{display:flex;flex-direction:column;gap:4px}.pulse-subcategory-main{display:flex;justify-content:space-between;font-size:.85rem;align-items:baseline}.pulse-subcategory-label{color:#6b7280;font-weight:500}.pulse-subcategory-amount{font-size:.8rem;color:#9ca3af;font-weight:600}.pulse-subcategory-transactions{margin-top:6px;border-left:2px solid #e5e7eb;padding-left:10px;display:flex;flex-direction:column;gap:4px}.pulse-subcategory-transaction-row{display:flex;justify-content:space-between;gap:12px;font-size:.78rem}.pulse-subcategory-transaction-name{color:#374151;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:65%}.pulse-subcategory-transaction-meta{color:#6b7280;white-space:nowrap}.home-full-width-button{margin-top:12px;width:100%;border-radius:12px;border:0;background:#f3f4f6;padding:10px 0;font-size:.9rem;font-weight:600;color:#0f1724;cursor:pointer}.home-full-width-button:hover{background:#e9ecef}.insight-card{margin-top:4px}.insight-title{font-size:.92rem;font-weight:700;color:#0f1724;margin:0 0 6px}.insight-body{font-size:.85rem;color:#6b7280;margin:0}.networth-card{margin-top:4px}.networth-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.networth-amount{font-size:1.3rem;font-weight:700;color:#0f1724}.networth-label{font-size:.8rem;color:#9ca3af}.networth-dot{width:18px;height:18px;border-radius:9999px;border:2px solid #16a34a}.networth-chart{position:relative;margin-top:4px;padding-top:10px}.networth-chart-inner{height:120px;border-radius:12px;background:#ecfdf3;position:relative;overflow:hidden;box-shadow:inset 0 -20px 40px #ffffff59}.networth-chart-grid{position:absolute;inset:16px 10px 22px;background-image:linear-gradient(to right,rgba(148,163,184,.14) 1px,transparent 1px),linear-gradient(to top,rgba(148,163,184,.08) 1px,transparent 1px);background-size:28px 24px}.networth-chart-fill{position:absolute;left:14px;right:24px;bottom:26px;height:70%;background:linear-gradient(180deg,#22c55ea6,#22c55e0d);clip-path:polygon(0 80%,20% 60%,45% 40%,70% 25%,100% 10%,100% 100%,0 100%)}.networth-chart-line{position:absolute;left:14px;right:24px;bottom:26px;height:2px;background:linear-gradient(90deg,#16a34a,#22c55e);transform-origin:left bottom;transform:skewY(-18deg)}.networth-chart-yaxis{position:absolute;top:14px;right:4px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;font-size:.7rem;color:#4b5563}.networth-chart-xaxis{display:flex;justify-content:space-between;margin-top:8px;font-size:.7rem;color:#6b7280}.networth-chart-xlabels{display:flex;justify-content:space-between;margin-top:4px;font-size:.75rem;color:#6b7280}.home-quick-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:8px}.home-quick-large-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;text-align:left;box-shadow:0 4px 12px #0f172a0f;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.home-quick-large-card:hover{box-shadow:0 8px 24px #0f172a1f;transform:translateY(-1px);border-color:#d1d5db}.home-quick-icon{width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.home-quick-icon.needs{background:#ecfdf3;color:#15803d}.home-quick-icon.savings{background:#eff6ff;color:#1d4ed8}.home-quick-icon-inner{font-size:1rem;font-weight:600}.home-quick-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.home-quick-title{font-size:.9rem;font-weight:600;color:#111827;line-height:1.15}.home-quick-subtitle{font-size:.8rem;color:#6b7280}.goal-row{margin-top:10px}.goal-row:first-of-type{margin-top:4px}.goal-row-header{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:2px}.goal-name{font-weight:500;color:#111827}.goal-percent{font-weight:500;color:#4b5563}.goal-row-sub{font-size:.8rem;color:#6b7280;margin-bottom:4px}.goal-progress-track{height:10px;border-radius:9999px;background:#f3f4f6;overflow:hidden}.goal-progress-fill{height:100%;border-radius:9999px;background:#16a34a;transition:width .36s ease}.goal-row-no-bar{padding-top:6px;padding-bottom:4px;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.goal-chevron{font-size:1rem;color:#9ca3af}.home-bottom-quick-questions{margin-top:24px;padding:14px 18px;border-radius:18px;background:#f9fafb;border:1px solid #e5e7eb}.home-bottom-quick-questions-title{margin:0 0 8px;font-size:.9rem;font-weight:600;color:#111827}.home-bottom-quick-questions-chips{display:flex;flex-wrap:wrap;gap:8px}.home-bottom-quick-questions-chip{padding:6px 12px;border-radius:9999px;border:1px solid #d1d5db;background:#fff;font-size:.82rem;font-weight:500;color:#111827;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease}.home-bottom-quick-questions-chip:hover{background:#f3f4f6;box-shadow:0 2px 6px #0f172a14;transform:translateY(-.5px)}.home-monthly-pulse-quick-questions{margin-top:12px}.home-monthly-pulse-quick-questions .home-bottom-quick-questions-chips{justify-content:center;flex-wrap:wrap;gap:10px}.networth-quick-questions{margin-top:8px}.networth-quick-questions-chips{display:flex;justify-content:center;gap:12px;margin-top:8px}.networth-quick-questions-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:9999px;border:1px solid rgba(0,0,0,.35);background:#fff;color:#000;font-size:.8rem;font-weight:600;line-height:1.25;cursor:pointer;text-align:center;transition:background .15s ease,border-color .15s ease}.networth-quick-questions-chip:hover{background:#f3f4f6;border-color:#000}.home-chat-avatar{width:28px;height:28px;border-radius:9999px;background:#22c55e;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-right:8px}.planner-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999999;padding:20px}.planner-modal{width:100%;max-width:760px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 20px 50px #02061759;display:flex;flex-direction:column;overflow:hidden}.planner-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fffc,#fff9)}.planner-back{border:none;background:transparent;font-size:20px;cursor:pointer;color:#374151;padding:6px}.planner-confirm{border:none;background:#16a34a;color:#fff;width:36px;height:36px;border-radius:8px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.planner-tabs{display:flex;gap:8px;justify-content:center;align-items:center;flex:1}.planner-tab{border:1px solid transparent;padding:8px 12px;border-radius:9999px;background:#f3f4f6;color:#374151;cursor:pointer;font-weight:600}.planner-tab.active{background:#16a34a;color:#fff;border-color:#16a34a}.planner-body{padding:18px 20px;overflow-y:auto;display:block}.planner-networth-amount{font-size:1.25rem;font-weight:700;color:#0f1724;margin-bottom:6px}.planner-networth-sub{color:#6b7280;margin-bottom:8px}.planner-net-chart{border-radius:12px;background:#fff;padding:12px 12px 20px;border:1px solid #eef2f6}.planner-net-chart-inner{height:150px;border-radius:12px;background:linear-gradient(135deg,#eafaf1,#f0fbf5);box-shadow:inset 0 -10px 30px #22c55e0f}.planner-net-chart-legend{display:flex;justify-content:space-between;margin-top:8px;font-size:.8rem;color:#6b7280}.planner-income-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:600;color:#0f1724}.planner-income-bars{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.planner-income-bar{background:#fff;border-radius:12px;padding:10px;border:1px solid #eef2f6}.planner-income-bar-label{font-weight:600;color:#0f1724;margin-bottom:8px}.planner-income-bar-track{height:12px;border-radius:9999px;overflow:hidden;background:#f3f4f6;display:flex}.planner-income-bar-needs{background:#ff9f40}.planner-income-bar-wants{background:#36a2eb}.planner-income-bar-savings{background:#4bc0c0}.planner-income-bar-caption{margin-top:8px;font-size:.78rem;color:#6b7280;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.planner-income-bar-caption .dot{width:10px;height:10px;border-radius:9999px;display:inline-block;margin-right:6px}.planner-income-bar-caption .dot.needs{background:#ff9f40}.planner-income-bar-caption .dot.wants{background:#36a2eb}.planner-income-bar-caption .dot.savings{background:#4bc0c0}.planner-adjust-title{margin-top:12px;font-weight:700;color:#0f1724;margin-bottom:8px}.planner-unallocated{display:flex;justify-content:space-between;align-items:center;gap:8px;color:#6b7280;margin-bottom:12px}.planner-category-block{background:#fff;border-radius:12px;padding:12px;border:1px solid #eef2f6;margin-bottom:10px}.planner-category-title{font-weight:600;color:#111827;margin-bottom:6px}.planner-category-amount{font-weight:700;color:#0f1724;margin-bottom:6px}.planner-category-help{font-size:.8rem;color:#6b7280}.planner-chat-cta{margin-top:18px;width:100%;border-radius:9999px;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer}.planner-chat-avatar{width:32px;height:32px;border-radius:9999px;background:#22c55e;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.planner-chat-text{font-size:.9rem;color:#111827}.pulse-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999999;padding:20px}.pulse-modal{width:100%;max-width:760px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 20px 50px #02061759;display:flex;flex-direction:column;overflow:hidden}.pulse-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fffc,#fff9)}.pulse-modal-back{border:none;background:transparent;font-size:20px;cursor:pointer;color:#374151;padding:6px}.pulse-modal-title{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.pulse-modal-close{border:none;background:#f3f4f6;width:36px;height:36px;border-radius:8px;font-size:18px;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center}.pulse-modal-close:hover{background:#e5e7eb}.pulse-modal-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.pulse-summary-section{display:flex;flex-direction:column;gap:16px}.pulse-status-message{margin:0 0 8px;font-size:.95rem;color:#6b7280;font-weight:500}.pulse-summary-row{display:flex;flex-direction:column;gap:8px}.pulse-summary-main{display:flex;justify-content:space-between;font-size:.9rem;align-items:baseline}.pulse-summary-label{font-weight:700;color:#0f1724}.pulse-summary-amount{font-size:.86rem;color:#9ca3af}.pulse-summary-value{font-weight:700;color:#0f1724}.pulse-summary-label-text{color:#9ca3af;margin-left:6px;font-weight:500}.pulse-summary-sub{display:flex;justify-content:space-between;font-size:.8rem}.pulse-summary-sub-item{white-space:nowrap;color:#6b7280}.pulse-summary-sub-value{font-weight:700;color:#0f1724;margin-right:6px}.pulse-summary-progress-track{margin-top:6px;height:10px;border-radius:9999px;background:#f3f4f6;overflow:hidden}.pulse-summary-progress-fill{height:100%;border-radius:9999px;transition:width .4s ease}.pulse-summary-progress-fill.needs{background:#ff9f40}.pulse-summary-progress-fill.wants{background:#36a2eb}.pulse-summary-progress-fill.savings{background:#4bc0c0}.pulse-expenses-section,.pulse-savings-section{display:flex;flex-direction:column;gap:16px}.pulse-section-header{display:flex;justify-content:space-between;align-items:baseline}.pulse-section-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.pulse-section-total{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.pulse-section-total-amount{font-size:.95rem;font-weight:700;color:#111827}.pulse-section-total-percent{font-size:.8rem;color:#6b7280}.pulse-category-group{background:#f9fafb;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px}.pulse-category-group-header{display:flex;flex-direction:column;gap:8px;cursor:pointer}.pulse-category-group-title-wrapper{display:flex;justify-content:space-between;align-items:center}.pulse-category-group-title{font-size:.9rem;font-weight:600;color:#111827}.pulse-category-group-amount{font-size:.85rem;font-weight:600;color:#111827}.pulse-category-group-progress-track{height:8px;border-radius:9999px;background:#e5e7eb;overflow:hidden}.pulse-category-group-progress-fill{height:100%;border-radius:9999px;transition:width .4s ease}.pulse-category-group-progress-fill.needs{background:#ff9f40}.pulse-category-group-progress-fill.wants{background:#36a2eb}.pulse-category-group-chevron{align-self:flex-end;font-size:.8rem;color:#6b7280;margin-top:-20px}.pulse-category-list{display:flex;flex-direction:column;gap:12px;padding-top:4px}.pulse-category-item{display:flex;flex-direction:column;gap:6px}.pulse-category-item-header{display:flex;justify-content:space-between;font-size:.85rem}.pulse-category-item-name{color:#4b5563;font-weight:500}.pulse-category-item-amount{color:#111827;font-weight:600}.pulse-category-item-progress-track{height:6px;border-radius:9999px;background:#e5e7eb;overflow:hidden}.pulse-category-item-progress-fill{height:100%;border-radius:9999px;transition:width .4s ease}.pulse-category-item-progress-fill.needs{background:#ff9f40}.pulse-category-item-progress-fill.wants{background:#36a2eb}.pulse-savings-list{display:flex;flex-direction:column;gap:12px}.pulse-savings-item{display:flex;flex-direction:column;gap:6px}.pulse-savings-item-header{display:flex;justify-content:space-between;font-size:.85rem}.pulse-savings-item-name{color:#4b5563;font-weight:500}.pulse-savings-item-amount{color:#111827;font-weight:600}.pulse-savings-item-progress-track{height:6px;border-radius:9999px;background:#e5e7eb;overflow:hidden}.pulse-savings-item-progress-fill{height:100%;border-radius:9999px;transition:width .4s ease}.pulse-savings-item-progress-fill.savings{background:#4bc0c0}.pulse-savings-section .pulse-row>.pulse-progress-track{height:8px;background:#e5e7eb}.pulse-savings-section .pulse-subcategories .pulse-progress-track,.page-income .pulse-subcategories .pulse-progress-track{height:6px;background:#e5e7eb}.page-income .needs-header-allocated,.page-income .wants-header-allocated,.page-income .savings-header-allocated{display:block;font-size:.75rem;font-weight:500;color:#9ca3af;margin-top:2px}.page-income .income-breakdown-pct-muted{color:#6b7280;font-weight:500;font-size:.9em}.page-income .savings-income-subsection{margin-top:20px;padding-top:20px;border-top:1px solid #f3f4f6}.page-income .savings-income-subsection:first-of-type{margin-top:12px;padding-top:0;border-top:none}.page-income .savings-income-subsection-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.page-income .savings-income-subsection-title{font-size:.95rem;font-weight:600;color:#111827;line-height:1.3}.page-income .savings-income-subsection-total{text-align:right;font-size:1rem;font-weight:700;color:#111827}.page-income .savings-breakdown-stack-wrap{margin-top:4px;display:flex;flex-direction:column;gap:14px}.page-income .savings-breakdown-stack-bar{display:flex;flex-direction:row;width:100%;height:40px;border-radius:14px;overflow:hidden;background:#e5e7eb;box-shadow:inset 0 1px 2px #0000000f}.page-income .savings-breakdown-stack-segment{min-height:100%;box-sizing:border-box}.page-income .savings-breakdown-stack-segment+.savings-breakdown-stack-segment{border-left:1px solid rgba(255,255,255,.35)}.page-income .savings-breakdown-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.page-income .savings-breakdown-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.85rem}.page-income .savings-breakdown-legend-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.page-income .savings-breakdown-swatch{width:16px;height:16px;border-radius:5px;flex-shrink:0;box-shadow:inset 0 0 0 1px #00000014}.page-income .savings-breakdown-legend-label{color:#4b5563;font-weight:500;line-height:1.3}.page-income .savings-breakdown-legend-amount{font-size:.88rem;font-weight:600;color:#111827;flex-shrink:0}.page-income .needs-breakdown-stack-wrap{margin-top:16px;display:flex;flex-direction:column;gap:14px}.page-income .needs-breakdown-stack-bar{display:flex;flex-direction:row;width:100%;height:40px;border-radius:14px;overflow:hidden;background:#e5e7eb;box-shadow:inset 0 1px 2px #0000000f}.page-income .needs-breakdown-stack-segment{min-height:100%;box-sizing:border-box}.page-income .needs-breakdown-stack-segment+.needs-breakdown-stack-segment{border-left:1px solid rgba(255,255,255,.35)}.page-income .needs-breakdown-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.page-income .needs-breakdown-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.85rem}.page-income .needs-breakdown-legend-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.page-income .needs-breakdown-swatch{width:16px;height:16px;border-radius:5px;flex-shrink:0;box-shadow:inset 0 0 0 1px #00000014}.page-income .needs-breakdown-legend-label{color:#4b5563;font-weight:500;line-height:1.3}.page-income .needs-breakdown-legend-amount{font-size:.88rem;font-weight:600;color:#111827;flex-shrink:0}.page-income .wants-breakdown-stack-wrap{margin-top:16px;display:flex;flex-direction:column;gap:14px}.page-income .wants-breakdown-stack-bar{display:flex;flex-direction:row;width:100%;height:40px;border-radius:14px;overflow:hidden;background:#e5e7eb;box-shadow:inset 0 1px 2px #0000000f}.page-income .wants-breakdown-stack-segment{min-height:100%;box-sizing:border-box}.page-income .wants-breakdown-stack-segment+.wants-breakdown-stack-segment{border-left:1px solid rgba(255,255,255,.35)}.page-income .wants-breakdown-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.page-income .wants-breakdown-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.85rem}.page-income .wants-breakdown-legend-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.page-income .wants-breakdown-swatch{width:16px;height:16px;border-radius:5px;flex-shrink:0;box-shadow:inset 0 0 0 1px #00000014}.page-income .wants-breakdown-legend-label{color:#4b5563;font-weight:500;line-height:1.3}.page-income .wants-breakdown-legend-amount{font-size:.88rem;font-weight:600;color:#111827;flex-shrink:0}.pulse-chat-cta{margin-top:8px;width:100%;border-radius:9999px;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer}.pulse-chat-cta:hover{border-color:#9ca3af;background:#f9fafb}.pulse-chat-avatar{width:32px;height:32px;border-radius:9999px;background:#22c55e;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.pulse-chat-text{font-size:.9rem;color:#111827}.helper{font-size:.8rem;color:#6b7280;margin-top:6px}@media(max-width:768px){.page-home .content-grid.home-grid{padding:0 16px 32px}.home-quick-actions-grid{grid-template-columns:1fr}.planner-modal,.pulse-modal{max-width:100%;height:100%;max-height:100vh;border-radius:12px}}.networth-summary{display:flex;justify-content:space-between;align-items:flex-end;margin-top:4px}.networth-main-amount{font-size:1.35rem;font-weight:700;color:#0f1724}.networth-sub-label{font-size:.8rem;color:#9ca3af}.networth-change{font-size:.8rem;color:#16a34a;font-weight:600}.networth-overlay{position:fixed;inset:0;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:70;padding:20px}.networth-modal{background:#fff;width:100%;max-width:760px;height:100%;max-height:100vh;border-radius:16px;display:flex;flex-direction:column}.networth-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eef2f6}.networth-back{font-size:20px;background:none;border:none;cursor:pointer}.networth-tabs{display:flex;justify-content:space-around;padding:10px 0;font-size:.85rem;color:#6b7280}.networth-tabs .active{background:#e5f7ed;color:#16a34a;padding:4px 12px;border-radius:9999px;font-weight:600}.networth-value{font-size:1.6rem;font-weight:700;text-align:center;margin-top:8px}.networth-value-sub{text-align:center;font-size:.85rem;color:#9ca3af}.networth-chart-large{height:180px;margin:16px;border-radius:12px;background:linear-gradient(180deg,#dcfce7,#f0fdf4)}.networth-legend{display:flex;justify-content:center;gap:14px;font-size:.8rem;color:#6b7280}.networth-legend .dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:4px}.networth-legend .green{background:#16a34a}.networth-legend .purple{background:#7c3aed}.networth-legend .red{background:#ef4444}.networth-breakdown{margin-top:auto;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:.85rem}.networth-breakdown div{display:flex;justify-content:space-between}.home-full-width-button{margin-top:12px;width:100%;border-radius:14px;border:1px solid #e5e7eb;background:#f9fafb;padding:12px 0;font-size:.9rem;font-weight:600;color:#111827;cursor:pointer}.home-full-width-button:hover{background:#f3f4f6}.planner-adjust-slider{width:100%;margin:10px 0 16px;accent-color:#166534}.planner-category-input{width:100%;margin-top:6px;padding:8px 10px;border-radius:10px;border:1px solid #d1d5db;font-size:.9rem;font-weight:500;color:#111827}.planner-category-input:focus{outline:none;border-color:#166534;box-shadow:0 0 0 2px #16653426}.planner-savings-section{margin-top:14px}.planner-savings-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;color:#111827;margin-bottom:10px}.planner-add-btn{border:none;background:#f3f4f6;border-radius:8px;width:28px;height:28px;font-size:1rem;cursor:pointer}.planner-unallocated-row{display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280;margin-bottom:12px}.planner-unallocated-amount{font-weight:600;color:#166534}.planner-overspending{color:#dc2626}.planner-savings-list{display:flex;flex-direction:column;gap:10px}.planner-savings-row{border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;background:#fff}.planner-savings-main{display:flex;justify-content:space-between;font-size:.9rem;font-weight:600;color:#111827}.planner-savings-meta{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.planner-savings-helper{font-size:.75rem;color:#6b7280}.planner-dots{border:none;background:none;font-size:1.1rem;color:#9ca3af;cursor:pointer}.planner-savings-suggested{margin-top:6px;font-size:.78rem;color:#166534;background:#ecfdf3;padding:6px 8px;border-radius:10px}.planner-savings-row{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.planner-savings-main{display:flex;justify-content:space-between;align-items:center}.planner-savings-title{font-size:15px;font-weight:600;color:#111827}.planner-savings-amount{font-size:16px;font-weight:700;color:#16a34a}.planner-savings-meta{display:flex;justify-content:space-between;align-items:center}.planner-savings-helper{font-size:13px;color:#6b7280}.planner-savings-input{width:140px;padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;font-weight:600;text-align:right}.planner-savings-input:focus{outline:none;border-color:#16a34a}.planner-savings-suggested{font-size:13px;color:#374151}.planner-savings-list{display:flex;flex-direction:column;gap:12px}.planner-title{font-size:1.1rem;font-weight:600}.savings-status{border:2px solid #22c55e;border-radius:14px;padding:14px;background:#f0fdf4;margin-bottom:18px}.savings-status-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:6px}.on-budget{color:#16a34a}.savings-status-row{display:flex;justify-content:space-between;font-size:.9rem;margin-top:4px}.savings-status-note{margin-top:10px;font-size:.85rem;color:#166534}.savings-section-title{font-size:.95rem;font-weight:600;margin:14px 0 8px}.savings-slider{margin-bottom:16px}.savings-slider-header{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:6px}.savings-slider input[type=range]{width:100%;accent-color:#111827}.savings-slider-helper{font-size:.8rem;color:#6b7280;margin-top:4px}.planner-modal-full{width:100%;max-width:420px;height:92vh;max-height:92vh;display:flex;flex-direction:column}.savings-modal .planner-body{overflow-y:auto;overflow-x:auto;padding-bottom:24px}.savings-apply{margin-top:20px;width:100%;height:44px;border-radius:12px;background:#16a34a;color:#fff;font-size:.95rem;font-weight:600;border:none;cursor:pointer}.savings-apply:hover{background:#15803d}.savings-slider{margin-top:18px}.savings-slider-header{display:flex;justify-content:space-between;font-size:.9rem;font-weight:500;color:#111827;margin-bottom:6px}.savings-slider input[type=range]{width:100%;height:6px;border-radius:9999px;background:#e5e7eb;outline:none}.savings-slider-helper{margin-top:6px;font-size:.8rem;color:#6b7280}.networth-summary-card{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:16px;background:#f9fafb}.networth-summary-amount{font-size:1.25rem;font-weight:700;color:#111827}.networth-summary-label{font-size:.8rem;color:#6b7280}.networth-summary-change{font-size:.8rem;color:#16a34a;font-weight:600}.networth-overlay-tabs{display:flex;gap:8px;margin-bottom:12px}.networth-tab{padding:4px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:.75rem;cursor:pointer}.networth-tab.active{background:#e6f4ea;border-color:#22c55e;color:#166534}.networth-overlay-amount{font-size:1.3rem;font-weight:700;margin-bottom:2px}.networth-overlay-sub{font-size:.8rem;color:#6b7280;margin-bottom:12px}.networth-overlay-graph{height:160px;border-radius:12px;background:linear-gradient(180deg,#e6f4ea,#fff);margin-bottom:16px}.networth-breakdown{display:flex;flex-direction:column;gap:10px;font-size:.85rem}.networth-breakdown div{display:flex;justify-content:space-between;color:#111827}.savings-modal{max-width:750px}.planner-tabs{display:flex;gap:8px;padding:12px}.planner-tab{flex:1;padding:8px;border-radius:8px;background:#f2f2f2;border:none;font-weight:500}.planner-tab.active{background:#2f6b3f;color:#fff}.networth-tabs{display:flex;gap:6px;justify-content:center}.networth-tab{padding:6px 10px;border-radius:6px;border:none;background:#eee}.networth-tab.active{background:#dfeee4;color:#2f6b3f}.networth-amount{font-size:28px;font-weight:700;text-align:center}.networth-sub{text-align:center;color:#777}.networth-graph{height:160px;background:linear-gradient(180deg,#dff2e7,#fff);border-radius:12px;margin:16px 0}.networth-legend{display:flex;justify-content:center;gap:12px;font-size:12px}.balance-row{display:flex;align-items:center;gap:8px;margin:16px 0}.balance-bar{flex:1;height:6px;background:#eee;border-radius:4px;overflow:hidden}.balance-fill{height:100%}.balance-fill.positive{background:#4caf50}.balance-fill.negative{background:#f44336}.savings-header{display:flex;justify-content:space-between;margin-top:12px}.add-btn{background:#f2f2f2;border-radius:6px;border:none;padding:4px 8px}.savings-row{padding:10px 0;border-bottom:1px solid #eee}.savings-top{display:flex;justify-content:space-between;align-items:center}.savings-actions{display:flex;gap:6px}.savings-actions input{width:80px;padding:4px}.savings-help{font-size:12px;color:#777}.income-plan{display:flex;justify-content:space-between;font-weight:600}.income-breakdown{display:flex;gap:6px;margin:8px 0}.pill{padding:4px 8px;border-radius:12px;font-size:12px}.pill.needs{background:#ffedd5}.pill.wants{background:#dbeafe}.pill.savings{background:#dcfce7}.income-distribution{display:flex;flex-direction:column;gap:18px}.income-row{display:flex;flex-direction:column;gap:8px}.income-row-header{display:flex;justify-content:space-between;font-size:14px;font-weight:500}.income-bar{display:flex;height:10px;border-radius:6px;overflow:hidden;background:#eee}.income-bar-needs{background:#ff9800}.income-bar-wants{background:#4db6e6}.income-bar-savings{background:#a8cf5a}.income-legend{display:flex;gap:14px;font-size:12px}.legend.needs{color:#ff9800}.legend.wants{color:#4db6e6}.legend.savings{color:#a8cf5a}.balance-row{display:flex;align-items:center;gap:12px;margin:16px 0 20px}.balance-label{font-size:.85rem;color:#6b7280;white-space:nowrap}.balance-slider{position:relative;width:140px;height:16px;display:flex;align-items:center}.balance-track{position:absolute;width:100%;height:6px;background:#e5e7eb;border-radius:9999px}.balance-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e40;transition:left .25s ease}.balance-thumb.negative{background:#ef4444;box-shadow:0 0 0 3px #ef444440}.balance-slider{width:500px;position:relative}.balance-bar{position:relative;flex:1;height:10px;border-radius:9999px;background:#e5e7eb;overflow:hidden}.balance-slider{width:140px;position:relative}.balance-range{-webkit-appearance:none;width:100%;height:6px;border-radius:9999px;background:#e5e7eb;outline:none;cursor:pointer}.balance-range::-webkit-slider-runnable-track{height:6px;border-radius:9999px;background:#e5e7eb}.balance-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e40;margin-top:-4px;transition:background .2s,box-shadow .2s}.balance-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#22c55e;border:none;box-shadow:0 0 0 3px #22c55e40}.balance-range.negative::-webkit-slider-thumb{background:#ef4444;box-shadow:0 0 0 3px #ef444440}.balance-range.negative::-moz-range-thumb{background:#ef4444}.planner-balance-wrapper{margin:16px 0 24px}.planner-balance-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280;margin-bottom:6px}.planner-balance-bar{position:relative;height:10px;background:#e5e7eb;border-radius:9999px;overflow:hidden}.planner-balance-center{position:absolute;left:50%;top:0;width:2px;height:100%;background:#9ca3af;transform:translate(-50%);z-index:2}.planner-balance-fill{position:absolute;top:0;height:100%;border-radius:9999px}.planner-balance-fill.left{right:50%;background:#22c55e}.planner-balance-fill.right{left:50%;background:#ef4444}.balance-row{display:flex;align-items:center;gap:12px;width:100%}.balance-label{font-size:12px;color:#6b7280;white-space:nowrap}.balance-bar-ui{flex:1;display:flex;align-items:center}.balance-track{position:relative;width:100%;height:8px;border-radius:999px;overflow:hidden;background:#e5e7eb}.balance-left{position:absolute;left:0;top:0;height:100%;width:50%;background:linear-gradient(90deg,#6a994e,#8fcf7a)}.balance-right{position:absolute;right:0;top:0;height:100%;width:50%;background:linear-gradient(90deg,#f87171,#ef4444)}.balance-center-line{position:absolute;left:50%;top:-4px;width:2px;height:16px;background:#111827;transform:translate(-50%);border-radius:1px}.balance-knob{position:absolute;left:50%;top:50%;width:18px;height:18px;background:#fff;border:2px solid #111827;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0003}.home-ribbit-below-networth{margin-top:1rem;padding:1rem 1.25rem;border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;display:flex;align-items:flex-start;gap:12px}.home-ribbit-below-networth-icon{flex-shrink:0;width:40px;height:40px;object-fit:contain}.home-ribbit-below-networth-text{flex:1;min-width:0}.home-ribbit-below-networth-line1{font-size:1rem;font-weight:600;margin:0 0 6px;color:#0f1724}.home-ribbit-below-networth-line2{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.home-plan-completeness{margin-top:1rem;padding:1rem 1.25rem;border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}.home-plan-completeness-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.home-plan-completeness-title{font-size:1rem;font-weight:600;margin:0;color:#0f1724}.home-plan-completeness-label{font-size:.875rem;color:#6b7280;margin:0}.home-plan-completeness-bar-track{height:10px;border-radius:9999px;background:#f3f4f6;overflow:hidden}.home-plan-completeness-bar-fill{height:100%;border-radius:9999px;background:#6a994e;transition:width .4s ease}.home-plan-completeness-copy{font-size:.9375rem;font-weight:500;color:#0f1724;margin:10px 0 4px}.home-plan-completeness-subtext{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4}.home-plan-completeness-separator{border:none;border-top:1px solid #e5e7eb;margin:1rem 0 8px}.home-plan-completeness-next-step-label{font-size:.875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.02em;margin:0 0 8px}.home-plan-completeness-next-step{margin-top:0;padding:1rem 1.25rem;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb}.home-plan-completeness-next-step-title{font-size:1rem;font-weight:600;color:#0f1724;margin:0 0 6px}.home-plan-completeness-next-step-subtext{font-size:.875rem;color:#6b7280;margin:0 0 12px;line-height:1.4}.home-plan-completeness-next-step-divider{border:none;border-top:1px solid #e5e7eb;margin:12px 0}.home-plan-completeness-next-step-unlock-title{font-size:.875rem;font-weight:600;color:#0f1724;margin:0 0 8px}.home-plan-completeness-next-step-unlock-list{font-size:.875rem;color:#6b7280;margin:0 0 12px;padding-left:1.25rem;line-height:1.5}.home-plan-completeness-next-step-unlock-list li{margin-bottom:4px}.home-plan-completeness-next-step-unlock-list li:last-child{margin-bottom:0}.home-plan-completeness-make-smarter-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;font-size:.9375rem;font-weight:500;color:#0f1724;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .2s}.home-plan-completeness-make-smarter-trigger:hover{border-color:#d1d5db}.home-plan-completeness-make-smarter-trigger:focus{outline:none;border-color:#6a994e;box-shadow:0 0 0 2px #6a994e33}.home-plan-completeness-make-smarter-trigger-text{text-transform:uppercase;letter-spacing:.02em}.home-plan-completeness-make-smarter-chevron{font-size:.7rem;color:#6b7280;transition:transform .2s}.home-plan-completeness-make-smarter-chevron.open{transform:rotate(180deg)}.home-plan-completeness-cards{display:flex;flex-direction:column;gap:8px;margin-top:10px}.home-plan-completeness-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.home-plan-completeness-card:hover{border-color:#6a994e;box-shadow:0 2px 8px #6a994e1f}.home-plan-completeness-card:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.home-plan-completeness-card:disabled:hover{border-color:#e5e7eb;box-shadow:none}.home-plan-completeness-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%;margin-bottom:4px}.home-plan-completeness-card-title{font-size:.9375rem;font-weight:600;color:#0f1724;flex:1;min-width:0}.home-plan-completeness-card--complete{border-color:#a7c686;background:#f7faf4}.home-plan-completeness-card--complete:hover{border-color:#6a994e;box-shadow:0 2px 8px #6a994e26}.home-plan-completeness-card--partial{border-color:#c9dcb8;background:#fafcf8}.home-plan-completeness-card--partial:hover{border-color:#6a994e;box-shadow:0 2px 8px #6a994e1a}.home-plan-completeness-card-check{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#dcfce7;border:2px solid #86efac;display:flex;align-items:center;justify-content:center;color:#16a34a}.home-plan-completeness-card-check-icon{display:block}.home-plan-completeness-card-subtext{font-size:.8125rem;color:#6b7280;line-height:1.4}.home-plan-completeness-next-step-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 18px;background:#6a994e;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s}.home-plan-completeness-next-step-btn:hover{background:#5a8540}.home-plan-completeness-next-step-arrow{font-size:1.1em;line-height:1}.home-plan-completeness-next-step-stat{font-size:.875rem;font-weight:500;color:#0f1724;margin:12px 0 6px;line-height:1.4}.home-plan-completeness-next-step-meta{font-size:.8125rem;color:#6b7280;margin:0 0 4px;line-height:1.4}.home-plan-completeness-next-step-security{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4}.home-plan-completeness-lock-icon{flex-shrink:0;color:#6b7280}.page-home .home-savings-path .path-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:12px}.page-home .home-savings-path .path-card:last-child{margin-bottom:0}.page-home .home-savings-path .path-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.page-home .home-savings-path .path-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-home .home-savings-path .shield-icon{background-color:#f3f4f6;color:#1a1a1a}.page-home .home-savings-path .path-card-title{font-size:1rem;font-weight:700;color:#0f1724;margin:0}.page-home .home-savings-path .path-card-description{font-size:.875rem;color:#4a4a4a;margin:0 0 .75rem;line-height:1.5}.page-home .home-savings-path .progress-bar-container{margin-top:.5rem}.page-home .home-savings-path .progress-bar-labels{display:flex;justify-content:flex-end;margin-bottom:.5rem}.page-home .home-savings-path .progress-label-right{font-size:.8125rem;font-weight:600;color:#0f1724}.page-home .home-savings-path .progress-bar-track{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.page-home .home-savings-path .progress-bar-fill{height:100%;background-color:#0f1724;border-radius:4px;transition:width .3s ease;min-width:0;display:block}.page-home .home-debt-path .path-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:12px}.page-home .home-debt-path .path-card.insights-card{background-color:#eff6ff;border-color:#bfdbfe}.page-home .home-debt-path .insights-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.page-home .home-debt-path .insights-icon{width:32px;height:32px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-home .home-debt-path .insights-title{font-size:1rem;font-weight:700;color:#3b82f6;margin:0}.page-home .home-debt-path .insights-text{font-size:.875rem;color:#2563eb;margin:0;line-height:1.5}.page-home .home-debt-path .home-debt-path-intro{font-size:.8125rem;line-height:1.45;color:#475569;margin:0 0 14px;max-width:42rem}.page-home .home-debt-path .home-debt-path-intro strong{color:#334155;font-weight:600}.page-home .home-debt-path .debt-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:12px;display:flex;flex-direction:column}.page-home .home-debt-path .debt-card:last-child{margin-bottom:0}.page-home .home-debt-path .debt-name{font-size:1rem;font-weight:600;color:#0f1724;margin-bottom:.5rem}.page-home .home-debt-path .debt-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.page-home .home-debt-path .debt-apr-block{display:flex;flex-direction:column;gap:2px;min-width:0;max-width:min(100%,280px)}.page-home .home-debt-path .debt-apr{font-size:.875rem;color:#6b7280;font-weight:600}.page-home .home-debt-path .debt-apr-note{font-size:.6875rem;line-height:1.35;color:#64748b;font-weight:500;margin-top:2px}.page-home .home-debt-path .debt-payoff-stack{display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right;max-width:min(100%,280px)}.page-home .home-debt-path .debt-payoff{font-size:.875rem;color:#4a4a4a}.page-home .home-debt-path .debt-monthly-pay{font-size:.875rem;color:#0f1724;line-height:1.35}.page-home .home-debt-path .debt-monthly-pay-label{font-weight:500;color:#475569}.page-home .home-debt-path .debt-monthly-pay-amount{font-weight:700;color:#0f1724}.page-home .home-debt-path .debt-monthly-pay-detail{font-size:.75rem;font-weight:500;color:#6b7280}.page-home .home-debt-path .debt-payoff-date{font-size:.8125rem;font-weight:600;color:#1e40af}.page-home .home-debt-path .debt-payoff-scenarios{margin-top:14px;padding-top:12px;border-top:1px solid #e5e7eb;text-align:left;width:100%}.page-home .home-debt-path .debt-payoff-scenarios-title{font-size:.75rem;font-weight:600;color:#475569;margin-bottom:8px}.page-home .home-debt-path .debt-payoff-scenario-row{font-size:.8125rem;line-height:1.45;color:#0f1724;margin-bottom:4px}.page-home .home-debt-path .debt-payoff-scenario-pay{font-weight:600}.page-home .home-debt-path .debt-payoff-scenario-when{color:#1e40af;font-weight:600}.page-home .home-debt-path .debt-payoff-estimate-hint{font-size:.75rem;font-weight:500;color:#6b7280}.page-home .home-debt-path .home-debt-path-cta{width:100%;margin:0;padding:0;border:none;background:none;font:inherit;color:#6b7280;font-size:.875rem;cursor:pointer;text-decoration:underline;text-align:left}.page-home .home-debt-path .home-debt-path-cta:hover{color:#0f1724}.ribbit-page-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:4px;width:100%;max-width:844px;margin:0 auto;padding:0 1rem}.ai-ribbit-fab{position:fixed;inset:auto 24px 24px auto;z-index:1000;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 4px 14px #0000001f;font-size:.9rem;font-weight:600;color:#1f2937;cursor:pointer;transition:box-shadow .2s,transform .2s}.ribbit-question-btns{display:flex;flex-direction:row;gap:8px;margin-bottom:1rem;flex-wrap:wrap}.ribbit-question-btn{flex:1;min-width:0;padding:10px 14px;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;cursor:pointer;transition:background .2s,border-color .2s}.ribbit-question-btn:hover{background:#fff;border-color:#6a994e}.ribbit-modal-backdrop{position:fixed;inset:0;z-index:2000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.ribbit-modal-content{position:relative;width:100%;max-width:560px;height:calc(100vh - 48px);max-height:calc(100vh - 48px);min-height:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column}.ribbit-modal-content .ribbit-chat-container{margin:0;max-width:none;max-height:none;flex:1;min-height:0;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.ribbit-modal-content .ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:0;overflow:hidden}.ribbit-modal-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.ribbit-modal-close:hover{background:#e5e7eb}@media(max-width:768px){.ribbit-page-wrapper{flex-direction:column}.ribbit-fab{position:fixed;bottom:8px;right:8px;top:auto}}.ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:2000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.ai-ribbit-modal-content .ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:0;overflow:hidden}.ai-ribbit-modal-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}@media(max-width:768px){.ai-ribbit-fab{bottom:80px;right:16px}}.final-plan-page{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;width:100vw;background-color:#fff;padding:1rem;overflow-y:auto}.final-plan-container{width:100%;max-width:400px;display:flex;flex-direction:column;padding-bottom:2rem}.final-plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-top:1rem}.progress-bar.active{background-color:#6a994e}.final-plan-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 1rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif;line-height:1.3}.final-plan-description{font-size:16px;color:#4a4a4a;margin:0 0 2rem;line-height:1.6}.projected-net-worth-box{margin-bottom:2rem;padding:1.5rem;background:#f8faf8;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.projected-net-worth-box-label{font-size:.9rem;color:#374151;margin-bottom:.5rem;display:flex;align-items:center;gap:6px}.projected-net-worth-box-amount{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;letter-spacing:-.02em}.projected-net-worth-box-subtext{font-size:.875rem;color:#6b7280}.final-plan-quick-questions{display:flex;flex-wrap:wrap;gap:8px;margin:1rem 0 .5rem}.final-plan-question-chip{padding:8px 12px;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#374151;font-size:.85rem;cursor:pointer}.final-plan-question-chip:hover{border-color:#6a994e;color:#1f2937}.final-plan-chart-headline-amount{text-align:center;margin-bottom:.25rem}.final-plan-chart-headline-amount .net-worth-amount{margin-bottom:0}.final-plan-chart-block{margin-top:1rem}.section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.income-distribution-section{margin-bottom:4rem}.chart-container{position:relative;width:100%;max-width:280px;aspect-ratio:1 / 1;margin-bottom:-150px}.income-distribution-content{display:flex;flex-direction:column;gap:0;align-items:center}.donut-chart-wrapper{display:flex;align-items:center;justify-content:center;width:100%;max-width:280px}.chart-container{position:relative;width:100%;max-width:280px;aspect-ratio:1 / 1}.chart-container>div{position:relative;width:100%;height:100%}.chart-center-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;pointer-events:auto!important;width:70%}.chart-center-content *{pointer-events:auto!important}.chart-center-content .glossary-tooltip-wrapper{position:relative;z-index:10001}.chart-center-amount{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.chart-center-label{font-size:14px;font-weight:500;color:#4a4a4a;margin-bottom:.25rem}.chart-center-sublabel{font-size:12px;color:#6b7280}.income-legend{display:flex;flex-direction:column;gap:1rem;width:100%}.legend-item{display:flex;align-items:center;gap:1rem;background-color:#f9fafb;border-radius:12px;padding:1rem}.legend-color{width:16px;height:16px;border-radius:50%;flex-shrink:0}.legend-content{flex:1}.legend-label{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.legend-amount{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.legend-percentage{font-size:14px;color:#6b7280}.path-section{margin-bottom:2.5rem}.path-section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.path-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.path-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.path-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shield-icon{background-color:#f3f4f6;color:#1a1a1a}.path-card-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}.path-card-description{font-size:14px;color:#4a4a4a;margin:0 0 1rem;line-height:1.5}.progress-bar-container{margin-top:1rem}.progress-bar-labels{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-label-left,.progress-label-right{font-size:14px;font-weight:600;color:#1a1a1a}.progress-bar-track{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#1a1a1a;border-radius:4px;transition:width .3s ease;min-width:0;display:block}.insights-card{background-color:#eff6ff;border-color:#bfdbfe}.insights-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.insights-icon{width:32px;height:32px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insights-title{font-size:18px;font-weight:700;color:#3b82f6;margin:0}.insights-text{font-size:14px;color:#3b82f6;margin:0;line-height:1.5}.debt-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column}.debt-name{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.debt-footer{display:flex;justify-content:space-between;align-items:center}.debt-apr{font-size:14px;color:#6b7280}.debt-payoff{font-size:14px;color:#4a4a4a}.net-worth-section{margin-bottom:2.5rem}.net-worth-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.net-worth-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.net-worth-projection-scope{margin:0 0 .75rem;text-align:center;font-size:.8125rem;color:#64748b;line-height:1.4}.net-worth-projection-scope-label{font-weight:500}.net-worth-projection-scope-sep{color:#94a3b8;font-weight:400}.net-worth-projection-scope strong{color:#475569;font-weight:700}.net-worth-label{font-size:14px;font-weight:600;color:#1a1a1a}.info-icon{font-size:14px;color:#6b7280;cursor:pointer}.net-worth-amount{font-size:32px;font-weight:700;color:#16a34a;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.net-worth-growth{font-size:14px;color:#16a34a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.25rem}.growth-arrow{font-size:16px}.net-worth-chart-placeholder{height:200px;background-color:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:1rem}.final-plan-chart-block .net-worth-chart-placeholder{margin-top:0}.chart-note{font-size:14px;color:#6b7280;text-align:center}.projected-net-worth-section{margin-bottom:2rem}.timeframe-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.timeframe-button{padding:.5rem 1rem;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background-color:#f3f4f6;color:#4a4a4a}.timeframe-button.active{background-color:#1a1a1a;color:#fff}.timeframe-button:hover:not(.active){background-color:#e5e7eb}.projected-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.projected-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center}.projected-label{font-size:14px;color:#6b7280;margin-bottom:.5rem}.projected-amount{font-size:24px;font-weight:700;color:#16a34a;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.projected-summary{font-size:16px;color:#4a4a4a;margin:0;line-height:1.6;text-align:center}.projected-methodology{font-size:13px;color:#9ca3af;line-height:1.45;text-align:center;max-width:36rem;margin:12px auto 0}.projected-methodology--in-box{text-align:left;margin-left:0;margin-right:0;max-width:none}.save-plan-button-wrap{margin:0 0 2rem;position:relative;z-index:10}.final-plan-tip-above-cta{margin-top:1rem;margin-bottom:.5rem;padding:1rem 1.25rem;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;box-shadow:0 1px 3px #1e40af14}.final-plan-tip-above-cta-title{font-size:1rem;font-weight:600;margin:0 0 6px;color:#1e40af;display:flex;align-items:center;gap:12px}.final-plan-tip-above-cta-bulb{flex-shrink:0;font-size:1.85rem;line-height:1}.final-plan-tip-above-cta-subtext{font-size:.875rem;color:#1e3a8a;margin:0;line-height:1.5}.final-plan-ask-ribbit-above-cta{margin:0 0 .75rem;font-size:.875rem;color:#6b7280;line-height:1.4}.final-plan-ask-ribbit-link{background:none;border:none;padding:0;font:inherit;color:#6a994e;text-decoration:underline;cursor:pointer;font-weight:600}.final-plan-ask-ribbit-link:hover{color:#5a8540}.save-plan-button{position:relative;z-index:10;width:100%;padding:1rem 1.5rem;background-color:#6a994e;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:1rem}.save-plan-button:hover{background-color:#5a8540}.save-plan-button svg{width:20px;height:20px}@media(max-width:480px){.final-plan-page{padding:.75rem}.final-plan-title{font-size:28px}.income-distribution-content{gap:0}.projected-cards{grid-template-columns:1fr}}.ai-ribbit-fab{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:9999;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 4px 14px #0000001f;font-size:.9rem;font-weight:600;color:#1f2937;cursor:pointer;transition:box-shadow .2s,transform .2s}.ai-ribbit-fab:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}.ai-ribbit-fab img{width:32px;height:32px;object-fit:contain}.ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:10000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.ai-ribbit-modal-content{position:relative;width:100%;max-width:560px;height:calc(100vh - 48px);max-height:calc(100vh - 48px);min-height:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column}.ai-ribbit-modal-content .ribbit-chat-container{margin:0;max-width:none;max-height:none;flex:1;min-height:0;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.ai-ribbit-modal-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center}.ai-ribbit-modal-close:hover{background:#e5e7eb}.chart-center-content .glossary-tooltip{position:fixed!important;z-index:999999!important}.chart-center-content .glossary-tooltip-wrapper{position:static!important;z-index:999999!important}.glossary-tooltip,.glossary-tooltip-wrapper{z-index:999999!important}.final-plan-page{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;width:100vw;background-color:#fff;padding:1rem 2rem;overflow-y:auto}.final-plan-container{width:100%;max-width:680px;display:flex;flex-direction:column;padding-bottom:2rem}.projected-cards{grid-template-columns:repeat(3,1fr)}@media(max-width:640px){.final-plan-page{padding:.75rem 1rem}.final-plan-container{max-width:100%}.projected-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.projected-cards{grid-template-columns:1fr}}.simple-savings-plan-root .savings-plan-page{min-height:100vh;width:100vw;background:#fff;display:flex;justify-content:center;align-items:center}.simple-savings-plan-root .savings-plan-container{width:100%;max-width:400px;padding:16px}.simple-savings-plan-root .savings-header{display:flex;align-items:center;gap:12px}.simple-savings-plan-root .back-btn{background:none;border:none;font-size:22px;cursor:pointer}.simple-savings-plan-root .progress-bar{flex:1;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.simple-savings-plan-root .progress-active{width:100%;height:100%;background:#6a994e}.simple-savings-plan-root .title{font-size:30px;font-weight:700;margin-top:8px;margin-bottom:6px;line-height:1.2}.simple-savings-plan-root .savings-plan-subtext{margin:0;font-size:15px;color:#6b7280;line-height:1.4}.simple-savings-plan-root .savings-plan-ask-ribbit{margin:8px 0 18px;font-size:14px;color:#6b7280;line-height:1.4}.simple-savings-plan-root .savings-plan-ask-ribbit-link{background:none;border:none;padding:0;font:inherit;color:#6a994e;text-decoration:underline;cursor:pointer;font-weight:600}.simple-savings-plan-root .savings-plan-ask-ribbit-link:hover{color:#5f8a44}.simple-savings-plan-root .savings-plan-question-buttons{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}.simple-savings-plan-root .savings-plan-question-btn{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9999px;padding:10px 14px;font-size:14px;font-weight:600;color:#1f2937;cursor:pointer;line-height:1.2;transition:all .15s ease}.simple-savings-plan-root .savings-plan-question-btn:hover{border-color:#6a994e;background:#fff;transform:translateY(-1px);box-shadow:0 2px 6px #0000000f}.simple-savings-plan-root .savings-plan-mix-box{margin:16px 0 20px;padding:16px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}.simple-savings-plan-root .savings-plan-mix-title{font-size:1rem;font-weight:700;margin:0 0 4px;color:#111827}.simple-savings-plan-root .savings-plan-mix-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 12px;line-height:1.4}.simple-savings-plan-root .savings-plan-mix-note{font-size:.875rem;color:#374151;margin:0 0 14px;line-height:1.4}.simple-savings-plan-root .savings-plan-adjust-title{font-size:.95rem;font-weight:700;color:#111827;margin:22px 0 4px}.simple-savings-plan-root .savings-plan-adjust-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 10px;line-height:1.4}.simple-savings-plan-root .savings-plan-mix-bar{margin-top:8px}.simple-savings-plan-root .savings-plan-mix-bar-track{display:flex;align-items:stretch;height:56px;border-radius:12px;overflow:hidden}.simple-savings-plan-root .savings-plan-mix-segment{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:6px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2)}.simple-savings-plan-root .savings-plan-mix-segment-label{font-size:.8rem;font-weight:700;letter-spacing:0;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.simple-savings-plan-root .savings-plan-mix-segment-cash{background:#f59e0b}.simple-savings-plan-root .savings-plan-mix-segment-retirement{background:#38bdf8}.simple-savings-plan-root .savings-plan-mix-segment-investment{background:#84cc16}.simple-savings-plan-root .savings-plan-mix-alignment-table{display:flex;align-items:flex-start;margin-top:10px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.simple-savings-plan-root .savings-plan-mix-alignment-cell{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 4px}.simple-savings-plan-root .savings-plan-mix-alignment-percent{font-size:.92rem;font-weight:700;color:#1f2937;line-height:1.2}.simple-savings-plan-root .savings-plan-mix-alignment-amount{font-size:.84rem;font-weight:700;color:#374151;line-height:1.2}.simple-savings-plan-root .savings-plan-mix-controls{margin-top:14px;display:flex;flex-direction:column;gap:10px}.simple-savings-plan-root .savings-plan-mix-control{padding:12px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.simple-savings-plan-root .savings-plan-mix-control-header{display:flex;align-items:center;font-weight:700;color:#111827;font-size:.9rem;margin-bottom:0;text-align:left;flex:0 0 auto}.simple-savings-plan-root .savings-plan-mix-stepper{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex:1 1 auto}.simple-savings-plan-root .savings-plan-mix-stepper-btn{width:34px;height:34px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#111827}.simple-savings-plan-root .savings-plan-mix-stepper-btn:hover{border-color:#6a994e}.simple-savings-plan-root .savings-plan-mix-percent-input{width:92px;height:36px;border-radius:10px;border:1px solid #e5e7eb;padding:0 12px;text-align:right;font-size:.95rem;font-weight:700;color:#111827;background:#fff}.simple-savings-plan-root .savings-plan-mix-percent-input:focus{outline:none;border-color:#6a994e}.simple-savings-plan-root .savings-plan-mix-percent-input-readonly{background:#f3f4f6;color:#374151;cursor:default}.simple-savings-plan-root .savings-plan-mix-percent-suffix{font-size:.95rem;font-weight:700;color:#6b7280}.simple-savings-plan-root .subtitle{font-size:14px;color:#6b7280;margin:8px 0 20px}.simple-savings-plan-root .summary-row{display:flex;justify-content:space-between;font-weight:600;margin-bottom:12px}.simple-savings-plan-root .balance-row{display:flex;justify-content:space-between;font-size:14px;color:#6b7280;margin-bottom:16px}.simple-savings-plan-root .balance-row .negative{color:#dc2626}.simple-savings-plan-root .categories{display:flex;flex-direction:column;gap:12px}.simple-savings-plan-root .category-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:12px}.simple-savings-plan-root .category-top{display:flex;justify-content:space-between;font-weight:600}.simple-savings-plan-root .dots{cursor:pointer}.simple-savings-plan-root .category-input-row{display:flex;align-items:center;gap:8px;margin-top:8px}.simple-savings-plan-root .category-input-row input{flex:1;padding:10px;font-size:16px;border-radius:8px;border:1px solid #e5e7eb}.simple-savings-plan-root .stepper{display:flex;gap:4px}.simple-savings-plan-root .stepper button{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.simple-savings-plan-root .category-help{font-size:12px;color:#6b7280;margin-top:6px}.simple-savings-plan-root .category-card-pretax .category-pretax-dropdown-wrapper{margin-top:10px}.simple-savings-plan-root .category-card-pretax .category-pretax-dropdown-trigger{display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;text-align:left;cursor:pointer}.simple-savings-plan-root .category-card-pretax .category-pretax-dropdown-trigger:hover{border-color:#9ca3af}.simple-savings-plan-root .category-card-pretax .category-pretax-label{font-weight:500;color:#374151}.simple-savings-plan-root .category-card-pretax .category-pretax-trigger-value{flex:1;color:#111827;font-weight:600}.simple-savings-plan-root .category-card-pretax .category-pretax-trigger-chevron{color:#6b7280;font-size:.75rem}.simple-savings-plan-root .category-card-pretax .category-pretax-dropdown-panel{margin-top:8px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.simple-savings-plan-root .category-card-pretax .category-pretax-edit-hint{margin:12px 0 0;font-size:.8125rem;color:#6b7280}.simple-savings-plan-root .category-card-pretax .category-pretax-math{padding:0;font-size:.875rem}.simple-savings-plan-root .category-card-pretax .category-pretax-math-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;color:#374151}.simple-savings-plan-root .category-card-pretax .category-pretax-math-row span:last-child{font-weight:600;color:#111827}.simple-savings-plan-root .category-card-pretax .category-pretax-math-after{margin-top:6px;padding-top:8px;border-top:2px solid #6a994e;font-weight:600}.simple-savings-plan-root .category-card-pretax .category-pretax-math-after span:last-child{color:#6a994e}.simple-savings-plan-root .final-btn{width:100%;margin-top:20px;padding:14px;background:#6a994e;color:#fff;font-size:16px;font-weight:600;border-radius:10px;border:none;cursor:pointer}.simple-savings-plan-root .home-chat-bar{margin-top:8px;display:flex;align-items:center;gap:8px;cursor:pointer}.simple-savings-plan-root .home-chat-input-wrapper{flex:1;display:flex;align-items:center;border-radius:9999px;border:1px solid #d1d5db;background:#fff;padding:6px 10px}.simple-savings-plan-root .home-chat-input{border:none;outline:none;flex:1;font-size:.9rem;color:#111827;background:transparent}.simple-savings-plan-root .home-chat-input::placeholder{color:#9ca3af}.simple-savings-plan-root .home-chat-send{width:34px;height:34px;border-radius:9999px;border:none;background:#16a34a;display:flex;align-items:center;justify-content:center;cursor:pointer}.simple-savings-plan-root .home-chat-send-icon{font-size:16px;color:#fff;line-height:1}.simple-savings-plan-root .home-chat-send:hover{background:#15803d}.simple-savings-plan-root .savings-plan-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background:#fff}.simple-savings-plan-root .savings-plan-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:4px;width:100%;max-width:844px;padding:0 1rem}.simple-savings-plan-root .savings-plan-container{flex:1;min-width:0;width:100%;max-width:680px;padding:1rem 2rem 2rem}@media(max-width:768px){.simple-savings-plan-root .savings-plan-wrapper{flex-direction:column;max-width:680px}}@media(max-width:640px){.simple-savings-plan-root .savings-plan-container{max-width:100%;padding:.75rem 1rem}.simple-savings-plan-root .savings-plan-mix-grid{grid-template-columns:1fr}}.simple-savings-plan-root .ai-ribbit-fab{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:9999;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 4px 14px #0000001f;font-size:.9rem;font-weight:600;color:#1f2937;cursor:pointer;transition:box-shadow .2s,transform .2s}.simple-savings-plan-root .ai-ribbit-fab:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}.simple-savings-plan-root .ai-ribbit-fab img{width:32px;height:32px;object-fit:contain}.simple-savings-plan-root .ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:10000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.simple-savings-plan-root .ai-ribbit-modal-content{position:relative;width:100%;max-width:560px;height:calc(100vh - 48px);max-height:calc(100vh - 48px);min-height:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column}.simple-savings-plan-root .ai-ribbit-modal-content .ribbit-chat-container{margin:0;max-width:none;max-height:none;flex:1;min-height:0;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.simple-savings-plan-root .ai-ribbit-modal-content .ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:0;overflow:hidden}.simple-savings-plan-root .ai-ribbit-modal-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.simple-savings-plan-root .ai-ribbit-modal-close:hover{background:#e5e7eb}@keyframes skeleton-shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-loader{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:1000px 100%;animation:skeleton-shimmer 2s infinite}.skeleton-loader--text{border-radius:4px}.skeleton-loader--rectangular{border-radius:8px}.skeleton-loader--circular{border-radius:50%}.plaid-connection-page{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;width:100vw;background-color:#fff;padding:1rem}.plaid-connection-container{width:100%;max-width:400px;display:flex;flex-direction:column}.plaid-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-top:1rem}.plaid-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 1rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.plaid-description{font-size:16px;color:#4a4a4a;margin:0 0 2.5rem;line-height:1.6}.why-plaid-section{margin-bottom:2rem}.why-plaid-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.plaid-benefit{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.benefit-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.benefit-text{font-size:16px;color:#4a4a4a;margin:0;line-height:1.5;flex:1}.info-box{background-color:#e0f2fe;border-radius:12px;padding:1rem;display:flex;gap:.75rem;margin-bottom:1.5rem}.info-icon{font-size:20px;flex-shrink:0}.info-text{font-size:14px;color:#1a1a1a;margin:0;line-height:1.5;flex:1}.info-link{color:#0284c7;text-decoration:underline;cursor:pointer}.agreement-section{margin-bottom:2rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin-bottom:.5rem}.agreement-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}.checkbox-text{font-size:16px;color:#1a1a1a;line-height:1.5;flex:1}.agreement-subtext{font-size:12px;color:#6b7280;margin:0 0 0 2rem;line-height:1.5}.plaid-actions{display:flex;flex-direction:column;gap:1rem}.continue-plaid-button{width:100%;padding:1rem 1.5rem;background-color:#6a994e;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.continue-plaid-button:hover:not(:disabled){background-color:#5a8840}.continue-plaid-button:disabled{background-color:#9db88a;cursor:not-allowed;opacity:.7}.manual-entry-plaid-button{width:100%;padding:1rem 1.5rem;background-color:#f3f4f6;color:#1a1a1a;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.manual-entry-plaid-button:hover{background-color:#e5e7eb}@media(max-width:480px){.plaid-connection-page{padding:.75rem}.plaid-title{font-size:28px}}.tos-overlay{position:fixed;inset:0;background-color:#fff;z-index:9999;overflow-y:auto;padding:1rem}.tos-container{max-width:480px;margin:0 auto}.tos-header{display:flex;gap:1rem;margin-bottom:1.5rem}.tos-back-button{background:none;border:none;cursor:pointer;color:#1a1a1a}.tos-title{font-size:24px;font-weight:700;margin:0}.tos-version{font-size:14px;color:#6b7280}.tos-card{border:1px solid #e5e7eb;border-radius:16px;padding:1.25rem;line-height:1.6;color:#111827}.tos-card p{color:#111827;margin:.75rem 0}.tos-card h2{font-size:18px;font-weight:700;margin-top:1.25rem;color:#111827}.tos-card ul{padding-left:1.25rem;color:#111827}.tos-card li{color:#111827;margin:.5rem 0}.tos-effective{font-weight:600;margin-bottom:1rem;color:#111827}.tos-title{font-size:24px;font-weight:700;margin:0;color:#111827}.tos-back-footer{margin-top:1.5rem;width:100%;padding:.75rem;border-radius:12px;border:1px solid #e5e7eb;background-color:#fff;font-weight:600;cursor:pointer}.plaid-connection-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background-color:#fff;padding:1rem 2rem}.plaid-connection-container{width:100%;max-width:680px;padding-bottom:2rem}@media(max-width:640px){.plaid-connection-page{padding:.75rem 1rem}.plaid-connection-container{max-width:100%}}.plaid-onboarding-combined .plaid-connection-page,.plaid-onboarding-combined .setup-page{min-height:auto}.plaid-items-minimal .setup-page{padding-top:1.25rem}.plaid-items-intro-separator{border:none;border-top:1px solid #e5e7eb;margin:1.75rem 0 0;width:100%}.plaid-setup-actions-row{display:flex;flex-direction:row;gap:12px;align-items:stretch;margin-top:1.5rem}.plaid-setup-cancel-button{flex:0 0 auto;min-width:110px;padding:1rem 1.25rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:12px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s}.plaid-setup-cancel-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.plaid-setup-cancel-button:disabled{opacity:.5;cursor:not-allowed}.plaid-setup-allocate-button{flex:1;min-width:0;width:auto}@media(max-width:400px){.plaid-setup-actions-row{flex-direction:column}.plaid-setup-cancel-button{width:100%;min-width:unset}.plaid-setup-allocate-button{width:100%}}.setup-page{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;width:100vw;background-color:#fff;padding:1rem;overflow-y:auto}.setup-container{width:100%;max-width:400px;display:flex;flex-direction:column;padding-bottom:2rem}.setup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-top:1rem}.back-button,.close-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.progress-indicator{display:flex;gap:.5rem;flex:1;justify-content:center}.progress-bar{width:40px;height:4px;background-color:#e5e7eb;border-radius:2px}.progress-bar.active{background-color:#1a1a1a}.setup-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 1rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif;line-height:1.3}.setup-description{font-size:16px;color:#4a4a4a;margin:0 0 2rem;line-height:1.6}.setup-banks-section{margin-bottom:1.5rem}.setup-connected-bank-empty{color:#6b7280;font-style:italic}.setup-add-another-bank{width:100%;margin-bottom:1.5rem;padding:.75rem 1rem;background:transparent;color:#6a994e;border:1px solid #6A994E;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s}.setup-add-another-bank:hover:not(:disabled){background-color:#6a994e;color:#fff}.setup-add-another-bank:disabled{opacity:.6;cursor:not-allowed}.setup-connected-banks{margin-bottom:1rem;padding:12px 16px;background:#f9fafb;border-radius:12px;font-size:14px}.setup-connected-banks-label{font-weight:600;color:#374151;margin-bottom:8px}.setup-connected-bank-item{padding:4px 0;color:#4b5563}.setup-connected-bank-name{font-weight:500;color:#111827}.setup-connected-bank-gist{color:#6b7280}.setup-connected-banks-empty{padding:8px 0;color:#6b7280;font-size:.9375rem}.setup-add-bank-button{width:100%;padding:.75rem 1rem;margin-bottom:1.5rem;background:transparent;border:1px solid #d1d5db;border-radius:12px;font-size:1rem;font-weight:500;color:#374151;cursor:pointer;transition:background-color .2s,border-color .2s}.setup-add-bank-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.setup-add-bank-button:disabled{opacity:.7;cursor:not-allowed}.plan-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.plan-card{background-color:#f9fafb;border-radius:12px;padding:1.5rem}.card-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.card-subtitle{font-size:14px;color:#6b7280;margin:0 0 1rem;font-weight:500}.card-description{font-size:16px;color:#4a4a4a;margin:0;line-height:1.6}.see-expenses-button{width:100%;padding:1rem 1.5rem;background-color:#6a994e;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.see-expenses-button:hover:not(:disabled){background-color:#5a8840}@media(max-width:480px){.setup-page{padding:.75rem}.setup-title{font-size:28px}}.setup-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background-color:#fff;padding:1rem 2rem}.setup-container{width:100%;max-width:680px;padding-bottom:2rem}@media(max-width:640px){.setup-page{padding:.75rem 1rem}.setup-container{max-width:100%}}.full-allocate-income-root .allocate-income-page{min-height:100vh;width:100vw;background:#fff;display:flex;justify-content:center;align-items:flex-start}.full-allocate-income-root .allocate-income-container{width:100%;max-width:500px;margin:0 auto;padding-bottom:48px}.full-allocate-income-root .page-indicator{background:#6a994e;color:#fff;font-size:14px;font-weight:600;padding:6px 12px;border-radius:8px;width:fit-content;margin-bottom:12px}.full-allocate-income-root .ai-header{display:flex;align-items:center;gap:12px}.full-allocate-income-root .ai-header button{border:none;background:none;font-size:24px;cursor:pointer}.full-allocate-income-root .ai-subtitle{color:#6b7280;margin:12px 0 20px}.full-allocate-income-root .ai-connected-banks{margin-bottom:20px;padding:12px 16px;background:#f9fafb;border-radius:12px;font-size:14px}.full-allocate-income-root .ai-connected-banks-label{font-weight:600;color:#374151;margin-bottom:8px}.full-allocate-income-root .ai-connected-bank-item{padding:4px 0;color:#4b5563}.full-allocate-income-root .ai-connected-bank-name{font-weight:500;color:#111827}.full-allocate-income-root .ai-connected-bank-gist{color:#6b7280}.full-allocate-income-root .ai-bars{display:flex;flex-direction:column;gap:16px}.full-allocate-income-root .ai-bar-row{background:#f9fafb;padding:12px;border-radius:12px}.full-allocate-income-root .ai-bar-header{display:flex;justify-content:space-between;font-size:14px}.full-allocate-income-root .ai-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;margin:8px 0}.full-allocate-income-root .ai-bar .needs{background:#f59e0b}.full-allocate-income-root .ai-bar .wants{background:#38bdf8}.full-allocate-income-root .ai-bar .savings{background:#84cc16}.full-allocate-income-root .ai-new-plan .ai-bar-row{padding:0;background:transparent}.full-allocate-income-root .ai-new-plan .ai-bar-row .ai-bar-header{margin-bottom:8px}.full-allocate-income-root .ai-new-plan .ai-bars .ai-bar{height:42px;border-radius:12px;margin:0;align-items:stretch}.ai-new-plan .ai-bars .ai-bar .needs,.ai-new-plan .ai-bars .ai-bar .wants,.full-allocate-income-root .ai-new-plan .ai-bars .ai-bar .savings{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 6px;min-width:0;color:#fff;font-size:.75rem;font-weight:600;text-shadow:0 1px 1px rgba(0,0,0,.2)}.full-allocate-income-root .ai-new-plan .ai-bars .ai-bar .needs{background:#f59e0b}.full-allocate-income-root .ai-new-plan .ai-bars .ai-bar .wants{background:#38bdf8}.full-allocate-income-root .ai-new-plan .ai-bars .ai-bar .savings{background:#84cc16}.full-allocate-income-root .ai-new-plan .ai-bars .ai-bar .savings[data-negative=true]{background:#dc2626}.full-allocate-income-root .ai-new-plan .ai-legend{display:none}.full-allocate-income-root .ai-legend{display:flex;justify-content:space-between;font-size:12px}.full-allocate-income-root .ai-control{background:#f9fafb;padding:12px;border-radius:12px;margin-top:16px}.full-allocate-income-root .ai-control-header{display:flex;justify-content:space-between;align-items:center}.full-allocate-income-root .ai-input{width:120px;padding:6px 8px;font-size:16px;border-radius:8px;border:1px solid #e5e7eb;text-align:right}.full-allocate-income-root .ai-stepper{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.full-allocate-income-root .ai-stepper button{width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:20px;cursor:pointer}.full-allocate-income-root .ai-readonly{display:flex;justify-content:space-between;margin:16px 0;font-size:18px}.full-allocate-income-root .ai-secondary{width:100%;padding:14px;background:transparent;color:#6a994e;border:2px solid #6a994e;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:12px}.full-allocate-income-root .ai-secondary:disabled{opacity:.6;cursor:not-allowed}.full-allocate-income-root .ai-primary{width:100%;padding:14px;background:#6a994e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer}.full-allocate-income-root .ai-ribbit-fab{position:sticky;top:calc(100vh - 72px);flex-shrink:0;z-index:1000;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 4px 14px #0000001f;font-size:.9rem;font-weight:600;color:#1f2937;cursor:pointer;transition:box-shadow .2s,transform .2s}.full-allocate-income-root .ai-ribbit-fab:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}.full-allocate-income-root .ai-ribbit-fab img{width:32px;height:32px;object-fit:contain}.full-allocate-income-root .ai-ribbit-questions{display:flex;flex-direction:row;gap:8px;margin-bottom:1rem}.full-allocate-income-root .ai-ribbit-question-btn{flex:1;min-width:0;padding:10px 14px;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;cursor:pointer;transition:background .2s,border-color .2s}.full-allocate-income-root .ai-ribbit-question-btn:hover{background:#fff;border-color:#6a994e}.full-allocate-income-root .ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:2000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.full-allocate-income-root .ai-ribbit-modal-content{position:relative;width:100%;max-width:560px;height:calc(100vh - 48px);max-height:calc(100vh - 48px);min-height:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column}.full-allocate-income-root .ai-ribbit-modal-content .ribbit-chat-container{margin:0;max-width:none;max-height:none;flex:1;min-height:0;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.full-allocate-income-root .ai-ribbit-modal-content .ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:0;overflow:hidden}.full-allocate-income-root .ai-ribbit-modal-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.full-allocate-income-root .ai-ribbit-modal-close:hover{background:#e5e7eb}.full-allocate-income-root .home-chat-bar{margin-top:8px;display:flex;align-items:center;gap:8px;cursor:pointer}.full-allocate-income-root .home-chat-input-wrapper{flex:1;display:flex;align-items:center;border-radius:9999px;border:1px solid #d1d5db;background:#fff;padding:6px 10px}.full-allocate-income-root .home-chat-input{border:none;outline:none;flex:1;font-size:.9rem;color:#111827;background:transparent}.full-allocate-income-root .home-chat-input::placeholder{color:#9ca3af}.full-allocate-income-root .home-chat-send{width:34px;height:34px;border-radius:9999px;border:none;background:#16a34a;display:flex;align-items:center;justify-content:center;cursor:pointer}.full-allocate-income-root .home-chat-send-icon{font-size:16px;color:#fff;line-height:1}.full-allocate-income-root .home-chat-send:hover{background:#15803d}.full-allocate-income-root .allocate-income-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background:#fff}.full-allocate-income-root .allocate-income-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:4px;width:100%;max-width:844px;padding:0 1rem}.full-allocate-income-root .allocate-income-container{flex:1;min-width:0;max-width:680px;padding:1rem 2rem 2rem}@media(max-width:768px){.full-allocate-income-root .allocate-income-wrapper{flex-direction:column;max-width:680px}.full-allocate-income-root .ai-ribbit-fab{position:fixed;bottom:8px;right:8px;top:auto}}@media(max-width:640px){.full-allocate-income-root .allocate-income-container{max-width:100%;padding:.75rem 1rem}}.home-plaid-allocate-flow{position:fixed;inset:0;z-index:2000;background:#fff;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden;width:100vw}.home-plaid-allocate-flow-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:48px;padding-left:1rem;padding-right:1rem;box-sizing:border-box}.home-plaid-allocate-flow-body::-webkit-scrollbar{display:none}.home-plaid-allocate-flow-body--content-width{width:100%;max-width:760px;margin-left:auto;margin-right:auto;padding:1rem 1.25rem 2rem;box-sizing:border-box;display:flex;flex-direction:column}@media(max-width:768px){.home-plaid-allocate-flow-body--content-width{max-width:100%;padding-left:1rem;padding-right:1rem}}.yes-no{display:flex;flex-direction:row;gap:0;margin-bottom:rem}.yes-no button{flex:1;padding:.55rem 1.5rem;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-weight:600;font-size:.95rem;color:#374151;transition:background .15s,color .15s,border-color .15s}.yes-no button.active{background:#4a7c3f;color:#fff;border-color:#4a7c3f}.yes-no button:not(.active):hover{background:#f3f4f6}.card-actions-row{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;width:100%}.card-actions-row .btn{padding:.55rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,opacity .15s}.card-actions-row .btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.card-actions-row .btn-secondary:hover{background:#e5e7eb}.card-actions-row .btn-primary{background:#4a7c3f;color:#fff}.card-actions-row .btn-primary:hover{background:#3d6934}.card-actions-row .btn-primary:disabled{opacity:.6;cursor:not-allowed}.home-plaid-pulse-explainer{margin:0 1rem 1rem;padding:1rem 1.125rem 1.125rem;border-radius:12px;border:1px solid #e5e7eb;background:#fafafa}.home-plaid-pulse-explainer-title{margin:0 0 10px;font-size:1.125rem;font-weight:700;color:#0f1724}.home-plaid-pulse-explainer-text{margin:0;font-size:.88rem;line-height:1.5;color:#6b7280}.home-plaid-pulse-explainer-text strong{font-weight:600;color:#0f1724}.home-plaid-pulse-explainer-follow{margin-top:.75rem}.finalize-page{height:100vh;width:100vw;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;background:#f5f6f7}.finalize-page-container{width:100%;max-width:500px;margin:0 auto;padding-bottom:48px}h1{font-size:22px;font-weight:600}.subtitle{font-size:14px;color:#666;margin-bottom:20px}.ai-ribbit-questions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.card{background:#fff;border-radius:14px;padding:16px;margin-bottom:16px;box-shadow:0 0 0 1px #eee}.section-subtitle{font-size:12px;color:#888}.question{margin:12px 0;font-weight:500;display:block}.yes-no{display:flex;background:#f1f1f1;border-radius:10px;overflow:hidden}.yes-no button{flex:1;padding:10px;border:none;background:transparent;font-weight:500}.yes-no button.active{background:#5b8f4e;color:#fff}.row{display:flex;gap:12px;margin-top:10px}.input-box{flex:1}input,select{width:80%;padding:10px;margin-top:8px;border-radius:8px;border:1px solid #ddd}.emergency-header{display:flex;justify-content:space-between;align-items:center}.emergency-value{color:#5b8f4e;font-weight:600}.green-slider{width:100%;margin-top:10px;accent-color:#5b8f4e}.slider-labels{display:flex;justify-content:space-between;font-size:14px;margin-top:6px}.month-buttons{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.month-buttons button{flex:1;min-width:60px;padding:10px;border:1px solid #ddd;border-radius:8px;background:#fff;font-weight:500;cursor:pointer;transition:all .2s}.month-buttons button.active{background:#5b8f4e;color:#fff;border-color:#5b8f4e}.month-buttons button:hover{border-color:#5b8f4e}.retirement-option{display:flex;gap:12px;align-items:center;border:1px solid #ddd;border-radius:14px;padding:14px;margin-top:10px;cursor:pointer}.retirement-option.decide.active{background:#eef6e9;border-color:#5b8f4e}.radio{width:18px;height:18px;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center}.radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#000;opacity:0}.retirement-option.active .radio:after{opacity:1}.finalize-two-buttons{display:flex;flex-direction:column;gap:12px;margin-top:12px}.finalize-two-buttons .secondary-button{width:100%;padding:14px;border-radius:10px;border:1px solid #5b8f4e;background:#fff;color:#5b8f4e;font-size:16px;cursor:pointer}.finalize-two-buttons .primary-button{width:100%}.continue-btn{width:100%;background:#5b8f4e;color:#fff;padding:14px;border-radius:10px;border:none;font-size:16px;margin-top:12px}.radio-input-row{display:flex;gap:12px;margin-top:14px}.radio-left{padding-top:6px}.radio-left input[type=radio]{accent-color:#2563eb;cursor:pointer}.radio-right{flex:1;display:flex;flex-direction:column;gap:6px}.radio-title{font-size:14px;color:#374151}.radio-right input[type=text]{padding:10px 12px;border-radius:6px;border:1px solid #d1d5db;font-size:14px}.radio-right input[type=text]:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.finalize-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background:#f5f6f7;padding:1rem 2rem}.finalize-page-container{width:100%;max-width:680px;padding-bottom:48px}@media(max-width:640px){.finalize-page{padding:.75rem 1rem}.finalize-page-container{max-width:100%}}.balance-container{width:100%;margin:12px 0 20px}.balance-labels{display:flex;justify-content:space-between;font-size:14px;color:#6b7280;margin-bottom:6px}.balance-bar{position:relative;height:14px}.balance-track{position:absolute;top:50%;left:0;right:0;height:4px;background:#e5e7eb;border-radius:999px;transform:translateY(-50%)}.balance-center-marker{position:absolute;top:50%;left:50%;width:2px;height:8px;background:#111827;transform:translate(-50%,-50%);z-index:2}.balance-line{position:absolute;top:50%;height:4px;border-radius:999px;transform:translateY(-50%)}.balance-line-left{background:#16a34a}.balance-line-right{background:#dc2626}.savings-plan-page{min-height:100vh;width:100vw;background:#fff;display:flex;justify-content:center;align-items:center}.savings-plan-container{width:100%;max-width:400px;padding:16px}.savings-header{display:flex;align-items:center;gap:12px}.back-btn{background:none;border:none;font-size:22px;cursor:pointer}.progress-bar{flex:1;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress-active{width:100%;height:100%;background:#6a994e}.title{font-size:28px;font-weight:700;margin-top:16px}.subtitle{font-size:14px;color:#6b7280;margin:8px 0 20px}.ai-ribbit-questions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.ai-ribbit-question-btn{flex:1;min-width:0;padding:10px 14px;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;cursor:pointer;transition:background .2s,border-color .2s}.ai-ribbit-question-btn:hover{background:#fff;border-color:#6a994e}.summary-row{display:flex;justify-content:space-between;font-weight:600;margin-bottom:12px}.balance-row{display:flex;justify-content:space-between;font-size:14px;color:#6b7280;margin-bottom:16px}.balance-row .negative{color:#dc2626}.categories{display:flex;flex-direction:column;gap:12px}.category-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:12px}.category-top{display:flex;justify-content:space-between;font-weight:600}.dots{cursor:pointer}.category-input-row{display:flex;align-items:center;gap:8px;margin-top:8px}.category-input-row input{flex:1;padding:10px;font-size:16px;border-radius:8px;border:1px solid #e5e7eb}.stepper{display:flex;gap:4px}.stepper button{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.category-help{font-size:12px;color:#6b7280;margin-top:6px}.category-card-pretax .category-pretax-dropdown-wrapper{margin-top:10px}.category-card-pretax .category-pretax-dropdown-trigger{display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;text-align:left;cursor:pointer}.category-card-pretax .category-pretax-dropdown-trigger:hover{border-color:#9ca3af}.category-card-pretax .category-pretax-label{font-weight:500;color:#374151}.category-card-pretax .category-pretax-trigger-value{flex:1;color:#111827;font-weight:600}.category-card-pretax .category-pretax-trigger-chevron{color:#6b7280;font-size:.75rem}.category-card-pretax .category-pretax-dropdown-panel{margin-top:8px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.category-card-pretax .category-pretax-edit-hint{margin:12px 0 0;font-size:.8125rem;color:#6b7280}.category-card-pretax .category-pretax-math{padding:0;font-size:.875rem}.category-card-pretax .category-pretax-math-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;color:#374151}.category-card-pretax .category-pretax-math-row span:last-child{font-weight:600;color:#111827}.category-card-pretax .category-pretax-math-after{margin-top:6px;padding-top:8px;border-top:2px solid #6a994e;font-weight:600}.category-card-pretax .category-pretax-math-after span:last-child{color:#6a994e}.final-btn{width:100%;margin-top:20px;padding:14px;background:#6a994e;color:#fff;font-size:16px;font-weight:600;border-radius:10px;border:none;cursor:pointer}.home-chat-bar{margin-top:8px;display:flex;align-items:center;gap:8px;cursor:pointer}.home-chat-input-wrapper{flex:1;display:flex;align-items:center;border-radius:9999px;border:1px solid #d1d5db;background:#fff;padding:6px 10px}.home-chat-input{border:none;outline:none;flex:1;font-size:.9rem;color:#111827;background:transparent}.home-chat-input::placeholder{color:#9ca3af}.home-chat-send{width:34px;height:34px;border-radius:9999px;border:none;background:#16a34a;display:flex;align-items:center;justify-content:center;cursor:pointer}.home-chat-send-icon{font-size:16px;color:#fff;line-height:1}.home-chat-send:hover{background:#15803d}.savings-plan-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background:#fff}.savings-plan-container{width:100%;max-width:680px;padding:1rem 2rem 2rem}@media(max-width:640px){.savings-plan-container{max-width:100%;padding:.75rem 1rem}}.page-profile .content-grid.profile-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:24px}.page-profile .card.settings-card{background:#fff;border-radius:24px;padding:24px 28px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0f172a0f}.settings-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.settings-card-header h2{margin:0 0 4px;font-size:1.15rem;font-weight:600;color:#111827}.settings-subtitle{margin:0 0 16px;font-size:.9rem;color:#6b7280}.settings-icon-button{border:none;background:transparent;border-radius:9999px;padding:4px;cursor:pointer;font-size:.95rem;color:#6b7280}.settings-icon-button:hover{background:#f3f4f6}.admin-add-role-btn{font-size:1.25rem;font-weight:700;color:#6a994e;padding:6px 10px}.admin-add-role-btn:hover{background:#6a994e1f;color:#5a8542}.settings-row{display:flex;align-items:center;gap:8px}.settings-row.spaced{justify-content:space-between}.settings-label{font-weight:500;font-size:.9rem;color:#374151}.settings-value{font-size:.9rem;color:#111827}.settings-status{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600}.settings-status-complete{color:#16a34a}.settings-status-dot{width:12px;height:12px;border-radius:9999px;border:2px solid #16a34a}.settings-meta{margin:8px 0 0;font-size:.85rem;color:#6b7280}.settings-meta.small{font-size:.8rem}.settings-help{margin:4px 0 0;font-size:.85rem;color:#9ca3af}.settings-help.small{font-size:.8rem}.settings-pill{margin-top:16px;padding:12px 16px;background:#f9fafb;border-radius:9999px;font-size:.9rem;font-weight:500;color:#111827}.settings-actions{margin-top:16px;display:flex;flex-direction:column;gap:8px}.settings-button{width:100%;padding:10px 16px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;font-size:.9rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .15s ease,box-shadow .15s ease,border-color .15s ease}.settings-button.primary{background:#f9fafb}.settings-button.secondary{background:#fff}.settings-button:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 1px 2px #0f172a14}.settings-link-button{margin-top:8px;padding:0;border:none;background:none;font-size:.9rem;font-weight:500;color:#1d4ed8;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.settings-link-button:hover{text-decoration:underline}.settings-link-button.danger{color:#dc2626}.settings-section{margin-top:16px}.settings-section-title{margin:0 0 8px;font-size:.95rem;font-weight:600;color:#111827}.settings-inline-center{display:flex;justify-content:center;margin-top:8px}.settings-divider{margin:20px 0;border:none;border-top:1px solid #e5e7eb}.summary-box{background:#f9fafb;border-radius:12px;padding:10px 12px;margin-top:8px}.summary-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.summary-row:last-child{margin-bottom:0}.summary-label{font-size:.85rem;color:#6b7280}.summary-value{font-size:.9rem;font-weight:500;color:#111827}.field-label{display:block;font-size:.85rem;color:#4b5563;margin-bottom:4px}.field-input,.field-select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:.9rem;color:#111827;background:#fff;box-sizing:border-box}.field-input:focus,.field-select:focus{outline:none;border-color:#6a994e;box-shadow:0 0 0 1px #6a994e40}.card-actions-row{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.btn-primary,.btn-secondary{width:100%;padding:10px 0;border-radius:8px;font-size:.9rem;font-weight:500;border:none;cursor:pointer}.btn-primary{background-color:#6a994e!important;color:#fff}.btn-secondary{background-color:#f1f1f1!important;color:#000!important}.btn-danger{background-color:#dc2626!important;color:#fff!important}.checkbox-group{display:flex;flex-direction:column;gap:6px;align-items:flex-start!important}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#000!important}.checkbox-row input{width:16px;height:16px}.checkbox-row input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1.5px solid #d1d5db;border-radius:3px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.checkbox-row input[type=checkbox]:checked{background:#000;border-color:#000}.checkbox-row input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:13px;font-weight:700;position:absolute}.notifications-edit{margin-top:4px}.notifications-header-line{padding:8px 12px;border-radius:16px;background:#f9fafb;margin-bottom:12px}.notifications-main-label{font-size:.85rem;color:#9ca3af}.notifications-section{margin-top:8px}.notifications-section-title{font-size:.9rem;font-weight:600;color:#6b7280;margin-bottom:8px}.notifications-divider{margin:12px 0;border:none;border-top:1px solid #e5e7eb}.notification-option .notification-label{font-size:.95rem;color:#111827}.security-inline-header{margin-top:4px;margin-bottom:12px;padding:8px 12px;border-radius:16px;background:#f9fafb;display:flex;align-items:center;justify-content:space-between}.security-inline-text{font-size:.85rem;color:#9ca3af}.security-inline-edit{width:24px;height:24px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;color:#6b7280;padding:0}.security-inline-edit:hover{background:#f3f4f6}.security-label-inline{margin-top:12px}.security-helper{margin-top:8px}.security-checkbox{margin-top:12px}.security-consent-row{margin-top:12px;font-size:.85rem}.security-consent-row span{color:#6b7280}.security-link-row{margin-top:8px;padding:4px 0;border:none;background:none;display:flex;align-items:center;gap:8px;font-size:.9rem;color:#111827;cursor:pointer}.security-link-row .security-icon{font-size:1rem}.security-link-row.danger{color:#dc2626}.legal-row .summary-label{color:#6b7280}.settings-legal-pill{margin-top:12px;padding:10px 12px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;font-size:.85rem;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.settings-legal-pill-main{flex:1}.settings-legal-label{color:#6b7280;margin-bottom:4px}.settings-legal-date{font-weight:600;color:#111827;margin-bottom:2px}.settings-legal-meta{color:#6b7280}.legal-check-icon{width:22px;height:22px;border-radius:9999px;border:1.5px solid #16a34a;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#16a34a;margin-top:4px}.signout-row{margin-top:20px;flex-direction:column;gap:4px}.chat-launcher{margin-top:8px;padding:12px 20px;border-radius:9999px;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 1px 3px #0f172a1f;cursor:pointer;width:100%;box-sizing:border-box;justify-content:flex-start}.chat-launcher:hover{background:#f9fafb}.chat-avatar{width:32px;height:32px;border-radius:9999px;background:#22c55e;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.chat-launcher-text{font-size:.95rem;font-weight:500;color:#111827}@media(max-width:768px){.page-profile .content-grid.profile-grid{padding:0 16px 32px}.page-profile .card.settings-card{padding:20px}}.admin-role-sub .summary-label,.admin-role-sub .summary-value{font-size:.8rem;color:#6b7280}.admin-role-sub .summary-value{font-weight:400}.admin-users-table-wrap{margin-top:0}.admin-users-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-users-table th,.admin-users-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e7eb}.admin-users-table th{font-weight:600;color:#374151;background:#f9fafb}.admin-users-table tbody tr:hover{background:#f9fafb}.admin-audit-show-more{font-size:.8rem;color:#1d4ed8;background:none;border:none;cursor:pointer;padding:4px 0}.admin-audit-show-more:hover{text-decoration:underline}.admin-audit-list{display:flex;flex-direction:column;gap:1rem}.admin-audit-list-collapsed{max-height:420px;overflow:hidden}.admin-audit-list-expanded{max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.admin-audit-list-expanded::-webkit-scrollbar{width:8px}.admin-audit-list-expanded::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.admin-audit-list-expanded::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.admin-audit-list-expanded{scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.admin-role-badge{display:inline-block;margin-right:4px;padding:2px 8px;border-radius:6px;background:#f3f4f6;font-size:.75rem;color:#374151}.admin-modal-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.admin-modal{width:100%;max-width:480px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 20px 50px #02061733;display:flex;flex-direction:column;overflow:hidden}.admin-modal-sm{max-width:380px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.admin-modal-title{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.admin-modal-close{border:none;background:#f3f4f6;width:32px;height:32px;border-radius:8px;font-size:1.25rem;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center;line-height:1}.admin-modal-close:hover{background:#e5e7eb}.admin-modal-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.admin-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.admin-checkbox-group{display:flex;flex-wrap:wrap;gap:12px 20px}.admin-checkbox-label{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;cursor:pointer;color:#374151}.admin-checkbox-label input{width:16px;height:16px}.page-profile .sp-priority-edit-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:.875rem;flex-wrap:wrap}.page-profile .sp-priority-edit-label{font-size:.9rem;font-weight:600;color:#374151;min-width:5rem}.page-profile .sp-priority-stepper{display:inline-flex;align-items:center;gap:10px;flex:1;justify-content:flex-end;min-width:0}.page-profile .sp-priority-stepper-btn{min-width:2.5rem;height:2.5rem;padding:0;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-size:1.25rem;font-weight:600;line-height:1;color:#111827;cursor:pointer;transition:background .15s,border-color .15s}.page-profile .sp-priority-stepper-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.page-profile .sp-priority-stepper-btn:disabled{opacity:.45;cursor:not-allowed}.page-profile .sp-priority-stepper-value{font-size:1.1rem;font-weight:700;font-variant-numeric:tabular-nums;color:#111827;min-width:3.25rem;text-align:center}.page-income .content-grid.income-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:24px}.page-income .wants-insights-panel{margin-top:4px;margin-bottom:12px}.page-income .wants-insights-empty{margin:0;font-size:.9rem;font-weight:500;color:#6b7280;line-height:1.5}.page-income .income-health-insights{display:flex;flex-direction:column;gap:16px;padding:16px 18px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 3px #0000000f}.page-income .income-health-insights--inside-needs{margin-top:8px;margin-bottom:12px}.page-income .income-health-insights--inside-wants{margin-top:0;margin-bottom:0}.page-income .income-health-insights--inside-savings{margin-top:8px;margin-bottom:12px}.page-income .income-subscription-nudge{margin-top:12px}.page-income .income-health-insight{padding:0;border-radius:0;background:transparent;border:none;box-shadow:none}.page-income .income-health-insight+.income-health-insight{padding-top:16px;border-top:1px solid #e5e7eb}.page-income .income-health-insight-primary{margin:0 0 8px;font-size:.95rem;font-weight:600;color:#000;line-height:1.45}.page-income .income-health-insight-secondary{margin:0;font-size:.88rem;font-weight:500;color:#000;line-height:1.5}.page-income .income-health-insight-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.12)}.page-income .income-health-insight-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:9999px;border:1px solid rgba(0,0,0,.35);background:#fff;color:#000;font-size:.8rem;font-weight:600;line-height:1.25;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.page-income .income-health-insight-chip:hover{background:#f3f4f6;border-color:#000}.page-income .income-health-insight-chip:focus-visible{outline:2px solid #000000;outline-offset:2px}.page-income .income-edit-insight-chips{display:flex;justify-content:center;gap:16px;margin-top:12px}.page-income .income-edit-insight-chips .income-health-insight-chip{padding:10px 18px;min-width:190px;justify-content:center}.income-section-card{background:#fff;border-radius:24px;box-shadow:0 2px 12px #00000012;padding:24px 20px 20px;margin-bottom:0;border:1px solid #f3f4f6}.income-section-card h2{font-size:1.35rem;font-weight:600;margin-bottom:18px}.income-allocation-content{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}.income-allocation-chart{flex:0 0 auto;display:flex;justify-content:center;min-width:220px}.income-allocation-details{flex:1;min-width:280px}.income-summary{text-align:center;margin-bottom:18px}.income-summary .take-home-amount{font-size:2.2rem;font-weight:700;margin-bottom:0;color:#333}.income-summary .take-home-label{font-size:1.1rem;color:#444;margin-bottom:0}.income-summary .gross-income{color:#888;font-size:1rem;margin-top:2px}.income-expense-list{margin-top:18px;margin-bottom:18px}.income-expense-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.income-expense-dot{width:18px;height:18px;border-radius:50%;margin-right:12px;flex-shrink:0}.income-expense-label{font-weight:600;font-size:1.08rem;margin-bottom:0}.income-expense-desc-row{display:flex;justify-content:space-between;align-items:center;margin-left:30px;margin-bottom:8px}.income-expense-desc{color:#888;font-size:.98rem;margin-bottom:0}.income-expense-amount{font-weight:600;font-size:1.08rem;min-width:70px;text-align:right}.income-expense-perc{color:#888;font-size:1.01rem;min-width:40px;text-align:right;margin-left:10px}.edit-income-btn{width:100%;background:#f4f4f4;border-radius:8px;border:none;font-weight:600;color:#444;padding:12px 0;margin-top:10px;margin-bottom:0;transition:background .2s;cursor:pointer}.edit-income-btn:hover{background:#e0e0e0}.income-edit-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999999}.take-home-estimation-flex{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:24px}.take-home-chart-container{flex:1;min-width:180px;display:flex;flex-direction:column;align-items:center}.take-home-estimation-legend{display:flex;flex-direction:column;justify-content:center;gap:10px;margin-top:18px;flex:1;min-width:120px}.take-home-estimation-legend-row{display:flex;align-items:center;gap:10px;font-size:1.05rem}.take-home-estimation-dot{width:18px;height:18px;border-radius:4px;display:inline-block;flex-shrink:0}.take-home-table{width:100%;border-collapse:collapse;margin-top:18px;background:#fff}.take-home-table th,.take-home-table td{background:none;border:none;padding:12px 0;font-size:1.05rem}.take-home-table th{font-weight:600;color:#222;text-align:left}.take-home-table td{text-align:right;font-weight:500;color:#222}.take-home-table tr:not(.table-highlight-row) th,.take-home-table tr:not(.table-highlight-row) td{border-bottom:1.5px solid #f0f0f0}.take-home-table tr.table-highlight-row td,.take-home-table tr.table-highlight-row th{font-weight:700;font-size:1.13rem;color:#222}.expense-breakdown-panel{background:#fff;border-radius:24px;box-shadow:0 2px 12px #00000012;padding:22px 18px 18px;margin-bottom:0;border:1px solid #f3f4f6}.expense-breakdown-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.expense-breakdown-title{font-size:1.13rem;font-weight:600;margin-bottom:0}.expense-breakdown-total{font-size:1.35rem;font-weight:700;margin-bottom:0;text-align:right}.expense-breakdown-percent{color:#888;font-size:1.01rem;font-weight:500;text-align:right;margin-bottom:8px}.expense-breakdown-list{margin-bottom:16px}.expense-breakdown-row{display:grid;grid-template-columns:1fr 120px 80px;align-items:center;margin-bottom:8px;gap:12px}.expense-breakdown-label{font-size:1.01rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.expense-breakdown-bar-bg{background:#f4f4f4;border-radius:6px;height:14px;position:relative;width:100%}.expense-breakdown-bar{height:100%;border-radius:6px;position:absolute;left:0;top:0}.expense-breakdown-value{font-size:1.01rem;font-weight:600;text-align:right}.expense-breakdown-edit-btn{width:100%;background:#f4f4f4;border-radius:8px;border:none;font-weight:600;color:#444;padding:12px 0;margin-top:10px;margin-bottom:0;transition:background .2s;cursor:pointer}.expense-breakdown-edit-btn:hover{background:#e0e0e0}.expense-bar-needs{background:#ff9f40}.expense-bar-wants{background:#36a2eb}.expense-bar-savings{background:#4bc0c0}.income-loading{text-align:center;padding:2rem}.income-error{background:#fee;border:1px solid #ffcccc;border-radius:8px;padding:1rem;margin:1rem 0;color:#c33}.income-no-data{text-align:center;padding:2rem;color:#666}.income-chat-bar{background:#fff;border:1px solid #e5e7eb;border-radius:9999px;padding:10px 16px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #00000012;width:100%;font-size:.95rem;color:#1f2937;box-sizing:border-box}.income-chat-bar:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.income-chat-avatar{font-size:1.2rem;flex-shrink:0;background:transparent;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff}.income-chat-placeholder{font-weight:400;flex:1;text-align:left;color:#9ca3af}.income-chat-send{font-size:.9rem;color:#6a994e;font-weight:600}@media(max-width:900px){.take-home-estimation-flex{flex-direction:column;gap:0;align-items:center}.take-home-chart-container{margin-bottom:18px;display:flex;justify-content:center}.take-home-estimation-legend{margin-top:0;margin-bottom:18px;align-items:center}.expense-breakdown-panel{padding:18px 8px 14px}.expense-breakdown-row{grid-template-columns:1fr 80px 70px;gap:8px}.expense-breakdown-label,.expense-breakdown-value{font-size:.95rem}.income-allocation-content{flex-direction:column;align-items:center}.income-allocation-chart{margin-bottom:18px}}.expense-collapsible-header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-weight:600;cursor:pointer}.expense-collapsible-header+.expense-breakdown-panel{margin-top:0}.expense-breakdown-panel .pulse-amount-value.pulse-amount-value-error{color:#dc2626!important}.chevron{font-size:.9rem;color:#6b7280}.income-edit-content{flex:1;overflow-y:auto;padding-bottom:24px;-webkit-overflow-scrolling:touch}.income-edit-sheet{width:100%;max-width:760px;background:#fff;height:88vh;max-height:88vh;border-radius:28px;padding:20px 24px;overflow-y:auto;box-shadow:0 8px 40px #0000002e}.income-edit-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:12px}.income-edit-header--title-only{justify-content:center}.income-edit-actions{margin-top:20px}.income-networth-impact{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.income-networth-impact__title{margin:0 0 8px;font-size:1rem;font-weight:600;color:#111827;text-align:center}.income-networth-impact__diff-summary{margin:0 0 12px;padding:0 4px;font-size:.8125rem;line-height:1.5;color:#374151;text-align:center}.income-networth-impact__diff-summary__emphasis{font-weight:700}.income-networth-impact__diff-summary--positive{color:#15803d}.income-networth-impact__diff-summary--negative{color:#b91c1c}.income-networth-impact__diff-summary--positive .income-networth-impact__diff-summary__emphasis,.income-networth-impact__diff-summary--negative .income-networth-impact__diff-summary__emphasis{color:inherit}.income-networth-impact__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;margin:0;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;font-size:.875rem;color:#374151;cursor:pointer}.income-networth-impact__toggle:hover{background:#f3f4f6}.income-networth-impact__panel{margin-top:12px;padding:12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff}.income-networth-impact__hint,.income-networth-impact__status{margin:0 0 10px;font-size:.8125rem;line-height:1.45;color:#6b7280}.income-edit-header button{background:none;border:none;font-size:20px;cursor:pointer;color:#386641}.income-edit-tabs{display:flex;gap:8px;margin-bottom:16px}.income-edit-tabs .tab{flex:1;padding:8px 0;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:13px}.income-edit-tabs .tab.active{background:#386641;color:#fff;border-color:#386641}.income-edit-bars{margin-bottom:16px}.bar-row{margin-bottom:12px;font-size:13px}.bar{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:6px}.bar-fill{height:100%;border-radius:999px}.bar-fill.needs{background:#f59e0b}.bar-fill.wants{background:#60a5fa}.bar-fill.savings{background:#a3d977}.adjust-plan{display:flex;justify-content:space-between;align-items:center;margin:16px 0;font-weight:600}.adjust-plan button{width:28px;height:28px;border-radius:50%;border:none;background:#386641;color:#fff;font-size:18px}.networth-view{margin-top:8px}.networth-value{text-align:center;margin-bottom:16px}.networth-value span{font-size:13px;color:#6b7280}.networth-chart{height:160px;margin:12px 0}.chart-placeholder{height:100%;background:linear-gradient(to top right,#e5f0e8,#fff);border-radius:12px}.networth-legend{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;margin-bottom:12px}.distribution-row{margin-bottom:16px}.distribution-row-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:6px}.distribution-legend{display:flex;gap:12px;font-size:12px;color:#374151}.needs-dot:before,.wants-dot:before,.savings-dot:before{content:"●";margin-right:6px}.needs-dot:before{color:#f59e0b}.wants-dot:before{color:#60a5fa}.savings-dot:before{color:#a3d977}.unallocated-row{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;margin:12px 0}.networth-filters{display:flex;gap:6px;margin-bottom:12px}.networth-filters button{padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:12px}.networth-filters button.active{background:#386641;color:#fff;border-color:#386641}.networth-value h2{font-size:24px;font-weight:700}.networth-value p{font-size:12px;color:#6b7280}.networth-chart{position:relative;height:160px;margin:12px 0}.chart-y{position:absolute;right:0;top:0;bottom:0;font-size:11px;display:flex;flex-direction:column;justify-content:space-between;color:#6b7280}.networth-legend{display:flex;justify-content:space-between;font-size:12px;margin-bottom:12px}.networth-dot:before,.assets-dot:before,.liabilities-dot:before{content:"●";margin-right:6px}.networth-dot:before{color:#386641}.assets-dot:before{color:#a3d977}.liabilities-dot:before{color:#ef4444}.segmented-control{display:flex;gap:8px;margin-bottom:12px}.segmented-control button{flex:1;padding:6px 0;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:13px}.segmented-control button.active{background:#386641;color:#fff;border-color:#386641}.time-filters{display:flex;justify-content:space-between;font-size:12px;margin-bottom:8px}.time-filters span.active{background:#e6f0e8;padding:2px 8px;border-radius:999px}.networth-value{text-align:center;margin-bottom:12px}.networth-chart{position:relative;height:160px}.chart-area{height:100%;background:linear-gradient(to top right,#e6f0e8,#fff);border-radius:12px}.chart-y-labels{position:absolute;right:0;top:0;bottom:0;font-size:11px;display:flex;flex-direction:column;justify-content:space-between}.chart-legend,.distribution-legend{display:flex;gap:12px;font-size:12px;margin:8px 0}.distribution-block{margin-bottom:12px}.distribution-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600}.adjust-plan-row{display:flex;justify-content:space-between;align-items:center;margin:12px 0;font-weight:600}.adjust-plan-row button{width:28px;height:28px;border-radius:50%;border:none;background:#386641;color:#fff}.unallocated-row{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;margin-bottom:12px}.dist-section{margin-bottom:14px}.dist-section-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:6px}.dist-bar{display:flex;height:8px;border-radius:999px;overflow:hidden;margin-bottom:6px}.dist-needs{background:#f59e0b}.dist-wants{background:#60a5fa}.dist-savings{background:#a3d977}.dist-legend{display:flex;gap:12px;font-size:12px}.editable-section{margin-top:8px}.editable-card{background:#fff;border-radius:14px;padding:12px;margin-bottom:12px;border:1px solid #f3f4f6}.editable-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:6px}.editable-card input{width:100%;height:44px;border-radius:10px;border:1px solid #e5e7eb;padding:0 12px;font-size:15px;font-weight:400}.editable-card p{font-size:12px;color:#9ca3af;margin-top:6px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;background-color:#fff;padding:2rem}.login-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.login-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.login-logo{margin-bottom:1.5rem;width:clamp(80px,20vw,140px);height:auto}.login-brand{font-size:35px;font-weight:600;color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif;letter-spacing:-.5px}.login-options{display:flex;gap:.5rem;width:100%;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.login-option-button{flex:1;padding:.75rem .5rem;background-color:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.login-option-button:hover:not(:disabled){color:#000;background-color:#f9fafb}.login-option-button.active{color:#6a994e;border-bottom-color:#6a994e;font-weight:600}.login-option-button:disabled,.login-option-button.disabled{opacity:.5;cursor:not-allowed}.option-disabled-badge{display:block;font-size:.7rem;color:#9ca3af;font-weight:400;margin-top:.25rem}.login-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-group label{font-size:.875rem;font-weight:500;color:#000;margin-bottom:.25rem}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#000;background-color:#fff;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#6a994e}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-group input::placeholder{color:#9ca3af}.forgot-password{position:absolute;right:0;top:0;font-size:.875rem;color:#6a994e;text-decoration:underline;cursor:pointer;font-weight:400;margin-top:.25rem}.forgot-password:hover{color:#5a8840}.login-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;text-align:center}.login-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;text-align:center}.back-to-login-button{width:100%;padding:.75rem 1.5rem;background-color:transparent;color:#6a994e;border:1px solid #6A994E;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.back-to-login-button:hover{background-color:#f0fdf4;border-color:#5a8840;color:#5a8840}.sign-in-button{width:100%;padding:.875rem 1.5rem;background-color:#6a994e;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.sign-in-button:hover:not(:disabled){background-color:#5a8840}.sign-in-button:disabled{background-color:#9db88a;cursor:not-allowed;opacity:.7}.login-divider{width:100%;display:flex;align-items:center;margin:2rem 0 1.5rem;text-align:center}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.login-divider span{padding:0 1rem;color:#6b7280;font-size:.875rem;background-color:#fff}.social-login{display:flex;gap:1rem;width:100%;justify-content:center}.social-login-vertical{display:flex;flex-direction:column;gap:.75rem;width:100%}.social-button{width:56px;height:56px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.social-button-full{width:100%;height:auto;min-height:48px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:#000}.social-button:hover:not(:disabled){border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.social-button:disabled{opacity:.5;cursor:not-allowed}.social-button-full:hover:not(:disabled){border-color:#d1d5db;box-shadow:0 2px 4px #0000001a;background-color:#f9fafb}.social-button-full:disabled{opacity:.5;cursor:not-allowed}.google-button svg{width:20px;height:20px}.apple-button svg{width:20px;height:20px}.login-footer{margin-top:2rem;text-align:center;font-size:.875rem;color:#000}.sign-up-link{color:#6a994e;text-decoration:underline;cursor:pointer;margin-left:.25rem;font-weight:400}.sign-up-link:hover{color:#5a8840}@media(max-width:480px){.login-page{padding:1.5rem}.login-container{max-width:100%}.login-brand{font-size:1.5rem}.social-login{gap:.75rem}.social-button{width:50px;height:50px}}.meet-ribbit-page{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;background-color:#fff;padding:2rem 1.5rem}.meet-ribbit-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.ribbit-graphic{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.ribbit-circle{width:320px;height:320px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.ribbit-image{width:90%;height:90%;object-fit:contain}.ribbit-title{font-size:28px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 1.5rem;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.ribbit-description{font-size:16px;color:#4a4a4a;text-align:center;margin:0 0 2.5rem;line-height:1.6}.ribbit-features{width:100%;margin-bottom:2rem}.features-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,system-ui,sans-serif}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.feature-icon{font-size:24px;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.feature-text{font-size:16px;color:#4a4a4a;margin:0;line-height:1.5;flex:1}.ribbit-motto{text-align:center;margin-bottom:2.5rem;color:#6b7280;font-size:14px;line-height:1.6}.ribbit-motto p{margin:.25rem 0}.ribbit-get-started-button{width:100%;padding:1rem 1.5rem;background-color:#6a994e;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.ribbit-get-started-button:hover{background-color:#5a8840}@media(max-width:480px){.meet-ribbit-page{padding:1.5rem 1rem}.ribbit-title{font-size:24px}.ribbit-circle{width:260px;height:260px}}.meet-ribbit-page{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;background-color:#fff;padding:1rem 2rem}.meet-ribbit-container{width:100%;max-width:680px;padding-bottom:2rem}@media(max-width:640px){.meet-ribbit-page{padding:.75rem 1rem}.meet-ribbit-container{max-width:100%}}.progress-header{max-width:680px;padding:16px 0}.progress-track{width:100%;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress-fill{width:20%;height:100%;background:#6a994e;border-radius:999px}.setup-card{max-width:420px;margin:0 auto;padding:8px 16px 24px}.setup-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:8px}.setup-subtitle{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:24px}.full-width{margin-top:16px}.terms{display:flex;align-items:flex-start;gap:10px;margin-top:20px;justify-content:flex-start}.terms input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;cursor:pointer;flex-shrink:0;align-self:flex-start}.terms span{font-size:13px;color:#111827;line-height:1.5;text-align:left}.terms-note{font-size:12px;color:#111827;margin-top:6px;line-height:1.4}.terms-link{color:#6a994e;text-decoration:underline;cursor:pointer;font-weight:600}.terms-link:hover{color:#5a8840;text-decoration:underline}.terms-link strong{color:#6a994e;font-weight:600;text-decoration:underline}.terms span a{color:#6a994e;text-decoration:underline}.terms-note a{color:#6a994e;text-decoration:underline;font-weight:600}.secondary-button{width:100%;margin-top:24px;height:48px;border-radius:12px;border:none;background:#f3f4f6;color:#111827;font-size:15px;font-weight:600;cursor:pointer}.secondary-button:disabled{opacity:.6;cursor:not-allowed}.primary-button{width:100%;margin-top:12px;height:52px;border-radius:12px;border:none;background:#6a994e;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.primary-button:disabled{opacity:.6;cursor:not-allowed}.setup-two-buttons{display:flex;flex-direction:column;gap:12px;margin-top:12px}.setup-two-buttons .primary-button,.setup-two-buttons .secondary-button{width:100%;height:52px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer}.setup-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background:#fff}.setup-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:680px;padding:0 1rem}.setup-card{width:100%;padding:1rem 2rem 2rem;max-width:680px}@media(max-width:640px){.setup-page{padding:.75rem 1rem}.setup-card{max-width:100%}}.allocate-income-page{min-height:100vh;width:100vw;background:#fff;display:flex;justify-content:center;align-items:center}.simple-allocate-income-root .allocate-income-container{width:100%;max-width:400px;padding:16px}.simple-allocate-income-root .allocate-income-page{min-height:100vh;width:100vw;background:#fff;display:flex;justify-content:center;align-items:flex-start}.simple-allocate-income-root .allocate-income-{width:100%;max-width:500px;margin:0 auto;padding-bottom:48px}.simple-allocate-income-root .page-indicator{background:#6a994e;color:#fff;font-size:14px;font-weight:600;padding:6px 12px;border-radius:8px;width:fit-content;margin-bottom:12px}.simple-allocate-income-root .ai-header{display:flex;align-items:center;gap:12px}.simple-allocate-income-root .ai-header button{border:none;background:none;font-size:24px;cursor:pointer}.simple-allocate-income-root .ai-subtitle{color:#6b7280;margin:12px 0 20px}.simple-allocate-income-root .ai-connected-banks{margin-bottom:20px;padding:12px 16px;background:#f9fafb;border-radius:12px;font-size:14px}.simple-allocate-income-root .ai-connected-banks-label{font-weight:600;color:#374151;margin-bottom:8px}.simple-allocate-income-root .ai-connected-bank-item{padding:4px 0;color:#4b5563}.simple-allocate-income-root .ai-connected-bank-name{font-weight:500;color:#111827}.simple-allocate-income-root .ai-connected-bank-gist{color:#6b7280}.simple-allocate-income-root .ai-bars{display:flex;flex-direction:column;gap:16px}.simple-allocate-income-root .ai-bar-row{background:#f9fafb;padding:12px;border-radius:12px}.simple-allocate-income-root .ai-bar-header{display:flex;justify-content:space-between;font-size:14px}.simple-allocate-income-root .ai-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;margin:8px 0}.simple-allocate-income-root .ai-bar .needs{background:#f59e0b}.simple-allocate-income-root .ai-bar .wants{background:#38bdf8}.simple-allocate-income-root .ai-bar .savings{background:#84cc16}.simple-allocate-income-root .ai-new-plan .ai-bar-row{padding:0;background:transparent}.simple-allocate-income-root .ai-new-plan .ai-bar-row .ai-bar-header{margin-bottom:8px}.simple-allocate-income-root .ai-new-plan .ai-bars .ai-bar{height:42px;border-radius:12px;margin:0;align-items:stretch}.ai-new-plan .ai-bars .ai-bar .needs,.ai-new-plan .ai-bars .ai-bar .wants,.simple-allocate-income-root .ai-new-plan .ai-bars .ai-bar .savings{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 6px;min-width:0;color:#fff;font-size:.75rem;font-weight:600;text-shadow:0 1px 1px rgba(0,0,0,.2)}.simple-allocate-income-root .ai-new-plan .ai-bars .ai-bar .needs{background:#f59e0b}.simple-allocate-income-root .ai-new-plan .ai-bars .ai-bar .wants{background:#38bdf8}.simple-allocate-income-root .ai-new-plan .ai-bars .ai-bar .savings{background:#84cc16}.simple-allocate-income-root .ai-new-plan .ai-bars .ai-bar .savings[data-negative=true]{background:#dc2626}.simple-allocate-income-root .ai-new-plan .ai-legend{display:none}.simple-allocate-income-root .ai-legend{display:flex;justify-content:space-between;font-size:12px}.simple-allocate-income-root .ai-control{background:#f9fafb;padding:12px;border-radius:12px;margin-top:16px}.simple-allocate-income-root .ai-control-header{display:flex;justify-content:space-between;align-items:center}.simple-allocate-income-root .ai-input{width:120px;padding:6px 8px;font-size:16px;border-radius:8px;border:1px solid #e5e7eb;text-align:right}.simple-allocate-income-root .ai-stepper{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.simple-allocate-income-root .ai-stepper button{width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:20px;cursor:pointer}.simple-allocate-income-root .ai-readonly{display:flex;justify-content:space-between;margin:16px 0;font-size:18px}.simple-allocate-income-root .ai-secondary{width:100%;padding:14px;background:transparent;color:#6a994e;border:2px solid #6a994e;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:12px}.simple-allocate-income-root .ai-secondary:disabled{opacity:.6;cursor:not-allowed}.simple-allocate-income-root .ai-primary{width:100%;padding:14px;background:#6a994e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer}.simple-allocate-income-root .ai-ribbit-fab{position:sticky;top:calc(100vh - 72px);flex-shrink:0;z-index:1000;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 4px 14px #0000001f;font-size:.9rem;font-weight:600;color:#1f2937;cursor:pointer;transition:box-shadow .2s,transform .2s}.simple-allocate-income-root .ai-ribbit-fab:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}.simple-allocate-income-root .ai-ribbit-fab img{width:32px;height:32px;object-fit:contain}.simple-allocate-income-root .ai-ribbit-questions{display:flex;flex-direction:row;gap:8px;margin-bottom:1rem}.simple-allocate-income-root .ai-ribbit-question-btn{flex:1;min-width:0;padding:10px 14px;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;cursor:pointer;transition:background .2s,border-color .2s}.simple-allocate-income-root .ai-ribbit-question-btn:hover{background:#fff;border-color:#6a994e}.simple-allocate-income-root .ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:2000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.simple-allocate-income-root .ai-ribbit-modal-content{position:relative;width:100%;max-width:560px;height:calc(100vh - 48px);max-height:calc(100vh - 48px);min-height:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column}.simple-allocate-income-root .ai-ribbit-modal-content .ribbit-chat-container{margin:0;max-width:none;max-height:none;flex:1;min-height:0;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.simple-allocate-income-root .ai-ribbit-modal-content .ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:0;overflow:hidden}.simple-allocate-income-root .ai-ribbit-modal-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.simple-allocate-income-root .ai-ribbit-modal-close:hover{background:#e5e7eb}.simple-allocate-income-root .home-chat-bar{margin-top:8px;display:flex;align-items:center;gap:8px;cursor:pointer}.simple-allocate-income-root .home-chat-input-wrapper{flex:1;display:flex;align-items:center;border-radius:9999px;border:1px solid #d1d5db;background:#fff;padding:6px 10px}.simple-allocate-income-root .home-chat-input{border:none;outline:none;flex:1;font-size:.9rem;color:#111827;background:transparent}.simple-allocate-income-root .home-chat-input::placeholder{color:#9ca3af}.simple-allocate-income-root .home-chat-send{width:34px;height:34px;border-radius:9999px;border:none;background:#16a34a;display:flex;align-items:center;justify-content:center;cursor:pointer}.simple-allocate-income-root .home-chat-send-icon{font-size:16px;color:#fff;line-height:1}.simple-allocate-income-root .home-chat-send:hover{background:#15803d}.simple-allocate-income-root .allocate-income-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100vw;background:#fff}.simple-allocate-income-root .allocate-income-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:4px;width:100%;max-width:844px;padding:0 1rem}.simple-allocate-income-root .allocate-income-container{flex:1;min-width:0;max-width:680px;padding:1rem 2rem 2rem}@media(max-width:768px){.simple-allocate-income-root .allocate-income-wrapper{flex-direction:column;max-width:680px}.simple-allocate-income-root .ai-ribbit-fab{position:fixed;bottom:8px;right:8px;top:auto}}@media(max-width:640px){.simple-allocate-income-root .allocate-income-container{max-width:100%;padding:.75rem 1rem}}.onboarding-header-wrapper{background:#fff;padding-bottom:4px}.onboarding-header{display:flex;align-items:center;padding:8px 12px}.onboarding-icon{background:none;border:none;font-size:20px;cursor:pointer;color:#111827}.onboarding-bars{display:flex;flex:1;gap:6px;margin:0 10px}.onboarding-bar{flex:1;height:3px;background:#e5e7eb;border-radius:2px}.onboarding-bar.active{background:#000}.onboarding-labels{display:flex;justify-content:space-between;padding:0 44px;font-size:11px;color:#9ca3af;line-height:1.2}.onboarding-label{flex:1;text-align:center}.onboarding-label.active{color:#000;font-weight:600}.feed-card-title-row{display:flex;align-items:center;gap:10px}.feed-title-icon{width:28px;height:28px;flex-shrink:0;transform:translateY(-2px);transition:transform .2s ease;top:-4px;position:relative}.feed-card:hover .feed-title-icon{transform:translateY(-2px) scale(1.05)}.feed-page{padding:0}.feed-grid{max-width:760px;margin:0 auto 40px;padding:20px 0 32px;display:flex;flex-direction:column;gap:20px}.feed-card{border-radius:24px;padding:20px 22px}.feed-card-title{margin:0 0 12px;font-size:1.05rem;font-weight:600;color:#111827}.feed-card-header-row{display:flex;justify-content:space-between;align-items:center}.feed-card-header-left{display:flex;align-items:center;gap:8px}.feed-pill{border-radius:9999px;background:#e5f0ff;padding:2px 10px;font-size:.75rem;font-weight:500;color:#1d4ed8}.feed-quick-toggle{border:none;background:none;font-size:.8rem;color:#6b7280;cursor:pointer}.feed-section-body.collapsed{max-height:200px;overflow:hidden}.feed-section-body.expanded{max-height:600px}.feed-section-body.transactions.expanded{max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.feed-section-body.transactions.expanded::-webkit-scrollbar{width:8px}.feed-section-body.transactions.expanded::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.feed-section-body.transactions.expanded::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.feed-section-body.transactions.expanded::-webkit-scrollbar-thumb:hover{background:#9ca3af}.feed-section-body.transactions.expanded{scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.feed-item-row{display:flex;gap:8px;padding:6px 0}.feed-item-main{flex:1}.feed-item-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.feed-item-title{font-size:.9rem;font-weight:500;flex:1}.feed-item-expand-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s;flex-shrink:0}.feed-item-expand-button:hover{color:#374151}.feed-item-arrow{transition:transform .3s ease;transform:rotate(0)}.feed-item-arrow.expanded{transform:rotate(180deg)}.feed-item-description-box{max-height:0;overflow:hidden;opacity:0;transform:perspective(1000px) rotateX(-90deg);transform-origin:top center;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:0;will-change:transform,opacity,max-height}.feed-item-description-box.expanded{max-height:2000px;opacity:1;transform:perspective(1000px) rotateX(0);margin-top:12px;overflow:visible}.feed-item-description-box .feed-item-sub{background:#fff;border-radius:8px;padding:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.feed-item-sub{font-size:.8rem;color:#6b7280;line-height:1.5;white-space:pre-wrap}.feed-item-subheading{font-weight:600;font-size:.85rem;color:#374151;margin-top:12px;margin-bottom:4px;display:block}.feed-item-subheading:first-child{margin-top:0}.feed-item-meta{font-size:.75rem;color:#9ca3af}.feed-item-icon{width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.alert-icon{background:#fef3c7;color:#f97316}.info-icon{background:#eff6ff;color:#1d4ed8}.quick-rec-card{background:#f9fafb;border-radius:16px;padding:12px;border:1px solid #e5e7eb}.quick-rec-title{font-size:.9rem;font-weight:600}.quick-rec-body{font-size:.8rem;color:#6b7280}.quick-rec-icon-button{width:28px;height:28px;border:none;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:.875rem;padding:0}.quick-rec-icon-button:hover{transform:scale(1.05)}.quick-rec-icon-button.accept-btn{background:#dcfce7;color:#16a34a}.quick-rec-icon-button.accept-btn:hover{background:#bbf7d0;color:#15803d}.quick-rec-icon-button.snooze-btn{background:#eff6ff;color:#3b82f6}.quick-rec-icon-button.snooze-btn:hover{background:#dbeafe;color:#2563eb}.quick-rec-icon-button.delete-btn{background:#fee2e2;color:#dc2626}.quick-rec-icon-button.delete-btn:hover{background:#fecaca;color:#b91c1c}.transaction-group{margin-top:12px}.transaction-group-title{font-size:.8rem;font-weight:600;color:#6b7280;margin-bottom:8px}.transaction-row-modern{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.transaction-left{display:flex;flex-direction:column}.transaction-title-row{display:flex;gap:8px;align-items:center}.transaction-merchant{font-size:.9rem;font-weight:600}.transaction-pill{background:#f3f4f6;border-radius:9999px;padding:2px 8px;font-size:.7rem;color:#6b7280}.transactions-quick-questions{margin-top:8px}.transactions-quick-questions-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.12)}.transactions-quick-questions-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:9999px;border:1px solid rgba(0,0,0,.35);background:#fff;color:#000;font-size:.8rem;font-weight:600;line-height:1.25;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.transactions-quick-questions-chip:hover{background:#f3f4f6;border-color:#000}.transaction-sub{font-size:.75rem;color:#9ca3af}.transaction-amount{font-size:.9rem;font-weight:600}.transaction-amount.negative{color:#dc2626}.transaction-amount.positive{color:#16a34a}.transaction-amount.transfer{color:#2563eb}.transaction-view-btn{margin-top:8px;width:100%;border-radius:12px;border:none;background:#f3f4f6;padding:10px 0;font-size:.9rem;cursor:pointer}.feed-chat-bar{display:flex;gap:8px;cursor:pointer}.feed-chat-input-wrapper{flex:1;display:flex;align-items:center;border-radius:9999px;border:1px solid #d1d5db;padding:4px 10px}.feed-chat-avatar{width:28px;height:28px;border-radius:9999px;background:#22c55e;display:flex;align-items:center;justify-content:center}.feed-chat-input{border:none;outline:none;flex:1}.feed-chat-send{width:34px;height:34px;border-radius:9999px;border:none;background:#166534;color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.account-card{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;transition:box-shadow .2s ease}.account-card:hover{box-shadow:0 4px 12px #00000026}.account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.account-institution{display:flex;align-items:center;gap:12px}.institution-logo{width:40px;height:40px;border-radius:8px;object-fit:contain;padding:4px;border:1px solid #e5e7eb}.institution-info{display:flex;flex-direction:column;gap:2px}.institution-name{font-weight:600;font-size:1rem;color:#1f2937}.account-type{font-size:.875rem;color:#6b7280;text-transform:capitalize}.sync-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:8px;cursor:pointer;transition:all .2s ease}.sync-btn:hover:not(:disabled){background:#e5e7eb}.sync-btn:disabled{opacity:.6;cursor:not-allowed}.sync-btn i{font-size:1rem;color:#4b5563}.sync-btn i.spin{animation:spin 1s linear infinite}.account-details{display:flex;flex-direction:column;gap:16px}.account-name{display:flex;align-items:center;gap:8px;font-weight:500;font-size:1.125rem;color:#1f2937}.account-mask{font-size:.875rem;color:#6b7280;font-weight:400}.account-balances{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.primary-balance,.secondary-balance,.credit-limit{display:flex;flex-direction:column;gap:4px}.balance-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.balance-amount{font-size:1.25rem;font-weight:600}.balance-amount.primary{color:#059669}.balance-amount.secondary{color:#1f2937}.balance-amount.limit{color:#6b7280}.verification-status{display:flex;align-items:center;gap:6px;font-size:.75rem;text-transform:capitalize;padding:4px 8px;border-radius:6px;width:fit-content}.verification-status.verified{background:#d1fae5;color:#065f46}.verification-status.pending{background:#fef3c7;color:#92400e}.verification-status.failed{background:#fee2e2;color:#991b1b}.institution-card{background:#f8fafc;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;padding:0}.institution-header{padding:16px 20px;background:#fff;border-radius:12px 12px 0 0;margin-bottom:4px;display:flex;justify-content:space-between;align-items:center}.institution-info{display:flex;flex-direction:row;align-items:center;gap:10px}.institution-logo{width:32px;height:32px;border-radius:6px;overflow:hidden;flex-shrink:0;border:none;background:none}.institution-logo .logo-img{width:100%;height:100%;object-fit:contain;border-radius:6px;border:none;background:none;display:block}.institution-name{font-size:1rem;font-weight:600;color:#1f2937;margin:0;white-space:nowrap}.institution-sync-link{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s ease;padding:0}.institution-sync-link:hover:not(:disabled){color:#2563eb;text-decoration:underline}.institution-sync-link:disabled{color:#9ca3af;cursor:not-allowed}.institution-delete-link{background:none;border:none;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s ease;padding:4px 8px;border-radius:4px;display:flex;align-items:center;justify-content:center}.institution-delete-link:hover:not(:disabled){color:#dc2626;background:#fee2e2}.institution-delete-link:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}.account-section{background:#fff;margin-bottom:4px}.account-section:last-of-type{margin-bottom:0}.account-content{padding:12px 20px}.account-details{width:100%}.account-name-line{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.account-name{font-size:.875rem;font-weight:500;color:#1f2937;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-amount{font-size:.875rem;font-weight:600;color:#1f2937;flex-shrink:0;margin-left:12px}.account-meta-line{display:flex;justify-content:space-between;align-items:baseline}.account-meta{font-size:.75rem;color:#6b7280;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-available{font-size:.75rem;color:#6b7280;flex-shrink:0;margin-left:12px}.add-account-section{background:#fff;border-radius:0 0 12px 12px;margin-top:4px}.add-account-content{display:flex;align-items:center;padding:12px 20px}.add-account-link{font-size:.875rem;font-weight:500;color:#3b82f6;text-decoration:none;cursor:pointer;transition:color .2s ease}.add-account-section:hover .add-account-link{color:#2563eb;text-decoration:underline}.account-management{margin-top:32px}.accounts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0}.accounts-header h3{font-size:1rem;font-weight:500;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.05em}.sync-all-btn{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.sync-all-btn:hover:not(:disabled){background:#e5e7eb}.sync-all-btn:disabled{opacity:.6;cursor:not-allowed}.add-bank-card{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;margin-bottom:16px;transition:all .2s ease;cursor:pointer}.add-bank-card:hover{background:#f1f5f9;border-color:#94a3b8}.add-bank-content{display:flex;align-items:center;padding:16px 20px;justify-content:center}.add-bank-link{font-size:.875rem;font-weight:500;color:#3b82f6;text-decoration:none;cursor:pointer;transition:color .2s ease}.add-bank-card:hover .add-bank-link{color:#2563eb;text-decoration:underline}.last-sync-info{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#6b7280;margin-top:16px;padding:8px 12px;background:#f9fafb;border-radius:6px}.last-sync-info i{font-size:.875rem}.accounts-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 32px;text-align:center}.accounts-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.accounts-loading-text{font-size:.875rem;color:#6b7280}.accounts-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:16px}.accounts-error-title{font-weight:600;color:#991b1b;margin-bottom:8px}.accounts-error-message{font-size:.875rem;color:#7f1d1d}.accounts-empty{text-align:center;padding:48px 32px;color:#6b7280}.accounts-empty-icon{font-size:3rem;margin-bottom:16px;opacity:.5}.accounts-empty-title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#4b5563}.accounts-empty-description{font-size:.875rem;line-height:1.5;max-width:400px;margin:0 auto 24px}.link-first-bank-btn{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:inline-flex;align-items:center;gap:8px}.link-first-bank-btn:hover:not(:disabled){background:#2563eb}.link-first-bank-btn:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:768px){.account-card{padding:16px;margin-bottom:12px}.account-balances{grid-template-columns:1fr;gap:12px}.institution-header{padding:12px 16px}.institution-info{gap:8px}.institution-name{font-size:.9rem}.account-content,.add-account-content{padding:10px 16px}.accounts-header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.add-bank-content{padding:12px 16px}}.app-content{padding-top:72px;height:calc(100vh - 72px);overflow-y:auto}.app{display:flex;flex-direction:column;width:100%;height:100vh;width:100vw;overflow:hidden;background-color:#f8fafc}.app-loading{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background-color:#f8fafc}.loading-content{text-align:center;padding:2rem}.loading-content h1{margin:0 0 2rem;font-size:2.5rem;font-weight:700;color:#1e293b}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content p{margin:0;font-size:1.1rem;color:#64748b}.app-error{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background-color:#f8fafc}.error-content{text-align:center;padding:2rem;max-width:500px}.error-content h1{margin:0 0 2rem;font-size:2.5rem;font-weight:700;color:#1e293b}.app-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:2rem;color:#dc2626}.app-error-message h2{margin:0 0 1rem;color:#b91c1c}.app-error-message p{margin:0;line-height:1.6}@media(max-width:768px){.loading-content h1,.error-content h1{font-size:2rem}.loading-content,.error-content{padding:1rem}.app-error-message{padding:1.5rem}}@media(max-width:480px){.loading-content h1,.error-content h1{font-size:1.75rem}.loading-content p{font-size:1rem}}.form-section{margin-bottom:32px}.form-section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px}.form-group{display:flex;flex-direction:column;gap:2px}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-label.required:after{content:" *";color:#dc2626}.form-input,.form-select,textarea.form-input{padding:12px 16px;border:none;border-radius:0;font-size:1rem;color:#1f2937;background-color:#f9fafb;transition:background-color .15s ease}textarea.form-input{min-height:80px;resize:vertical}.form-input:focus,.form-select:focus{outline:none;background-color:#f0f8ff;box-shadow:0 0 0 3px #0052a31a}.form-input::placeholder{color:#9ca3af}.form-input-group{display:flex;align-items:center;gap:8px}.form-input-group .form-input{flex:1}.form-input-separator{color:#6b7280;font-size:.875rem;font-weight:500;white-space:nowrap;padding:0 4px}.checkbox-group{display:flex;align-items:center;gap:8px;margin-top:16px}.checkbox-input{width:18px;height:18px;accent-color:#0052a3}.field-untouched{background-color:#f9fafb}.field-touched{background-color:#f3f4f6}.field-valid{background-color:#f0fdf4}.field-invalid,.field-incomplete{background-color:#f9fafb}.form-error-message{color:#dc2626;font-size:.75rem;margin-top:-2px;margin-bottom:0;padding:8px 12px;background-color:#fef2f2;border:none;border-radius:0;display:flex;align-items:center;gap:6px;line-height:1.2}.form-error-message:before{content:"⚠";color:#dc2626;font-size:.875rem}.form-error-message:last-child{margin-bottom:0}.success-message{color:#10b981;font-size:.875rem;margin-top:4px}.validation-errors{margin-top:12px;padding:12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px}.dynamic-list{margin-top:24px}.list-item{background:#fff;border:1px solid #e2e8f0;border-radius:0;padding:20px;margin-bottom:16px;position:relative}.list-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.list-item-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.list-item-actions{display:flex;gap:8px;align-items:center}.action-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.action-btn:hover{background-color:#f3f4f6}.edit-btn:hover{color:#0052a3}.remove-btn:hover{color:#dc2626}.remove-item-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:0;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.remove-item-btn:hover{background-color:#f3f4f6;color:#dc2626}.add-item-btn{background:#f9fafb;border:1px solid #d1d5db;color:#6b7280;padding:12px 16px;border-radius:0;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .15s ease;width:100%;justify-content:center}.add-item-btn:hover{background:#f3f4f6;border-color:#9ca3af}.list-item.incomplete{border:1px solid #d1d5db;background-color:transparent}.incomplete-indicator{color:#6b7280;font-size:.875rem;font-weight:400}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.panel{display:flex;flex-direction:column;height:100%;min-height:500px}.tab-navigation{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:24px;flex-shrink:0}.tab-button{flex:1;padding:12px 16px;background:none;border:none;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tab-button:hover{color:#374151;background-color:#f9fafb}.tab-button.active{color:#0052a3;border-bottom-color:#0052a3;background-color:#f0f8ff}.tab-content{flex:1;overflow-y:auto;padding:0 4px;margin-bottom:24px}.panel-actions{flex-shrink:0;padding-top:16px;border-top:1px solid #e5e7eb}.btn{padding:12px 24px;border-radius:0;font-size:1rem;font-weight:500;cursor:pointer;border:none;transition:all .15s ease;width:100%}.btn-success{background:#22c55e;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#0052a3;color:#fff}.btn-primary:hover:not(:disabled){background:#003d7a}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-outline{background:transparent;color:#0052a3;border:1px solid #0052a3}.btn-outline:hover:not(:disabled){background:#0052a3;color:#fff}@media(max-width:768px){.tab-button{font-size:.875rem;padding:10px 12px}.btn{padding:10px 20px;font-size:.875rem}}
