:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe 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}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh}#firebase-emulator-warning,.firebase-emulator-warning{display:none!important}.horizontal-navigation{position:fixed;top:0;left:0;right:0;height:calc(72px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);background:#fff;z-index:1000;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e2e8f0}.navigation-items{display:flex;gap:4px;width:100%;padding:0 8px;box-sizing:border-box}.navigation-item{border:none;background:transparent;flex:1;padding:10px 8px;border-radius:9999px;font-size:15px;font-weight:500;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0}.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}.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}.message:last-child{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}.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:currentColor;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{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)}}.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}.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,.chat-input .btn:focus{outline:none;box-shadow:0 0 0 .2rem #007bff40}.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-input .btn:hover,.chat-input .btn:focus{background:#2e7031!important;color:#fff!important}.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-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{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2px;height:auto;padding:2px;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%}.empty-chat-examples{margin:8px 0 0;padding:1px;font-size:.85rem;line-height:1.5;color:#9ca3af;text-align:left;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.empty-chat-examples em{color:#6a994e;font-style:italic}.chat-status{text-align:center}.chat-messages .spinner-border-sm{width:1rem;height:1rem}.chat-messages .alert{margin:0;border-radius:8px}.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}}.typing-indicator{display:inline-flex;align-items:center;gap:4px;padding:2px 0}.typing-dot{width:7px;height:7px;border-radius:50%;background:#6c757d;animation:typingDot 1.2s ease-in-out infinite;opacity:.3}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media(max-width:768px){.activity-chat{height:350px}.message{max-width:90%}.chat-input .form-control{font-size:16px}}.ribbit-chat-container{position:relative;margin:40px auto 20px;width:100%;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}.alloc-bar-wrap{width:100%;margin:12px 0 20px}.alloc-bar-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:6px}.alloc-bar-status{font-weight:500}.alloc-bar-ok{color:#059669}.alloc-bar-over{color:#ef4444}.alloc-bar-under{color:#6b7280}.alloc-bar-total{color:#9ca3af;font-size:12px}.alloc-bar-track{position:relative;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.alloc-bar-fill{position:absolute;left:0;top:0;height:100%;background:#4bc0c0;border-radius:999px;transition:width .2s ease,background .2s ease}.alloc-bar-fill--ok{background:#059669}.alloc-bar-overflow{position:absolute;right:0;top:0;height:100%;background:#ef4444;border-radius:999px}.glossary-tooltip-wrapper{position:relative;display:inline-flex;align-items:flex-start;margin-left:0;vertical-align:top;z-index:auto}.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-family:inherit;font-size:.75rem;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:3000;pointer-events:auto;animation:fadeIn .2s ease}.chart-center-content .glossary-tooltip-wrapper{z-index:auto}.chart-center-content .glossary-tooltip{z-index:3000}.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-family:inherit;font-size:.875rem;line-height:1.5;white-space:normal;word-wrap:break-word;text-transform:none}.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}}.savings-plan-page{min-height:100dvh;width:100vw;background:#fff;display:flex;justify-content:center;align-items:center}.savings-plan-container{width:100%;max-width:400px;padding:16px}.savings-plan-page--external-top-bar .savings-plan-container{padding-top:2.5rem}.savings-plan-allocation-source-toggle.yes-no button{font-size:.875rem;line-height:1.35;padding:10px 6px}.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}.category-input-pct{flex-shrink:0;min-width:3.25rem;text-align:right;font-size:.8125rem;font-weight:600;color:#6b7280}.stepper{display:flex;gap:4px}.stepper button{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.category-ef-plaid-note{margin:8px 0 0;padding:8px 10px;font-size:12px;line-height:1.45;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.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:100dvh;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}}.home-section-nav-wrapper{position:sticky;top:0;z-index:40}.home-section-nav-inner-wrap{overflow-x:auto;scrollbar-width:none;background:#f8fafceb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.home-section-nav-inner-wrap::-webkit-scrollbar{display:none}.home-section-nav{display:flex;gap:6px;max-width:760px;margin:0 auto;padding:8px 0}@media(max-width:768px){.home-section-nav{padding:8px 16px}}.home-section-nav-inner-wrap{position:relative}.home-section-nav-inner-wrap:after{content:"";position:absolute;right:0;top:0;bottom:1px;width:48px;background:linear-gradient(to right,transparent,rgba(248,250,252,.97));pointer-events:none;z-index:1}@media(min-width:640px){.home-section-nav-inner-wrap:after{display:none}}.home-section-nav__chip{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:6px 13px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;color:#6b7280;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;font-family:inherit}.home-section-nav__chip svg{flex-shrink:0;display:block}.home-section-nav__chip:hover{border-color:#a7c957;color:#374151}.home-section-nav__chip--active{background:#5b8f4e;border-color:#5b8f4e;color:#fff;font-weight:700}#home-monthly-pulse,#home-net-worth,#home-savings-path,#home-debt-path,#home-run-the-numbers,#home-plan-completeness{scroll-margin-top:52px}.page-home .content-grid.home-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:20px;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.page-home .card.home-card{border-radius:24px;padding:20px 22px;background:#fff;border:1px solid #f1f3f5;box-shadow:0 6px 20px #0f172a0a}.page-home .card.home-card--no-padding{padding:0}.home-next-leap-loading-inner{padding:1rem 1.15rem;font-size:.9rem;color:#6b7280}.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}.pulse-section{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.pulse-section>.pulse-row+.pulse-row{padding-top:12px;border-top:1px solid #eef2f6}.pulse-row{display:flex;flex-direction:column;gap:6px}.pulse-row+.pulse-row{margin-top:16px}.pulse-category-rules-link{display:flex;justify-content:flex-end;padding:0 4px 8px}.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;margin-left:20px;border-left:2px solid #e5e7eb;padding-left:12px;display:flex;flex-direction:column;gap:4px}.pulse-txn-list-scroll{max-height:280px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.pulse-txn-list-scroll--compact{max-height:200px}.pulse-subcategory-transaction-row{display:flex;justify-content:space-between;gap:8px;font-size:.78rem;align-items:center}.pulse-subcategory-transaction-name{color:#374151;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}.pulse-subcategory-transaction-meta{color:#6b7280;white-space:nowrap}.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}.planner-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999999;padding:20px;overscroll-behavior:none;touch-action:pan-y}.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-body{padding:18px 20px;overflow-y:auto;display:block}.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-help{font-size:.8rem;color:#6b7280}.planner-savings-section{margin-top:14px}.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}.savings-modal{max-width:750px}.planner-title{font-size:1.1rem;font-weight:600}.savings-modal .planner-body{overflow-y:auto;overflow-x:auto;padding-bottom:24px}.planner-category-value{font-weight:700;color:#0f1724;margin-bottom:6px}.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}.pulse-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999999;padding:20px;overscroll-behavior:none;touch-action:pan-y}.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-summary-section>.pulse-summary-row+.pulse-summary-row{padding-top:12px;border-top:1px solid #eef2f6}.pulse-details-section{margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:20px}.pulse-details-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 4px}.pulse-details-income-block{display:flex;flex-direction:column;gap:8px}.pulse-details-subsection-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.pulse-details-subsection-title{font-weight:600;color:#0f1724;font-size:.95rem}.pulse-details-subsection-meta{font-size:.8rem;color:#6b7280;white-space:nowrap}.pulse-details-transaction-list{margin-top:0;margin-left:20px;padding-left:12px;border-left:2px solid #e5e7eb}.pulse-income-txn-list{display:flex;flex-direction:column;gap:0}.pulse-income-txn-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.pulse-income-txn-row:last-child{border-bottom:none}.pulse-income-txn-left{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.pulse-income-txn-title-row{display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center}.pulse-income-txn-merchant{font-size:.9rem;font-weight:600;color:#0f1724;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}.pulse-income-txn-pill{background:#f3f4f6;border-radius:9999px;padding:2px 8px;font-size:.7rem;color:#6b7280;white-space:nowrap}.pulse-income-txn-sub{font-size:.75rem;color:#9ca3af}.pulse-income-txn-amount{font-size:.9rem;font-weight:600;white-space:nowrap;flex-shrink:0}.pulse-income-txn-amount-in{color:#16a34a}.pulse-income-txn-amount-out{color:#dc2626}.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 .income-page-income-txn-header{margin-bottom:8px}.page-income .income-page-income-txn-header .expense-breakdown-title{margin-bottom:0}.page-income .income-page-income-txn-header-main{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.page-income .income-page-income-txn-panel .income-page-income-txn-hint{margin:0 0 14px;font-size:.8125rem;color:#6b7280;line-height:1.45}.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;width:100%;box-sizing:border-box;align-self:stretch}.page-income .savings-breakdown-stack-bar{display:flex;flex-direction:row;justify-content:flex-start;direction:ltr;align-items:stretch;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;width:100%;box-sizing:border-box;align-self:stretch}.page-income .needs-breakdown-stack-bar{display:flex;flex-direction:row;justify-content:flex-start;direction:ltr;align-items:stretch;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;min-width:0;width:100%;box-sizing:border-box}.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,.page-income .wants-breakdown-legend-label{display:flex;align-items:center;gap:4px;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 .income-subcat-legend-item{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:0}.page-income .income-subcat-legend-row-line{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0;box-sizing:border-box}.page-income .income-subcat-legend-chevron{border:none;background:transparent;padding:2px 4px;margin:0;cursor:pointer;color:#6b7280;line-height:1;flex-shrink:0;display:flex;align-items:center;justify-content:center}.page-income .income-subcat-legend-chevron span{display:inline-block;font-size:.6rem;transition:transform .15s ease;transform:rotate(-90deg)}.page-income .income-subcat-legend-chevron.open span{transform:rotate(0)}.page-income .income-income-txn-bucket-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.page-income .income-income-txn-bucket-row-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.page-income .income-income-txn-bucket-title{color:#4b5563;font-weight:500;line-height:1.3;font-size:.85rem}.page-income .income-subcat-legend-txn-block,.page-income .income-income-txn-bucket-txns{margin:6px 0 2px 20px;padding:8px 0 4px 12px;border-left:2px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;max-width:100%;box-sizing:border-box}.page-income .income-income-txn-bucket-txns .pulse-income-txn-list{margin-left:0;padding-left:0;border-left:none}.page-income .income-subcat-legend-txn-empty{margin:0;font-size:.78rem;color:#9ca3af;line-height:1.35}.page-income .income-subcat-legend-txn-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;font-size:.78rem}.page-income .income-subcat-legend-txn-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.page-income .income-subcat-legend-txn-name-row{display:flex;align-items:center;gap:4px;min-width:0}.page-income .income-subcat-legend-txn-name{color:#374151;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}.page-income .income-subcat-legend-txn-meta{color:#6b7280;font-size:.72rem;line-height:1.3}.page-income .income-subcat-legend-txn-amt{color:#111827;font-weight:600;white-space:nowrap;flex-shrink:0}.page-income .wants-breakdown-stack-wrap{margin-top:16px;display:flex;flex-direction:column;gap:14px;width:100%;box-sizing:border-box;align-self:stretch}.page-income .wants-breakdown-stack-bar{display:flex;flex-direction:row;justify-content:flex-start;direction:ltr;align-items:stretch;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;flex-direction:column;align-items:stretch;gap:8px;font-size:.85rem;min-width:0;width:100%;box-sizing:border-box}.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-amount{font-size:.88rem;font-weight:600;color:#111827;flex-shrink:0}@media(max-width:768px){.page-home .content-grid.home-grid{padding-left:16px;padding-right:16px}.planner-modal{max-width:100%;width:100%;height:100%;max-height:100dvh;border-radius:16px 16px 0 0;margin-top:auto}.planner-overlay{align-items:flex-end;padding:0}.pulse-modal{max-width:100%;width:100%;height:100%;max-height:100dvh;border-radius:16px 16px 0 0;margin-top:auto}.planner-body{overflow-y:auto;-webkit-overflow-scrolling:touch}}.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:flex-start;justify-content:space-between;gap:.5rem;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 .insights-headline{font-size:.875rem;font-weight:600;color:#1d4ed8;margin:0 0 .35rem;line-height:1.4}.page-home .home-debt-path .insights-header-left{display:flex;align-items:center;gap:.75rem}.page-home .home-debt-path .insights-share-btn{display:flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border:1px solid #bfdbfe;border-radius:6px;background:transparent;color:#3b82f6;font-size:.75rem;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s}.page-home .home-debt-path .insights-share-btn:hover{background:#dbeafe;color:#1d4ed8}.page-home .home-debt-path .insights-share-btn.copied{border-color:#86efac;color:#16a34a;background:#f0fdf4}.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-date--warning{color:#9a3412}.page-home .home-debt-path .debt-payoff-date-label{font-weight:600}.page-home .home-debt-path .debt-payoff-date-error{display:inline-block;font-size:.75rem;font-weight:600;line-height:1.35;max-width:100%}.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;bottom:calc(24px + env(safe-area-inset-bottom));right:max(24px,env(safe-area-inset-right));top:auto;left: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}.ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:10000000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;overscroll-behavior:none;touch-action:pan-y;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}.page-home .ai-ribbit-modal-content{border-radius:16px}.page-home .ai-ribbit-modal-close{top:10px;right:14px;width:72px;height:44px;border-radius:9999px}.page-home .ai-ribbit-modal-content .ribbit-chat-header{min-height:58px;padding:0 20px 0 24px;border-radius:16px 16px 0 0}.page-home .ai-ribbit-modal-content .ribbit-chat-section .activity-chat .chat-messages{padding:18px 20px}.page-home .ai-ribbit-modal-content .message{max-width:82%;min-width:0;box-sizing:border-box}.page-home .ai-ribbit-modal-content .user-message{display:flex;flex-direction:column;align-items:flex-end}.page-home .ai-ribbit-modal-content .assistant-message{display:flex;flex-direction:column;align-items:flex-start}.page-home .ai-ribbit-modal-content .message-header{width:100%;gap:14px}.page-home .ai-ribbit-modal-content .user-message .message-header{justify-content:flex-end;text-align:right}.page-home .ai-ribbit-modal-content .assistant-message .message-header{justify-content:space-between}.page-home .ai-ribbit-modal-content .message-content{max-width:100%;box-sizing:border-box;overflow-wrap:anywhere}.page-home .ai-ribbit-modal-content .ribbit-quick-questions{padding:18px 20px 14px;background:#fafafa}.page-home .ai-ribbit-modal-content .ribbit-quick-questions-buttons{overflow:visible}.page-home .ai-ribbit-modal-content .ribbit-quick-questions .ribbit-question-button{flex:0 1 auto;width:auto;max-width:100%;white-space:normal}.page-home .ai-ribbit-modal-content .chat-input{min-height:72px;padding:12px 20px}@media(max-width:768px){.page-home .ai-ribbit-modal-backdrop{padding:12px 8px}.page-home .ai-ribbit-modal-content{width:calc(100vw - 16px);height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}.page-home .ai-ribbit-modal-content .message{max-width:90%}}.networth-ribbit-chat{margin:24px 0 8px}.networth-ribbit-chat .ribbit-chat-container{margin:0;max-width:none}@media(max-width:768px){.ai-ribbit-fab{bottom:calc(20px + env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right))}}.tab-first-tooltip{background:#ebf4ed;color:#1e3a24;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.5;display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;margin-left:16px;margin-right:16px;border:1px solid #C5DFC9;animation:tooltipSlideDown .3s ease;box-sizing:border-box}.tab-first-tooltip-text{flex:1;color:#2d5436}.tab-first-tooltip-close{font-size:16px;cursor:pointer;opacity:.5;flex-shrink:0;line-height:1;padding:0;background:none;border:none;color:#2d5436}@keyframes tooltipSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.card.settings-card{background:#fff;border-radius:24px;padding:24px 28px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0f172a0f}.settings-section-detached-backdrop{position:fixed;inset:0;z-index:10000002;background:#00000059;display:flex;align-items:flex-start;justify-content:center;padding:16px;overflow-y:auto;box-sizing:border-box;overscroll-behavior:none;touch-action:pan-y}.settings-section-detached-sheet{width:100%;max-width:760px;margin:24px auto 40px}@media(max-width:480px){.settings-section-detached-backdrop{padding:0;align-items:flex-start}.settings-section-detached-sheet{margin:0;max-width:100%;min-height:100%;border-radius:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}}.financial-summary-embed{display:flex;flex-direction:column;gap:14px;margin:0 8px 8px}.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}.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}.weleap-primary-btn{width:100%;padding:14px 1.5rem;margin-top:1.5rem;border:none;border-radius:12px;background:#6a994e;color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-sizing:border-box}.weleap-primary-btn:hover:not(:disabled){background:#5a8540}.weleap-primary-btn:active:not(:disabled){background:#4d7340}.weleap-primary-btn:disabled{opacity:.55;cursor:not-allowed}.feed-txn-count{font-size:.75rem;color:#6b7280;font-weight:500;flex-shrink:0}.txn-recategorize-hint{margin:0 0 8px;font-size:.8125rem;color:#6b7280;line-height:1.45}.income-subcat-legend-txn-block>.txn-recategorize-hint,.pulse-subcategory-transactions>.txn-recategorize-hint,.pulse-details-transaction-list>.txn-recategorize-hint{flex-shrink:0}.feed-txn-list-separator{border:none;border-top:1px solid #e5e7eb;margin:16px -22px 0}.feed-txn-plaid-gate{margin-top:12px;padding:16px;text-align:center;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.feed-txn-plaid-gate p{margin:0;color:#6b7280;font-size:.875rem}.feed-txn-controls{margin-top:12px;display:flex;flex-direction:column;gap:10px}.feed-txn-controls-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.feed-txn-field{display:flex;flex-direction:column;gap:4px;min-width:120px}.feed-txn-field-grow{flex:1;min-width:160px}.feed-txn-field-full{width:100%}.feed-txn-field-label{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.feed-txn-select,.feed-txn-search{border:1px solid #d1d5db;border-radius:8px;padding:6px 10px;font-size:.8125rem;background:#fff;color:#111827}.feed-txn-search{width:100%}.feed-txn-chip-row{display:flex;flex-wrap:wrap;gap:6px}.feed-txn-subcategory-row{padding-left:8px;border-left:3px solid #d1fae5}.feed-txn-chip{border:1px solid #d1d5db;background:#fff;border-radius:9999px;padding:4px 10px;font-size:.75rem;color:#374151;cursor:pointer}.feed-txn-chip-sub{font-size:.7rem}.feed-txn-chip-account{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-txn-chip-active{border-color:#059669;background:#ecfdf5;color:#047857;font-weight:600}.feed-txn-list{margin-top:12px;padding-top:4px;max-height:420px;overflow-y:auto}.feed-txn-empty{padding:12px;text-align:center;color:#6b7280;font-size:.875rem}.feed-txn-error{color:#ef4444}.transaction-pill-uncategorized{background:#fef3c7;color:#92400e}.review-recategorization-rules-link{margin-top:0;font-size:.8rem;white-space:nowrap}.review-recategorization-rules-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:10000002;padding:20px;overscroll-behavior:contain}.review-recategorization-rules-modal{background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:min(90vh,720px);overflow-y:auto;padding:1rem 1.25rem 1.25rem;box-shadow:0 20px 40px #0f17242e}.review-recategorization-rules-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.review-recategorization-rules-modal-title{margin:0;font-size:1.05rem;font-weight:700;color:#0f1724}.review-recategorization-rules-modal-close{border:none;background:transparent;color:#6b7280;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 4px}.review-recategorization-rules-modal-close:hover{color:#374151}.review-recategorization-rules-modal .feed-recategorization-rules-wrap{margin-top:0;margin-bottom:0}.review-recategorization-rules-modal .feed-recategorization-rules-wrap .settings-card{border:none;box-shadow:none;padding:0}.review-recategorization-rules-modal .feed-recategorization-rules-wrap .settings-card-header h2{display:none}.txn-category-fix-mark{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;padding:0 2px;border:none;background:transparent;color:#1d4ed8;font-size:.72rem;font-weight:600;line-height:1;letter-spacing:-.02em;cursor:pointer;vertical-align:middle;font-family:inherit;flex-shrink:0}.txn-category-fix-mark--in-button{margin-left:0;margin-right:4px;cursor:inherit;color:inherit;opacity:1}.txn-category-fix-mark:hover,.txn-category-fix-mark:focus-visible{color:#1e40af;text-decoration:underline}.txn-category-fix-mark--active{color:#1d4ed8;text-decoration:underline}.txn-category-fix-popup-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:10000001;padding:20px;overscroll-behavior:contain}.txn-category-fix-popup{background:#fff;border-radius:12px;max-width:480px;width:100%;max-height:min(90vh,640px);overflow-y:auto;padding:1rem 1.25rem 1.25rem;box-shadow:0 20px 40px #0f17242e}.txn-category-fix-popup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}.txn-category-fix-popup-title{margin:0;font-size:1.05rem;font-weight:700;color:#0f1724}.txn-category-fix-popup-close{border:none;background:transparent;color:#6b7280;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 4px}.txn-category-fix-popup-close:hover{color:#374151}.txn-category-fix-popup-subtitle{margin:0 0 12px;font-size:.875rem;color:#6b7280}.txn-category-fix-popup .field-label:first-of-type{margin-top:0}.simple-allocate-income-root .allocate-income-page,.full-allocate-income-root .allocate-income-page{min-height:100dvh;background:#fff;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box}.simple-allocate-income-root .allocate-income-page{width:100vw}.full-allocate-income-root .allocate-income-page{width:100%;max-width:100%}:is(.simple-allocate-income-root,.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}:is(.simple-allocate-income-root,.full-allocate-income-root) .allocate-income-container{flex:1;min-width:0;max-width:680px;padding:1rem 2rem 2rem}@media(max-width:768px){:is(.simple-allocate-income-root,.full-allocate-income-root) .allocate-income-wrapper{flex-direction:column;max-width:680px}}@media(max-width:640px){:is(.simple-allocate-income-root,.full-allocate-income-root) .allocate-income-container{max-width:100%;padding:.75rem 1rem}}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-header{display:flex;align-items:center;gap:12px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-header button{border:none;background:none;font-size:24px;cursor:pointer}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-subtitle{color:#6b7280;margin:12px 0 20px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-connected-banks{margin-bottom:20px;padding:12px 16px;background:#f9fafb;border-radius:12px;font-size:14px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-connected-banks-label{font-weight:600;color:#374151;margin-bottom:8px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-connected-bank-item{padding:4px 0;color:#4b5563}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-connected-bank-name{font-weight:500;color:#111827}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-connected-bank-gist{color:#6b7280}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-connected-bank-accounts{margin-top:4px;font-size:.8125rem;line-height:1.4;color:#6b7280}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bars{display:flex;flex-direction:column;gap:16px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bar-row{background:#f9fafb;padding:12px;border-radius:12px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bar-header{display:flex;justify-content:space-between;font-size:14px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;margin:8px 0}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bar .needs{background:#f59e0b}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bar .wants{background:#38bdf8}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-bar .savings{background:#84cc16}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bar-row{padding:0;background:transparent}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bar-row .ai-bar-header{margin-bottom:8px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar{height:48px;border-radius:12px;margin:0;align-items:stretch}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .ai-bar-segment-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1.15;text-align:center;width:100%;padding:0 4px;box-sizing:border-box}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .ai-bar-segment-name{font-size:.62rem;font-weight:700;letter-spacing:.05em;opacity:.92}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .ai-bar-segment-pct{font-size:.95rem;font-weight:800;letter-spacing:-.02em}.ai-new-plan .ai-bars .ai-bar .needs,.ai-new-plan .ai-bars .ai-bar .wants,:is(.simple-allocate-income-root,.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)}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .needs{background:#f59e0b}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .wants{background:#38bdf8}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .savings{background:#84cc16}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bars .ai-bar .savings[data-negative=true]{background:#dc2626}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-bar-category-details{width:100%}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-new-plan .ai-legend{display:none}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-legend{display:flex;justify-content:space-between;font-size:12px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-control{background:#f9fafb;padding:12px;border-radius:12px;margin-top:16px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-control-header{display:flex;justify-content:space-between;align-items:center}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-input{width:120px;padding:6px 8px;font-size:16px;border-radius:8px;border:1px solid #e5e7eb;text-align:right}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated{margin-top:16px;padding:12px;border-radius:12px;background:#f0fdf4;border:1px solid #bbf7d0}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated--negative{background:#fef2f2;border-color:#fecaca}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated--negative .ai-savings-calculated-formula strong{color:#b91c1c}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated-label{font-size:.875rem;font-weight:600;color:#374151}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated-amount{font-size:.875rem;font-weight:700;text-align:right}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated-pct{font-weight:600;color:#6b7280}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated-formula{margin:10px 0 0;font-size:.8rem;color:#4b5563;line-height:1.45}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-savings-calculated-formula strong{font-weight:600;color:#166534}:is(.simple-allocate-income-root,.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}.simple-allocate-income-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-allocate-income-root .final-btn:disabled{opacity:.65;cursor:not-allowed}.simple-allocate-income-root .ai-ribbit-fab{position:sticky;top:calc(100dvh - 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{position:fixed;bottom:20px;right:20px;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}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-fab:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-fab img{width:32px;height:32px;object-fit:contain}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-questions{display:flex;flex-direction:row;gap:8px;margin-bottom:1rem}:is(.simple-allocate-income-root,.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}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-question-btn:hover{background:#fff;border-color:#6a994e}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-modal-backdrop{position:fixed;inset:0;z-index:10000000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;overscroll-behavior:none;touch-action:pan-y}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-modal-content{position:relative;width:100%;max-width:560px;height:min(680px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);min-height:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column}:is(.simple-allocate-income-root,.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}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-modal-content .ribbit-chat-section.chat-expanded{flex:1 1 auto;min-height:0;overflow:hidden}:is(.simple-allocate-income-root,.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}:is(.simple-allocate-income-root,.full-allocate-income-root) .ai-ribbit-modal-close:hover{background:#e5e7eb}@media(max-width:768px){.simple-allocate-income-root .ai-ribbit-fab{position:fixed;bottom:calc(16px + env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right));top:auto}.full-allocate-income-root .ai-ribbit-fab{bottom:calc(16px + env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right))}}.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;flex-direction:row;justify-content:flex-start;align-items:stretch;direction:ltr;width:100%;box-sizing:border-box;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}.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}.editable-card{background:#fff;border-radius:14px;padding:12px;margin-bottom:12px;border:1px solid #f3f4f6}.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__diff-summary--standalone{margin:0 0 14px;padding:10px 12px;border-radius:10px;border:1px solid transparent}.income-networth-impact__diff-summary--standalone.income-networth-impact__diff-summary--positive{background:#f0fdf4;border-color:#bbf7d0}.income-networth-impact__diff-summary--standalone.income-networth-impact__diff-summary--negative{background:#fef2f2;border-color:#fecaca}.income-networth-impact__diff-summary--standalone.income-networth-impact__diff-summary--neutral{color:#374151;background:#f9fafb;border:1px solid #e5e7eb}.income-networth-impact__diff-summary--no-changes-hero{font-size:1rem;line-height:1.55;padding:14px 16px}.income-networth-impact__diff-summary--no-changes-hero .income-networth-impact__diff-summary__emphasis{font-size:1.125rem}.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__panel .line-chart-custom-legend{flex-shrink:0}.income-networth-impact__hint,.income-networth-impact__status{margin:0 0 10px;font-size:.8125rem;line-height:1.45;color:#6b7280}.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}.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}.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}.growth-outlook-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}.growth-outlook-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}.growth-outlook-tip-above-cta-title{font-size:1rem;font-weight:600;margin:0 0 6px;color:#1e40af;display:flex;align-items:center;gap:12px}.growth-outlook-tip-above-cta-bulb{flex-shrink:0;font-size:1.85rem;line-height:1}.growth-outlook-tip-above-cta-subtext{font-size:.875rem;color:#1e3a8a;margin:0;line-height:1.5}.growth-outlook-ask-ribbit-above-cta{margin:0 0 .75rem;font-size:.875rem;color:#6b7280;line-height:1.4}.growth-outlook-ask-ribbit-link{background:none;border:none;padding:0;font:inherit;color:#6a994e;text-decoration:underline;cursor:pointer;font-weight:600}.growth-outlook-ask-ribbit-link:hover{color:#5a8540}.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:10000000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;overscroll-behavior:none;touch-action:pan-y}.ai-ribbit-modal-content{position:relative;width:100%;max-width:560px;height:min(680px,calc(100dvh - 48px));max-height:calc(100dvh - 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}.growth-outlook-page{display:flex;align-items:flex-start;justify-content:center;min-height:100dvh;width:100vw;background-color:#fff;padding:1rem 2rem;overflow-y:auto}.growth-outlook-container{width:100%;max-width:680px;display:flex;flex-direction:column;padding-bottom:2rem}.growth-outlook-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}.growth-outlook-description{font-size:16px;color:#4a4a4a;margin:0 0 2rem;line-height:1.6}.growth-outlook-quick-questions{display:flex;flex-wrap:wrap;gap:8px;margin:1rem 0 .5rem}.growth-outlook-question-chip{padding:8px 12px;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#374151;font-size:.85rem;cursor:pointer}.growth-outlook-question-chip:hover{border-color:#6a994e;color:#1f2937}.growth-outlook-chart-headline-amount{text-align:center;margin-bottom:.25rem}.growth-outlook-chart-headline-amount .net-worth-amount{margin-bottom:0}.growth-outlook-chart-block{margin-top:1rem}@media(max-width:480px){.growth-outlook-page{padding:.75rem}.growth-outlook-title{font-size:28px}}@media(max-width:640px){.growth-outlook-page{padding:.75rem 1rem}.growth-outlook-container{max-width:100%}}.page-income .income-page-section-notice{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:.875rem;line-height:1.4}.page-income .income-page-section-notice--plaid{color:#1e3a5f;background:#eff6ff;border:1px solid #bfdbfe}.page-income .income-page-section-notice--plan{color:#3730a3;background:#f5f3ff;border:1px solid #ddd6fe}.page-income .content-grid.income-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:24px;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.page-income .wants-insights-panel{margin-top:8px;margin-bottom:12px}.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 .wants-insights-panel>.income-subscription-nudge:first-child{margin-top:0}.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;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.page-income .income-edit-insight-chips .income-health-insight-chip{padding:8px 14px;min-width:0;flex:0 1 auto;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;font-family:inherit;font-size:1rem;display:block;box-sizing:border-box}.income-section-card>.income-section-card{margin-bottom:0}.page-income .income-edit-breakdown-toggle,.income-edit-sheet .income-edit-breakdown-toggle{width:100%;margin-top:8px;padding:8px 0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.875rem;color:#6b7280;text-align:left;font-family:inherit;box-sizing:border-box}.page-income .income-edit-breakdown-toggle svg,.income-edit-sheet .income-edit-breakdown-toggle svg{flex-shrink:0}.editable-section{margin-top:8px}.editable-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:6px}.income-edit-sheet .editable-card input{width:100%;height:44px;border-radius:10px;border:1px solid #e5e7eb;padding:0 12px;font-size:15px;font-weight:400}.income-edit-sheet .editable-card p{font-size:12px;color:#9ca3af;margin-top:6px}.income-edit-sheet .dist-legend{flex-wrap:wrap}.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;overscroll-behavior:none;touch-action:pan-y}.income-ribbit-modal-backdrop{z-index:10000000}.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;gap:12px;margin-bottom:8px}.expense-breakdown-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;margin-left:auto}.page-income .income-savings-header-stack{flex-direction:column;align-items:stretch;gap:12px}.page-income .income-savings-header-main-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%}.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-panel .pulse-amount-value.pulse-amount-value-error{color:#dc2626!important}@media(max-width:900px){.expense-breakdown-panel{padding:18px 8px 14px}.income-allocation-content{flex-direction:column;align-items:center}.income-allocation-chart{margin-bottom:18px}}.income-edit-sheet{width:100%;max-width:760px;background:#fff;height:88vh;max-height:88vh;border-radius:28px;padding:20px 24px;overflow-y:auto;overflow-x:hidden;box-shadow:0 8px 40px #0000002e;box-sizing:border-box}.income-edit-sheet .plaid-allocate-income-tab-embed{width:100%;min-width:0}.income-edit-sheet .plaid-allocate-income-tab-embed .ai-adjust-box{padding:1rem;margin-bottom:1rem}.income-edit-sheet .card-actions-row{margin-top:1.25rem;margin-bottom:.5rem}.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-edit-ribbit-chat{margin:24px 0 16px}.income-edit-ribbit-chat .ribbit-chat-container{margin:0;max-width:none}.income-edit-header button{background:none;border:none;font-size:20px;cursor:pointer;color:#386641}.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-syncing-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;margin-bottom:16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;font-size:.9375rem;font-weight:500}.accounts-syncing-banner-spinner{flex-shrink:0;width:22px;height:22px;border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.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){.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}}.plaid-onboarding-combined .plaid-connection-page,.plaid-onboarding-combined .setup-page{min-height:auto}.plaid-items-minimal .setup-page{padding-top:1.25rem}.plaid-connection-page{display:flex;align-items:flex-start;justify-content:center;min-height:100dvh;width:100%;background-color:#fff;padding:1rem 2rem;box-sizing:border-box}.plaid-connection-container{width:100%;max-width:680px;padding-bottom:2rem;box-sizing:border-box}.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}.plaid-items-intro-separator{border:none;border-top:1px solid #e5e7eb;margin:1.75rem 0 0;width:100%}.setup-page{display:flex;align-items:flex-start;justify-content:center;min-height:100dvh;width:100%;background-color:#fff;padding:1rem 2rem;overflow-y:auto;box-sizing:border-box}.setup-container{width:100%;max-width:680px;padding-bottom:2rem;box-sizing:border-box}.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-bank-accounts{margin-top:4px;font-size:.8125rem;line-height:1.4;color:#6b7280}.setup-connected-banks-empty{padding:8px 0;color:#6b7280;font-size:.9375rem}.plaid-add-bank-tip{margin:0 0 .75rem;padding:.75rem 1rem;border-radius:10px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:.9rem;line-height:1.45}.plaid-add-bank-btn{width:100%;padding:1rem 1.25rem;margin-bottom:1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.plaid-add-bank-btn--primary{background:#6a994e;color:#fff;border:none}.plaid-add-bank-btn--primary:hover:not(:disabled){background:#5a8840}.plaid-add-bank-btn--secondary{background:transparent;color:#374151;border:1px solid #d1d5db}.plaid-add-bank-btn--secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.plaid-add-bank-btn:disabled{opacity:.6;cursor:not-allowed}.plaid-setup-actions-row{display:flex;flex-direction:row;gap:12px;margin-top:0}.plaid-setup-cancel-button,.plaid-setup-allocate-button{padding:1rem 1.25rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.plaid-setup-cancel-button{flex:0 0 auto;min-width:110px;background:#fff;color:#374151;border:1px solid #d1d5db}.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}.plaid-setup-allocate-button--primary{background:#6a994e;color:#fff;border:none}.plaid-setup-allocate-button--primary:hover:not(:disabled){background:#5a8840}.plaid-setup-allocate-button--secondary{background:#fff;color:#9ca3af;border:1px solid #d1d5db}.plaid-setup-allocate-button:disabled{opacity:.6;cursor:not-allowed}.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}@media(max-width:640px){.plaid-connection-page,.setup-page{padding:.75rem 1rem}.plaid-connection-container,.setup-container{max-width:100%}}@media(max-width:480px){.plaid-title{font-size:28px}}@media(max-width:400px){.plaid-setup-actions-row{flex-direction:column}.plaid-setup-cancel-button,.plaid-setup-allocate-button{width:100%;min-width:unset}}.home-plaid-allocate-plan{position:fixed;top:0;left:0;right:0;z-index:2000;background:#fff;display:flex;flex-direction:column;overflow:hidden;width:100%;overscroll-behavior:none;touch-action:pan-y}.home-plaid-allocate-plan-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none;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;scroll-padding-bottom:120px}.home-plaid-allocate-plan-body::-webkit-scrollbar{display:none}.home-plaid-allocate-plan-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-plan-body--content-width{max-width:100%;padding-left:1rem;padding-right:1rem}}.home-plaid-allocate-plan-body .home-profile-flow-form{width:100%;box-sizing:border-box;margin-bottom:5rem}.home-plaid-allocate-plan-body .home-profile-flow-form .card-actions-row{margin-top:1.5rem}.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-income-compare{width:100%;max-width:560px;margin:0 auto;padding:1.25rem 1rem 2rem;box-sizing:border-box;min-height:min(320px,70vh);flex-shrink:0}.home-plaid-income-compare-title{margin:0 0 .75rem;font-size:1.4rem;font-weight:700;color:#0f1724;text-align:center;letter-spacing:-.02em}.home-plaid-income-compare-lead{margin:0 0 1.5rem;font-size:.95rem;line-height:1.55;color:#374151;text-align:center}.home-plaid-income-compare-panel{padding:1.25rem 1.125rem;margin-bottom:1.25rem;border-radius:16px;border:1px solid #e5e7eb;background:#fafafa}.home-plaid-income-compare-stat{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 0;border-bottom:1px solid #e5e7eb}.home-plaid-income-compare-stat:last-of-type{border-bottom:none;padding-bottom:.35rem}.home-plaid-income-compare-stat--plaid{padding-top:1rem}.home-plaid-income-compare-stat-label{font-size:.8125rem;font-weight:600;color:#4b5563;text-transform:none;letter-spacing:0}.home-plaid-income-compare-stat-value{font-size:1.5rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.home-plaid-income-compare-stat-value--plaid{color:#3d6934}.home-plaid-income-compare-stat-hint{font-size:.78rem;line-height:1.4;color:#6b7280}.home-plaid-income-compare-delta{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center;font-size:.9rem;font-weight:600}.home-plaid-income-compare-delta--up{color:#15803d}.home-plaid-income-compare-delta--down{color:#b45309}.home-plaid-income-compare-delta--same{color:#6b7280;font-weight:500}.home-plaid-income-compare-narrative{margin:0 0 1.5rem;font-size:.9rem;line-height:1.6;color:#4b5563;text-align:center}.home-plaid-income-compare-narrative--muted{color:#6b7280;font-size:.88rem}.home-plaid-income-compare-loading{margin:0 0 1.25rem;padding:2rem 1rem;font-size:.95rem;line-height:1.5;color:#4b5563;text-align:center}.home-plaid-income-compare-error{margin:0 0 1rem;padding:.75rem .85rem;font-size:.85rem;line-height:1.45;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px}.home-plaid-income-compare-stack{width:100%;margin:0 0 1.5rem;padding:1.25rem 1.125rem;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-sizing:border-box}.home-plaid-income-compare-stack-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:#0f1724;text-align:center;letter-spacing:-.02em}.home-plaid-income-compare-stack-subtitle{margin:0 0 1rem;font-size:.8125rem;font-weight:600;color:#6b7280;text-align:center;line-height:1.4}.home-plaid-income-compare-stack-grid{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fafafa}.home-plaid-income-compare-stack-row{display:grid;grid-template-columns:minmax(4.5rem,1fr) 1fr 1fr;gap:.5rem;padding:.65rem .85rem;align-items:center;font-size:.9rem;border-bottom:1px solid #e5e7eb}.home-plaid-income-compare-stack-row:last-child{border-bottom:none}.home-plaid-income-compare-stack-row--head{background:#f3f4f6;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.home-plaid-income-compare-stack-cell{font-variant-numeric:tabular-nums;text-align:right;color:#374151}.home-plaid-income-compare-stack-row--head .home-plaid-income-compare-stack-cell:first-child{text-align:left}.home-plaid-income-compare-stack-cell--label{text-align:left;font-weight:600;color:#111827}.home-plaid-income-compare-stack-cell--actual-col{align-self:center}.home-plaid-income-compare-stack-actual-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;line-height:1.25}.home-plaid-income-compare-stack-actual-pct{font-weight:600}.home-plaid-income-compare-stack-cell--actual .home-plaid-income-compare-stack-actual-pct{color:#3d6934}.home-plaid-income-compare-stack-vs-plan{font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.home-plaid-income-compare-stack-vs-plan--good{color:#15803d}.home-plaid-income-compare-stack-vs-plan--caution{color:#b45309}.home-plaid-income-compare-stack-vs-plan--same{color:#6b7280;font-weight:500}.home-plaid-income-compare-actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem}.home-plaid-income-compare-actions .btn{min-width:160px;padding:.6rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;border:none;cursor:pointer}.home-plaid-income-compare-actions .btn-primary{background:#4a7c3f;color:#fff}.home-plaid-income-compare-actions .btn-primary:hover{background:#3d6934}.home-plaid-income-compare-actions .btn-primary:disabled{opacity:.55;cursor:not-allowed}.home-plaid-income-compare-gross{width:100%;margin:0 0 1.5rem;padding:1.25rem 1.125rem;border-radius:16px;border:1px solid #e5e7eb;background:#f8fafc;box-sizing:border-box}.home-plaid-income-compare-gross-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#0f1724;text-align:center}.home-plaid-income-compare-gross-muted{margin:0;font-size:.9rem;color:#6b7280;text-align:center}.home-plaid-income-compare-gross-hint{margin:0 0 1rem;font-size:.9rem;line-height:1.5;color:#4b5563;text-align:center}.home-plaid-income-compare-gross-field{margin-bottom:.5rem}.home-plaid-income-compare-gross-field-label{display:block;font-size:.8rem;font-weight:600;color:#4b5563;margin-bottom:.35rem}.home-plaid-income-compare-gross-input{width:100%;max-width:280px;display:block;margin:0 auto;box-sizing:border-box;padding:.55rem .75rem;border-radius:10px;border:1px solid #d1d5db;font-size:1rem;font-variant-numeric:tabular-nums;color:#111827;background:#fff}.home-plaid-income-compare-gross-input:focus{outline:none;border-color:#4a7c3f;box-shadow:0 0 0 3px #4a7c3f33}.home-plaid-income-compare-gross-error{margin:.5rem 0 0;font-size:.85rem;line-height:1.4;color:#b91c1c;text-align:center}.finalize-page{width:100%;min-height:100%;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;background:#f5f6f7;padding:3rem 0 1rem;box-sizing:border-box}.home-plaid-allocate-plan-body .finalize-page{width:calc(100% + 2.5rem);max-width:none;margin-left:-1.25rem;margin-right:-1.25rem;padding:3rem 1.25rem 1rem}.finalize-page-container{width:100%;max-width:680px;margin:0 auto;padding-bottom:48px}@media(max-width:640px){.home-plaid-allocate-plan-body .finalize-page{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;padding:3rem 1rem 1rem}.finalize-page-container{max-width:100%}}.finalize-page h1{font-size:22px;font-weight:600}.finalize-page .subtitle{font-size:14px;color:#666;margin-bottom:20px}.savings-allocations-form .card{background:#fff;border-radius:14px;padding:16px;margin-bottom:16px;box-shadow:0 0 0 1px #eee;box-sizing:border-box}.savings-allocations-form .card h2{font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.savings-allocations-form .emergency-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.savings-allocations-form .emergency-header h2{margin:0}.savings-allocations-form .emergency-value{color:#5b8f4e;font-weight:600;white-space:nowrap}.savings-allocations-form .question{margin:12px 0;font-weight:500;display:block}.savings-allocations-form .month-buttons{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.savings-allocations-form .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;appearance:none;-webkit-appearance:none;font-family:inherit;font-size:1rem;color:#111827}.savings-allocations-form .month-buttons button.active{background:#5b8f4e;color:#fff;border-color:#5b8f4e}.savings-allocations-form .month-buttons button:hover{border-color:#5b8f4e}.finalize-page .ai-ribbit-questions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.finalize-page .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}.finalize-page .ai-ribbit-question-btn:hover{background:#fff;border-color:#6a994e}.savings-allocations-form .continue-btn{display:block;width:100%;box-sizing:border-box;background:#5b8f4e;color:#fff;padding:14px;border-radius:10px;border:none;font-size:16px;font-weight:600;font-family:inherit;margin-top:12px;cursor:pointer;appearance:none;-webkit-appearance:none;text-align:center}.savings-allocations-form .continue-btn:hover:not(:disabled){background:#4a783f}.savings-allocations-form .continue-btn:disabled{opacity:.65;cursor:not-allowed}.green-slider{width:100%;margin-top:10px;accent-color:#5b8f4e}.slider-labels{display:flex;justify-content:space-between;font-size:14px;margin-top:6px}.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%}.home-next-leap-card{background:linear-gradient(135deg,#f0f9eb,#e8f5e1);border:1.5px solid #b8dfa8;border-radius:12px;padding:1rem 1.1rem}.home-next-leap-card-header{display:flex;align-items:center;gap:.45rem;margin-bottom:.5rem}.home-next-leap-card-icon{width:20px;height:20px;flex-shrink:0}.home-next-leap-card-eyebrow{font-size:.72rem;font-weight:700;color:#4a7c35;text-transform:uppercase;letter-spacing:.06em;flex:1}.home-next-leap-card-feed-link{display:inline-flex;align-items:center;background:#5a9040;border:1.5px solid #5a9040;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;padding:.3rem .8rem;text-decoration:none;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.home-next-leap-card-feed-link:hover{background:#4a7c35;border-color:#4a7c35;color:#fff;text-decoration:none}.home-next-leap-card-feed-link:focus-visible{outline:2px solid #386641;outline-offset:2px}.home-next-leap-card-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .4rem;line-height:1.35}.home-next-leap-card-description{font-size:.83rem;color:#4b5563;margin:0 0 .85rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-next-leap-card-actions{display:flex;gap:.6rem}.home-next-leap-card-accept{background:#6a994e;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;padding:.45rem 1rem;cursor:pointer;transition:background .15s}.home-next-leap-card-accept:hover:not(:disabled){background:#5a8440}.home-next-leap-card-accept:disabled{opacity:.6;cursor:not-allowed}@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%}.login-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;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{opacity:.5;cursor:not-allowed}.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-page .btn{width:100%;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:background-color .2s,opacity .2s}.login-page .btn-primary{background-color:#6a994e;color:#fff;margin-top:.5rem}.login-page .btn-primary:hover:not(:disabled){background-color:#5a8840}.login-page .btn-primary: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-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:hover:not(:disabled){border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.social-button: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}}.onboarding-page{display:flex;justify-content:center;align-items:flex-start;min-height:100dvh;width:100vw;background:#fff;box-sizing:border-box}.onboarding-page--centered{align-items:center}.onboarding-page--ribbit-fab{padding-bottom:max(5.5rem,env(safe-area-inset-bottom))}.onboarding-page-inner{width:100%;max-width:680px;box-sizing:border-box}.onboarding-page-inner--column{display:flex;flex-direction:column;align-items:center}.onboarding-page-inner--scroll{overflow-y:auto;padding-bottom:2rem}@media(max-width:640px){.onboarding-page{padding:.75rem 1rem}.onboarding-page-inner{max-width:100%}}.meet-ribbit-container{padding-bottom:2rem}.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){.ribbit-title{font-size:24px}.ribbit-circle{width:260px;height:260px}}.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}.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}.setup-card{width:100%;padding:1rem 2rem 2rem;max-width:680px}.onboarding-page-inner .weleap-primary-btn{margin-top:12px;height:52px;font-size:16px}.lifestage-setup-ribbit-chips-title{width:100%;margin:0 0 8px;font-size:.8125rem;font-weight:600;color:#6b7280}.lifestage-setup-ribbit-chips{display:flex;flex-wrap:wrap;gap:8px;width:100%;margin-bottom:20px}.lifestage-setup-ribbit-chip{padding:8px 12px;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#374151;font-size:.85rem;cursor:pointer}.lifestage-setup-ribbit-chip:hover{border-color:#6a994e;color:#1f2937}.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 calc(80px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:20px}.feed-card{border-radius:24px;padding:20px 22px}.feed-card--leaps{background:linear-gradient(135deg,#f0f9eb,#e8f5e1);border:1.5px solid #b8dfa8}.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-quick-toggle{border:none;background:none;font-size:.8rem;color:#6b7280;cursor:pointer;padding:0;flex-shrink:0}.feed-card--leaps .feed-quick-toggle{display:inline-flex;align-items:center;gap:6px;background:#5a9040;border:1.5px solid #5a9040;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;padding:.3rem .8rem;transition:background .15s ease,border-color .15s ease}.feed-card--leaps .feed-quick-toggle:hover{background:#4a7c35;border-color:#4a7c35;color:#fff}.feed-card--leaps .feed-quick-toggle:focus-visible{outline:2px solid #386641;outline-offset:2px}.feed-card--leaps .feed-quick-toggle-chevron{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;transition:transform .15s ease;flex-shrink:0}.feed-card--leaps .feed-quick-toggle[aria-expanded=true] .feed-quick-toggle-chevron{transform:rotate(180deg)}.feed-dev-trigger-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:8px 0 12px}.feed-dev-trigger-row>.feed-dev-trigger-status{grid-column:1 / -1}.feed-dev-trigger-select{border:1px solid #d1d5db;border-radius:8px;padding:6px 10px;font-size:.85rem;background:#fff;color:#111827;min-width:0}.feed-dev-trigger-button{border:1px solid #d1d5db;border-radius:8px;padding:6px 10px;background:#f9fafb;color:#111827;cursor:pointer;font-size:.85rem;flex-shrink:0}.feed-dev-trigger-button:disabled,.feed-dev-trigger-select:disabled{opacity:.6;cursor:not-allowed}.feed-dev-trigger-status{font-size:.8rem;color:#6b7280}.plan-change-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.plan-change-filter-chip{border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#4b5563;cursor:pointer;font-size:.8rem;font-weight:600;padding:5px 11px;transition:background .15s ease,border-color .15s ease,color .15s ease}.plan-change-filter-chip:hover{background:#f3f4f6;border-color:#9ca3af}.plan-change-filter-chip.active{background:#5a9040;border-color:#5a9040;color:#fff}.plan-change-source-chip,.plan-change-status-chip{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#334155;font-size:12px;font-weight:800;line-height:1;margin-right:6px;padding:4px 9px;text-transform:uppercase;letter-spacing:.03em}.plan-change-source-chip.leap{border-color:#8ab17d;background:#e8f4e3;color:#2f5f2f}.plan-change-source-chip.ribbit{border-color:#f1c27d;background:#fff4df;color:#8a4f0f}.plan-change-source-chip.manual{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.plan-change-status-chip{border-color:#e5e7eb;background:#f9fafb;color:#4b5563}.plan-change-details-panel{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.plan-change-details-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#6b7280;font-size:.78rem;margin-bottom:10px}.plan-change-snapshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.plan-change-snapshot-title{color:#374151;font-size:.78rem;font-weight:700;margin-bottom:6px}.plan-change-snapshot{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;max-height:260px;overflow:auto;padding:10px}.plan-change-field-list{display:flex;flex-direction:column;gap:6px}.plan-change-field-row{display:flex;justify-content:space-between;gap:12px;color:#4b5563;font-size:.78rem;flex-wrap:wrap}.plan-change-field-row strong{color:#1a2e1a;font-weight:700;text-align:right;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.plan-change-breakdown-section{border-top:1px solid #e5e7eb;margin-top:10px;padding-top:10px}.plan-change-breakdown-title{color:#386641;font-size:.76rem;font-weight:700;margin-bottom:6px}.plan-change-empty-state{color:#9ca3af;font-size:.78rem;font-style:italic}@media(max-width:640px){.plan-change-snapshot-grid{grid-template-columns:1fr}}.feed-section-body.collapsed{max-height:200px;overflow:hidden}.feed-section-body.collapsed--caught-up,.feed-section-body.collapsed:has(.leaps-all-caught-up){max-height:none;overflow:visible}.feed-section-body.expanded{max-height:600px}.feed-section-body.leaps.expanded{max-height:none;display:flex;flex-direction:column;gap:10px}.feed-section-body.plan-changes.expanded{max-height:none}.feed-section-body.transactions.expanded{max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.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-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-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-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.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-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}.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}.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}.leaps-all-caught-up{background:linear-gradient(135deg,#f0f9eb,#e8f5e1);border:1.5px solid #b8dfa8;border-radius:16px;padding:20px 18px 16px}.leaps-all-caught-up__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.leaps-all-caught-up__avatar{border-radius:50%;flex-shrink:0;object-fit:contain}.leaps-all-caught-up__title{font-size:1rem;font-weight:700;color:#1a2e1a;line-height:1.3}.leaps-all-caught-up__wins{font-size:.78rem;color:#3a7d44;font-weight:600;margin-top:2px}.leaps-all-caught-up__body{font-size:.83rem;color:#374151;line-height:1.55;margin-bottom:14px}.leaps-all-caught-up__explore{background:#fff9;border:1px solid #c8ddc8;border-radius:10px;padding:10px 13px;margin-bottom:14px;display:flex;flex-direction:column;gap:3px}.leaps-all-caught-up__explore-label{font-size:.7rem;color:#5a7a5a;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.leaps-all-caught-up__explore-text{font-size:.82rem;color:#1a3a1a;line-height:1.45}.leaps-all-caught-up__actions{display:flex;flex-direction:column;gap:8px}.leaps-all-caught-up__btn-primary{width:100%;background:#2d4a2d;color:#fff;border:none;border-radius:10px;padding:11px 16px;font-size:.88rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.leaps-all-caught-up__btn-primary:hover{background:#1a3a1a}.leaps-all-caught-up__btn-secondary{width:100%;background:transparent;color:#2d4a2d;border:1.5px solid #a8d4a8;border-radius:10px;padding:9px 16px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.leaps-all-caught-up__btn-secondary:hover{background:#ffffff80;border-color:#6a994e}.quick-rec-card.feed-item-card--risk{border-width:1px;border-style:solid}.quick-rec-card.feed-item-card--risk-critical{border-color:#b91c1c}.quick-rec-card.feed-item-card--risk-high{border-color:#ea580c}.quick-rec-card.feed-item-card--risk-medium{border-color:#ca8a04}.quick-rec-card.feed-item-card--risk-low{border-color:#64748b}.feed-item-leading-emoji{width:28px;height:28px;margin-right:12px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.feed-item-risk-severity-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.feed-item-risk-severity-pill{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:9999px;line-height:1.25}.feed-item-risk-severity-pill--critical{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.feed-item-risk-severity-pill--high{background:#ffedd5;color:#9a3412;border:1px solid #fed7aa}.feed-item-risk-severity-pill--medium{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.feed-item-risk-severity-pill--low{background:#e2e8f0;color:#334155;border:1px solid #cbd5e1}.feed-item-title--risk-critical{color:#991b1b}.feed-item-title--risk-high{color:#9a3412}.feed-item-title--risk-medium{color:#854d0e}.feed-item-title--risk-low{color:#334155}.feed-leap-actions{position:relative;display:flex;align-items:center;justify-content:center;margin-top:10px;min-height:36px}.feed-leap-actions-primary{display:flex;justify-content:center;align-items:center;width:100%;padding:0 64px;box-sizing:border-box}.feed-leap-actions-icons{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:0}.feed-leap-view-recommendation-btn{flex:none;max-width:100%;margin:0;background:#6a994e;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;padding:.45rem 1rem;line-height:1.2;text-align:center;cursor:pointer;transition:background .15s}.feed-leap-view-recommendation-btn:hover:not(:disabled){background:#5a8440}.feed-leap-view-recommendation-btn:disabled{opacity:.6;cursor:not-allowed}.analyze-tool-chips{margin:0 0 14px}.page-analyze{padding:0}.page-analyze .content-grid.analyze-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:0;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.analyze-tool-nav-wrapper{position:sticky;top:0;z-index:40;margin-left:-22px;margin-right:-22px}.analyze-tool-nav-inner-wrap{position:relative;overflow-x:auto;scrollbar-width:none;background:#f8fafceb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.analyze-tool-nav-inner-wrap::-webkit-scrollbar{display:none}.analyze-tool-nav-inner-wrap:after{content:"";position:absolute;right:0;top:0;bottom:1px;width:48px;background:linear-gradient(to right,transparent,rgba(248,250,252,.97));pointer-events:none;z-index:1}.analyze-tool-nav{display:flex;gap:6px;max-width:760px;margin:0 auto;padding:8px 22px}.analyze-tool-nav__chip{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:6px 13px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;color:#6b7280;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;font-family:inherit}.analyze-tool-nav__chip svg{flex-shrink:0;display:block}.analyze-tool-nav__chip:hover{border-color:#a7c957;color:#374151}.analyze-tool-nav__chip--active{background:#5b8f4e;border-color:#5b8f4e;color:#fff;font-weight:700}.analyze-tool-nav__chip--home-link{border-style:dashed;border-color:#a7c957;background:#f8fdf2;color:#386641}.analyze-tool-nav__chip--home-link:hover{background:#edf7e0;color:#386641}.analyze-tool-nav__external-icon{opacity:.6}.analyze-tool-nav__divider{flex-shrink:0;width:1px;margin:4px 2px;background:#e5e7eb}.analyze-tool-nav__tooltip{position:fixed;transform:translate(-50%);background:#1a2e1a;color:#fff;font-size:11px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999}.analyze-tool-nav__tooltip-arrow{position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #1a2e1a}.analyze-quick-questions{padding:16px 22px 0}@media(max-width:768px){.page-analyze .content-grid.analyze-grid{padding-left:16px;padding-right:16px}.analyze-tool-nav-wrapper{margin-left:-16px;margin-right:-16px}.analyze-tool-nav{padding:8px 16px}}@media(min-width:640px){.analyze-tool-nav-inner-wrap:after{display:none}}#home-paycheck-decoder,#home-retirement-planner,#home-analyze-offer,#home-rent-affordability,#home-home-affordability,#home-bonus-allocator{scroll-margin-top:100px}.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;margin-bottom:1rem;background:#f1f1f1;border-radius:10px;overflow:hidden}.yes-no button{flex:1;padding:10px;border:none;background:transparent;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.yes-no button.active{background:#5b8f4e;color:#fff}.yes-no.yes-no--split{border:1px solid #d1d5db;background:#fff;border-radius:6px}.yes-no.yes-no--split button{padding:.55rem 1.5rem;font-weight:600;font-size:.95rem;color:#374151;background:#fff}.yes-no.yes-no--split button:first-of-type{border-right:1px solid #d1d5db}.yes-no.yes-no--split button:not(.active):hover{background:#f3f4f6}.yes-no.yes-no--split 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}.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}.continue-btn{display:block;width:100%;box-sizing:border-box;background:#5b8f4e;color:#fff;padding:14px;border-radius:10px;border:none;font-size:16px;font-weight:600;font-family:inherit;margin-top:12px;cursor:pointer;appearance:none;-webkit-appearance:none;text-align:center}.continue-btn:hover:not(:disabled){background:#4a783f}.continue-btn:disabled{opacity:.65;cursor:not-allowed}.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}.page-profile .content-grid.profile-grid{max-width:760px;margin:0 auto 40px;display:flex;flex-direction:column;gap:24px}.profile-post-link-allocate-flow-body.home-plaid-allocate-plan-body--content-width{max-width:960px}.profile-post-link-allocate-flow-body .home-plaid-income-compare,.profile-post-link-allocate-flow-body .full-allocate-income-root .allocate-income-container{max-width:760px}.page-profile #profile-savings-allocations section.card{background:#fff;border-radius:14px;padding:16px;margin-bottom:16px;box-shadow:0 0 0 1px #eee;box-sizing:border-box}.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}.notification-option .notification-label{font-size:.95rem;color:#111827}.notifications-edit{margin-top:4px}.notifications-dev-send{margin-top:12px}.notifications-dev-send-actions{display:flex;flex-wrap:nowrap;gap:8px;align-items:center}.notifications-dev-send-status{margin-top:8px;width:100%}.notifications-dev-send-preview{margin-top:12px;width:100%}.notification-preview-panel{padding:12px;border-radius:8px;background:#f9fafb;border:1px solid #e5e7eb}.notification-preview-label{margin:8px 0 4px;font-weight:600;color:#374151}.notification-preview-email-frame{display:block;width:100%;min-height:360px;height:480px;margin:0;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.notification-preview-body{margin:8px 0 0;padding:12px;max-height:420px;overflow:auto;font-size:.8rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.notifications-section{margin-top:8px}.notifications-section-title{font-size:.9rem;font-weight:600;color:#6b7280;margin-bottom:8px}.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}@media(max-width:768px){.page-profile .content-grid.profile-grid{padding:0 16px 32px}.page-profile .card.settings-card{padding:20px}}.admin-section-count{font-weight:500;font-size:.95rem;color:#6b7280;margin-left:.35rem}.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}.admin-role-sub .summary-label,.admin-role-sub .summary-value{font-size:.8rem;color:#6b7280}.admin-role-sub .summary-value{font-weight:400}.admin-notifications-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:12px;margin-bottom:.75rem;width:100%}.admin-notifications-actions .btn{flex:1;width:auto;min-width:0}.admin-section-body-scroll{max-height:420px;overflow-y:auto;overflow-x:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.admin-section-body-scroll::-webkit-scrollbar{width:8px;height:8px}.admin-section-body-scroll::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.admin-section-body-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.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;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.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-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;overscroll-behavior:none;touch-action:pan-y}.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}.admin-jobs-definition-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.admin-jobs-chevron{border:none;background:transparent;padding:2px 4px;margin:0;cursor:pointer;color:#6b7280;line-height:1;flex-shrink:0;display:flex;align-items:center;justify-content:center}.admin-jobs-chevron span{display:inline-block;font-size:.6rem;transition:transform .15s ease;transform:rotate(-90deg)}.admin-jobs-chevron.open span{transform:rotate(0)}.admin-jobs-definition-item{border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}.admin-jobs-definition-row{display:flex;align-items:flex-start;gap:8px;padding:10px 12px}.admin-jobs-definition-main{flex:1;min-width:0}.admin-jobs-definition-title{font-weight:600;font-size:.9rem;color:#111827;word-break:break-word}.admin-jobs-definition-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:4px;font-size:.8rem;color:#6b7280}.admin-jobs-definition-status{flex-shrink:0;padding-top:2px}.admin-jobs-runs-panel{border-top:1px solid #e5e7eb;padding:8px 12px 12px 36px;background:#fff}.admin-jobs-runs-empty{margin:0;font-size:.85rem;color:#6b7280}.admin-jobs-runs-table{font-size:.8rem}.admin-jobs-error-cell{max-width:240px;word-break:break-word;color:#b91c1c}.admin-job-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:lowercase;background:#f3f4f6;color:#374151}.admin-job-status--done{background:#dcfce7;color:#166534}.admin-job-status--failed{background:#fee2e2;color:#b91c1c}.admin-job-status--running{background:#dbeafe;color:#1d4ed8}.admin-job-status--pending{background:#fef3c7;color:#92400e}.admin-job-status--muted{background:#f3f4f6;color:#9ca3af}.onboarding-overlay{position:fixed;inset:0;z-index:9999;background:#f5f7f5;display:flex;flex-direction:column;align-items:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.onboarding-shell{width:100%;max-width:640px;min-height:100dvh;display:flex;flex-direction:column;padding:24px 24px 28px;box-sizing:border-box}.onboarding-body{flex:1;display:flex;flex-direction:column}.onboarding-step-kicker{font-size:.72rem;font-weight:600;color:#6a994e;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px}.onboarding-title{font-size:1.35rem;font-weight:800;color:#0f1724;letter-spacing:-.4px;line-height:1.2;margin:0 0 16px}.orient-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.orient-ribbit{width:48px;height:48px;object-fit:contain;flex-shrink:0;margin-top:2px}.orient-header .onboarding-step-kicker{margin-bottom:4px}.orient-header .onboarding-title{margin:0}.orient-tour-loading{padding:16px 0;text-align:center;color:#6b7280;font-size:.9rem}.orient-tour-single{display:flex;flex-direction:column;gap:16px}.orient-plan-summary{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.orient-plan-takehome{font-size:1.05rem;font-weight:700;color:#386641}.orient-plan-takehome-label{font-size:.8rem;font-weight:500;color:#6b7280;margin-left:6px}.orient-plan-chips{display:flex;flex-wrap:wrap;gap:6px}.orient-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600;white-space:nowrap}.orient-chip--needs{background:#ff9f4026;color:#b36600}.orient-chip--wants{background:#36a2eb21;color:#1a6fad}.orient-chip--savings{background:#4bc0c026;color:#0e8585}.orient-tab-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:10px}.orient-tab-card{border-radius:16px;padding:16px 14px;display:grid;grid-template-columns:40px 1fr;align-items:center;column-gap:12px;row-gap:6px;border:1px solid rgba(0,0,0,.05)}.orient-tab-icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.orient-tab-name{margin:0;font-size:.85rem;font-weight:700;color:#0f1724;letter-spacing:-.1px}.orient-tab-benefit{grid-column:2;margin:0;font-size:.78rem;font-weight:400;color:#4b5563;line-height:1.45}.orient-tour-single .weleap-primary-btn{margin-top:10px}.app-content{padding-top:calc(72px + env(safe-area-inset-top));height:calc(100dvh - 72px - env(safe-area-inset-top));overflow-y:auto}.app{display:flex;flex-direction:column;width:100vw;height:100dvh;overflow:hidden;background-color:#f8fafc}.app-loading{display:flex;align-items:center;justify-content:center;height:100dvh;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}@media(max-width:768px){.loading-content h1{font-size:2rem}.loading-content{padding:1rem}}@media(max-width:480px){.loading-content h1{font-size:1.75rem}.loading-content p{font-size:1rem}}.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}.checkbox-group{display:flex;align-items:center;gap:8px;margin-top:16px}.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}@media(max-width:768px){.form-row{grid-template-columns:1fr}}
