*{margin:0;padding:0}body{background-color:#121212;color:#e0e0e0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.app{background-color:#121212;min-height:100vh;padding-bottom:110px}.header{background:linear-gradient(135deg,#1a365d,#2563eb);box-shadow:0 2px 8px #0000004d;color:#fff;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{gap:1rem;justify-content:space-between}.header-content,.header-title{align-items:center;display:flex}.header-title{gap:.75rem}.header-icon{color:#fff;font-size:2rem}.header h1{font-size:1.5rem;font-weight:600;margin:0}.header p{font-size:.75rem;margin:.25rem 0 0;opacity:.9}.user-menu{align-items:center;display:flex;gap:.75rem}.user-avatar{border:2px solid #fff;border-radius:50%;height:32px;width:32px}.user-name{display:none}.logout-button,.user-name{font-size:.875rem;font-weight:500}.logout-button{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;gap:.375rem;padding:.5rem 1rem;transition:all .2s}.logout-button:hover{background:#ffffff4d}.logout-icon{font-size:1.125rem}.loading-screen{align-items:center;background:#121212;display:flex;justify-content:center;min-height:100vh}.loading-spinner{color:#e0e0e0;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #fff3;border-radius:50%;border-top-color:#3b82f6;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.container{margin:0;max-width:100%;padding:0}.section{max-height:calc(100vh - 140px);overflow-y:auto;padding:1rem}.bottom-nav{background:#1e1e1e;border-top:1px solid #2d2d2d;bottom:0;box-shadow:0 -2px 10px #0000004d;justify-content:space-around;left:0;padding:.5rem 0;position:fixed;right:0;z-index:1000}.bottom-nav,.nav-item{align-items:center;display:flex}.nav-item{background:none;border:none;color:#9ca3af;cursor:pointer;flex:1 1;flex-direction:column;font-size:.7rem;justify-content:center;max-width:80px;padding:.5rem;transition:all .2s}.nav-item:active{transform:scale(.95)}.nav-item.active{color:#3b82f6}.nav-icon{align-items:center;display:flex;font-size:1.5rem;justify-content:center;margin-bottom:.25rem;transition:all .2s}.nav-item.active .nav-icon{transform:scale(1.15)}.nav-label{font-size:.65rem;font-weight:500}@media (min-width:768px){.header{padding:1.5rem 2rem}.header h1{font-size:1.75rem}.header p{font-size:.875rem}.user-name{display:inline}.user-avatar{height:40px;width:40px}.container{margin:0 auto;max-width:1400px;padding:1rem}.section{padding:1.5rem}.nav-label{font-size:.75rem}}.card{background:#1e1e1e;border:1px solid #2d2d2d;border-radius:.5rem;box-shadow:0 1px 3px #0000004d;margin-bottom:1.5rem;padding:1.5rem}.card h2{color:#e0e0e0;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.button{background-color:#2563eb;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:background-color .2s}.button:hover{background-color:#1e40af}.button-secondary{background-color:#4b5563}.button-secondary:hover{background-color:#374151}.button-danger{background-color:#dc2626}.button-danger:hover{background-color:#b91c1c}.input{background-color:#2d2d2d;border:1px solid #3d3d3d;border-radius:.375rem;color:#e0e0e0;font-size:.875rem;padding:.625rem;transition:border-color .2s;width:100%}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group{margin-bottom:1rem}.form-group label{color:#b0b0b0;display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.loading{color:#9ca3af;padding:2rem;text-align:center}.error{background-color:#7f1d1d;border:1px solid #991b1b;border-radius:.375rem;color:#fca5a5}.error,.success{margin-bottom:1rem;padding:1rem}.success{background-color:#064e3b;border:1px solid #065f46;border-radius:.375rem;color:#6ee7b7}.app-footer{background:#1a1a1a;border-top:1px solid #2d2d2d;bottom:70px;left:0;padding:.5rem;position:fixed;right:0;text-align:center;z-index:99}.footer-link{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:inline-flex;font-size:.75rem;padding:.25rem .5rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#3b82f6;text-decoration:none}@media (min-width:768px){.app-footer{bottom:70px;padding:.75rem}.footer-link{font-size:.875rem}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-card{background:#1e1e1e;border-radius:1rem;box-shadow:0 20px 60px #0000004d;max-width:500px;overflow:hidden;width:100%}.login-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:2rem;text-align:center}.login-header-content{align-items:center;display:flex;gap:1rem;justify-content:center}.login-header-icon{color:#fff;font-size:3rem}.login-header h1{font-size:2rem;font-weight:600;margin:0}.login-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.login-content{padding:2rem}.login-content h2{color:#e0e0e0;font-size:1.75rem;margin:0 0 .5rem}.login-description{color:#9ca3af;line-height:1.6;margin-bottom:2rem}.google-signin-button{align-items:center;background:#1e1e1e;border:2px solid #3d3d3d;border-radius:.5rem;color:#e0e0e0;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:2rem;padding:1rem 1.5rem;transition:all .2s;width:100%}.google-signin-button:hover{border-color:#3b82f6;box-shadow:0 4px 12px #1e40af26;transform:translateY(-2px)}.google-signin-button:active{transform:translateY(0)}.google-icon{flex-shrink:0}.login-features{background:#2d2d2d;border:1px solid #3d3d3d;border-radius:.5rem;padding:1.5rem}.login-features h3{color:#e0e0e0;font-size:1.125rem;margin:0 0 1rem}.login-features ul{list-style:none;margin:0;padding-left:1.5rem}.login-features li{color:#b0b0b0;line-height:1.5;margin-bottom:.75rem}.login-features li:last-child{margin-bottom:0}.feature-icon{color:#3b82f6;margin-right:.5rem;vertical-align:middle}.login-footer{border-top:1px solid #3d3d3d;margin-top:1.5rem;padding-top:1rem;text-align:center}.privacy-link{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:inline-flex;font-size:.875rem;padding:.5rem 1rem;text-decoration:none;transition:color .2s}.privacy-link:hover{color:#3b82f6;text-decoration:none}@media (max-width:768px){.login-header{padding:1.5rem}.login-header h1{font-size:1.5rem}.login-content{padding:1.5rem}.login-content h2{font-size:1.5rem}.google-signin-button{padding:.875rem 1.25rem}.login-features{padding:1rem}}.dashboard{width:100%}.stats-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:1.5rem}@media (min-width:768px){.stats-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2rem}}.stat-card{background:#1e1e1e;border:1px solid #2d2d2d;border-radius:.5rem;box-shadow:0 1px 3px #0000004d;padding:.75rem}.stat-label{color:#9ca3af;font-size:.7rem;margin-bottom:.25rem}.stat-value{color:#e0e0e0;font-size:1.25rem;font-weight:600}@media (min-width:768px){.stat-card{padding:1.5rem}.stat-label{font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:2rem}}.stat-value.income{color:#10b981}.charts-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1.5rem}.chart-card{min-height:300px}@media (min-width:768px){.charts-container{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.chart-card{min-height:400px}}.budget-list{display:flex;flex-direction:column;gap:1.5rem}.budget-item{padding:1rem;transition:box-shadow .2s}.budget-header{margin-bottom:.75rem}.budget-title{gap:.5rem}.budget-icon{font-size:1.5rem}.progress-bar{background-color:#e5e7eb;border-radius:.375rem;height:.75rem;margin-bottom:.5rem;overflow:hidden}.progress-fill{height:100%;transition:width .3s ease}.progress-fill.good{background-color:#10b981}.progress-fill.warning{background-color:#f59e0b}.progress-fill.over{background-color:#ef4444}.budget-percentage{text-align:right}.empty-state{color:#9ca3af;padding:2rem;text-align:center}.custom-tooltip{background-color:#1e1e1e;border:1px solid #3d3d3d;border-radius:.375rem;box-shadow:0 4px 6px #0000004d;padding:.75rem}.tooltip-label{color:#e0e0e0;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.tooltip-item{font-size:.875rem;margin:.25rem 0}.categories{width:100%}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.category-form{background-color:#2d2d2d;border-radius:.375rem;margin-bottom:2rem;padding:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr}.form-actions{display:flex;gap:.75rem;margin-top:1rem}.color-input{cursor:pointer;height:2.5rem}.categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.category-card{background:#1e1e1e;border:1px solid #3d3d3d;border-left-width:4px;border-radius:.375rem;padding:1.25rem;transition:all .2s}.category-card:hover{box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.category-title{align-items:center;display:flex;gap:.5rem}.category-icon{font-size:1.5rem}.category-name{color:#e0e0e0;font-weight:500}.category-actions{display:flex;gap:.5rem}.category-description{color:#9ca3af;font-size:.875rem;line-height:1.5;margin-top:.5rem}.category-color-badge{border-radius:.25rem;height:.375rem;margin-top:.75rem;width:2rem}@media (max-width:768px){.card-header{align-items:flex-start;flex-direction:column;gap:1rem}.category-form{margin-bottom:1rem;padding:1rem}.categories-grid,.form-row{gap:.75rem;grid-template-columns:1fr}.category-card{padding:1rem}}.budgets{width:100%}.budget-form{background-color:#2d2d2d;border-radius:.375rem;margin-bottom:2rem;padding:1.5rem}.budgets-list{display:flex;flex-direction:column;gap:1rem}.budget-item{background:#1e1e1e;border:1px solid #3d3d3d;border-radius:.5rem;padding:1.25rem;transition:all .2s}.budget-item:hover{box-shadow:0 4px 6px #0000000d}.budget-header{justify-content:space-between;margin-bottom:1rem}.budget-header,.budget-title{align-items:center;display:flex}.budget-title{gap:.75rem}.budget-icon{font-size:2rem}.budget-name{color:#e0e0e0;font-size:1.125rem;font-weight:500}.budget-period{color:#9ca3af;font-size:.75rem;margin-top:.125rem;text-transform:capitalize}.budget-amounts{align-items:center;display:flex;font-size:1.125rem;font-weight:500;gap:.5rem;margin-bottom:.75rem}.budget-amounts .spent{color:#ef4444}.budget-amounts .separator,.budget-amounts .total{color:#9ca3af}.budget-amounts .remaining{color:#10b981;font-size:.875rem;font-weight:400;margin-left:.5rem}.budget-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.budget-percentage{color:#9ca3af;font-size:.875rem}.budget-status{font-size:.875rem;font-weight:500}.budget-status.good{color:#10b981}.budget-status.warning{color:#f59e0b}.budget-status.over{color:#ef4444}.budget-actions{display:flex;gap:.5rem}.icon-button{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;font-size:1.125rem;justify-content:center;padding:.25rem;transition:color .2s}.icon-button:hover{color:#3b82f6}@media (max-width:768px){.card-header{align-items:flex-start;flex-direction:column;gap:1rem}.card-header>div{flex-direction:column;width:100%}.budget-form{margin-bottom:1rem;padding:1rem}.budget-item{padding:1rem}.budget-header{align-items:flex-start;flex-direction:column;gap:.5rem}.budget-icon{font-size:1.5rem}.budget-amounts,.budget-name{font-size:1rem}}.transactions{width:100%}.filters{grid-gap:1rem;background-color:#2d2d2d;border-radius:.375rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem;padding:1.5rem}.transactions-list{display:flex;flex-direction:column}.transactions-header{background-color:#2d2d2d;border-radius:.375rem .375rem 0 0;color:#9ca3af;font-size:.875rem;font-weight:600;padding:.75rem 1rem}.transaction-item,.transactions-header{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:150px 1fr 200px 150px}.transaction-item{align-items:center;border-bottom:1px solid #e5e7eb;padding:1rem;transition:background-color .2s}.transaction-item:hover{background-color:#2d2d2d}.transaction-item:last-child{border-bottom:none}.transaction-date{color:#e0e0e0;font-weight:500}.transaction-time{color:#9ca3af;font-size:.75rem;margin-top:.125rem}.transaction-description{display:flex;flex-direction:column;gap:.25rem}.transaction-merchant{color:#e0e0e0;font-weight:500}.transaction-desc-text{color:#9ca3af;font-size:.875rem}.pending-badge{background-color:#fef3c7;border-radius:.25rem;color:#fbbf24;display:inline-block;font-size:.75rem;margin-top:.25rem;padding:.125rem .5rem;width:-webkit-fit-content;width:fit-content}.transaction-category{align-items:center;display:flex}.category-select{background-color:#2d2d2d;border:1px solid #3d3d3d;border-radius:.375rem;color:#e0e0e0;cursor:pointer;font-size:.875rem;padding:.5rem;transition:border-color .2s;width:100%}.category-select:hover{border-color:#4d4d4d}.category-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.transaction-amount{font-size:1.125rem;font-weight:600;text-align:right}.transaction-amount.expense{color:#ef4444}.transaction-amount.income{color:#10b981}@media (max-width:768px){.filters{gap:.75rem;grid-template-columns:1fr;margin-bottom:1rem;padding:1rem}.transactions-header{display:none}.transaction-item{background:#1e1e1e;border:1px solid #3d3d3d;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;gap:.5rem;grid-template-columns:1fr;margin-bottom:.5rem;padding:1rem}.transaction-item:hover{background-color:#1e1e1e;box-shadow:0 2px 4px #0000001a}.transaction-date{align-items:center;display:flex;justify-content:space-between}.transaction-amount{font-size:1.5rem;text-align:left}}.bank-connect{width:100%}.connect-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.5rem;color:#fff;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;padding:2rem}.connect-info h3{font-size:1.5rem;margin-bottom:.5rem}.connect-info p{margin-bottom:1.5rem;opacity:.95}.test-info{background:#ffffff1a;border:1px solid #fff3;border-radius:.375rem;margin-top:1.5rem;padding:1.5rem}.test-info h4{font-size:1.125rem;margin-bottom:1rem}.test-info ul{margin:1rem 0;padding-left:1.5rem}.test-info li{margin-bottom:.5rem}.test-info code{background:#0003;border-radius:.25rem;font-family:Courier New,monospace;font-weight:600;padding:.25rem .5rem}.test-info .note{font-size:.875rem;font-style:italic;margin-top:1rem;opacity:.9}.button-large{align-self:center;background:#fff3;border:1px solid #ffffff4d;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2rem}.button-large:hover{background:#ffffff4d;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.button-large:disabled{cursor:not-allowed;opacity:.6;transform:none}.connected-accounts{border-top:1px solid #3d3d3d;margin-top:2rem;padding-top:2rem}.connected-accounts h3{color:#e0e0e0;margin-bottom:1rem}.accounts-list{display:flex;flex-direction:column;gap:1rem}.account-item{align-items:center;background:#2d2d2d;border:1px solid #3d3d3d;border-radius:.5rem;display:flex;gap:1rem;padding:1.25rem;transition:all .2s}.account-item:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000000d}.account-icon{align-items:center;color:#3b82f6;display:flex;font-size:2.5rem;justify-content:center}.account-details{flex:1 1}.account-name{color:#e0e0e0;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.account-type{color:#9ca3af;font-size:.875rem;margin-bottom:.5rem;text-transform:capitalize}.status-badge{border-radius:.25rem;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-badge.active{background:#064e3b;border:1px solid #065f46;color:#6ee7b7}.status-badge.inactive{background:#7f1d1d;border:1px solid #991b1b;color:#fca5a5}.help-section{background:#3d3411;border:1px solid #713f12;border-radius:.5rem;margin-top:2rem;padding:1.5rem}.help-section h4{color:#fbbf24;margin-bottom:1rem}.help-section ol{margin:1rem 0;padding-left:1.5rem}.help-section li{color:#fbbf24;margin-bottom:.5rem}.help-section code{background:#0000000d;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;padding:.125rem .375rem}.help-note{border-top:1px solid #713f12;color:#fbbf24;font-size:.875rem;margin-top:1rem;padding-top:1rem}@media (max-width:768px){.connect-section{gap:1.5rem;margin-bottom:1rem;padding:1.5rem}.connect-info h3{font-size:1.25rem}.test-info{margin-top:1rem;padding:1rem}.button-large,.test-info h4{font-size:1rem}.button-large{padding:.875rem 1.5rem;width:100%}.account-item{padding:1rem}.account-icon{font-size:2rem}.account-name{font-size:1rem}.help-section{margin-top:1rem;padding:1rem}}.privacy-modal-overlay{align-items:center;background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.privacy-modal{background:#1e1e1e;border:1px solid #3d3d3d;border-radius:.5rem;box-shadow:0 10px 25px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:100%}.privacy-modal-header{align-items:center;border-bottom:1px solid #3d3d3d;display:flex;justify-content:space-between;padding:1.5rem}.privacy-modal-header h2{color:#e0e0e0;font-size:1.5rem;margin:0}.close-button{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;font-size:2rem;height:2rem;justify-content:center;padding:0;transition:color .2s;width:2rem}.close-button:hover{color:#e0e0e0}.privacy-modal-content{color:#d1d5db;flex:1 1;line-height:1.6;overflow-y:auto;padding:1.5rem}.privacy-modal-content h3{color:#e0e0e0;font-size:1.125rem;margin-bottom:.75rem;margin-top:1.5rem}.privacy-modal-content ul{margin:.5rem 0;padding-left:1.5rem}.privacy-modal-content li{margin:.5rem 0}.privacy-modal-content strong{color:#e0e0e0}.privacy-modal-footer{border-top:1px solid #3d3d3d;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.acceptance-notice{color:#9ca3af;font-size:.875rem;margin:0;text-align:center}.button-primary{background-color:#3b82f6;color:#fff;width:100%}.button-primary:hover{background-color:#2563eb}@media (max-width:768px){.privacy-modal{margin:.5rem;max-height:95vh}.privacy-modal-content,.privacy-modal-footer,.privacy-modal-header{padding:1rem}.privacy-modal-header h2{font-size:1.25rem}}.privacy-page{background-color:#121212;display:flex;flex-direction:column;min-height:100vh}.privacy-page-header{background:linear-gradient(135deg,#1a365d,#2563eb);box-shadow:0 2px 8px #0000004d;color:#fff;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.privacy-header-content{align-items:center;display:flex;gap:1rem;margin:0 auto;max-width:1200px}.back-button{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .2s;width:40px}.back-button:hover{background:#ffffff4d}.privacy-title-section{align-items:center;display:flex;flex:1 1;gap:.75rem}.privacy-header-icon{color:#fff;font-size:2rem}.privacy-page-header h1{font-size:1.5rem;font-weight:600;margin:0}.privacy-page-content{flex:1 1;overflow-y:auto;padding:2rem 1rem}.privacy-container{background:#1e1e1e;border:1px solid #2d2d2d;border-radius:.5rem;box-shadow:0 1px 3px #0000004d;color:#d1d5db;line-height:1.6;margin:0 auto;max-width:900px;padding:2rem}.privacy-container h2,.privacy-intro{color:#e0e0e0;margin-bottom:1rem}.privacy-container h2{border-bottom:2px solid #3b82f6;font-size:1.5rem;margin-top:2rem;padding-bottom:.5rem}.privacy-container h2:first-of-type{margin-top:1rem}.privacy-container p{margin:1rem 0}.privacy-container ul{margin:1rem 0;padding-left:2rem}.privacy-container li{margin:.75rem 0}.privacy-container strong{color:#e0e0e0}@media (min-width:768px){.privacy-page-header{padding:1.5rem 2rem}.privacy-page-header h1{font-size:1.75rem}.privacy-page-content{padding:3rem 2rem}.privacy-container{padding:3rem}}@media (max-width:768px){.privacy-page-header h1{font-size:1.125rem}.privacy-header-icon{font-size:1.5rem}.back-button{font-size:1.25rem;height:36px;width:36px}.privacy-container{padding:1.5rem}.privacy-container h2{font-size:1.25rem}}
/*# sourceMappingURL=main.a19b3a02.css.map*/