.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:400px}.toast{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;animation:slideIn .3s ease-out;min-width:300px;background:#fff}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.toast-message{flex:1;font-size:14px;line-height:1.5}.toast-success{border-left:4px solid #3FBF7F}.toast-success .toast-icon{background-color:#d1fae5;color:#065f46}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background-color:#fee2e2;color:#991b1b}.toast-warning{border-left:4px solid #F4A261}.toast-warning .toast-icon{background-color:#fef3c7;color:#92400e}.toast-info{border-left:4px solid #2F6FED}.toast-info .toast-icon{background-color:#dbeafe;color:#1e40af}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.toast-container{left:20px;right:20px;max-width:none}.toast{min-width:auto}}.pwa-update-banner{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:10px 16px;border-radius:10px;display:flex;align-items:center;gap:12px;font-size:.875rem;box-shadow:0 4px 16px #00000040;z-index:9999;white-space:nowrap}.pwa-update-btn{background:#2f6fed;color:#fff;border:none;border-radius:6px;padding:5px 12px;font-size:.875rem;cursor:pointer;font-weight:500}.pwa-update-btn:hover{background:#1a5fd8}@media (min-width: 769px){.pwa-update-banner{bottom:24px}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit}.app-loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;z-index:9999}.app-loading-content{text-align:center}.app-loading-logo{height:64px;width:64px;margin-bottom:24px;border-radius:16px;animation:pulse 2s ease-in-out infinite}.app-loading-title{display:none}.app-loading-bar-track{width:120px;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden;margin:0 auto}.app-loading-bar-fill{width:100%;height:100%;background:linear-gradient(90deg,#2f6fed,#3fbf7f);border-radius:2px;animation:loading-bar 1.2s ease-in-out infinite}.auth-page{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;background-color:#f9fafb}.auth-vision-panel{flex:0 0 45%;background:linear-gradient(135deg,#1a2a4a,#1f2937);color:#fff;display:flex;align-items:center;justify-content:center;padding:48px;overflow-y:auto}.auth-vision-content{max-width:420px}.auth-vision-logo{height:72px;width:72px;border-radius:16px;margin-bottom:24px}.auth-vision-title{font-size:32px;font-weight:800;margin:0 0 8px;letter-spacing:-.02em}.auth-vision-subtitle{font-size:18px;color:#94a3b8;margin:0 0 32px;line-height:1.5}.auth-vision-quote{border-left:3px solid #2F6FED;padding:16px 20px;margin:0 0 32px;background:#2f6fed14;border-radius:0 8px 8px 0;font-style:italic;color:#cbd5e1;line-height:1.6}.auth-vision-values{display:flex;flex-direction:column;gap:16px}.auth-value-item{display:flex;align-items:flex-start;gap:14px}.auth-value-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-value-icon--blue{background:#2f6fed26;color:#5a9bff}.auth-value-icon--green{background:#3fbf7f26;color:#3fbf7f}.auth-value-icon--orange{background:#f4a26126;color:#f4a261}.auth-value-title{font-weight:600;font-size:15px;margin-bottom:2px}.auth-value-desc{font-size:13px;color:#94a3b8;line-height:1.4}.auth-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.auth-form-card{width:100%;max-width:400px}.auth-mobile-header{display:none;text-align:center;margin-bottom:32px}.auth-mobile-logo{height:96px;width:96px;border-radius:22px;margin-bottom:16px}.auth-mobile-title{font-size:28px;font-weight:800;color:#1f2937;margin:0 0 4px}.auth-mobile-subtitle{font-size:14px;color:#6b7280;margin:0}.auth-desktop-header{display:block;margin-bottom:32px;text-align:center}.auth-desktop-logo{height:80px;width:80px;border-radius:18px;margin-bottom:16px}.auth-desktop-title{font-size:28px;font-weight:800;color:#1f2937;margin:0 0 8px}.auth-desktop-subtitle{font-size:15px;color:#6b7280;margin:0}.auth-alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;line-height:1.4}.auth-alert--error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.auth-alert--success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.auth-field{margin-bottom:20px}.auth-label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.auth-input{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;color:#1f2937;background-color:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#2f6fed;box-shadow:0 0 0 3px #2f6fed1f}.auth-submit{width:100%;padding:14px;background-color:#2f6fed;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;margin-top:8px}.auth-submit:hover{background-color:#2860d4}.auth-submit:active{transform:scale(.98)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-toggle{text-align:center;margin-top:24px;font-size:14px;color:#6b7280}.auth-toggle-link{background:none;border:none;color:#2f6fed;font-weight:600;cursor:pointer;padding:0;font-size:14px}.auth-toggle-link:hover{color:#2860d4;text-decoration:underline}.auth-encouragement{display:none;margin-top:24px;padding:16px;background:linear-gradient(135deg,#f0f9ff,#f0fdf4);border-radius:12px;text-align:center}.auth-encouragement-icon{font-size:24px;margin-bottom:8px}.auth-encouragement-title{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:4px}.auth-encouragement-text{font-size:13px;color:#6b7280;line-height:1.4}.empty-state-inner{max-width:560px;text-align:center}.empty-state-icon{margin-bottom:24px}.empty-state-icon img{width:80px;height:80px;border-radius:20px}.empty-state-title{font-size:28px;font-weight:800;color:#1f2937;margin:0 0 12px;letter-spacing:-.02em}.empty-state-subtitle{font-size:16px;color:#6b7280;margin:0 0 32px;line-height:1.5}.empty-state-actions{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.empty-state-btn-primary{padding:14px 32px;background-color:#2f6fed;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .15s}.empty-state-btn-primary:hover{background-color:#2860d4;transform:translateY(-1px)}.empty-state-btn-primary:active{transform:translateY(0)}.empty-state-btn-secondary{padding:14px 32px;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s,transform .15s}.empty-state-btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.empty-state-btn-secondary:active{transform:translateY(0)}.empty-state-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.empty-state-feature{display:flex;flex-direction:column;align-items:center;gap:8px}.empty-state-feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.empty-state-feature-icon--blue{background-color:#2f6fed1a;color:#2f6fed}.empty-state-feature-icon--green{background-color:#3fbf7f1a;color:#3fbf7f}.empty-state-feature-icon--orange{background-color:#f4a2611a;color:#f4a261}.empty-state-feature-title{font-size:14px;font-weight:600;color:#1f2937}.empty-state-feature-desc{font-size:13px;color:#6b7280;line-height:1.4}@media (max-width: 600px){.empty-state-features{grid-template-columns:1fr;gap:20px}.empty-state-feature{flex-direction:row;text-align:left;gap:14px}.empty-state-title{font-size:24px}.empty-state-subtitle{font-size:15px}.empty-state-actions{flex-direction:column;align-items:center}.empty-state-btn-primary,.empty-state-btn-secondary{width:100%;max-width:300px}}.main-content{display:inline-block;margin-left:240px;padding:24px;min-height:100vh;background-color:#f9fafb}.main-content:has(.landing),.main-content:has(.auth-page){display:block!important;margin-left:0!important;padding:0!important;background-color:transparent!important;width:100%!important}.content-wrapper{max-width:1400px;margin:0 auto}.empty-state-container{position:fixed;top:0;left:240px;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:40px 20px;background-color:#f9fafb}.mobile-month-header{display:none;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#fff;border-bottom:1px solid #e5e7eb;position:fixed;top:60px;left:0;right:0;z-index:99;gap:16px;width:100%;margin:0}.mobile-month-title{flex:1;text-align:center;margin:0;font-size:20px;font-weight:700;color:#111827}.mobile-month-nav{padding:8px 12px;border:none;background-color:transparent;color:#111827;font-size:28px;font-weight:300;cursor:pointer;line-height:1;transition:background-color .2s;border-radius:6px}.mobile-month-nav:hover{background-color:#f3f4f6}.mobile-month-nav:disabled{color:#d1d5db;cursor:not-allowed}.mobile-month-nav:disabled:hover{background-color:transparent}.sidebar{width:240px;height:100vh;background-color:#1f2937;position:fixed;left:0;top:0;z-index:100;display:flex;flex-direction:column;color:#fff}.sidebar-header{padding:20px;border-bottom:1px solid #374151}.sidebar-logo-container{display:flex;align-items:center;gap:12px}.sidebar-logo{height:36px;width:36px;border-radius:8px}.sidebar-title{font-size:18px;font-weight:700;margin:0;color:#fff;letter-spacing:-.01em}.sync-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-left:auto}.sync-indicator--connecting,.sync-indicator--reconnecting{background-color:#f4a261;animation:sync-pulse 1.5s ease-in-out infinite}.sync-indicator--disconnected{background-color:#dc2626}@keyframes sync-pulse{0%,to{opacity:1}50%{opacity:.3}}.sidebar-nav{flex:1;padding:16px 0}.sidebar-nav-item{width:100%;padding:12px 20px;border:none;background-color:transparent;color:#d1d5db;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:400;transition:all .2s}.sidebar-nav-item:hover{background-color:#2d3748}.sidebar-nav-item.active{background-color:#374151;color:#5a9bff;font-weight:600;border-left:3px solid #2F6FED;padding-left:17px}.sidebar-nav-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-account-section{border-top:1px solid #374151;padding:16px}.sidebar-account-button{width:100%;padding:12px;border:1px solid #374151;border-radius:8px;background-color:#374151;color:#d1d5db;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px}.sidebar-account-button.active{border-color:#2f6fed;background-color:#2860d4;color:#e0f2fe}.sidebar-account-avatar{width:32px;height:32px;border-radius:50%;background-color:#4b5563;display:flex;align-items:center;justify-content:center;font-size:16px}.sidebar-account-info{flex:1;text-align:left}.sidebar-account-name{font-size:13px;font-weight:500}.sidebar-account-subtitle{font-size:11px;color:#9ca3af}.sidebar-account-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:8px;background-color:#374151;border:1px solid #4b5563;border-radius:8px;overflow:hidden;box-shadow:0 -4px 12px #0000004d}.sidebar-account-menu-item{width:100%;padding:12px 16px;border:none;background-color:transparent;color:#d1d5db;text-align:left;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:8px}.sidebar-account-menu-item:hover{background-color:#4b5563}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;padding:4px 0;padding-bottom:max(4px,env(safe-area-inset-bottom));z-index:1000;justify-content:space-around}.bottom-nav-tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;background:none;border:none;color:#6b7280;font-size:10px;font-weight:500;cursor:pointer;min-width:56px;transition:color .15s}.bottom-nav-tab.active{color:#2f6fed}.bottom-nav-tab:active{color:#2860d4}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;height:24px}.bottom-nav-label{font-size:10px;line-height:1}.header{background-color:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px}.header-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:8px}.month-year-controls{display:flex;align-items:center;gap:8px;flex:0 1 auto}.header-goal{flex:0 0 100%;order:10;font-size:13px;padding:4px 8px;margin-top:-4px}.dropdown-item.mobile-only-menu-item{display:none}.header-new-month{margin-left:auto}.mhd-selector-btn{font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:8px}.mhd-selector-btn--month{min-width:140px}.mhd-selector-btn--year{min-width:100px}.mhd-chevron{font-size:12px;color:#6b7280}.mhd-dropdown{left:0;right:auto;padding:4px;overflow-y:auto}.mhd-dropdown--months{min-width:140px;max-height:320px}.mhd-dropdown--years{min-width:100px;max-height:240px}.header-action-btn{white-space:nowrap;display:flex;align-items:center;gap:6px}.header-reports-btn{background-color:#fff;border:1px solid #d1d5db;color:#374151}.header-reports-btn:hover{background-color:#f5f3ff;border-color:#8b5cf6;color:#5b21b6}.header-reports-btn.active{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff}.month-selector{min-width:140px}.year-selector{min-width:100px}.btn{padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;border:none;transition:all .2s ease}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background-color:#2f6fed;color:#fff;border:none}.btn-primary:hover:not(:disabled){background-color:#2860d4}.btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb}.btn--disabled{opacity:.5;cursor:not-allowed}.btn--min-width{min-width:120px}.btn-danger{background-color:#dc2626;color:#fff;border:none}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-danger-outline{background-color:transparent;color:#dc2626;border:1px solid #fca5a5}.btn-danger-outline:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626}.btn-transparent{background-color:transparent;color:#374151;border:none}.btn-transparent:hover:not(:disabled){background-color:#f9fafb}.btn-icon{padding:8px 12px;font-size:18px;line-height:1}.nav-arrow{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;cursor:pointer;font-size:18px;color:#374151}.nav-arrow:disabled{opacity:.4;cursor:not-allowed}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:180px;z-index:1000}.dropdown-item{width:100%;padding:12px 16px;border:none;background-color:transparent;text-align:left;cursor:pointer;font-size:14px;color:#374151;display:flex;align-items:center;gap:8px}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item.danger{color:#dc2626;border-top:1px solid #e5e7eb}.dropdown-item.danger:hover{background-color:#fef2f2}.dropdown-item.active{background-color:#eff6ff;color:#2f6fed;font-weight:600}.dropdown-item:disabled{color:#d1d5db;cursor:not-allowed}.stats-summary-mobile{display:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:24px}.stats-container{background-color:#f9fafb;border:1px solid #e5e7eb;padding:16px;border-radius:8px}.stats-container h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#374151}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-label{font-size:14px;color:#374151;font-weight:500;margin-bottom:4px}.stat-value{font-size:24px;font-weight:700;color:#4b5563}.stat-value.income{color:#2f6fed}.stat-value.expense{color:#dc2626}.stat-value.fee{color:#4b5563}.stat-value.net-positive{color:#16a34a}.stat-value.net-negative{color:#dc2626}.stats-header{color:#fff;padding:8px;border-radius:8px 8px 0 0;text-align:center;font-weight:700;font-size:16px;margin:-16px -16px 16px}.stats-header.expected{background-color:#ef4444}.stats-header.actual{background-color:#3fbf7f}.goal-notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.goal-button,.notes-display{padding:16px;border-radius:8px;background-color:#fff;border:1px solid #e5e7eb;cursor:pointer;text-align:left;font-size:14px;color:#374151;transition:all .2s ease}.goal-button:hover,.notes-display:hover{background-color:#f9fafb;border-color:#d1d5db}.goal-button{font-style:italic}.goal-label,.notes-label{font-weight:600;font-style:normal;margin-right:4px}.notes-content{white-space:pre-wrap;word-wrap:break-word;max-height:120px;overflow-y:auto}.notes-heading{font-size:11px;font-weight:600;color:#6b7280;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.notes-placeholder{font-size:12px}.table-container{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-container.desktop-table{overflow-x:auto}.dt-empty{text-align:center;padding:48px 24px;max-width:400px;margin:0 auto}.dt-empty--welcome{padding:64px 24px;max-width:500px}.dt-empty-icon{font-size:48px;margin-bottom:16px}.dt-empty--welcome .dt-empty-icon{font-size:64px;margin-bottom:20px}.dt-empty-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:12px}.dt-empty--welcome .dt-empty-title{font-size:24px;margin-bottom:16px}.dt-empty-text{font-size:15px;color:#6b7280;line-height:1.5;margin-bottom:20px}.dt-empty--welcome .dt-empty-text{font-size:16px;line-height:1.6}.dt-empty-tip{font-size:15px;color:#9ca3af;font-style:italic}.dt-empty-btn{padding:10px 20px;background-color:#2f6fed;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.dt-empty-btn:hover{background-color:#2860d4}.dt-row{border-top:1px solid #e5e7eb;cursor:pointer}.dt-row--bills{border-left:4px solid #ef4444}.dt-row--spending{border-left:4px solid #2F6FED}.dt-row--income{border-left:4px solid #3FBF7F;background-color:#ecfdf5}.dt-row--reimbursements{border-left:4px solid #8b5cf6}.dt-row--paid{background-color:#e5e7eb;opacity:.55}.dt-row--income.dt-row--paid{background-color:#e5e7eb}.dt-row--skipped{background-color:#fffbeb;border-left:3px dashed #F4A261;opacity:.5}.dt-header-filterable{position:relative}.dt-header-flex{display:flex;align-items:center;gap:6px}.dt-filter-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center}.dt-filter-dropdown{position:absolute;top:38px;left:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;padding:8px;z-index:100}.dt-cell-checkbox{padding:12px;border-right:1px solid #f3f4f6;width:40px}.dt-item-name{font-weight:500;color:#111827}.dt-item-name--skipped{text-decoration:line-through}.dt-item-notes{font-size:14px;color:#6b7280;margin-top:2px}.dt-item-badges{display:flex;gap:4px;flex-wrap:wrap}.dt-item-badges:not(:empty){margin-top:4px}.dt-cell-amount{font-weight:500}.dt-spending-actual{white-space:nowrap}.dt-spending-actual-value{color:#8b5cf6}.dt-spending-actual-budget{font-size:12px;color:#6b7280}.dt-spending-remaining{font-size:11px;margin-top:2px;white-space:nowrap}.dt-spending-remaining--under{color:#16a34a}.dt-spending-remaining--over{color:#dc2626}.dt-past-due-fee{font-size:12px;font-weight:600;margin-top:4px;color:#dc2626}.dt-cell-date{font-size:14px;color:#4b5563}.dt-cell-date--center{text-align:center}.dt-date-reviewed{color:#16a34a}.dt-date-review-by{color:#6b7280}.dt-action-btns{display:flex;gap:8px;align-items:center}.dt-action-btn{padding:6px 8px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.dt-action-btn--undo{border:1px solid #9ca3af;background-color:#fff;color:#6b7280}.dt-action-btn--undo:hover{background-color:#f3f4f6}.dt-action-btn--pay{border:1px solid #16a34a;background-color:#16a34a;color:#fff}.dt-action-btn--pay:hover{background-color:#15803d}.dt-action-btn--skip{border:1px solid #d97706;background-color:#fff;color:#d97706}.dt-action-btn--skip:hover{background-color:#fffbeb}.dt-action-btn--track{padding:6px 12px;border:1px solid #8b5cf6;background-color:#fff;color:#8b5cf6;gap:4px}.dt-action-btn--track-active{padding:6px 12px;border:1px solid #8b5cf6;background-color:#8b5cf6;color:#fff;gap:4px}.dt-action-btn--track:hover{background-color:#f5f3ff}.dt-action-btn--track-active:hover{background-color:#7c3aed}.dt-track-count{background-color:#fff;color:#8b5cf6;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700}.badge-btn{border:none;cursor:pointer}table{width:100%;border-collapse:collapse;font-size:14px}thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;white-space:nowrap}td{padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#1f2937}tr:last-child td{border-bottom:none}tbody tr{transition:opacity .2s ease,background-color .2s ease}tbody tr:hover{background-color:#f9fafb}.checkbox-cell{width:40px;text-align:center}.actions-cell{text-align:right;white-space:nowrap}.table-button{padding:4px 8px;margin:0 2px;border:none;background-color:transparent;cursor:pointer;font-size:16px;border-radius:4px;transition:background-color .2s ease}.table-button:hover{background-color:#e5e7eb}.table-button.edit{color:#2f6fed}.table-button.delete{color:#dc2626}.bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.bottom-sheet{background:#fff;border-radius:16px;width:440px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0003;animation:bottomSheetFadeIn .2s ease}.bottom-sheet-handle{display:none}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0}.bottom-sheet-title{margin:0;font-size:18px;font-weight:700;color:#0f172a}.bottom-sheet-close{border:none;background:none;cursor:pointer;color:#6b7280;padding:4px;border-radius:8px}.bottom-sheet-close:hover{background:#f3f4f6}.bottom-sheet-content{padding:16px 20px 20px}@keyframes bottomSheetFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pay-modal-subtitle{margin-bottom:12px;color:#475569;font-size:14px}.pay-modal-day-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;margin-bottom:16px}.pay-modal-day-btn{padding:10px 6px;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;color:#0f172a;font-weight:600;cursor:pointer}.pay-modal-day-btn.selected{border:2px solid #2F6FED;background-color:#eff6ff}.pay-modal-selected{display:flex;align-items:center;margin-bottom:12px;color:#475569;font-size:14px}.pay-modal-actions-secondary{display:flex;gap:8px;margin-bottom:12px}.btn-skip-month{flex:1;padding:10px 16px;border-radius:8px;border:2px solid #d97706;background-color:#fffbeb;color:#92400e;cursor:pointer;font-weight:600;font-size:14px}.btn-mark-unpaid{padding:10px 16px;border-radius:8px;border:1px solid #dc2626;background-color:#fff;color:#dc2626;cursor:pointer;font-weight:600;font-size:14px}.skip-confirm-content{padding:4px 0}.skip-confirm-description{font-size:15px;color:#4b5563;margin-bottom:20px;line-height:1.5}.skip-confirm-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f9fafb;border-radius:10px;margin-bottom:8px;cursor:pointer}.skip-confirm-toggle-label{font-size:15px;font-weight:600;color:#111827}.skip-confirm-switch{position:relative;width:48px;height:28px;border-radius:14px;border:none;background-color:#d1d5db;cursor:pointer;padding:0;transition:background-color .2s ease;flex-shrink:0}.skip-confirm-switch--on{background-color:#f4a261}.skip-confirm-switch-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.skip-confirm-switch--on .skip-confirm-switch-thumb{transform:translate(20px)}.skip-confirm-helper{font-size:13px;color:#92400e;background-color:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:10px 12px;margin-bottom:20px;line-height:1.5}.skip-confirm-actions,.pay-modal-actions-primary{display:flex;gap:8px;justify-content:flex-end}.btn-cancel{padding:8px 16px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;cursor:pointer;font-weight:600;color:#374151}.btn-save{padding:8px 16px;border-radius:8px;border:none;background-color:#2f6fed;color:#fff;cursor:pointer;font-weight:600}.btn-save:disabled{background-color:#93c5fd;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:16px}.modal-container{background-color:#fff;padding:0;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d}.modal-container>div:not(.modal-header),.modal-container>form{padding-left:24px;padding-right:24px}.modal-container>*:last-child{padding-bottom:24px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;margin-left:0;margin-right:0;border-radius:12px 12px 0 0;padding-left:24px;padding-right:24px}.modal-title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;line-height:1}.modal-close:hover{color:#374151}.modal-body{padding:20px 24px;margin-bottom:0}.modal-body p{color:#374151;line-height:1.5;margin:0 0 16px}.modal-body p.text-muted{color:#6b7280;font-size:14px}.modal-body p:last-of-type{margin-bottom:0}.modal-body .form-input{margin-top:16px}.modal-body .form-group .form-input{margin-top:0}.modal-footer{display:flex;gap:12px;justify-content:flex-end}.modal-footer--with-checkbox{justify-content:space-between;align-items:center}.modal-footer-checkbox{font-size:14px;color:#374151}.modal-footer-checkbox .form-checkbox{margin-right:8px}.modal-footer-buttons{display:flex;gap:12px}.modal-container--small{max-width:420px}.modal-container--wide{max-width:700px}.modal-container--medium{max-width:560px}.modal-header--padded{padding:20px 24px}.modal-header--bill{background-color:#fee2e2;border-bottom:2px solid #dc2626}.modal-header--bill .modal-title,.modal-header--bill .modal-close{color:#991b1b}.modal-header--spending{background-color:#fef3c7;border-bottom:2px solid #F4A261}.modal-header--spending .modal-title,.modal-header--spending .modal-close{color:#92400e}.modal-header--income{background-color:#d1fae5;border-bottom:2px solid #3FBF7F}.modal-header--income .modal-title,.modal-header--income .modal-close{color:#065f46}.modal-header--reimbursement{background-color:#f3e8ff;border-bottom:2px solid #8b5cf6}.modal-header--reimbursement .modal-title,.modal-header--reimbursement .modal-close{color:#6b21a8}.modal-header--report{background-color:#eff6ff;border-bottom:2px solid #2F6FED;padding:20px 24px}.modal-header--report .modal-title,.modal-header--report .modal-close{color:#1e40af}.modal-header--neutral{background-color:#f3f4f6;border-bottom:2px solid #9ca3af}.modal-header--neutral .modal-title,.modal-header--neutral .modal-close{color:#374151}.modal-header--danger{background-color:#fef2f2;border-bottom:2px solid #dc2626}.modal-header--danger .modal-title,.modal-header--danger .modal-close{color:#dc2626}.modal-header--primary{background-color:#f0f9ff;border-bottom:2px solid #2F6FED}.modal-header--primary .modal-title,.modal-header--primary .modal-close{color:#1e40af}.modal-body-text{color:#374151;line-height:1.6;margin:0 0 16px}.modal-body-text:last-child{margin-bottom:0}.modal-body-hint{color:#6b7280;font-size:14px;margin:0 0 16px}.modal-body-prompt{color:#374151;font-weight:500;margin:0 0 8px}.form-input--flush{margin-bottom:0}.flex-1{flex:1}.flex-2{flex:2}.nm-loading-container{text-align:center;padding:48px 24px}.nm-loading-title{margin:16px 0 8px;font-size:18px;font-weight:600;color:#111827}.nm-loading-subtitle{margin:0;font-size:14px;color:#6b7280}.nm-copy-options{padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.nm-copy-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.nm-copy-label:not(:last-child){margin-bottom:8px}.yv-empty{padding:24px 16px;text-align:center}.yv-empty-icon{font-size:32px;margin-bottom:12px}.yv-empty-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px}.yv-empty-desc{font-size:14px;color:#6b7280;margin:0}.bulk-actions-bar{display:flex;align-items:center;gap:12px}.sidebar-account-wrapper{position:relative}.sidebar-chevron{transition:transform .2s}.sidebar-chevron--open{transform:rotate(180deg)}.meeting-guide-time{font-size:12px;color:#6b7280;margin-top:2px}.meeting-guide-history-link{cursor:pointer;border:none;background:transparent}.landing-link-icon{vertical-align:middle;margin-right:6px}.modal-footer-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 24px 24px}.modal-footer-bar .modal-footer{margin-left:auto}.modal-footer-left .btn{font-size:13px}.modal-header-actions{display:flex;align-items:center;gap:8px}.item-actions-container{position:relative}.item-actions-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:inherit;opacity:.7;transition:opacity .15s,background-color .15s}.item-actions-btn:hover{opacity:1;background-color:#0000001a}.item-actions-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;min-width:150px;z-index:100;overflow:hidden}.item-actions-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;border:none;background:none;font-size:14px;color:#374151;cursor:pointer;text-align:left;transition:background-color .15s}.item-actions-menu-item:hover{background-color:#f3f4f6}.item-actions-menu-item--skip{color:#d97706}.item-actions-menu-item--skip:hover{background-color:#fffbeb}.item-actions-menu-item--danger{color:#dc2626}.item-actions-menu-item--danger:hover{background-color:#fef2f2}.modal-description{font-size:14px;font-style:italic;color:#6b7280;margin:0 0 28px}.form-row{display:grid;gap:16px;margin-bottom:16px}.form-row--three-col{grid-template-columns:1fr 1fr 1fr}.form-row--two-col{grid-template-columns:1fr 1fr}.form-row .form-group{margin:0}.form-required{color:#dc2626}.form-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.form-checkbox-label .form-label{margin:0}.spending-total-box{border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.spending-total-box--changed,.spending-total-box--unchanged{background-color:#f3f4f6;border:1px solid #d1d5db}.spending-total-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase}.spending-total-value{font-size:24px;font-weight:700}.spending-total-value--changed,.spending-total-value--unchanged{color:#111827}.spending-original{text-align:right}.spending-original-label{font-size:12px;color:#6b7280}.spending-original-value{font-size:16px;color:#9ca3af;text-decoration:line-through}.spending-budget-summary{display:flex;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 8px;margin-bottom:20px;justify-content:space-around;text-align:center}.spending-budget-item{flex:1}.spending-budget-item:not(:last-child){border-right:1px solid #e5e7eb}.spending-budget-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:4px}.spending-budget-value{font-size:18px;font-weight:700;color:#111827}.spending-budget-value--spent{color:#8b5cf6}.spending-budget-value--remaining{color:#16a34a}.spending-budget-value--over{color:#dc2626}.spending-description{margin:0 0 16px;font-size:14px;color:#6b7280}.spending-over-budget{font-size:13px;color:#dc2626;margin-top:8px;text-align:center}.spending-entry-form{display:grid;grid-template-columns:50px 80px 120px 1fr auto;gap:8px;margin-bottom:16px;align-items:end}.spending-entry-form .form-group{margin:0}.spending-entry-form .form-label{font-size:12px}.spending-entry-form .form-input{font-size:14px;font-weight:600}.spending-entry-amount .form-input{font-size:16px}.spending-entry-form input[type=number]::-webkit-inner-spin-button,.spending-entry-form input[type=number]::-webkit-outer-spin-button,.spending-list-edit-input[type=number]::-webkit-inner-spin-button,.spending-list-edit-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.spending-entry-form input[type=number],.spending-list-edit-input[type=number]{-moz-appearance:textfield}@media (max-width: 600px){.spending-entry-form{grid-template-columns:1fr 1fr;gap:8px}.spending-entry-date{grid-column:1}.spending-entry-amount{grid-column:2}.spending-entry-account{grid-column:1 / -1}.spending-entry-item{grid-column:1}.spending-entry-btn{grid-column:2}}.spending-list{border:1px solid #e5e7eb;border-radius:8px;max-height:280px;overflow-y:auto;overflow-x:auto}.spending-list-empty{padding:24px;text-align:center;color:#9ca3af}.spending-list-empty-title{font-size:14px;margin-bottom:4px}.spending-list-empty-subtitle{font-size:12px}.spending-list-table{width:100%;border-collapse:collapse}.spending-list-row{border-bottom:1px solid #f3f4f6}.spending-list-row:last-child{border-bottom:none}.spending-list-amount{padding:10px 12px;width:90px;min-width:90px;font-weight:600;color:#374151;font-size:14px}.spending-list-date{padding:10px 8px;width:50px;min-width:50px;color:#6b7280;font-size:13px;text-align:center}.spending-list-item{padding:10px 8px;color:#374151;font-size:14px}.spending-list-account{padding:10px 8px;width:100px;min-width:80px;color:#9ca3af;font-size:13px}.spending-list-cell--empty{font-style:italic;color:#d1d5db}.spending-list-notes--empty{font-style:italic;color:#9ca3af}.spending-list-notes{padding:10px 12px;color:#6b7280;font-size:14px}.spending-list-delete{padding:10px 12px;width:40px;text-align:right}.spending-list-delete-btn{border:none;background:none;color:#dc2626;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:18px;line-height:1}.spending-list-delete-btn:hover{background-color:#fef2f2}.spending-summary{margin-top:12px;padding:8px 12px;background-color:#f9fafb;border-radius:6px;font-size:13px;color:#6b7280;display:flex;justify-content:space-between}.spending-summary-total{color:#374151;font-weight:600}.spending-calculator{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px}.linked-reimbursements-section{margin-bottom:16px;padding:12px;background-color:#f3e8ff;border-radius:8px;border:1px solid #e9d5ff}.linked-reimbursements-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.linked-reimbursements-title{font-size:13px;font-weight:600;color:#6b21a8}.linked-reimbursements-total{font-size:13px;font-weight:600;color:#16a34a}.linked-reimbursement-item{display:flex;align-items:center;gap:8px;padding:6px 0;border-top:1px solid #e9d5ff}.linked-reimbursement-name{flex:1;font-size:13px;color:#374151}.linked-reimbursement-amount{font-size:13px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.linked-reimbursement-status{font-size:11px;font-weight:500;padding:2px 6px;border-radius:4px}.linked-reimbursement-status.paid{background-color:#dcfce7;color:#166534}.linked-reimbursement-status.unpaid{background-color:#fef3c7;color:#854d0e}.spending-calculator-header{margin-bottom:12px}.spending-calculator-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 4px}.spending-calculator-subtitle{font-size:13px;color:#6b7280;margin:0}.spending-manual-amount{margin-top:12px;padding-top:12px;border-top:1px dashed #e5e7eb}.spending-list-empty-hint{font-size:13px;color:#9ca3af;font-style:italic;text-align:center;padding:12px}.spending-list-clickable{cursor:pointer}.spending-list-clickable:hover{background-color:#f3f4f6}.spending-list-edit-input{padding:6px 8px;font-size:13px;width:100%;box-sizing:border-box}.spending-list-amount .spending-list-edit-input{width:80px}.spending-list-date .spending-list-edit-input{width:52px;min-width:52px;text-align:center;padding-left:4px;padding-right:4px}.spending-list-account .spending-list-edit-input{width:90px}.spending-list-actions{padding:10px 8px;width:60px;text-align:right;white-space:nowrap}.spending-list-action-btn{border:none;background:none;cursor:pointer;padding:4px 6px;border-radius:4px;font-size:16px;line-height:1;margin-left:2px}.spending-list-action-btn--save{color:#16a34a}.spending-list-action-btn--save:hover{background-color:#dcfce7}.spending-list-action-btn--cancel{color:#6b7280}.spending-list-action-btn--cancel:hover{background-color:#f3f4f6}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.form-input,.form-select,.form-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2f6fed;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:80px;font-family:inherit}.form-checkbox{width:18px;height:18px;cursor:pointer}.form-error{color:#dc2626;font-size:13px;margin-top:4px}.form-hint{color:#6b7280;font-size:12px;margin-top:4px}.form-select-filter{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;background-color:#fff;min-width:140px}.fab-container{position:fixed;bottom:24px;right:24px;z-index:1500;transition:right .3s ease}.fab-container.report-panel-open{right:524px}.fab-container.meeting-panel-open{right:384px}.fab-button{width:60px;height:60px;border-radius:50%;background-color:#2f6fed;color:#fff;border:none;font-size:30px;cursor:pointer;box-shadow:0 4px 12px #2563eb66;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.fab-button:hover{background-color:#2860d4;transform:scale(1.05)}.fab-button--open{transform:rotate(45deg)}.fab-button--open:hover{transform:rotate(45deg) scale(1.05)}.fab-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:-1}.fab-shortcut-key{opacity:.7;font-size:14px;margin-left:2px}.fab-menu{position:absolute;bottom:70px;right:0;display:flex;flex-direction:column;gap:12px;align-items:flex-end}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-size:14px}.alert-info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.alert-warning{background-color:#fef3c7;border:1px solid #fde68a;color:#92400e}.alert-error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.alert-success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#6b7280}.font-bold{font-weight:700}.font-semibold{font-weight:600}.italic{font-style:italic}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.text-danger{color:#dc2626}.text-success{color:#3fbf7f}.text-warning{color:#f4a261}.text-purple{color:#8b5cf6}.text-dark{color:#111827}.text-medium{color:#374151}.bg-danger{background-color:#dc2626}.bg-success{background-color:#3fbf7f}.bg-warning{background-color:#f4a261}.bg-purple{background-color:#8b5cf6}.bg-danger-light{background-color:#fee2e2}.bg-success-light{background-color:#d1fae5}.bg-warning-light{background-color:#fef3c7}.bg-info-light{background-color:#dbeafe}.bg-gray-light{background-color:#f9fafb}.border-rounded{border-radius:8px}.border-rounded-lg{border-radius:12px}.border-rounded-full{border-radius:9999px}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-start{align-items:flex-start}.font-medium{font-weight:500}.text-uppercase{text-transform:uppercase}.text-nowrap{white-space:nowrap}.w-full{width:100%}.min-w-100{min-width:100px}.min-w-140{min-width:140px}.max-h-240{max-height:240px}.max-h-320{max-height:320px}.mb-0{margin-bottom:0}.p-0{padding:0}.hidden{display:none}.fab-btn{padding:14px 24px;color:#fff;border:none;border-radius:24px;box-shadow:0 4px 12px #00000026;white-space:nowrap;transition:transform .2s,box-shadow .2s;font-size:16px;font-weight:600;cursor:pointer}.fab-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.fab-btn--danger{background-color:#dc2626}.fab-btn--danger:hover{background-color:#b91c1c}.fab-btn--success{background-color:#3fbf7f}.fab-btn--success:hover{background-color:#2da86a}.fab-btn--purple{background-color:#8b5cf6}.fab-btn--purple:hover{background-color:#7c3aed}.fab-btn--warning{background-color:#f4a261}.fab-btn--warning:hover{background-color:#d97706}.table-header-cell{padding:12px 16px;text-align:left;font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;cursor:default}.table-header-cell--sortable{cursor:pointer}.table-header-cell--sortable:hover{color:#374151}.table-cell-amount{padding:12px 16px;font-size:14px;font-weight:700}.table-cell-amount--positive{color:#166534}.table-cell-amount--negative{color:#991b1b}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.badge--status-paid{background-color:#bbf7d0;color:#166534}.badge--status-unpaid{background-color:#fef08a;color:#854d0e}.badge--status-skipped{background-color:#fef3c7;color:#92400e}.badge--status-in-progress{background-color:#dbeafe;color:#1e40af}.badge--income{background-color:#d1fae5;color:#166534}.badge--expense{background-color:#fee2e2;color:#991b1b}.badge--tag{margin-top:4px;padding:2px 8px;background-color:#dbeafe;color:#1e40af}.badge--autopay{margin-top:4px;padding:2px 8px;background-color:#f3f4f6;color:#6b7280}.badge--transactions{padding:2px 8px;background-color:#8b5cf6;color:#fff;font-weight:600;font-size:11px}.badge--ml{margin-left:8px}.login-portal-link{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;text-decoration:none;padding:2px;border-radius:4px;transition:color .15s,background-color .15s;vertical-align:middle;margin-left:6px}.login-portal-link:hover{color:#2f6fed;background-color:#eff6ff}.login-portal-link:active{color:#2860d4;background-color:#dbeafe}.badge--category-bills{background-color:#fee2e2;color:#991b1b}.badge--category-spending{background-color:#dbeafe;color:#1e40af}.badge--category-income{background-color:#dcfce7;color:#166534}.badge--category-reimbursements{background-color:#f3e8ff;color:#6b21a8}.yearly-container{padding:24px;max-width:1400px;margin:0 auto}.yearly-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px;flex-wrap:wrap}.yearly-title{margin:0;font-size:26px;font-weight:800;color:#0f172a}.yearly-subtitle{margin:6px 0 0;color:#475569}.yearly-year-selector-group{display:flex;align-items:center;gap:12px}.yearly-year-label{font-weight:600;color:#0f172a}.yearly-year-select{padding:8px 12px;border-radius:8px;border:1px solid #cbd5e1;background-color:#fff;font-size:14px}.yearly-stats-section{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.yearly-stats-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.yearly-pie-section{display:flex;align-items:flex-start;gap:32px;margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.yearly-pie-chart{position:relative;flex-shrink:0;width:200px;height:200px}.yearly-pie-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.yearly-pie-center-value{font-size:16px;font-weight:700;color:#111827}.yearly-pie-center-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.yearly-pie-legend{flex:1;display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.yearly-pie-legend-item{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:6px;transition:background-color .15s}.yearly-pie-legend-item:hover{background-color:#f3f4f6}.yearly-pie-legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.yearly-pie-legend-tag{flex:1;font-size:13px;font-weight:500;color:#111827}.yearly-pie-legend-value{font-size:13px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.yearly-pie-legend-pct{font-size:12px;color:#6b7280;min-width:42px;text-align:right;font-variant-numeric:tabular-nums}.yearly-pie-legend-more{color:#6b7280}.yearly-pie-legend-more .yearly-pie-legend-tag{color:#6b7280;font-style:italic}.yearly-stat-card{border-radius:12px;padding:14px;box-shadow:0 4px 10px #0f172a0f;border:1px solid #e2e8f0;background-color:#fff}.yearly-stat-card.income{border-top:3px solid #22c55e}.yearly-stat-card.expense{border-top:3px solid #ef4444}.yearly-stat-card.net{border-top:3px solid #2F6FED}.yearly-stat-label{font-size:13px;font-weight:700;color:#475569;margin-bottom:4px}.yearly-stat-value{font-size:24px;font-weight:800}.yearly-stat-value.income{color:#0f766e}.yearly-stat-value.expense{color:#b91c1c}.yearly-stat-value.net-positive{color:#166534}.yearly-stat-value.net-negative{color:#991b1b}.yearly-stat-value.expected-positive{color:#2860d4}.yearly-stat-value.expected-negative{color:#c2410c}.yearly-table-wrapper{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 10px 20px #0f172a0d;overflow-x:auto}.yearly-table-header{padding:16px 16px 8px;border-bottom:1px solid #e2e8f0}.yearly-table-title{margin:0;font-size:18px;font-weight:800;color:#0f172a}.yearly-table-description{margin:6px 0 0;color:#475569;font-size:14px}.yearly-table{width:100%;border-collapse:collapse;min-width:900px}.yearly-table thead{background-color:#f8fafc;text-transform:uppercase;font-size:12px;letter-spacing:.3px}.yearly-table th{padding:12px 14px;border-bottom:1px solid #e2e8f0;color:#475569}.yearly-table th.text-left{text-align:left}.yearly-table th.text-right{text-align:right;padding:12px 10px}.yearly-table th.quarter-q1{color:#2860d4;background-color:#eff6ff}.yearly-table th.quarter-q2{color:#ca8a04;background-color:#fefce8}.yearly-table th.quarter-q3{color:#15803d;background-color:#ecfdf3}.yearly-table th.quarter-q4{color:#b91c1c;background-color:#fef2f2}.yearly-table th.total-header{background-color:#111827;color:#f8fafc;padding:12px 14px}.yearly-table tbody tr{border-top:1px solid #f1f5f9;background-color:#fff}.yearly-table td{padding:12px 14px;color:#0f172a}.yearly-table td.category-cell{font-weight:600}.yearly-table td.amount-cell{padding:12px 10px;text-align:right}.yearly-table td.quarter-cell{padding:12px 10px;text-align:right;font-weight:700}.yearly-table td.quarter-q1{color:#2860d4}.yearly-table td.quarter-q2{color:#ca8a04}.yearly-table td.quarter-q3{color:#15803d}.yearly-table td.quarter-q4{color:#b91c1c}.yearly-table td.total-cell{padding:12px 14px;text-align:right;font-weight:800;background-color:#0f172a;color:#f8fafc}.yearly-table tfoot tr{border-top:2px solid #e2e8f0;background-color:#f8fafc}.yearly-table tfoot td{padding:12px 14px;font-weight:800;color:#0f172a}.yearly-table tfoot td.total-label{font-weight:800}.yearly-table tfoot td.amount-total{padding:12px 10px;text-align:right;font-weight:700}.yearly-table tfoot td.quarter-total{padding:12px 10px;text-align:right;font-weight:800}.yearly-table tfoot td.grand-total{padding:12px 14px;text-align:right;font-weight:900;color:#f8fafc;background-color:#0f172a}.yearly-empty-state{padding:18px;text-align:center;color:#6b7280}.settings-container{max-width:1200px;margin:0 auto}.settings-page-header{margin-bottom:32px}.settings-page-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.settings-page-subtitle{color:#6b7280;margin:0}.settings-tabs-container{border-bottom:2px solid #e5e7eb;margin-bottom:32px}.settings-tabs-list{display:flex;gap:24px}.settings-tab{padding:12px 16px;border:none;background-color:transparent;border-bottom:2px solid transparent;color:#6b7280;font-weight:500;font-size:15px;cursor:pointer;margin-bottom:-2px;transition:all .2s}.settings-tab.active{border-bottom:2px solid #2F6FED;color:#2f6fed;font-weight:600}.settings-tab-icon{margin-right:8px}.settings-panel{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.settings-panel+.settings-panel{margin-top:20px}.settings-panel-title{font-size:20px;font-weight:600;color:#111827;margin-top:0;margin-bottom:16px}.settings-panel-description{color:#6b7280;margin-bottom:24px}.settings-grid{display:grid;grid-template-columns:1fr 2fr auto;gap:12px;align-items:center}.settings-category-list{display:grid;gap:12px}.settings-category-item{padding:16px;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.settings-category-name{font-weight:500;color:#111827}.settings-category-description{font-size:14px;color:#6b7280;margin-top:4px}.settings-category-badge{padding:4px 12px;background-color:#f3f4f6;border-radius:4px;font-size:12px;color:#6b7280;font-weight:500}.settings-tag-list{display:grid;gap:8px}.settings-tag-item{padding:14px 16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;display:flex;align-items:center;gap:16px}.settings-tag-item--editable{background-color:#fff}.settings-tag-info{flex:1;min-width:0}.settings-tag-badges{display:flex;gap:8px;align-items:center;flex-shrink:0}.settings-tag-name{font-weight:600;color:#111827;margin-bottom:2px}.settings-tag-description{color:#6b7280;font-size:13px}.settings-tag-badge{padding:4px 10px;background-color:#e5e7eb;border-radius:6px;font-size:11px;text-align:center;color:#6b7280;font-weight:500}.settings-type-badge{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.settings-type-badge--bills{background-color:#fef3c7;color:#92400e}.settings-type-badge--spending{background-color:#dbeafe;color:#1e40af}.settings-type-badge--income{background-color:#dcfce7;color:#166534}.settings-type-badge--reimbursements{background-color:#f3e8ff;color:#7c3aed}.settings-type-badge--unset{background-color:#fef2f2;color:#dc2626}.settings-add-tag-form{margin-bottom:24px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.settings-add-tag-row{display:grid;grid-template-columns:1fr 1.5fr 140px auto;gap:12px;align-items:center}.settings-tags-section{margin-bottom:24px}.settings-section-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 4px}.settings-section-subtitle{font-size:13px;color:#6b7280;margin:0 0 12px}.settings-tag-edit-form{display:grid;grid-template-columns:1fr 1.5fr 140px;gap:12px;flex:1}.settings-tag-input{padding:8px 12px;border:1px solid #2F6FED;border-radius:6px;font-size:14px;font-weight:500}.settings-tag-input-description{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.settings-tag-actions{display:flex;gap:8px;justify-content:flex-end}.settings-btn-save{padding:6px 12px;background-color:#2f6fed;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;color:#fff}.settings-btn-cancel,.settings-btn-edit{padding:6px 12px;background-color:#f3f4f6;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:#374151}.settings-btn-delete{padding:6px 12px;background-color:#fef2f2;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:#dc2626}.settings-empty-state{text-align:center;padding:48px;color:#6b7280}.settings-data-section{display:grid;gap:24px}.settings-data-card{padding:20px;border:1px solid #e5e7eb;border-radius:8px}.settings-data-card.warning{padding:20px;border:2px solid #fecaca;border-radius:8px;background-color:#fef2f2}.settings-data-card-title{font-size:16px;font-weight:600;color:#111827;margin-top:0;margin-bottom:8px}.settings-data-card-title.danger{color:#dc2626}.settings-data-card-description{color:#6b7280;margin-bottom:16px;font-size:14px}.settings-data-card-description.danger{color:#991b1b}.settings-btn-export{padding:10px 20px;background-color:#2f6fed;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}.settings-btn-import{display:inline-block;padding:10px 20px;background-color:#f4a261;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}.settings-btn-clear{padding:10px 20px;background-color:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}.settings-changelog{display:flex;flex-direction:column}.settings-changelog-release{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.settings-changelog-release:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.settings-changelog-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.settings-changelog-version{background-color:#6b7280;color:#fff;padding:4px 10px;border-radius:9999px;font-size:13px;font-weight:600}.settings-changelog-version.latest{background-color:#2f6fed}.settings-changelog-date{color:#6b7280;font-size:13px}.settings-changelog-badge{background-color:#dcfce7;color:#166534;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.settings-changelog-list{margin:0;padding-left:20px;color:#374151;font-size:14px;line-height:1.6}.settings-changelog-item{margin-bottom:6px}.settings-changelog-type{display:inline-block;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:500;margin-right:8px;text-transform:capitalize}.settings-changelog-type--feature{background-color:#dbeafe;color:#2860d4}.settings-changelog-type--fix{background-color:#fef3c7;color:#b45309}.settings-changelog-type--improvement{background-color:#f3e8ff;color:#7c3aed}.settings-version-footer{margin-top:48px;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center;color:#9ca3af;font-size:13px}.settings-version-footer p{margin:0}.filter-bar-mobile{display:none}.filter-search-bar{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;padding:0 10px;margin-bottom:8px;transition:border-color .15s}.filter-search-bar:focus-within{border-color:#2f6fed;background:#fff}.filter-search-icon{color:#9ca3af;display:flex;align-items:center;flex-shrink:0}.filter-search-input{flex:1;border:none;background:transparent;padding:9px 0;font-size:.9rem;color:#1f2937;outline:none}.filter-search-input::placeholder{color:#9ca3af}.filter-search-input::-webkit-search-cancel-button{display:none}.filter-search-clear{background:none;border:none;color:#9ca3af;font-size:1.2rem;line-height:1;cursor:pointer;padding:0 2px;display:flex;align-items:center}.filter-search-clear:hover{color:#4b5563}.filter-bar-progress{display:flex;align-items:center;gap:10px;padding:8px 0}.progress-bar{flex:1;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;position:relative}.progress-fill{height:100%;background-color:#16a34a;border-radius:3px;transition:width .3s ease}.progress-fill-skipped{position:absolute;top:0;height:100%;background-color:#fbbf77;border-radius:3px;transition:width .3s ease,left .3s ease}.progress-text{font-size:12px;font-weight:600;color:#374151;white-space:nowrap}.progress-skipped{color:#d97706;font-weight:500}.filter-chips-scroll{display:flex;gap:8px;overflow-x:auto;padding:4px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-chips-scroll::-webkit-scrollbar{display:none}.filter-chip{padding:6px 14px;border-radius:20px;border:1px solid #d1d5db;background-color:#fff;color:#374151;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .15s}.filter-chip.active{background-color:#2f6fed;border-color:#2f6fed;color:#fff}.filter-chip-category.active{background-color:#2da86a;border-color:#2da86a;color:#fff}.mobile-view-toggle{display:none;margin-bottom:12px;padding:4px;background-color:#f3f4f6;border-radius:8px;gap:4px}.mobile-view-toggle-btn{flex:1;padding:8px 16px;border:none;background-color:transparent;color:#6b7280;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.mobile-view-toggle-btn.active{background-color:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.mobile-cards-container{display:none}.mobile-card{background-color:#fff;border:none;border-radius:16px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;cursor:pointer;transition:box-shadow .2s,opacity .2s ease,background-color .2s ease,transform .1s ease}.mobile-card:hover{box-shadow:0 4px 12px #0000001a}.mobile-card:active{transform:scale(.98)}.mobile-card.paid{opacity:.7;background-color:#f3f4f6}.mobile-card.skipped{opacity:.6;background-color:#fffbeb;border:2px dashed #fcd34d;box-shadow:none}.mobile-card.expense:not(.skipped){border-left:4px solid #ef4444}.mobile-card.income:not(.skipped){border-left:4px solid #3FBF7F}.mobile-card-header{margin-bottom:12px}.mobile-card-title-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.mobile-card-checkbox{margin-top:4px;flex-shrink:0;position:relative;z-index:10;pointer-events:auto}.mobile-card-title{flex:1;margin:0;font-size:18px;font-weight:600;color:#111827;line-height:1.3}.mobile-card-status{flex-shrink:0;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:600;white-space:nowrap}.mobile-card-status.paid{background-color:#d1fae5;color:#166534}.mobile-card-status.unpaid{background-color:#fef08a;color:#854d0e}.mobile-card-status.overdue{background-color:#fee2e2;color:#991b1b}.mobile-card-status.skipped{background-color:#fef3c7;color:#92400e}.mobile-card-subtitle{font-size:13px;color:#6b7280;margin-left:32px}.mobile-card-amount{font-size:28px;font-weight:700;color:#111827;margin-bottom:12px}.mobile-card-fee{font-size:14px;color:#dc2626;font-weight:600;margin-top:4px}.mobile-card-dates{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding:12px;background-color:#f9fafb;border-radius:8px}.mobile-card-date-item{display:flex;flex-direction:column}.mobile-card-date-item--full{grid-column:1 / -1;text-align:center}.mobile-card-date-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:4px}.mobile-card-date-value{font-size:14px;color:#111827;font-weight:600}.mobile-card-actions{display:flex;gap:8px;position:relative;z-index:10;pointer-events:auto;align-items:center}.mobile-card-btn{width:100%;padding:12px 16px;border-radius:8px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;min-height:44px;position:relative;z-index:10;pointer-events:auto}.mobile-card-btn-pay{background-color:#2f6fed;color:#fff}.mobile-card-btn-pay:active{background-color:#2860d4}.mobile-card-btn-unpay{background-color:#fff;border:2px solid #dc2626;color:#dc2626}.mobile-card-btn-unpay:active{background-color:#fef2f2}.mobile-card-btn-undo{background-color:#fff;border:2px solid #d1d5db;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:6px}.mobile-card-btn-undo:active{background-color:#f3f4f6}.mobile-card-btn-complete{background-color:#16a34a;border:2px solid #16a34a;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px}.mobile-card-btn-complete:active{background-color:#15803d}.mobile-card-btn-skip{background-color:#fff;border:2px solid #d97706;color:#d97706;display:flex;align-items:center;justify-content:center;gap:6px}.mobile-card-btn-skip:active{background-color:#fffbeb}.mobile-card-condensed{background-color:#fff;border:none;border-radius:12px;padding:12px 16px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:box-shadow .2s,background-color .2s ease,transform .1s ease;min-height:64px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.mobile-card-condensed:active{background-color:#f9fafb;transform:scale(.98)}.mobile-card-condensed.paid{background-color:#f9fafb}.mobile-card-condensed.paid .mobile-card-condensed-title{color:#9ca3af}.mobile-card-condensed.paid .mobile-card-condensed-meta{color:#d1d5db}.mobile-card-condensed.paid .mobile-card-condensed-amount{color:#9ca3af}.mobile-card-condensed.expense:not(.skipped){border-left:4px solid #ef4444}.mobile-card-condensed.income:not(.skipped){border-left:4px solid #3FBF7F}.mobile-card-condensed.skipped{background-color:#fffbeb;border:2px dashed #fcd34d;box-shadow:none;opacity:.6}.mobile-card-condensed.skipped .mobile-card-condensed-title{color:#92400e;text-decoration:line-through;text-decoration-color:#d97706}.mobile-card-condensed.skipped .mobile-card-condensed-amount{color:#92400e;text-decoration:line-through}.mobile-card-condensed-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.mobile-card-condensed-info{flex:1;min-width:0}.mobile-card-condensed-title{margin:0;font-size:16px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-card-condensed-meta{margin-top:2px;font-size:13px;color:#6b7280}.mobile-card-condensed-due{font-size:13px;color:#6b7280}.mobile-card-condensed.overdue .mobile-card-condensed-due{color:#dc2626;font-weight:600}.mobile-card-condensed-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.mobile-card-condensed-amount{font-size:20px;font-weight:700;color:#111827;white-space:nowrap}.mobile-card-condensed-actions{display:flex;align-items:center;gap:8px;position:relative;z-index:10;pointer-events:auto}.mobile-card-condensed-status{font-size:12px;font-weight:600;padding:4px 8px;border-radius:8px;white-space:nowrap}.mobile-card-condensed-status.paid{background-color:#d1fae5;color:#166534}.mobile-card-condensed-status.unpaid{background-color:#fef08a;color:#854d0e}.mobile-card-condensed-status.overdue{background-color:#fee2e2;color:#991b1b}.mobile-card-condensed-status.skipped{background-color:#fef3c7;color:#92400e}.mobile-card-condensed-btn{padding:6px 16px;border-radius:6px;border:none;background-color:#2f6fed;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;position:relative;z-index:10;pointer-events:auto}.mobile-card-condensed-btn:active{background-color:#2860d4}.mobile-card-condensed-btn-unpay{background-color:#fff;border:2px solid #dc2626;color:#dc2626;padding:5px 16px}.mobile-card-condensed-btn-unpay:active{background-color:#fef2f2}.mobile-card-condensed-btn-undo{background-color:#fff;border:1px solid #d1d5db;color:#6b7280;padding:6px 10px;display:flex;align-items:center;justify-content:center}.mobile-card-condensed-btn-undo:active{background-color:#f3f4f6}.mobile-card-condensed-btn-complete{background-color:#16a34a;border:1px solid #16a34a;color:#fff;padding:6px 10px;display:flex;align-items:center;justify-content:center}.mobile-card-condensed-btn-complete:active{background-color:#15803d}.mobile-card-condensed-btn-skip{background-color:#fff;border:1px solid #d97706;color:#d97706;padding:6px 10px;display:flex;align-items:center;justify-content:center}.mobile-card-condensed-btn-skip:active{background-color:#fffbeb}.mobile-card-btn-track{background-color:#fff;border:2px solid #8b5cf6;color:#8b5cf6}.mobile-card-btn-track:active{background-color:#f5f3ff}.mobile-card-btn-track-active{background-color:#8b5cf6;border:2px solid #8b5cf6;color:#fff}.mobile-card-btn-track-active:active{background-color:#7c3aed}.mobile-card-condensed-btn-track{background-color:#fff;border:2px solid #8b5cf6;color:#8b5cf6;padding:5px 16px}.mobile-card-condensed-btn-track:active{background-color:#f5f3ff}.mobile-card-condensed-btn-track-active{background-color:#8b5cf6;border:2px solid #8b5cf6;color:#fff;padding:5px 16px}.mobile-card-condensed-btn-track-active:active{background-color:#7c3aed}.mc-empty{text-align:center;padding:48px 24px;max-width:400px;margin:0 auto}.mc-empty--wide{max-width:500px}.mc-empty-icon{font-size:48px;margin-bottom:16px}.mc-empty-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:12px}.mc-empty-text{font-size:15px;color:#6b7280;line-height:1.5;margin-bottom:20px}.mc-empty-text--wide{line-height:1.6;margin-bottom:16px}.mc-empty-tip{font-size:14px;color:#9ca3af;font-style:italic}.mc-empty-btn{padding:10px 20px;background-color:#2f6fed;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.mc-spending-actual{color:#8b5cf6}.mc-spending-budget{font-size:10px;color:#6b7280}.mc-spending-budget--comfortable{font-size:14px;color:#6b7280;margin-left:6px}.mc-spending-remaining--under{font-size:12px;color:#16a34a}.mc-spending-remaining--over{font-size:12px;color:#dc2626}.mc-spending-reviewed{color:#16a34a}.mc-track-count-badge{margin-left:6px;background-color:#fff;color:#8b5cf6;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:700}.placeholder-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px;width:calc(100vw - 288px);box-sizing:border-box}.placeholder-icon{font-size:64px;margin-bottom:16px}.placeholder-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:8px}.placeholder-description{font-size:16px;color:#6b7280;text-align:center;max-width:400px}.placeholder-emphasis{margin-top:12px;font-style:italic;color:#9ca3af}.placeholder-hint{margin-top:24px;font-size:14px;color:#6b7280}.creating-month-loader{display:flex;flex-direction:column;align-items:center}.creating-month-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2f6fed;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.meeting-detail-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.meeting-edit-stars{display:flex;gap:4px}.meeting-edit-star{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#d1d5db;transition:color .15s}.meeting-edit-star:hover,.meeting-edit-star.active{color:#f4a261}.meeting-edit-field{margin-bottom:16px}.meeting-edit-label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.meeting-edit-label--success{color:#166534}.meeting-edit-label--danger{color:#991b1b}.meeting-edit-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.meeting-edit-textarea--success{background-color:#f0fdf4;border-color:#bbf7d0}.meeting-edit-textarea--success:focus{outline:none;border-color:#86efac;box-shadow:0 0 0 2px #22c55e26}.meeting-edit-textarea--danger{background-color:#fef2f2;border-color:#fecaca}.meeting-edit-textarea--danger:focus{outline:none;border-color:#fca5a5;box-shadow:0 0 0 2px #ef444426}.meeting-edit-datetime{max-width:260px;font-size:14px}.mc-container{max-width:520px;text-align:center;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.mc-header{background:linear-gradient(135deg,#3fbf7f,#2f6fed);padding:32px 24px;border-radius:12px 12px 0 0;color:#fff;flex-shrink:0}.mc-header-emoji{font-size:48px;margin-bottom:12px}.mc-header-title{font-size:28px;font-weight:700;margin:0 0 8px;color:#fff}.mc-header-subtitle{font-size:16px;opacity:.95;margin:0;line-height:1.5}.mc-body{padding:24px;overflow-y:auto;flex:1}.mc-encouragement{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;margin-bottom:20px}.mc-encouragement-quote{margin:0;color:#166534;font-size:15px;line-height:1.6;font-style:italic}.mc-encouragement-text{margin:12px 0 0;color:#15803d;font-size:13px;line-height:1.5}.mc-section{margin-bottom:20px;text-align:left}.mc-section-title{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.mc-section-badge{background-color:#3fbf7f;color:#fff;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:none;letter-spacing:normal}.mc-category{margin-bottom:16px}.mc-category-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:600;font-size:14px}.mc-category-header--paid{color:#166534}.mc-category-header--added{color:#2860d4}.mc-category-header--estimates{color:#7c3aed}.mc-category-header--other{color:#6b7280}.mc-category-icon{font-size:16px}.mc-category-amount{margin-left:auto;padding:2px 8px;border-radius:4px;font-size:12px}.mc-category-amount--paid{background-color:#d1fae5}.mc-category-amount--added{background-color:#dbeafe}.mc-category-amount--estimates{background-color:#ede9fe}.mc-activity-list{background-color:#f9fafb;border-radius:8px;overflow:hidden}.mc-activity-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px}.mc-activity-item:not(:last-child){border-bottom:1px solid #e5e7eb}.mc-activity-name{color:#374151}.mc-activity-tag{margin-left:8px;font-size:11px;color:#6b7280;background-color:#f3f4f6;padding:1px 6px;border-radius:4px}.mc-activity-tag--spending{color:#7c3aed;background-color:#ede9fe}.mc-activity-value{color:#6b7280;font-weight:500}.mc-estimate-item{padding:10px 12px;font-size:14px}.mc-estimate-item:not(:last-child){border-bottom:1px solid #e5e7eb}.mc-estimate-tags{display:flex;flex-wrap:wrap;gap:6px}.mc-estimate-tags--spaced{margin-bottom:6px}.mc-estimate-tag{background-color:#ede9fe;color:#6d28d9;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.mc-estimate-note{color:#6b7280;font-size:13px}.mc-estimate-row{display:flex;justify-content:space-between;align-items:center}.mc-no-activities{padding:16px;background-color:#f9fafb;border-radius:8px;margin-bottom:20px}.mc-no-activities p{margin:0;color:#6b7280;font-size:14px}.mc-continue-btn{width:100%;padding:14px 24px;background-color:#3fbf7f;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.mc-continue-btn:hover{background-color:#2da86a}.mh-container{max-height:80vh;display:flex;flex-direction:column}.mh-header{background-color:#eff6ff;border-bottom:2px solid #2F6FED}.mh-header-inner{display:flex;align-items:center;gap:12px}.mh-back-btn{background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;color:#1e40af}.mh-title{color:#1e40af}.mh-body{padding:0;flex:1;overflow:auto}.mh-loading{padding:40px;text-align:center;color:#6b7280}.mh-detail{padding:20px 24px}.mh-detail-section{margin-bottom:24px}.mh-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.mh-date-title{margin:0 0 4px;font-size:18px;font-weight:600;color:#111827;display:flex;align-items:center;gap:8px}.mh-time-text{margin:0;font-size:14px;color:#6b7280}.mh-duration{margin-left:8px}.mh-stars{display:flex;gap:2px}.mh-stats{display:flex;gap:16px;margin-bottom:20px}.mh-stat-card{background-color:#f9fafb;padding:12px 16px;border-radius:8px;flex:1}.mh-stat-value{font-size:24px;font-weight:700;color:#111827}.mh-stat-label{font-size:13px;color:#6b7280}.mh-categories{margin-bottom:20px}.mh-categories-title{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151}.mh-category-tags{display:flex;flex-wrap:wrap;gap:8px}.mh-category-tag{background-color:#fef3c7;color:#92400e;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500}.mh-feedback{margin-bottom:16px}.mh-feedback-title{margin:0 0 8px;font-size:14px;font-weight:600}.mh-feedback-title--success{color:#166534}.mh-feedback-title--danger{color:#991b1b}.mh-feedback-text{margin:0;font-size:14px;color:#374151;padding:12px;border-radius:8px}.mh-feedback-text--success{background-color:#ecfdf5}.mh-feedback-text--danger{background-color:#fef2f2}.mh-activity-log-title{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.mh-activity-list{display:flex;flex-direction:column;gap:8px}.mh-activity-item{padding:10px 12px;background-color:#f9fafb;border-radius:6px;font-size:14px;color:#374151;display:flex;justify-content:space-between;align-items:center}.mh-activity-time{font-size:12px;color:#9ca3af}.mh-no-details{color:#6b7280;font-style:italic;text-align:center;padding:20px}.mh-empty{padding:60px 40px;text-align:center}.mh-empty-icon{font-size:48px;margin-bottom:16px}.mh-empty-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#111827}.mh-empty-text{margin:0;color:#6b7280;font-size:14px}.mh-meeting-item{padding:16px 24px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .15s}.mh-meeting-item:hover{background-color:#f9fafb}.mh-meeting-row{display:flex;justify-content:space-between;align-items:center}.mh-meeting-date{font-weight:600;color:#111827;margin-bottom:4px;display:flex;align-items:center;gap:8px}.mh-meeting-meta{font-size:13px;color:#6b7280}.mh-meeting-meta-sep{margin-left:12px}.mh-meeting-right{display:flex;align-items:center;gap:12px}.mh-chevron{color:#9ca3af;font-size:20px}.mh-footer{padding:16px 24px;border-top:1px solid #e5e7eb}.modal-header--warning{background-color:#fef3c7;border-bottom:2px solid #F4A261}.modal-title--warning{color:#92400e}.modal-container--visible{overflow:visible}.modal-body--padded{padding:20px 24px}.modal-body--visible{overflow:visible}.modal-footer--bordered{padding:16px 24px;border-top:1px solid #e5e7eb}.modal-header--info{background-color:#f0f9ff;border-bottom:2px solid #2F6FED}.modal-title--info{color:#1e40af}.csv-container{background-color:#fff;border-radius:8px;padding:24px;max-width:600px;margin:0 auto}.csv-container--wide{max-width:900px}.csv-container--centered{text-align:center}.csv-title{font-size:24px;font-weight:700;margin-bottom:16px;margin-top:0}.csv-subtitle{color:#6b7280;margin-bottom:24px}.csv-template-box{margin-bottom:24px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.csv-template-heading{font-size:14px;font-weight:600;margin-top:0;margin-bottom:8px}.csv-template-btn{padding:8px 16px;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px}.csv-template-btn:hover{background-color:#e5e7eb}.csv-dropzone{display:block;width:100%;padding:48px 24px;background-color:#f0f9ff;border:2px dashed #2F6FED;border-radius:8px;text-align:center;cursor:pointer;margin-bottom:16px}.csv-dropzone:hover{background-color:#e0f2fe;border-color:#2860d4}.csv-dropzone-icon{font-size:48px;margin-bottom:8px}.csv-dropzone-title{font-size:16px;font-weight:500;color:#1f2937;margin-bottom:4px}.csv-dropzone-hint{font-size:14px;color:#6b7280}.csv-btn-cancel{width:100%;padding:12px;border:1px solid #d1d5db;background-color:#fff;border-radius:8px;cursor:pointer;font-size:14px}.csv-btn-cancel:hover{background-color:#f9fafb}.csv-summary-success{font-size:18px;font-weight:600;color:#2da86a}.csv-warnings{margin-top:12px;padding:12px;background-color:#fef3c7;border-radius:6px;border:1px solid #FBBF77}.csv-warnings-title{font-weight:600;margin-bottom:8px}.csv-warnings-list{font-size:14px;max-height:150px;overflow-y:auto}.csv-warning-item{margin-bottom:4px}.csv-table-wrapper{margin-bottom:24px;max-height:400px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px}.csv-table{width:100%;border-collapse:collapse;font-size:14px}.csv-table thead{background-color:#f9fafb;position:sticky;top:0}.csv-table th{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.csv-table td{padding:12px}.csv-table tbody tr{border-bottom:1px solid #f3f4f6}.csv-type-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.csv-type-badge--income{background-color:#d1fae5;color:#166534}.csv-type-badge--expense{background-color:#fee2e2;color:#991b1b}.csv-table-more{padding:12px;text-align:center;color:#6b7280;background-color:#f9fafb}.csv-actions{display:flex;gap:12px}.csv-actions--stack{flex-direction:column}.csv-btn-import{flex:1;padding:12px;background-color:#2da86a;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500}.csv-btn-import:hover{background-color:#2da86a;filter:brightness(.95)}.csv-btn-back{padding:12px 24px;border:1px solid #d1d5db;background-color:#fff;border-radius:8px;cursor:pointer;font-size:14px}.csv-btn-back:hover{background-color:#f9fafb}.csv-btn-done{width:100%;padding:12px;background-color:#2da86a;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500}.csv-btn-done:hover{filter:brightness(.95)}.csv-btn-undo{width:100%;padding:12px;border:1px solid #dc2626;color:#dc2626;background-color:#fff;border-radius:8px;cursor:pointer;font-size:14px}.csv-btn-undo:hover{background-color:#fef2f2}.csv-progress-track{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:16px}.csv-progress-fill{height:100%;background-color:#2da86a;transition:width .3s ease}.csv-progress-text{font-size:18px;color:#6b7280}.csv-complete-icon{font-size:64px;margin-bottom:16px}.csv-complete-text{font-size:18px;color:#6b7280;margin-bottom:24px}.csv-section{margin-bottom:24px}.page-loading-icon{font-size:48px;margin-bottom:16px;animation:pulse 1.5s ease-in-out infinite}.page-loading-text{font-size:18px;font-weight:500;color:#4b5563}.page-loading-bar{margin-top:24px;width:48px;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden;margin-left:auto;margin-right:auto}.page-loading-bar-fill{width:100%;height:100%;background-color:#2f6fed;border-radius:2px;animation:loading-bar 1.2s ease-in-out infinite}.ds-intro{margin:0 0 16px;font-size:14px;color:#374151}.ds-bulk-actions{display:flex;gap:8px;margin-bottom:16px}.ds-bulk-btn{font-size:13px;padding:6px 12px}.ds-items{display:flex;flex-direction:column;gap:12px}.ds-item{background-color:#f9fafb;border-radius:8px;padding:12px 16px}.ds-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.ds-item-name{font-weight:600;color:#111827}.ds-item-existing{font-size:13px;color:#6b7280;margin-top:2px}.ds-item-status--reviewed{color:#16a34a;margin-left:8px}.ds-item-status--open{color:#9ca3af;margin-left:8px}.ds-item-estimate{font-size:14px;color:#374151}.ds-item-estimate strong{font-weight:600}.ds-choices{display:flex;gap:8px}.ds-choice{flex:1;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;border:1px solid #d1d5db;background-color:#fff}.ds-choice--merge-selected{background-color:#dbeafe;border:2px solid #2F6FED}.ds-choice--new-selected{background-color:#fef3c7;border:2px solid #F4A261}.ds-choice-title--merge{font-weight:500;color:#1e40af}.ds-choice-title--new{font-weight:500;color:#92400e}.ds-choice-desc{font-size:12px;color:#6b7280}.ds-summary{margin-top:16px;padding:12px 16px;background-color:#eff6ff;border-radius:8px;font-size:14px;color:#1e40af}.se-date-hint{margin:8px 0 0;font-size:13px;color:#6b7280}.se-section{margin-bottom:16px}.se-section-label{margin-bottom:12px;display:block}.se-section-desc{margin:0 0 16px;font-size:13px;color:#6b7280}.se-categories{display:flex;flex-direction:column;gap:8px}.se-category-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background-color:#f9fafb;border-radius:8px;gap:8px}.se-category-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.se-remove-btn{background:none;border:none;padding:2px 6px;cursor:pointer;color:#9ca3af;font-size:16px;line-height:1;border-radius:4px;flex-shrink:0}.se-category-name{font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.se-amount-group{display:flex;align-items:center;gap:4px;flex-shrink:0}.se-dollar-sign{color:#6b7280}.se-amount-input{width:80px;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;text-align:right}.se-add-category{position:relative;z-index:10}.se-form-group-date{margin-bottom:20px;position:relative;z-index:1}.se-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#eff6ff;border-radius:8px;margin-top:16px}.se-total-label{font-weight:600;color:#1e40af}.se-total-value{font-weight:700;font-size:18px;color:#1e40af}.meeting-guide-tab{position:fixed;right:0;top:50%;transform:translateY(-50%);background-color:#2f6fed;color:#fff;padding:16px 8px;border-radius:8px 0 0 8px;cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;z-index:100;box-shadow:-2px 0 8px #0000001a;transition:background-color .2s}.meeting-guide-tab:hover{background-color:#2860d4}.meeting-guide-tab-icon{writing-mode:horizontal-tb;font-size:16px}.meeting-guide-tab-text{writing-mode:vertical-rl}.meeting-guide-sidebar{position:fixed;right:0;top:0;bottom:0;width:360px;background-color:#fff;box-shadow:-4px 0 20px #0000001a;z-index:200;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}@keyframes pulse{0%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 0 transparent)}50%{opacity:.8;transform:scale(1.05);filter:drop-shadow(0 0 12px rgba(47,111,237,.35))}}@keyframes loading-bar{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.meeting-guide-header{padding:20px;background-color:#eff6ff;border-bottom:3px solid #2F6FED;display:flex;justify-content:space-between;align-items:flex-start;position:relative}.meeting-guide-header-content{flex:1}.meeting-guide-title{margin:0;font-size:20px;font-weight:700;color:#1e40af}.meeting-guide-streak{margin-top:4px;font-size:12px;color:#6b7280}.meeting-guide-header-actions{display:flex;gap:8px}.meeting-guide-collapse-btn,.meeting-guide-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;color:#6b7280;border-radius:6px;transition:background-color .2s,color .2s}.meeting-guide-collapse-btn:hover,.meeting-guide-close-btn:hover{background-color:#dbeafe;color:#1e40af}.meeting-guide-body{flex:1;overflow-y:auto;padding:20px}.meeting-guide-start{display:flex;flex-direction:column;gap:20px}.meeting-guide-welcome{text-align:center;padding:20px 0}.meeting-guide-welcome-icon{color:#2f6fed;margin-bottom:16px}.meeting-guide-welcome-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#111827}.meeting-guide-welcome-text{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.meeting-guide-start-btn{width:100%;padding:14px 20px;background-color:#2f6fed;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.meeting-guide-start-btn:hover{background-color:#2860d4}.meeting-guide-tips{padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.meeting-guide-tips-title{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.meeting-guide-tips-list{margin:0;padding-left:20px;font-size:13px;color:#6b7280;line-height:1.6}.meeting-guide-tips-list li{margin-bottom:6px}.meeting-guide-steps{display:flex;flex-direction:column;gap:24px}.meeting-guide-progress{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.meeting-guide-progress-step{display:flex;align-items:center;flex:1}.meeting-guide-progress-step:last-child{flex:0}.meeting-guide-progress-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;background-color:#e5e7eb;color:#6b7280;flex-shrink:0}.meeting-guide-progress-step.active .meeting-guide-progress-dot{background-color:#2f6fed;color:#fff}.meeting-guide-progress-step.completed .meeting-guide-progress-dot{background-color:#3fbf7f;color:#fff}.meeting-guide-progress-line{flex:1;height:2px;background-color:#e5e7eb;margin:0 8px}.meeting-guide-progress-line.completed{background-color:#3fbf7f}.meeting-guide-current-step{padding:16px;background-color:#f9fafb;border-radius:8px}.meeting-guide-step-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#111827}.meeting-guide-step-desc{margin:0 0 16px;font-size:14px;color:#6b7280}.meeting-guide-step-content{margin-top:16px}.meeting-guide-step-tip{margin:0 0 16px;padding:12px;background-color:#eff6ff;border-radius:8px;font-size:13px;color:#1e40af;line-height:1.5;border-left:3px solid #2F6FED}.meeting-guide-checklist{display:flex;flex-direction:column;gap:10px}.meeting-guide-check-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background-color:#fff;border-radius:6px;cursor:pointer;transition:background-color .2s}.meeting-guide-check-item:hover{background-color:#eff6ff}.meeting-guide-check-item input[type=checkbox]{width:18px;height:18px;cursor:pointer}.meeting-guide-check-item span{font-size:14px;color:#374151}.meeting-guide-setup-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.meeting-guide-setup-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:2px dashed #d1d5db;border-radius:8px;background-color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.meeting-guide-setup-btn.income{color:#2da86a;border-color:#a7f3d0}.meeting-guide-setup-btn.income:hover{background-color:#ecfdf5;border-color:#2da86a}.meeting-guide-setup-btn.bill{color:#dc2626;border-color:#fecaca}.meeting-guide-setup-btn.bill:hover{background-color:#fef2f2;border-color:#dc2626}.meeting-guide-setup-btn.import{color:#7c3aed;border-color:#ddd6fe}.meeting-guide-setup-btn.import:hover{background-color:#f5f3ff;border-color:#7c3aed}.meeting-guide-setup-hint{padding:12px;background-color:#fefce8;border-radius:8px;font-size:13px;color:#713f12;line-height:1.5}.meeting-guide-add-more{display:flex;justify-content:center;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.meeting-guide-add-link{padding:0;border:none;background:none;font-size:13px;color:#2f6fed;cursor:pointer;transition:color .2s}.meeting-guide-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;padding:12px 16px;background-color:#fef3c7;border:2px solid #F4A261;border-radius:8px;font-size:14px;font-weight:500;color:#92400e;cursor:pointer;transition:all .2s}.meeting-guide-action-btn:hover{background-color:#fde68a;border-color:#d97706}.meeting-guide-add-link:hover{color:#2860d4;text-decoration:underline}.meeting-guide-wrap-up{display:flex;flex-direction:column;gap:16px}.meeting-guide-wrap-up-intro{margin:0;font-size:14px;color:#374151;text-align:center}.meeting-guide-rating{text-align:center}.meeting-guide-rating-label{display:block;margin-bottom:12px;font-size:14px;font-weight:500;color:#374151}.meeting-guide-stars{display:flex;justify-content:center;gap:8px}.meeting-guide-star{padding:4px;border:none;background:none;cursor:pointer;color:#d1d5db;transition:color .2s,transform .2s}.meeting-guide-star:hover{transform:scale(1.1)}.meeting-guide-star.active{color:#f4a261}.meeting-guide-field{display:flex;flex-direction:column;gap:6px}.meeting-guide-field-label{font-size:13px;font-weight:500;color:#374151}.meeting-guide-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:none;font-family:inherit}.meeting-guide-textarea:focus{outline:none;border-color:#2f6fed;box-shadow:0 0 0 3px #2563eb1a}.meeting-guide-nav{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e5e7eb}.meeting-guide-nav-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.meeting-guide-nav-prev{background-color:#fff;border:1px solid #d1d5db;color:#374151}.meeting-guide-nav-prev:hover{background-color:#f9fafb}.meeting-guide-nav-next{background-color:#2f6fed;border:none;color:#fff}.meeting-guide-nav-next:hover{background-color:#2860d4}.meeting-guide-nav-complete{background-color:#3fbf7f;border:none;color:#fff}.meeting-guide-nav-complete:hover{background-color:#2da86a}.meeting-guide-nav-complete:disabled{background-color:#9ca3af;cursor:not-allowed}.report-panel-tab{position:fixed;right:0;top:40%;transform:translateY(-50%);background-color:#8b5cf6;color:#fff;padding:16px 8px;border-radius:8px 0 0 8px;border:none;cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;z-index:90;box-shadow:-2px 0 8px #0000001a;transition:background-color .2s}.report-panel-tab:hover{background-color:#7c3aed}.report-panel-tab-icon{writing-mode:horizontal-tb;font-size:16px}.report-panel-tab-text{writing-mode:vertical-rl}.report-panel-sidebar{position:fixed;right:0;top:0;bottom:0;width:500px;background-color:#fff;box-shadow:-4px 0 20px #0000001a;z-index:200;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}.report-panel-header{position:relative;padding:20px;background-color:#f5f3ff;border-bottom:3px solid #8b5cf6;display:flex;justify-content:space-between;align-items:flex-start}.report-panel-header-content{flex:1}.report-panel-title{margin:0;font-size:20px;font-weight:700;color:#5b21b6}.report-panel-subtitle{margin-top:4px;font-size:13px;color:#6b7280}.report-panel-header-actions{display:flex;gap:8px}.report-panel-collapse-btn,.report-panel-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;color:#6b7280;border-radius:6px;transition:background-color .2s,color .2s}.report-panel-collapse-btn:hover,.report-panel-close-btn:hover{background-color:#ede9fe;color:#5b21b6}.report-panel-body{flex:1;overflow-y:auto;padding:20px}.report-panel-empty{text-align:center;padding:40px 20px;color:#6b7280}.report-panel-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.report-panel-empty-hint{font-size:13px;margin-top:8px;color:#9ca3af}.report-panel-quick-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.report-panel-stat{background-color:#f9fafb;border-radius:8px;padding:14px;text-align:center}.report-panel-stat-label{font-size:11px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.report-panel-stat-sublabel{font-size:10px;color:#9ca3af;margin-bottom:6px}.report-panel-stat-value{font-size:22px;font-weight:700}.report-panel-stat-value.expense{color:#dc2626}.report-panel-stat-value.income{color:#16a34a}.report-panel-skipped-summary{text-align:center;font-size:13px;color:#92400e;background-color:#fffbeb;padding:6px 12px;border-radius:6px;margin-bottom:16px;font-style:italic}.report-panel-table-container{overflow-x:auto}.report-panel-table{width:100%;border-collapse:collapse;font-size:13px}.report-panel-table thead{position:sticky;top:0;background-color:#fff}.report-panel-table th{text-align:left;padding:10px 8px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.report-panel-th-number{text-align:right!important}.report-panel-row{border-bottom:1px solid #f3f4f6}.report-panel-row:hover{background-color:#f9fafb}.report-panel-row.over-budget{background-color:#fef2f2}.report-panel-td-category{padding:10px 8px}.report-panel-category-name{font-weight:500;color:#1f2937;margin-bottom:4px}.report-panel-progress-bar{height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden;position:relative}.report-panel-progress-fill{height:100%;background-color:#2f6fed;transition:width .3s ease;position:absolute;top:0;left:0}.report-panel-progress-fill.expense{background-color:#ef4444;border-radius:2px 0 0 2px}.report-panel-progress-fill.income{background-color:#22c55e;border-radius:2px 0 0 2px}.report-panel-progress-fill.over-budget{background-color:#ef4444}.report-panel-progress-fill.skipped{background-color:#fcd34d;border-radius:0}.report-panel-progress-fill:last-child{border-radius:2px}.report-panel-skipped-note{font-size:11px;color:#92400e;font-weight:400;margin-left:6px;font-style:italic}.report-panel-td-number{padding:10px 8px;text-align:right;font-variant-numeric:tabular-nums;color:#374151}.report-panel-td-number.negative{color:#dc2626;font-weight:600}.report-panel-td-number.zero{color:#16a34a}.report-panel-totals-row{background-color:#f9fafb}.report-panel-totals-row.expenses{border-top:2px solid #e5e7eb}.report-panel-totals-row.income{background-color:#f0fdf4}.report-drilldown-summary{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.report-drilldown-stat{flex:1;min-width:80px;text-align:center;padding:10px 8px;background-color:#f9fafb;border-radius:8px}.report-drilldown-stat-label{display:block;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.report-drilldown-stat-value{font-size:16px;font-weight:700;color:#111827}.report-drilldown-stat-value.zero{color:#16a34a}.report-drilldown-stat-value.skipped{color:#92400e}.report-drilldown-stat-value.reimbursed{color:#16a34a}.report-drilldown-stat.highlight{background-color:#eff6ff;border:1px solid #bfdbfe}.report-drilldown-table{width:100%;border-collapse:collapse;font-size:14px}.report-drilldown-table th{text-align:left;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:8px;border-bottom:2px solid #e5e7eb}.report-drilldown-table th.text-right,.report-drilldown-table td.text-right{text-align:right}.report-drilldown-table td{padding:10px 8px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.report-drilldown-item-name{font-weight:500;color:#111827}.report-drilldown-item.skipped .report-drilldown-item-name{text-decoration:line-through;color:#92400e}.report-drilldown-status{font-size:12px;font-weight:500;padding:2px 8px;border-radius:4px}.report-drilldown-status.paid{background-color:#dcfce7;color:#166534}.report-drilldown-status.unpaid{background-color:#fef3c7;color:#854d0e}.report-drilldown-status.skipped{background-color:#fef3c7;color:#92400e}.report-drilldown-fees{font-size:11px;color:#dc2626;font-weight:500}.report-drilldown-footer{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;text-align:center}.report-drilldown-nav{display:flex;align-items:center;justify-content:center;gap:8px}.report-drilldown-nav-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;min-width:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:background-color .15s,color .15s}.report-drilldown-nav-btn:hover:not(:disabled){background-color:#f3f4f6;color:#2f6fed}.report-drilldown-nav-btn:disabled{opacity:.3;cursor:not-allowed}.report-panel-totals-row td{padding:12px 8px}.setup-progress{display:flex;justify-content:center;gap:24px;margin-bottom:24px}.setup-progress-step{display:flex;flex-direction:column;align-items:center;gap:8px}.setup-progress-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;background-color:#e5e7eb;color:#6b7280}.setup-progress-step.active .setup-progress-dot{background-color:#2f6fed;color:#fff}.setup-progress-label{font-size:12px;color:#6b7280}.setup-progress-step.active .setup-progress-label{color:#2f6fed;font-weight:500}.setup-step{min-height:280px}.setup-step-header{margin-bottom:20px;text-align:center}.setup-step-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#111827}.setup-step-desc{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.setup-frequency-intro{margin:0 0 12px;padding:12px;background-color:#eff6ff;border-radius:8px;font-size:13px;color:#1e40af;line-height:1.5;border-left:3px solid #2F6FED}.setup-frequency-options{display:flex;flex-direction:column;gap:10px}.setup-frequency-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.setup-frequency-option:hover{border-color:#93c5fd;background-color:#f0f9ff}.setup-frequency-option.selected{border-color:#2f6fed;background-color:#eff6ff}.setup-frequency-option input[type=radio]{display:none}.setup-frequency-content{display:flex;flex-direction:column;gap:2px}.setup-frequency-label{font-size:14px;font-weight:600;color:#111827}.setup-frequency-desc{font-size:12px;color:#6b7280}.setup-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px}.setup-category-chip{padding:8px 14px;border:2px solid #e5e7eb;border-radius:20px;background-color:#fff;font-size:14px;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.setup-category-chip:hover{border-color:#93c5fd;background-color:#f0f9ff}.setup-category-chip.selected{border-color:#2f6fed;background-color:#eff6ff;color:#1e40af}.setup-category-chip.custom{background-color:#fef3c7;border-color:#fbbf77;color:#92400e}.setup-category-check{color:#2f6fed}.setup-category-remove{color:#dc2626;font-weight:700}.setup-custom-categories{margin-bottom:16px}.setup-custom-label{font-size:12px;color:#6b7280;margin-bottom:8px;text-align:center}.setup-add-custom{display:flex;justify-content:center;gap:8px;max-width:320px;margin:0 auto}.setup-hint{font-size:13px;color:#6b7280;font-style:italic;text-align:center;margin-top:8px}.setup-summary{background-color:#f9fafb;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:16px}.setup-summary-item{display:flex;flex-direction:column;gap:4px}.setup-summary-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase}.setup-summary-value{font-size:14px;color:#111827}.setup-summary-categories{display:flex;flex-wrap:wrap;gap:6px}.setup-summary-category{padding:4px 10px;background-color:#dbeafe;color:#1e40af;border-radius:12px;font-size:12px}.setup-encouragement{display:flex;align-items:flex-start;gap:12px;padding:16px;background-color:#ecfdf5;border-radius:8px;margin-top:16px}.setup-encouragement-icon{color:#3fbf7f;flex-shrink:0}.setup-encouragement-text{margin:0;font-size:14px;color:#065f46;line-height:1.5}.app-root{min-height:100vh;background-color:#f9fafb}.app-layout{display:flex;min-height:100vh}.app-layout--meeting-open .main-content{margin-right:360px;transition:margin-right .3s ease-out}@media (max-width: 768px){.meeting-guide-sidebar{width:100%;max-width:100%;top:auto;bottom:0;height:60vh;max-height:90vh;border-radius:20px 20px 0 0;animation:slideInUp .3s ease-out;box-shadow:0 -8px 30px #00000040,0 -2px 10px #0000001a}.meeting-guide-sidebar.expanded{height:90vh}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.meeting-guide-header{padding:20px 16px 12px;border-radius:20px 20px 0 0;border-bottom:none;cursor:grab;-webkit-user-select:none;user-select:none;flex-wrap:wrap}.meeting-guide-header:active{cursor:grabbing}.meeting-guide-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:5px;background-color:#cbd5e1;border-radius:3px}.meeting-guide-collapse-btn{display:flex!important;width:40px;height:40px;background-color:#dbeafe;border-radius:8px;color:#2f6fed}.meeting-guide-collapse-btn:hover{background-color:#bfdbfe;color:#2860d4}.meeting-guide-tab{position:fixed;top:auto;bottom:0;left:0;right:0;transform:none;writing-mode:horizontal-tb;padding:18px 20px;padding-bottom:calc(18px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #0003;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#2f6fed,#2860d4)}.meeting-guide-tab:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background-color:#fff6;border-radius:2px}.meeting-guide-tab-icon{font-size:18px}.meeting-guide-tab-text{writing-mode:horizontal-tb;font-size:15px;font-weight:600}.meeting-guide-body{padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.meeting-guide-nav{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e5e7eb;background:#fff}.app-layout--meeting-open .main-content{margin-right:0}.report-panel-sidebar{width:100%;max-width:100%;top:auto;bottom:0;height:60vh;max-height:90vh;border-radius:20px 20px 0 0;animation:slideInUp .3s ease-out;box-shadow:0 -8px 30px #00000040}.report-panel-sidebar.expanded{height:90vh;max-height:90vh}.report-panel-header{position:relative;padding:24px 16px 12px;border-radius:20px 20px 0 0;border-bottom:2px solid #8b5cf6;cursor:grab;-webkit-user-select:none;user-select:none}.report-panel-header:active{cursor:grabbing}.report-panel-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:5px;background-color:#cbd5e1;border-radius:3px}.report-panel-body{padding:16px;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.report-panel-collapse-btn,.report-panel-close-btn{display:flex;width:40px;height:40px;background-color:#ede9fe;border-radius:8px;color:#8b5cf6}.report-panel-collapse-btn:hover,.report-panel-close-btn:hover{background-color:#ddd6fe;color:#7c3aed}.report-panel-tab{position:fixed;top:auto;bottom:0;left:0;right:0;transform:none;writing-mode:horizontal-tb;padding:18px 20px;padding-bottom:calc(18px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #0003;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.report-panel-tab:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background-color:#fff6;border-radius:2px}.report-panel-tab-icon{font-size:18px}.report-panel-tab-text{writing-mode:horizontal-tb;font-size:15px;font-weight:600}.header-reports-btn{display:none}.fab-container.report-panel-open,.fab-container.meeting-panel-open{right:24px}}.debt-management{max-width:1600px;margin:0 auto;padding:24px}.debt-management-layout{display:flex;flex-direction:column;gap:24px}.debt-management-main{min-width:0}.debt-reports-sidebar{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;order:-1}.debt-report-card{flex:1 1 280px;min-width:280px}@media (min-width: 1400px){.debt-management-layout{flex-direction:row}.debt-management-main{flex:1 1 0%}.debt-reports-sidebar{flex:0 0 320px;flex-direction:column;flex-wrap:nowrap;order:1}.debt-report-card{flex:0 0 auto;min-width:0}}.debt-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.debt-header-content{flex:1}.debt-title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 4px}.debt-subtitle{font-size:14px;color:#6b7280;margin:0}.debt-header-actions{display:flex;gap:8px}.debt-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.debt-summary-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;text-align:center}.debt-summary-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.debt-summary-value{font-size:24px;font-weight:700;color:#1f2937}.debt-summary-value.negative{color:#dc2626}.debt-strategy-panel{background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}.debt-strategy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.debt-strategy-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.debt-strategy-toggle{display:flex;gap:8px}.strategy-btn{display:flex;flex-direction:column;align-items:center;padding:12px 20px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-size:14px;font-weight:600;color:#374151}.strategy-btn:hover{border-color:#2f6fed;background:#eff6ff}.strategy-btn.active{border-color:#2f6fed;background:#2f6fed;color:#fff}.strategy-btn.active .strategy-hint{color:#fffc}.strategy-hint{font-size:11px;font-weight:400;color:#6b7280;margin-top:2px}.debt-strategy-extra{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.debt-strategy-extra label{font-size:13px;font-weight:500;color:#374151;white-space:nowrap}.debt-strategy-extra .input-with-prefix{max-width:140px}.debt-strategy-list{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:16px}.strategy-list-header,.strategy-list-row{display:grid;grid-template-columns:32px 1.5fr 1fr .7fr .9fr 1fr .9fr;gap:8px;padding:10px 14px;align-items:center}.strategy-list-header{background:#f9fafb;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb}.strategy-list-row{font-size:14px;color:#1f2937;border-bottom:1px solid #f3f4f6}.strategy-list-row:last-child{border-bottom:none}.strategy-col-priority{font-weight:700;color:#2f6fed}.strategy-col-name{font-weight:500}.strategy-col-balance,.strategy-col-payment,.strategy-col-interest{font-family:SF Mono,Monaco,Inconsolata,monospace}.debt-strategy-tip{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:13px;color:#4b5563}.debt-strategy-tip strong{color:#1f2937}.debt-freedom-summary{margin-bottom:16px}.debt-freedom-comparison{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.debt-freedom-card{text-align:center;min-width:100px}.debt-freedom-card.with-plan .debt-freedom-date{color:#2da86a}.debt-freedom-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:2px}.debt-freedom-date{font-size:15px;font-weight:700;color:#1f2937}.debt-freedom-arrow{font-size:18px;color:#9ca3af;font-weight:700}.debt-freedom-savings-inline{display:flex;flex-direction:column;gap:4px;margin-left:auto}.savings-badge{font-size:12px;font-weight:600;color:#2da86a;background:#ecfdf5;padding:4px 10px;border-radius:12px;white-space:nowrap}.strategy-panel-tab{position:fixed;right:0;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#2f6fed,#2f6fed);color:#fff;padding:16px 8px;border-radius:8px 0 0 8px;border:none;cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;z-index:90;box-shadow:-2px 0 8px #0000001a;transition:background-color .2s}.strategy-panel-tab:hover{background:linear-gradient(135deg,#2f6fed,#2860d4)}.strategy-panel-tab-icon{writing-mode:horizontal-tb;font-size:16px}.strategy-panel-tab-text{writing-mode:vertical-rl}.strategy-panel-sidebar{position:fixed;right:0;top:0;bottom:0;width:920px;max-width:95vw;background-color:#fff;box-shadow:-4px 0 20px #0000001a;z-index:200;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}.strategy-panel-header{position:relative;padding:20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:3px solid #2F6FED;display:flex;justify-content:space-between;align-items:flex-start}.strategy-panel-header-content{flex:1}.strategy-panel-title{margin:0 0 12px;font-size:20px;font-weight:700;color:#1e40af}.strategy-panel-toggle{display:flex;gap:8px}.strategy-toggle-btn{padding:8px 16px;border:2px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-weight:600;color:#374151;transition:all .2s}.strategy-toggle-btn:hover{border-color:#2f6fed;background:#eff6ff}.strategy-toggle-btn.active{border-color:#2f6fed;background:#2f6fed;color:#fff}.strategy-panel-header-actions{display:flex;gap:8px}.strategy-panel-export-btn,.strategy-panel-collapse-btn,.strategy-panel-close-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#6b7280;transition:all .2s}.strategy-panel-export-btn{color:#2f6fed}.strategy-panel-export-btn:hover{background:#3b82f61a;color:#2f6fed}.strategy-panel-collapse-btn:hover,.strategy-panel-close-btn:hover{background:#0000000d;color:#1f2937}.strategy-panel-body{flex:1;overflow-y:auto;padding:20px}.strategy-freedom-summary{margin-bottom:20px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.strategy-freedom-cards{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.strategy-freedom-card{text-align:center;min-width:100px}.strategy-freedom-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:4px}.strategy-freedom-date{font-size:16px;font-weight:700;color:#1f2937}.strategy-freedom-card.with .strategy-freedom-date{color:#2da86a}.strategy-freedom-arrow{font-size:20px;color:#9ca3af;font-weight:700}.strategy-freedom-savings{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.strategy-savings-badge{font-size:12px;font-weight:600;color:#2da86a;background:#ecfdf5;padding:4px 12px;border-radius:12px}.strategy-panel-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.strategy-payment-inputs{display:flex;align-items:center;gap:12px}.strategy-input-group{display:flex;align-items:center;gap:6px}.strategy-input-group label{font-size:12px;font-weight:500;color:#1e40af;white-space:nowrap}.strategy-input-wrapper{display:flex;align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:8px;padding:0;overflow:hidden;transition:all .2s;box-shadow:0 1px 2px #0000000d}.strategy-input-wrapper:focus-within{border-color:#2f6fed;box-shadow:0 0 0 3px #3b82f626}.strategy-input-prefix{padding:6px 0 6px 10px;font-size:13px;font-weight:500;color:#6b7280;background:transparent}.strategy-input-wrapper input{width:70px;padding:6px 10px 6px 4px;border:none;outline:none;font-size:13px;font-weight:600;color:#1f2937;background:transparent}.strategy-input-wrapper input::placeholder{color:#9ca3af}.strategy-input-wrapper input[type=number]::-webkit-inner-spin-button,.strategy-input-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.strategy-input-wrapper input[type=number]{-moz-appearance:textfield}.strategy-freedom-interest{font-size:11px;color:#6b7280;margin-top:4px}.strategy-freedom-card.with .strategy-freedom-interest{color:#2da86a}.strategy-tip{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;font-size:13px;color:#4b5563;margin-top:16px}.strategy-tip strong{color:#1f2937}.strategy-tables-container{display:flex;flex-direction:column;gap:20px}.strategy-table-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.strategy-table-title{display:flex;align-items:center;gap:8px;padding:14px 16px;font-size:15px;font-weight:600;border-bottom:1px solid #e5e7eb}.strategy-table-title.without-plan{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.strategy-table-title.with-plan{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.strategy-table-icon{font-size:18px}.strategy-table-subtitle{font-size:12px;font-weight:400;margin-left:auto;opacity:.8}.strategy-simple-table{overflow-x:auto}.strategy-simple-header{display:grid;grid-template-columns:1.5fr .6fr 1fr 1fr .9fr 1fr;gap:10px;padding:10px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.strategy-simple-table.with-plan .strategy-simple-header{grid-template-columns:1.4fr .5fr .9fr .7fr 1.1fr .85fr .85fr .7fr}.strategy-simple-header .header-pri{display:inline-block;background:#e5e7eb;color:#6b7280;padding:2px 5px;border-radius:4px;font-size:9px;margin-right:4px}.strategy-simple-header .sort-indicator{color:#2f6fed;font-size:10px;margin-left:2px}.strategy-simple-row{display:grid;grid-template-columns:1.5fr .6fr 1fr 1fr .9fr 1fr;gap:10px;padding:12px 16px;border-bottom:1px solid #f3f4f6;font-size:13px;color:#1f2937;align-items:center}.strategy-simple-table.with-plan .strategy-simple-row{grid-template-columns:1.4fr .5fr .9fr .7fr 1.1fr .85fr .85fr .7fr}.strategy-simple-table.with-plan.custom-mode .strategy-simple-header{grid-template-columns:30px 1.4fr .5fr .9fr .7fr 1.1fr .85fr .85fr .7fr}.strategy-simple-table.with-plan.custom-mode .strategy-simple-row{grid-template-columns:30px 1.4fr .5fr .9fr .7fr 1.1fr .85fr .85fr .7fr;cursor:grab}.strategy-simple-table.with-plan.custom-mode .strategy-simple-row:active{cursor:grabbing}.col-drag{display:flex;align-items:center;justify-content:center}.drag-handle{color:#9ca3af;font-size:14px;letter-spacing:2px;cursor:grab;-webkit-user-select:none;user-select:none;transition:color .15s}.drag-handle:hover{color:#6b7280}.strategy-simple-row:active .drag-handle{cursor:grabbing}.strategy-simple-row.dragging{opacity:.5;background:#e5e7eb}.strategy-simple-row.drag-over{border-top:2px solid #2F6FED;margin-top:-2px}.strategy-simple-row:last-child{border-bottom:none}.strategy-simple-row:hover{background:#f9fafb}.strategy-simple-row .col-name{display:flex;align-items:center;gap:8px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strategy-simple-row .row-number{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#e5e7eb;border-radius:50%;font-size:11px;font-weight:700;color:#6b7280;flex-shrink:0}.strategy-simple-table.with-plan .strategy-simple-row .row-number{background:#d1fae5;color:#065f46}.strategy-simple-row .col-balance,.strategy-simple-row .col-payment,.strategy-simple-row .col-interest,.strategy-simple-row .col-saved{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:12px;text-align:right}.strategy-simple-row .col-payoff{font-size:12px;text-align:right;white-space:nowrap}.strategy-simple-row .col-apr{font-size:12px;text-align:center;color:#6b7280}.strategy-simple-header .col-apr{text-align:center}.strategy-simple-row .col-saved{font-weight:600;color:#2da86a}.strategy-simple-row .col-stacked{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.strategy-simple-row .col-stacked .stacked-amount{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:12px;font-weight:600;color:#2da86a}.strategy-simple-row .col-stacked .stacked-date{font-size:10px;color:#6b7280;font-weight:400}.strategy-simple-header .col-stacked,.strategy-simple-header .col-balance,.strategy-simple-header .col-payment,.strategy-simple-header .col-payoff,.strategy-simple-header .col-interest,.strategy-simple-header .col-saved{text-align:right}.debt-list{display:block;width:100%}.debt-list>.debt-card{margin-bottom:16px}.debt-list>.debt-card:last-child{margin-bottom:0}.debt-card{display:block;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:box-shadow .2s;width:100%;box-sizing:border-box}.debt-card:hover{box-shadow:0 4px 12px #0000001a}.debt-card.paid-off{opacity:.7;background:#f9fafb}.debt-card-header{padding:12px 16px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.debt-card-title-row{display:flex;align-items:center;gap:12px}.debt-card-name{font-size:18px;font-weight:600;color:#1f2937;margin:0}.debt-card-type{font-size:12px;font-weight:500;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:12px}.debt-card-type-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.debt-card-category{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;padding:3px 8px;border-radius:10px}.debt-card-category--fixed_loan{background:#dbeafe;color:#1e40af}.debt-card-category--revolving{background:#fef3c7;color:#92400e}.debt-card-category--payment_plan{background:#d1fae5;color:#065f46}.debt-card-badge{font-size:12px;font-weight:600;padding:6px 12px;border-radius:16px}.debt-card-badge.paid-off{background:#dcfce7;color:#166534}.debt-card-body{padding:12px 16px;min-width:0}.debt-card-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.debt-stat{display:flex;flex-direction:column;gap:4px}.debt-stat-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.debt-stat-value{font-size:16px;font-weight:600;color:#1f2937}.debt-card-notes{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;font-size:13px;color:#6b7280;font-style:italic}.debt-card-actions{padding:8px 16px;background:#f9fafb;display:flex;gap:8px;justify-content:flex-end}.debt-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px}.debt-list-title{font-size:16px;font-weight:600;color:#374151}.debt-list-controls{display:flex;gap:8px;align-items:center}.debt-view-toggle{display:flex;background:#f3f4f6;border-radius:8px;padding:2px}.debt-view-btn{padding:6px 12px;border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px}.debt-view-btn:hover{color:#374151}.debt-view-btn.active{background:#fff;color:#1f2937;box-shadow:0 1px 2px #0000000d}.debt-view-btn svg{width:16px;height:16px}.debt-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;width:100%}.debt-table{width:100%;border-collapse:collapse}.debt-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap}.debt-table th:first-child{padding-left:20px}.debt-table th:last-child{padding-right:20px}.debt-table td{padding:14px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #f3f4f6;vertical-align:middle}.debt-table td:first-child{padding-left:20px}.debt-table td:last-child{padding-right:20px}.debt-table tbody tr:hover{background:#f9fafb}.debt-table tbody tr:last-child td{border-bottom:none}.debt-table-name{font-weight:600;color:#1f2937}.debt-table-type{font-size:12px;color:#6b7280;margin-top:2px}.debt-table-badge{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;padding:3px 8px;border-radius:10px;margin-left:8px}.debt-table-badge--fixed_loan{background:#dbeafe;color:#1e40af}.debt-table-badge--revolving{background:#fef3c7;color:#92400e}.debt-table-badge--payment_plan{background:#d1fae5;color:#065f46}.debt-table-progress{width:80px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.debt-table-progress-fill{height:100%;background:linear-gradient(90deg,#3fbf7f,#2da86a);border-radius:3px}.debt-table-progress-fill--utilization{background:linear-gradient(90deg,#5a9bff,#2f6fed)}.debt-table-progress-fill--utilization.high{background:linear-gradient(90deg,#fbbf77,#f4a261)}.debt-table-actions{display:flex;gap:6px;justify-content:flex-end}.debt-table-actions .btn{padding:4px 10px;font-size:12px}.debt-table .paid-off td{opacity:.6}.debt-table .paid-off .debt-table-name{text-decoration:line-through}.debt-report-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px}.debt-report-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 16px}.debt-pie-chart{position:relative;width:180px;height:180px;margin:0 auto 16px}.debt-pie-chart svg{transform:rotate(-90deg)}.debt-pie-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.debt-pie-center-value{font-size:18px;font-weight:700;color:#1f2937}.debt-pie-center-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.3px}.debt-pie-legend{display:flex;flex-direction:column;gap:8px}.debt-pie-legend-item{display:flex;align-items:center;gap:8px;font-size:13px}.debt-pie-legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.debt-pie-legend-label{flex:1;color:#374151}.debt-pie-legend-value{font-weight:600;color:#1f2937}.debt-pie-legend-percent{font-size:11px;color:#6b7280;min-width:36px;text-align:right}.debt-category-color--mortgage{background:#2f6fed}.debt-category-color--car_loan{background:#8b5cf6}.debt-category-color--student_loan{background:#ec4899}.debt-category-color--personal_loan{background:#f4a261}.debt-category-color--401k_loan{background:#3fbf7f}.debt-category-color--credit_card{background:#ef4444}.debt-category-color--heloc{background:#06b6d4}.debt-category-color--medical{background:#84cc16}.debt-category-color--other{background:#6b7280}.debt-quick-stats{display:flex;flex-direction:column;gap:12px}.debt-quick-stat{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.debt-quick-stat:last-child{padding-bottom:0;border-bottom:none}.debt-quick-stat-label{font-size:13px;color:#6b7280}.debt-quick-stat-value{font-size:14px;font-weight:600;color:#1f2937}.debt-quick-stat-value.positive{color:#2da86a}.debt-quick-stat-value.negative{color:#dc2626}.debt-progress{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6}.debt-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.debt-progress-label{font-size:13px;font-weight:500;color:#374151}.debt-progress-percent{font-size:13px;font-weight:600;color:#2da86a}.debt-progress-bar{height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.debt-progress-fill{height:100%;background:linear-gradient(90deg,#3fbf7f,#2da86a);border-radius:4px;transition:width .3s ease}.debt-progress--utilization .debt-progress-percent{color:#6b7280}.debt-progress-fill--utilization{background:linear-gradient(90deg,#5a9bff,#2f6fed)}.debt-progress-fill--utilization.high{background:linear-gradient(90deg,#fbbf77,#f4a261)}.debt-stat-value.positive{color:#2da86a}.debt-progress-amounts{display:flex;justify-content:space-between;margin-top:6px;font-size:12px;color:#6b7280}.debt-toggle-inactive{display:block;margin:16px auto 0}.form-hint--suggestion{display:flex;align-items:center;gap:8px;color:#2da86a;font-weight:500}.form-hint-action{background:none;border:none;color:#2f6fed;font-size:12px;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background-color .15s}.form-hint-action:hover{background-color:#eff6ff;text-decoration:underline}.debt-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.debt-type-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s}.debt-type-option:hover{background:#f1f5f9;border-color:#94a3b8}.debt-type-option.active{background:#eff6ff;border-color:#2f6fed;box-shadow:0 0 0 3px #3b82f626}.debt-type-icon{font-size:24px;line-height:1;margin-bottom:4px}.debt-type-label{font-size:11px;font-weight:500;color:#475569;text-align:center;line-height:1.2}.debt-type-option.active .debt-type-label{color:#1e40af;font-weight:600}.debt-type-category{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;padding:2px 6px;border-radius:4px;margin-top:4px}.debt-type-category--fixed_loan{background:#dbeafe;color:#1e40af}.debt-type-category--revolving{background:#fef3c7;color:#92400e}.debt-type-category--payment_plan{background:#d1fae5;color:#065f46}.form-section--revealed{animation:revealSection .25s ease-out;border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}@keyframes revealSection{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-label-optional{font-weight:400;color:#9ca3af;font-size:12px}.input-with-prefix,.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-prefix input{padding-left:28px}.input-with-suffix input{padding-right:32px}.input-prefix,.input-suffix{position:absolute;color:#6b7280;font-size:14px;pointer-events:none}.input-prefix{left:12px}.input-suffix{right:12px}.btn-success{background-color:#16a34a;color:#fff}.btn-success:hover{background-color:#15803d}.btn-info{background-color:#0ea5e9;color:#fff}.btn-info:hover{background-color:#0284c7}.amortization-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1000;display:flex;justify-content:flex-end}.amortization-panel{width:100%;max-width:600px;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;animation:slideInRight .25s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.amortization-panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;background:linear-gradient(135deg,#1e40af,#2f6fed);color:#fff}.amortization-panel-title{font-size:20px;font-weight:600;margin:0 0 4px}.amortization-panel-subtitle{font-size:14px;opacity:.9;margin:0}.amortization-panel-close{background:#fff3;border:none;color:#fff;font-size:24px;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s}.amortization-panel-close:hover{background:#ffffff4d}.amortization-panel-body{flex:1;overflow-y:auto;padding:24px}.amortization-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.amortization-summary-card{background:#f8fafc;border-radius:8px;padding:12px 16px;border:1px solid #e2e8f0}.amortization-summary-label{font-size:12px;color:#64748b;margin-bottom:4px}.amortization-summary-value{font-size:18px;font-weight:600;color:#1e293b}.amortization-summary-sublabel{font-size:11px;color:#94a3b8;margin-top:2px}.amortization-summary-card--highlight{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-color:#93c5fd}.amortization-summary-card--highlight .amortization-summary-value{color:#1e40af}.amortization-note{background:#fefce8;border:1px solid #fde047;border-radius:8px;padding:12px 16px;font-size:13px;color:#713f12;margin-bottom:20px}.amortization-projection{margin-bottom:24px}.amortization-section-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 12px;display:flex;align-items:center;gap:8px}.amortization-section-hint{font-size:13px;font-weight:400;color:#64748b}.amortization-projection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.projection-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.projection-label{font-size:13px;color:#64748b}.projection-value{font-size:14px;font-weight:600;color:#1e293b}.projection-item--highlight{grid-column:span 2;background:#f0fdf4;border-color:#86efac}.projection-item--highlight .projection-value{color:#16a34a;font-size:16px}.amortization-table-section{margin-top:24px}.amortization-table-wrapper{max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px}.amortization-table{width:100%;border-collapse:collapse;font-size:13px}.amortization-table thead{position:sticky;top:0;background:#f1f5f9;z-index:1}.amortization-table th{padding:10px 12px;text-align:right;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0}.amortization-table th:first-child{text-align:center;width:50px}.amortization-table td{padding:8px 12px;text-align:right;color:#334155;border-bottom:1px solid #f1f5f9}.amortization-table td:first-child{text-align:center;color:#64748b}.amortization-table tbody tr:hover{background:#f8fafc}.amortization-row--past{color:#94a3b8;background:#fafafa}.amortization-row--past td{color:#94a3b8}.amortization-row--current{background:#fef3c7!important}.amortization-row--current td{color:#92400e;font-weight:500}.btn-sm{padding:6px 12px;font-size:13px}@media (max-width: 768px){.debt-management{padding:16px}.debt-header{flex-direction:column;align-items:stretch}.debt-header-actions{justify-content:stretch}.debt-header-actions .btn{flex:1}.debt-summary-grid{grid-template-columns:repeat(2,1fr)}.debt-strategy-header{flex-direction:column;align-items:stretch}.debt-strategy-toggle{width:100%}.strategy-btn{flex:1}.debt-freedom-comparison{flex-wrap:wrap;justify-content:center}.debt-freedom-savings-inline{flex-direction:row;width:100%;justify-content:center;margin-left:0;margin-top:8px}.debt-strategy-extra{flex-direction:column;align-items:flex-start;gap:8px}.debt-strategy-extra .input-with-prefix{max-width:none;width:100%}.strategy-list-header,.strategy-list-row{grid-template-columns:30px 1fr 1fr;font-size:12px}.strategy-col-rate,.strategy-col-payment,.strategy-col-interest,.strategy-col-payoff{display:none}.debt-card-stats{grid-template-columns:repeat(2,1fr)}.debt-card-actions{flex-wrap:wrap}.debt-card-actions .btn{flex:1;min-width:80px}.form-row{grid-template-columns:1fr}}.sidebar-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.sidebar-avatar-initials{font-size:13px;font-weight:600;color:#fff}.bottom-nav-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.whats-new-overlay{z-index:4000}.whats-new-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:90%;max-width:400px;overflow:hidden;animation:whats-new-enter .3s ease-out}@keyframes whats-new-enter{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.whats-new-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.whats-new-version-badge{background:#dbeafe;color:#2860d4;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px}.whats-new-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center}.whats-new-close:hover{color:#6b7280;background:#f3f4f6}.whats-new-content{padding:8px 32px 24px;text-align:center}.whats-new-icon{font-size:48px;margin-bottom:12px;line-height:1}.whats-new-title{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 8px}.whats-new-description{font-size:15px;color:#6b7280;line-height:1.5;margin:0 0 20px}.whats-new-cta-btn{background:#eff6ff;color:#2f6fed;border:1px solid #bfdbfe;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.whats-new-cta-btn:hover{background:#dbeafe}.whats-new-cta-btn:disabled{opacity:.5;cursor:not-allowed}.whats-new-invite{width:100%;margin-top:4px}.whats-new-invite-form{display:flex;flex-direction:column;gap:10px;width:100%}.whats-new-invite-form .form-input{text-align:center;font-size:14px}.whats-new-invite-success{display:flex;flex-direction:column;align-items:center;gap:10px}.whats-new-invite-check{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:20px;font-weight:700}.whats-new-footer{padding:16px 24px 20px;border-top:1px solid #f3f4f6}.whats-new-dots{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.whats-new-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .2s}.whats-new-dot.active{background:#2f6fed;width:24px;border-radius:4px}.whats-new-actions{display:flex;justify-content:space-between;align-items:center}.whats-new-changelog-link{background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.whats-new-changelog-link:hover{color:#374151}.whats-new-next-btn{background:#2f6fed;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.whats-new-next-btn:hover{background:#2860d4}.auth-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:20px}.auth-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:48px 32px;width:100%;max-width:440px;text-align:center}.invite-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#f0fdf4);padding:24px 16px}.invite-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:460px;overflow:hidden}.invite-card-logo{background:linear-gradient(135deg,#2f6fed,#1a56d6);padding:32px;text-align:center}.invite-logo-img{width:64px;height:64px;border-radius:16px}.invite-hero{padding:32px 32px 0;text-align:center}.invite-hero-title{font-size:26px;font-weight:700;color:#111827;margin:0 0 10px}.invite-hero-subtitle{font-size:15px;color:#6b7280;line-height:1.6;margin:0 0 16px}.invite-email-badge{display:inline-block;background:#f3f4f6;color:#374151;font-size:13px;font-weight:500;padding:6px 14px;border-radius:20px;margin:0 0 4px}.invite-auth-paths{padding:24px 32px 8px;display:flex;flex-direction:column;gap:12px}.invite-path{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:12px;cursor:pointer;transition:transform .1s,box-shadow .15s;text-decoration:none}.invite-path:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.invite-path--primary{background:#2f6fed;color:#fff}.invite-path--secondary{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.invite-path-icon{font-size:22px;flex-shrink:0}.invite-path-content{flex:1;text-align:left}.invite-path-title{font-size:15px;font-weight:600;line-height:1.3}.invite-path--primary .invite-path-title{color:#fff}.invite-path-desc{font-size:12px;margin-top:2px;opacity:.75}.invite-path-arrow{font-size:18px;opacity:.6;flex-shrink:0}.invite-fine-print{text-align:center;font-size:12px;color:#9ca3af;padding:12px 32px 8px;margin:0}.invite-signup-form{display:flex;flex-direction:column;gap:14px;padding:0 32px 16px}.invite-form-field{display:flex;flex-direction:column;gap:4px}.invite-form-field label{font-size:13px;font-weight:500;color:#374151}.invite-submit-btn{margin-top:4px;width:100%;padding:12px;font-size:15px;font-weight:600}.invite-link-btn{background:none;border:none;color:#2f6fed;font-size:inherit;cursor:pointer;text-decoration:underline;padding:0}.invite-error-msg{background:#fef2f2;color:#991b1b;font-size:13px;padding:10px 16px;margin:0 32px 8px;border-radius:8px;text-align:center}.invite-spinner-wrap{padding:40px 0 12px;text-align:center}.invite-status-text{text-align:center;color:#6b7280;font-size:15px;line-height:1.6;padding:0 32px 28px;margin:0}.invite-success-icon,.invite-result-icon{font-size:52px;text-align:center;padding:36px 0 12px}.invite-result-title{font-size:20px;font-weight:700;text-align:center;color:#111827;padding:0 32px;margin:0 0 8px}.invite-result-title--success{color:#16a34a}.invite-result-title--error{color:#dc2626}.invite-result-actions{display:flex;gap:12px;justify-content:center;padding:16px 32px 32px;flex-wrap:wrap}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.invite-spinner{animation:spin 1s linear infinite}.invite-logo{width:64px;height:64px;border-radius:16px;margin-bottom:16px}.invite-title{font-size:24px;font-weight:600;margin-bottom:8px;color:#111827}.invite-heading{font-size:18px;font-weight:500;color:#374151;margin-bottom:8px}.invite-heading--success{color:#16a34a}.invite-heading--error{color:#dc2626}.invite-text{color:#6b7280}.invite-text--spaced{color:#6b7280;margin-bottom:24px}.invite-icon{margin-bottom:16px}.invite-btn-full{width:100%;max-width:300px}.profile-identity-row{display:flex;gap:24px;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.profile-name-section{flex:1;min-width:0}.profile-avatar-large{width:96px;height:96px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;transition:opacity .2s}.profile-avatar-large:hover .profile-avatar-overlay{opacity:1}.profile-avatar-large.uploading{opacity:.6;cursor:default}.profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar-initials{font-size:36px;font-weight:600;color:#6b7280}.profile-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;opacity:0;transition:opacity .2s;border-radius:50%}.profile-avatar-remove{background:none;border:none;color:#dc2626;font-size:13px;cursor:pointer;padding:4px 8px}.profile-avatar-remove:hover{text-decoration:underline}.profile-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.profile-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-account-row{display:flex;gap:32px}.profile-account-field{flex:1;min-width:0}.profile-section-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 12px}.profile-name-form{display:flex;flex-direction:column;gap:12px}.profile-name-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-field{display:flex;flex-direction:column;gap:4px}.profile-label{font-size:12px;font-weight:500;color:#6b7280}.profile-inline-field{display:flex;align-items:center;gap:12px}.profile-current-value{font-size:14px;color:#374151}.profile-edit-link{background:none;border:none;color:#2f6fed;font-size:13px;cursor:pointer;padding:4px 8px}.profile-edit-link:hover{text-decoration:underline}.profile-edit-form{display:flex;flex-direction:column;gap:12px}.profile-help-text{font-size:12px;color:#9ca3af;margin:0}.profile-action-buttons{display:flex;gap:8px}.profile-loading{text-align:center;padding:48px 0;color:#9ca3af}.household-partner-card{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px}.household-partner-info{display:flex;align-items:center;gap:12px}.household-partner-avatar{width:48px;height:48px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.household-partner-avatar .profile-avatar-img{width:48px;height:48px}.household-partner-avatar .profile-avatar-initials{font-size:18px}.household-partner-name{font-size:15px;font-weight:600;color:#111827}.household-partner-role{font-size:12px;color:#6b7280}.household-remove-btn{background:none;border:1px solid #dc2626;color:#dc2626;font-size:13px;padding:6px 12px;border-radius:6px;cursor:pointer}.household-remove-btn:hover{background-color:#fef2f2}.household-invite-section{text-align:center}.household-invite-prompt{padding:24px 0}.household-invite-icon{color:#9ca3af;margin-bottom:12px}.household-invite-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.household-invite-description{font-size:14px;color:#6b7280;max-width:400px;margin:0 auto 20px}.household-invite-form{display:flex;flex-direction:column;gap:10px;max-width:360px;margin:0 auto}.household-invite-form .form-input{width:100%}.household-invite-form button{align-self:center;margin-top:4px}.household-pending-section{margin-top:8px}.household-invite-card{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:8px}.household-invite-email{font-size:14px;font-weight:500;color:#374151}.household-invite-date{font-size:12px;color:#9ca3af}.household-invite-actions{display:flex;gap:8px;align-items:center}.household-cancel-btn{background:none;border:none;color:#dc2626;font-size:13px;cursor:pointer;padding:4px 8px}.household-cancel-btn:hover{text-decoration:underline}@media (max-width: 640px){.profile-identity-row{flex-direction:column;align-items:center}.profile-account-row{flex-direction:column;gap:0}.profile-account-field{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.profile-account-field:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-name-fields{grid-template-columns:1fr}.household-partner-card{flex-direction:column;gap:12px;text-align:center}.household-partner-info,.profile-action-buttons{flex-direction:column}.profile-action-buttons .btn{width:100%}.household-invite-card{flex-direction:column;gap:8px;text-align:center}}.landing{min-height:100vh;background:#fff;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden}.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb}.landing-header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.landing-logo-lockup{display:flex;align-items:center;gap:10px}.landing-header-logo-img{width:36px;height:36px;object-fit:contain;border-radius:8px}.landing-logo-text{font-size:1.35rem;font-weight:700;color:#1f2937;letter-spacing:-.02em}.landing-logo-bang{color:#2f6fed}.landing-nav{display:flex;align-items:center;gap:28px}.landing-nav-link{color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.landing-nav-link:hover{color:#111827}.landing-btn-signin{background:#2f6fed;color:#fff;border:none;padding:8px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.landing-btn-signin:hover{background:#1a5cd4}.landing-mobile-signin{display:none;background:#2f6fed;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.landing-hero{background:linear-gradient(135deg,#1a3f7a,#2f6fed,#3fbf7f);color:#fff;padding:140px 24px 100px;text-align:center;position:relative;overflow:hidden}.landing-hero-inner{max-width:720px;margin:0 auto;position:relative;z-index:2}.landing-hero-shape{position:absolute;border-radius:50%;opacity:.1;pointer-events:none;z-index:1}.landing-hero-shape--1{width:400px;height:400px;background:radial-gradient(circle,#3FBF7F,transparent 70%);top:-100px;right:-80px;animation:landing-float 8s ease-in-out infinite}.landing-hero-shape--2{width:300px;height:300px;background:radial-gradient(circle,#F4A261,transparent 70%);bottom:-40px;left:-60px;animation:landing-float 10s ease-in-out infinite 2s}.landing-hero-shape--3{width:200px;height:200px;background:radial-gradient(circle,#fff,transparent 70%);top:40%;left:15%;animation:landing-float 7s ease-in-out infinite 4s}@keyframes landing-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.landing-hero-curve{position:absolute;bottom:-1px;left:0;right:0;height:60px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%);z-index:3}.landing-hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:500;letter-spacing:.02em;margin-bottom:24px}.landing-hero-title{font-size:3rem;font-weight:800;line-height:1.15;margin:0 0 20px;letter-spacing:-.03em}.landing-hero-accent{background:linear-gradient(135deg,#f4a261,#fbbf77);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:1.15rem;line-height:1.7;color:#ffffffd9;max-width:600px;margin:0 auto 32px}.landing-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.landing-btn-primary{background:#fff;color:#2f6fed;border:none;padding:12px 28px;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #00000026}.landing-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0003}.landing-btn-primary.landing-btn-lg{padding:14px 36px;font-size:1.05rem}.landing-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4);padding:12px 28px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex;align-items:center}.landing-btn-secondary:hover{border-color:#ffffffb3;background:#ffffff1a}.landing-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4);padding:12px 28px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.landing-btn-outline:hover{border-color:#ffffffb3;background:#ffffff1a}.landing-hero-proof{display:flex;justify-content:center;align-items:center;gap:32px}.landing-hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.landing-hero-stat-num{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.landing-hero-stat-label{font-size:.8rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.landing-hero-stat-divider{width:1px;height:40px;background:#fff3}.landing-section-inner{max-width:1200px;margin:0 auto;padding:0 48px}.landing-section-header{text-align:center;margin-bottom:48px}.landing-section-title{font-size:2rem;font-weight:800;color:#1f2937;margin:0 0 12px;letter-spacing:-.02em}.landing-section-subtitle{font-size:1.05rem;color:#6b7280;max-width:560px;margin:0 auto;line-height:1.6}.landing-section-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2f6fed;margin-bottom:8px}.landing-quote-bridge{padding:80px 24px;background:#1f2937;display:flex;justify-content:center;align-items:center}.landing-doorway{max-width:900px;width:100%;display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:center}.landing-doorway-visual{position:relative;width:280px;height:380px;border-radius:140px 140px 12px 12px;overflow:hidden;box-shadow:0 20px 60px #0006;flex-shrink:0}.landing-doorway-img{width:100%;height:100%;object-fit:cover;display:block}.landing-doorway-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(31,41,55,.3) 100%);pointer-events:none}.landing-doorway-content{text-align:left}.landing-doorway-quote{font-size:2rem;font-weight:700;color:#fff;line-height:1.3;margin:0 0 20px;letter-spacing:-.02em;font-style:italic}.landing-doorway-divider{width:60px;height:3px;background:linear-gradient(90deg,#f4a261,#3fbf7f);border-radius:2px;margin-bottom:20px}.landing-doorway-subtext{font-size:1.15rem;color:#ffffffb3;line-height:1.6;margin:0;font-weight:400}.landing-features{padding:80px 0;background:#fff}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-feature-card{padding:28px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;transition:transform .2s,box-shadow .2s}.landing-feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.landing-feature-card--blue{border-top:3px solid #2F6FED}.landing-feature-card--green{border-top:3px solid #3FBF7F}.landing-feature-card--orange{border-top:3px solid #F4A261}.landing-feature-icon{width:44px;height:44px;border-radius:10px;background:#eef4ff;color:#2f6fed;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.landing-feature-icon--green{background:#ecfdf5;color:#3fbf7f}.landing-feature-icon--orange{background:#fff7ed;color:#f4a261}.landing-feature-card h3{font-size:1.05rem;font-weight:700;color:#1f2937;margin:0 0 8px}.landing-feature-card p{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0}.landing-philosophy{padding:80px 0;background:#f5f7fa;position:relative}.landing-philosophy-curve-top{position:absolute;top:-1px;left:0;right:0;height:50px;background:#fff;clip-path:ellipse(55% 100% at 50% 0%);z-index:1}.landing-pull-quote{position:relative;margin:24px 0 0;padding:24px 28px 24px 32px;background:linear-gradient(135deg,#2f6fed12,#3fbf7f0d);border-left:4px solid #2F6FED;border-radius:0 12px 12px 0;font-size:1.1rem;font-weight:600;font-style:italic;color:#1f2937;line-height:1.5;overflow:visible}.landing-pull-quote-mark{display:inline-block;font-size:2.5rem;font-weight:800;color:#2f6fed;opacity:.3;line-height:.5;font-style:normal;margin-right:4px;vertical-align:text-top}.landing-philosophy-content{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.landing-philosophy-text .landing-section-title{text-align:left}.landing-philosophy-lead{font-size:1.1rem;color:#374151;line-height:1.7;margin:0 0 16px}.landing-philosophy-text p{font-size:.95rem;color:#6b7280;line-height:1.7;margin:0 0 12px}.landing-philosophy-values{display:flex;flex-direction:column;gap:20px;padding-top:8px}.landing-value{display:flex;gap:14px;align-items:flex-start}.landing-value-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#eef4ff;color:#2f6fed;display:flex;align-items:center;justify-content:center}.landing-value-icon--green{background:#ecfdf5;color:#3fbf7f}.landing-value-icon--orange{background:#fff7ed;color:#f4a261}.landing-value div:last-child{display:flex;flex-direction:column;gap:4px}.landing-value strong{font-size:.95rem;font-weight:700;color:#1f2937}.landing-value span{font-size:.85rem;color:#6b7280;line-height:1.5}.landing-founders{padding:80px 0;background:#fff}.landing-founders-content{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.landing-founders-photo{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0000001a}.landing-founders-photo-wrap{position:relative;max-width:440px}.landing-founders-photo-wrap .landing-founders-img{border-radius:16px;box-shadow:0 12px 40px #0000001f;position:relative;z-index:2}.landing-founders-photo-accent{position:absolute;bottom:-12px;right:-12px;width:120px;height:120px;background:linear-gradient(135deg,#3fbf7f,#2f6fed);border-radius:16px;opacity:.2;z-index:1}.landing-founders-img{width:100%;height:auto;display:block;object-fit:cover}.landing-founders-text .landing-section-title{text-align:left}.landing-founders-text p{font-size:.95rem;color:#6b7280;line-height:1.7;margin:0 0 14px}.landing-founders-tagline{font-size:1.05rem;font-weight:700;color:#2f6fed;font-style:italic;margin-top:8px}.landing-how{padding:80px 0;background:#f5f7fa;position:relative}.landing-how-curve-top{position:absolute;top:-1px;left:0;right:0;height:50px;background:#fff;clip-path:ellipse(55% 100% at 50% 0%);z-index:1}.landing-steps{display:flex;align-items:flex-start;gap:0;justify-content:center}.landing-step{flex:1;max-width:240px;text-align:center;padding:0 16px}.landing-step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2f6fed,#1a5cd4);color:#fff;font-size:1.2rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 12px #2f6fed4d}.landing-step h3{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 8px}.landing-step p{font-size:.85rem;color:#6b7280;line-height:1.6;margin:0}.landing-step-number--green{background:linear-gradient(135deg,#3fbf7f,#2da86a);box-shadow:0 4px 12px #3fbf7f4d}.landing-step-number--orange{background:linear-gradient(135deg,#f4a261,#e08c4a);box-shadow:0 4px 12px #f4a2614d}.landing-step-connector{width:40px;min-width:40px;height:2px;background:linear-gradient(90deg,#2f6fed,#3fbf7f);opacity:.3;margin-top:24px;flex-shrink:0}.landing-cta{padding:80px 24px;background:linear-gradient(135deg,#1a3f7a,#2f6fed 60%,#3fbf7f);color:#fff;text-align:center;position:relative;overflow:hidden}.landing-cta .landing-section-inner{position:relative;z-index:2}.landing-cta-shape{position:absolute;border-radius:50%;opacity:.08;pointer-events:none;z-index:1}.landing-cta-shape--1{width:300px;height:300px;background:radial-gradient(circle,#F4A261,transparent 70%);top:-80px;left:-60px}.landing-cta-shape--2{width:250px;height:250px;background:radial-gradient(circle,#3FBF7F,transparent 70%);bottom:-60px;right:-40px}.landing-cta h2{font-size:2rem;font-weight:800;margin:0 0 12px;letter-spacing:-.02em}.landing-cta p{font-size:1.05rem;color:#ffffffd9;margin:0 0 32px;line-height:1.6}.landing-cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.landing-cta .landing-btn-primary{background:#fff;color:#2f6fed}.landing-footer{background:#1f2937;color:#d1d5db;padding:48px 48px 24px}.landing-footer-inner{max-width:1200px;margin:0 auto}.landing-footer-brand{margin-bottom:24px}.landing-footer-logo-lockup{display:flex;align-items:center;gap:10px}.landing-footer-logo-img{width:32px;height:32px;object-fit:contain;border-radius:7px}.landing-footer-logo{font-size:1.25rem;font-weight:700;color:#fff}.landing-footer-logo .landing-logo-bang{color:#3fbf7f}.landing-footer-tagline{font-size:.85rem;color:#9ca3af;margin:6px 0 0}.landing-footer-links{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #374151}.landing-footer-links a,.landing-footer-links button{color:#9ca3af;text-decoration:none;font-size:.85rem;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:color .15s}.landing-footer-links a:hover,.landing-footer-links button:hover{color:#fff}.landing-footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#6b7280;flex-wrap:wrap;gap:8px}.landing-footer-credit{color:#6b7280}.landing-footer-credit a{color:#3fbf7f;text-decoration:none;transition:color .15s}.landing-footer-credit a:hover{color:#6dd9a0}@media (max-width: 1024px){.landing-section-inner{padding:0 32px}.landing-features-grid{grid-template-columns:repeat(2,1fr)}.landing-philosophy-content,.landing-founders-content{grid-template-columns:1fr;gap:36px}.landing-founders-photo-wrap{max-width:400px;margin:0 auto}.landing-founders-photo{max-width:480px;margin:0 auto}.landing-founders-text .landing-section-title,.landing-founders-text{text-align:center}.landing-steps{flex-wrap:wrap;gap:8px;justify-content:center}.landing-step-connector{display:none}.landing-step{max-width:200px}.landing-hero-shape--1{width:280px;height:280px}.landing-hero-shape--2{width:200px;height:200px}.landing-hero-shape--3{display:none}}@media (max-width: 768px){.landing-section-inner{padding:0 20px}.landing-nav{display:none}.landing-mobile-signin{display:block}.landing-hero{padding:120px 20px 80px}.landing-hero-title{font-size:2rem}.landing-hero-subtitle{font-size:1rem}.landing-hero-proof{gap:20px}.landing-hero-stat-num{font-size:1.2rem}.landing-hero-stat-label{font-size:.7rem}.landing-hero-shape--1{width:200px;height:200px;top:-60px;right:-50px}.landing-hero-shape--2{width:150px;height:150px}.landing-hero-curve{height:35px}.landing-quote-bridge{padding:56px 20px}.landing-doorway{grid-template-columns:1fr;gap:32px;max-width:480px;text-align:center}.landing-doorway-visual{width:220px;height:300px;margin:0 auto;border-radius:110px 110px 12px 12px}.landing-doorway-content{text-align:center}.landing-doorway-quote{font-size:1.5rem}.landing-doorway-divider{margin-left:auto;margin-right:auto;margin-bottom:16px}.landing-doorway-subtext{font-size:1rem}.landing-features{padding:56px 0}.landing-features-grid{grid-template-columns:1fr}.landing-section-title{font-size:1.5rem}.landing-philosophy{padding:56px 0}.landing-philosophy-curve-top{height:30px}.landing-pull-quote{font-size:1rem;padding:16px 20px 16px 24px}.landing-founders{padding:56px 0}.landing-founders-photo-wrap{max-width:320px;margin:0 auto}.landing-founders-photo-accent{width:80px;height:80px;bottom:-8px;right:-8px}.landing-how{padding:56px 0}.landing-how-curve-top{height:30px}.landing-steps{flex-direction:column;align-items:center;gap:24px}.landing-step{max-width:320px}.landing-cta{padding:56px 20px}.landing-cta h2{font-size:1.5rem}.landing-cta-shape--1{width:200px;height:200px}.landing-cta-shape--2{width:160px;height:160px}.landing-footer{padding:48px 20px 24px}.landing-footer-links{flex-direction:column;gap:12px}.landing-footer-bottom{flex-direction:column;text-align:center}}.mobile-app-header,.mobile-menu-button{display:none}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1999}.mobile-overlay.active{display:block}@media (min-width: 769px){.auth-vision-panel{display:flex!important}.auth-mobile-header{display:none!important}.auth-desktop-header{display:block!important}.auth-encouragement{display:none!important}}@media (max-width: 768px){.auth-vision-panel{display:none!important}.auth-mobile-header{display:block!important}.auth-desktop-header{display:none!important}.auth-encouragement{display:block!important}.auth-form-panel{padding:24px 20px}.mobile-app-header{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 60px;background-color:#1f2937;border-bottom:1px solid #374151;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;height:60px}.mobile-app-logo{height:36px;width:36px;border-radius:8px}.mobile-app-title{font-size:18px;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.bottom-nav{display:flex}.sidebar{display:none!important}.main-content{margin-left:0!important;width:100%!important;padding:76px 12px 12px!important;padding-bottom:calc(70px + max(16px,env(safe-area-inset-bottom)))!important}.main-content.has-month-header{padding-top:132px!important}.empty-state-container{left:0;top:60px}.placeholder-container{width:calc(100vw - 24px)}.bottom-sheet-overlay{align-items:flex-end;padding:0}.bottom-sheet{border-radius:20px 20px 0 0;width:100%;max-height:85vh;animation:bottomSheetSlideUp .3s ease}.bottom-sheet-handle{display:block;width:36px;height:4px;background:#d1d5db;border-radius:2px;margin:8px auto 0}.header{padding:8px 12px!important;margin-bottom:8px!important}.header-row{justify-content:center!important;gap:6px!important;margin-bottom:8px!important}.month-year-controls{display:none!important}.mobile-month-header{display:flex!important}.month-selector,.year-selector{min-width:110px!important}.header-row{display:flex!important;flex-wrap:nowrap!important;align-items:center!important}.header-meeting-btn .btn-text,.header-reports-btn .btn-text{display:none!important}.header-meeting-btn,.header-reports-btn{padding:8px 10px!important;min-width:0!important;flex:0 0 auto!important}.header-starting-balance{display:none!important}.header-meeting-btn{order:1}.header-reports-btn{order:2}.header-new-month{order:3;flex:0 0 auto!important;font-size:13px!important;padding:8px 12px!important;margin-left:auto!important}.header-actions-menu{order:4;flex:0 0 auto!important}.header-goal{display:none!important}.mobile-only-menu-item{display:flex!important}.btn{white-space:nowrap}.stats-grid{display:none!important;grid-template-columns:1fr;gap:16px}.stats-grid.stats-expanded{display:grid!important}.stats-row{grid-template-columns:repeat(2,1fr)}.stats-container{padding:12px}.stat-label{font-size:12px}.stat-value{font-size:20px}.stats-header{font-size:14px;padding:6px}.stats-summary-mobile{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.stats-summary-mobile:active{background:#f3f4f6}.stats-summary-item{display:flex;flex-direction:column;flex:1}.stats-summary-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.stats-summary-value{font-size:20px;font-weight:700}.stats-summary-chevron{color:#9ca3af;transition:transform .2s ease;flex-shrink:0}.stats-summary-chevron.expanded{transform:rotate(180deg)}.goal-notes-grid,.desktop-table{display:none!important}.filter-bar-mobile{display:block;margin-bottom:8px}.filter-chips-scroll{padding-right:60px}.filter-chip{flex-shrink:0;font-size:13px;padding:5px 12px}.mobile-view-toggle{display:flex!important}.mobile-cards-container{display:block!important}.modal-title{font-size:18px}.form-label{font-size:13px;margin-bottom:4px}.form-input,input[type=text],input[type=number],input[type=date],input[type=email],textarea,select{font-size:16px!important}.button-text{font-size:15px}.modal-overlay{align-items:flex-end;padding:0}.modal-container{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;border-radius:16px 16px 0 0;max-height:90vh;max-height:90dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:bottomSheetSlideUp .3s ease-out;scroll-padding-top:64px}.modal-container--small,.modal-container--medium,.modal-container--wide{max-width:100%!important;width:100%!important}.modal-header{position:sticky;top:0;z-index:1;margin-left:0;margin-right:0;border-radius:16px 16px 0 0;padding:24px 20px 16px;margin-bottom:12px}.modal-container>div:not(.modal-header),.modal-container>form{padding-left:20px!important;padding-right:20px!important}.modal-container>*:last-child{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}.modal-body{padding:0}.modal-footer-bar{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.whats-new-overlay{align-items:flex-end;padding:0}.whats-new-modal{width:100%!important;max-width:100%!important;border-radius:16px 16px 0 0;max-height:90dvh;animation:bottomSheetSlideUp .3s ease-out}.csv-container{width:100%!important;max-width:100%!important;border-radius:16px 16px 0 0;max-height:90dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:bottomSheetSlideUp .3s ease-out}.form-group{margin-bottom:10px}.fab-container{bottom:calc(70px + max(16px,env(safe-area-inset-bottom)))!important;right:16px!important}.fab-button{width:56px;height:56px;font-size:28px}button,.mobile-touch-target{min-height:44px;min-width:44px}input[type=checkbox],input[type=radio]{width:20px;height:20px;min-width:20px;min-height:20px;cursor:pointer}input:focus,textarea:focus,select:focus{outline:2px solid #2F6FED;outline-offset:2px}.sidebar-header{display:none}.sidebar-nav-item{padding:14px 16px;font-size:13px;min-height:44px}.yearly-header h1{font-size:22px}.yearly-stats-grid{grid-template-columns:1fr}.yearly-stats-grid>div{padding:12px}.yearly-stats-grid .stat-value{font-size:20px}.yearly-table td,.yearly-table th{padding:10px}.settings-container{padding:16px}.settings-grid{grid-template-columns:1fr}.settings-tabs-container{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,black calc(100% - 32px),transparent 100%);mask-image:linear-gradient(to right,black calc(100% - 32px),transparent 100%)}.settings-tabs-list{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-right:32px}.settings-tabs-list::-webkit-scrollbar{display:none}.settings-tab{font-size:14px;padding:10px 16px;min-height:44px;flex-shrink:0;white-space:nowrap}.settings-add-tag-row{grid-template-columns:1fr;gap:10px}.settings-add-tag-row .btn{width:100%;min-height:44px}.settings-tag-item{flex-wrap:wrap;gap:10px;padding:12px}.settings-tag-info{flex:1 1 100%}.settings-tag-badges{flex:1 1 auto}.settings-tag-actions{margin-left:auto}.settings-tag-edit-form{grid-template-columns:1fr;gap:10px;width:100%}.settings-tag-actions .settings-btn-save,.settings-tag-actions .settings-btn-cancel{min-height:44px;flex:1}.mobile-full-width{width:100%}.mobile-stack{flex-direction:column}.mobile-text-center{text-align:center}}@media (min-width: 769px) and (max-width: 1024px){.sidebar{width:200px}.main-content{margin-left:200px!important;width:calc(100% - 200px)!important}.yearly-stats-grid{grid-template-columns:1fr 1fr!important}}@media (max-width: 480px){.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}.modal-container{margin:0!important}.modal-header{padding-left:16px;padding-right:16px}.modal-container>div:not(.modal-header),.modal-container>form{padding-left:16px!important;padding-right:16px!important}.fab-button{width:52px;height:52px;font-size:26px}}@media (max-width: 390px){.main-content{padding-left:8px!important;padding-right:8px!important}.modal-container{margin:0!important}.modal-header{padding-left:12px;padding-right:12px}.modal-container>div:not(.modal-header),.modal-container>form{padding-left:12px!important;padding-right:12px!important}.stats-grid>div{padding:12px}.stats-row{grid-template-columns:1fr}}@media (max-width: 768px){.debt-type-grid{grid-template-columns:repeat(4,1fr);gap:6px}.debt-type-option{padding:10px 4px}.debt-type-icon{font-size:20px}.debt-type-label{font-size:10px}}@media (max-width: 480px){.debt-type-grid{gap:4px}.debt-type-option{padding:8px 2px}.debt-type-icon{font-size:18px;margin-bottom:2px}.debt-type-label{font-size:9px}}@media (max-width: 768px){.debt-management{padding:16px}.debt-table-container{overflow-x:auto;margin:0 -16px;padding:0 16px}.debt-table{min-width:600px}.debt-list-header{flex-direction:column;align-items:flex-start;gap:12px}.debt-list-controls{width:100%;justify-content:space-between}.debt-reports-sidebar{flex-direction:column;flex-wrap:nowrap;gap:16px}.debt-report-card{flex:1 1 100%;min-width:0}.debt-pie-chart{width:180px;height:180px;margin:0 auto 16px}.debt-pie-legend{max-width:240px;margin:0 auto}.debt-card-actions{display:grid;grid-template-columns:1fr 1fr;padding:8px 12px;gap:6px}.debt-card-actions .btn{font-size:.8rem;padding:8px 6px;min-width:0;text-align:center}}@media (max-width: 768px){.strategy-panel-sidebar{width:100%;max-width:100%;top:auto;bottom:0;height:70vh;max-height:90vh;border-radius:20px 20px 0 0;animation:slideInUp .3s ease-out;box-shadow:0 -8px 30px #00000040}.strategy-panel-sidebar.expanded{height:90vh}.strategy-panel-header{position:relative;padding:24px 16px 16px;border-radius:20px 20px 0 0;cursor:grab;-webkit-user-select:none;user-select:none}.strategy-panel-header:active{cursor:grabbing}.strategy-panel-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:5px;background-color:#cbd5e1;border-radius:3px}.strategy-panel-title{font-size:18px;margin-bottom:10px}.strategy-panel-toggle{flex-wrap:wrap}.strategy-toggle-btn{padding:6px 12px;font-size:12px}.strategy-panel-body{padding:16px}.strategy-freedom-summary{padding:12px}.strategy-freedom-cards{gap:12px;flex-wrap:wrap;justify-content:center}.strategy-freedom-date{font-size:14px}.strategy-extra-payment{flex-direction:column;align-items:flex-start;gap:8px}.strategy-extra-payment .input-with-prefix{max-width:none;width:100%}.strategy-panel-tab{position:fixed;top:auto;bottom:0;left:0;right:0;transform:none;writing-mode:horizontal-tb;padding:18px 20px;padding-bottom:calc(18px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #0003;display:flex;align-items:center;justify-content:center;gap:10px}.strategy-panel-tab:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background-color:#fff6;border-radius:2px}.strategy-panel-tab-icon{font-size:18px}.strategy-panel-tab-text{writing-mode:horizontal-tb;font-size:15px;font-weight:600}}
