.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px;width:100%;max-width:420px;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:30px}.logo-icon{font-size:48px;margin-bottom:15px}.auth-header h1{color:#1a1a2e;font-size:28px;margin:0 0 10px;font-weight:700}.auth-header p{color:#6b7280;font-size:14px;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;transition:all .3s ease;outline:none}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:10px;font-size:14px;border:1px solid #fecaca}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 20px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:25px;padding-top:25px;border-top:1px solid #e5e7eb}.auth-footer p{color:#6b7280;font-size:14px;margin:0}.auth-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.auth-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 480px){.auth-card{padding:30px 20px}.auth-header h1{font-size:24px}}:root.dark .auth-container{background:linear-gradient(135deg,var(--gradient-from) 0%,var(--gradient-to) 100%)}:root.dark .auth-card{background:var(--bg-secondary);box-shadow:0 20px 60px #00000080}:root.dark .auth-header h1{color:var(--text-primary)}:root.dark .auth-header p{color:var(--text-muted)}:root.dark .form-group label{color:var(--text-secondary)}:root.dark .form-group input{background:var(--input-bg);border-color:var(--border-color);color:var(--text-primary)}:root.dark .form-group input:focus{border-color:var(--gradient-from);box-shadow:0 0 0 3px #818cf81a}:root.dark .form-group input:disabled{background:var(--bg-tertiary)}:root.dark .error-message{background:#ef44441a;color:#fca5a5;border-color:#ef444433}:root.dark .auth-footer{border-top-color:var(--border-color)}:root.dark .auth-footer p{color:var(--text-muted)}:root.dark .auth-link{color:var(--gradient-from)}:root.dark .auth-link:hover{color:var(--gradient-to)}:root.dark .category-breakdown{color:var(--text-primary)}:root.dark .category-bar{background:var(--border-color)}.btn-add-transaction{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;transition:background .2s}.btn-add-transaction:hover{background:#059669}.actions-cell{display:flex;gap:.5rem;justify-content:center}.btn-action{padding:.25rem .5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s,transform .1s}.btn-action:hover{transform:scale(1.1)}.btn-edit{background:#f3f4f6}.btn-edit:hover{background:#e5e7eb}.btn-delete{background:#f3f4f6}.btn-delete:hover{background:#fee2e2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-content h2{margin-top:0;margin-bottom:1.5rem;color:#1f2937}.modal-content.modal-confirm{max-width:400px;text-align:center}.modal-content.modal-confirm p{color:#4b5563;margin-bottom:.5rem}.delete-info{font-weight:600;color:#1f2937;margin:1rem 0}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-cancel{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.btn-cancel:hover{background:#e5e7eb}.btn-save{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.btn-save:hover{background:#2563eb}.btn-save:disabled{background:#9ca3af;cursor:not-allowed}.btn-delete-confirm{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.btn-delete-confirm:hover{background:#dc2626}.btn-delete-confirm:disabled{background:#9ca3af;cursor:not-allowed}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.time-input-group{display:flex;align-items:center;gap:.5rem}.time-input-group input{width:60px;text-align:center;padding:.75rem .5rem}.time-input-group span{font-weight:700;color:#374151}.amount-debit{color:#dc2626;font-weight:600}.amount-credit{color:#059669;font-weight:600}:root.dark .transaction-item{background:var(--bg-secondary);border-color:var(--border-light)}:root.dark .transaction-item:hover{background:var(--bg-tertiary);box-shadow:0 4px 12px var(--shadow-hover)}:root.dark .transaction-date{color:var(--text-muted)}:root.dark .transaction-merchant{color:var(--text-primary)}:root.dark .transaction-category{color:var(--text-secondary)}:root.dark .transaction-amount.positive{color:#34d399}:root.dark .transaction-amount.negative{color:#f87171}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{color:#6b7280;font-size:14px}:root.dark .loading-container{background:var(--bg-primary)}:root.dark .spinner{border-color:#818cf84d;border-top-color:var(--gradient-from)}:root.dark .loading-container p{color:var(--text-muted)}:root.dark .loading-spinner{color:var(--gradient-from)}:root.dark .loading-spinner p{color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#6b7280}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-state p{font-size:16px;margin:8px 0}:root.dark .empty-state{background:var(--bg-secondary);box-shadow:0 4px 6px var(--shadow-color);color:var(--text-muted)}:root.dark .empty-state p{color:var(--text-primary)}:root.dark .empty-icon{opacity:.7}:root.dark .empty-state h3{color:var(--text-primary)}.dashboard-header{background:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.nav-link:hover,.nav-link.active{background:#f3f4f6;color:#667eea}.btn-back-nav{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;margin-right:10px}.btn-back-nav:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.btn-theme-toggle{background:transparent;border:none;font-size:20px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-theme-toggle:hover{background:#f3f4f6;transform:scale(1.1)}:root.dark .btn-theme-toggle:hover{background:#334155}:root.dark .dashboard-header{background:var(--bg-secondary);box-shadow:0 2px 10px var(--shadow-color)}.dashboard{min-height:100vh;background:var(--bg-primary);transition:background-color .3s ease}.dashboard-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:linear-gradient(135deg,var(--gradient-from) 0%,var(--gradient-to) 100%);color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.dashboard-header{background:var(--bg-secondary);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px var(--shadow-color);position:sticky;top:0;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}.header-left{display:flex;align-items:center;gap:15px}.dashboard-nav{display:flex;gap:15px;margin-left:20px}.nav-link{color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .3s ease}.nav-link:hover{background:#f3f4f6;color:#667eea}.logo{font-size:32px}.dashboard-header h1{font-size:24px;color:#1a1a2e;margin:0;font-weight:700}.header-right{display:flex;align-items:center;gap:20px}.user-info{color:#6b7280;font-size:14px;font-weight:500}.btn-logout{background:#f3f4f6;color:#374151;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-logout:hover{background:#e5e7eb}.dashboard-content{max-width:1400px;margin:0 auto;padding:40px;display:flex;flex-direction:column;gap:40px}.stats-section h2,.upload-section h2,.documents-section h2{font-size:20px;color:#1a1a2e;margin:0 0 20px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.stat-icon{font-size:36px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px}.stat-card.primary .stat-icon{background:#667eea1a}.stat-card.warning .stat-icon{background:#f59e0b1a}.stat-card.success .stat-icon{background:#10b9811a}.stat-card.danger .stat-icon{background:#ef44441a}.stat-card.info .stat-icon{background:#3b82f61a}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:28px;font-weight:700;color:#1a1a2e}.stat-label{font-size:13px;color:#6b7280;margin-top:4px}.upload-area{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.upload-area.drag-over{background:#667eea1a;border-color:#667eea}.upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 20px;border:3px dashed #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;width:100%;box-sizing:border-box}.upload-label:hover{border-color:#667eea;background:#667eea0d}.upload-icon{font-size:48px}.upload-text{font-size:16px;color:#374151;margin:0;font-weight:500}.upload-hint{font-size:14px;color:#9ca3af;margin:0}.file-selected,.files-selected{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.files-count{font-size:16px;color:#1a1a2e;font-weight:600;margin:0}.files-list{display:flex;flex-direction:column;gap:8px;width:100%;max-height:200px;overflow-y:auto}.file-item{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#f9fafb;border-radius:8px;width:100%;box-sizing:border-box}.file-item .file-name{flex:1;font-size:14px;color:#1a1a2e;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-item .file-size{font-size:12px;color:#6b7280}.btn-remove-file{background:none;border:none;cursor:pointer;font-size:16px;color:#ef4444;padding:4px 8px;border-radius:4px;transition:all .2s ease}.btn-remove-file:hover{background:#fee2e2}.upload-actions{display:flex;gap:12px;margin-top:20px;justify-content:center}.btn-cancel,.btn-upload{padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-upload{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-upload:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-cancel:disabled,.btn-upload:disabled{opacity:.6;cursor:not-allowed}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;margin-top:20px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.progress-fill.complete{background:linear-gradient(135deg,#10b981,#059669)}.progress-container{width:100%;margin-top:20px}.progress-status{margin-top:10px;font-size:14px;color:#6b7280;text-align:center}.status-success{color:#10b981;font-weight:600}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.document-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.document-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.doc-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.doc-icon{font-size:32px;flex-shrink:0}.doc-info{flex:1;min-width:0}.doc-name{font-size:16px;color:#1a1a2e;margin:0 0 4px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-size{font-size:13px;color:#9ca3af}.doc-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;flex-shrink:0}.doc-details{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #f3f4f6}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:13px;color:#6b7280}.detail-value{font-size:13px;color:#1a1a2e;font-weight:500}.doc-error{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.error-icon{font-size:16px}.error-text{font-size:13px;color:#dc2626;flex:1}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state p{color:#6b7280;margin:8px 0}.empty-hint{font-size:14px;color:#9ca3af}@media (max-width: 768px){.dashboard-header{padding:15px 20px}.dashboard-content{padding:20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.documents-grid{grid-template-columns:1fr}.header-right{gap:10px}.user-info{display:none}}.tab-navigation{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #e5e7eb;padding-bottom:0}.tab-btn{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:15px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease;border-radius:8px 8px 0 0}.tab-btn:hover{background:#667eea0d;color:#667eea}.tab-btn.active{color:#667eea;border-bottom-color:#667eea;background:#667eea0d}.transactions-section,.analytics-section{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 6px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:15px}.section-header h2{margin:0;font-size:20px;color:#1a1a2e}.date-filter{display:flex;align-items:center;gap:10px}.date-input{padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .3s ease}.date-input:focus{border-color:#667eea}.btn-apply{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn-apply:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.transactions-table-container{overflow-x:auto}.transactions-table{width:100%;border-collapse:collapse}.transactions-table th,.transactions-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f3f4f6}.transactions-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.transactions-table tbody tr:hover{background:#f9fafb}.merchant-name{font-weight:500;color:#1a1a2e}.category-badge{display:inline-block;padding:4px 10px;background:#667eea1a;color:#667eea;border-radius:12px;font-size:12px;font-weight:600}.description{color:#6b7280;font-size:13px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amount{font-weight:600;font-size:14px}.amount.positive{color:#10b981}.amount.negative{color:#ef4444}.text-right{text-align:right}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:25px;margin-bottom:30px}.analytics-card{background:#f9fafb;border-radius:12px;padding:25px}.analytics-card h3{margin:0 0 20px;font-size:16px;color:#1a1a2e}.category-breakdown{display:flex;flex-direction:column;gap:15px}.category-item{display:flex;flex-direction:column;gap:6px}.category-header{display:flex;align-items:center;gap:10px}.category-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.category-name{flex:1;font-weight:500;color:#374151;font-size:14px}.category-amount{font-weight:600;color:#1a1a2e;font-size:14px}.category-percentage{color:#6b7280;font-size:13px;min-width:50px;text-align:right}.category-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.category-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.monthly-trend{display:flex;align-items:flex-end;gap:15px;height:200px;padding-top:20px}.month-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.month-label{font-size:11px;color:#6b7280;font-weight:500}.month-bar-container{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.month-bar{width:100%;min-height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px 4px 0 0;transition:height .5s ease}.month-amount{font-size:11px;font-weight:600;color:#1a1a2e}.tips-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px solid rgba(102,126,234,.2);border-radius:12px;padding:25px}.tips-card h3{margin:0 0 15px;font-size:16px;color:#1a1a2e}.tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.tips-list li{padding-left:20px;position:relative;color:#374151;font-size:14px;line-height:1.6}.tips-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.tips-list li strong{color:#667eea}@media (max-width: 768px){.tab-navigation{overflow-x:auto;flex-wrap:nowrap}.tab-btn{white-space:nowrap}.analytics-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.date-filter{flex-wrap:wrap}.monthly-trend{height:150px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:20px;color:#1a1a2e}.btn-close{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;padding:0;line-height:1;transition:color .3s ease}.btn-close:hover{color:#1a1a2e}.modal-body{padding:24px}.detail-section{margin-bottom:24px}.detail-section h3{font-size:16px;color:#1a1a2e;margin:0 0 16px;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{font-size:13px;color:#6b7280;font-weight:500}.detail-value{font-size:14px;color:#1a1a2e;font-weight:500}.detail-status{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;width:fit-content}.summary-section{margin-top:20px;padding:16px;background:#f9fafb;border-radius:8px}.summary-section h4{margin:0 0 12px;font-size:14px;color:#374151}.summary-section p{margin:0;font-size:14px;color:#6b7280;line-height:1.6}.error-section{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px}.error-message{margin:0;color:#dc2626;font-size:14px}.modal-footer{padding:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.btn-primary{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.btn-view-details{margin-top:16px;width:100%;padding:10px 16px;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-view-details:hover{background:#e5e7eb}.transactions-section{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 6px #0000000d}.transactions-section h2{font-size:20px;color:#1a1a2e;margin:0 0 20px;font-weight:600}.date-filter{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.date-input-group{display:flex;align-items:center;gap:8px}.date-input-group label{font-size:14px;color:#374151;font-weight:500}.date-input-group input[type=date]{padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .3s ease}.date-input-group input[type=date]:focus{border-color:#667eea}.btn-apply-filter{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn-apply-filter:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.transactions-content{display:grid;grid-template-columns:1fr 1fr;gap:30px}.category-breakdown h3{font-size:16px;color:#1a1a2e;margin:0 0 16px;font-weight:600}.empty-chart{text-align:center;padding:40px;color:#6b7280}.category-table{margin-top:20px}.category-table table{width:100%;border-collapse:collapse}.category-table th,.category-table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.category-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:13px}.category-table td{font-size:14px;color:#1a1a2e}.color-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px}@media (max-width: 1024px){.transactions-content{grid-template-columns:1fr}}@media (max-width: 768px){.modal-content{max-height:95vh}.detail-grid{grid-template-columns:1fr}.date-filter{flex-direction:column;align-items:stretch}.date-input-group,.btn-apply-filter{width:100%}}.pie-chart-container{background:linear-gradient(135deg,#ffffffe6,#f8fafcf2);padding:25px;border-radius:20px;box-shadow:0 8px 32px #667eea1a,0 2px 8px #0000000d,inset 0 1px #fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);margin-bottom:20px;position:relative;overflow:hidden}.pie-chart-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.03) 0%,transparent 70%);pointer-events:none}.pie-cell{transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.pie-cell:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2)) brightness(1.1)}.pie-label{font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3);pointer-events:none}.pie-tooltip{background:#fffffffa;padding:14px 18px;border-radius:12px;box-shadow:0 8px 32px #667eea26,0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tooltip-category{font-weight:700;color:#1a1a2e;margin:0 0 6px;font-size:15px}.tooltip-amount{font-weight:600;color:#667eea;margin:0 0 6px;font-size:14px}.tooltip-percentage{color:#6b7280;margin:0;font-size:13px;font-weight:500}.chart-hint{text-align:center;margin-top:15px;padding-top:15px;border-top:1px solid #e5e7eb}.chart-hint span{color:#6b7280;font-size:13px}.btn-clear-filter{background:#f3f4f6;color:#374151;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-clear-filter:hover{background:#e5e7eb;color:#1a1a2e}.category-item.selected{background:#f9fafb;padding:10px;border-radius:8px;border-left:3px solid #667eea}.category-item:hover{background:#f9fafb}.custom-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding:0;margin:16px 0 0;list-style:none;position:relative}.legend-item{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;transition:all .2s ease;cursor:pointer}.legend-item:hover{background:#667eea14}.legend-item.selected{background:#667eea26;border:2px solid #667eea}.legend-color{width:16px;height:16px;border-radius:4px;flex-shrink:0;box-shadow:0 2px 4px #0000001a}.legend-text{font-size:13px;color:#374151;font-weight:500}.time-series-chart-container{margin-top:24px;padding:20px;background:#ffffffb3;border-radius:16px;box-shadow:0 4px 16px #667eea1a;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.time-series-chart-container h4{margin:0 0 16px;color:#1a1a2e;font-size:16px;font-weight:600;text-align:center}.line-chart-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:0}.transaction-tooltip{background:#fffffffa;padding:14px 18px;border-radius:12px;box-shadow:0 8px 32px #667eea26,0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:280px}.tooltip-date{font-weight:700;color:#1a1a2e;margin:0 0 8px;font-size:14px}.tooltip-total{font-weight:600;color:#667eea;margin:0 0 12px;font-size:16px}.tooltip-transactions-list{border-top:1px solid #e5e7eb;padding-top:10px}.tooltip-transactions-count{font-size:12px;color:#6b7280;margin:0 0 8px;font-weight:500}.tooltip-transaction-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:12px}.tooltip-merchant{color:#374151;font-weight:500}.tooltip-tx-amount{color:#667eea;font-weight:600}.tooltip-more{font-size:11px;color:#9ca3af;margin:6px 0 0;font-style:italic}@media (max-width: 768px){.custom-legend{flex-direction:column;gap:8px;margin-top:12px}.legend-item{padding:10px 14px;font-size:13px;width:100%;justify-content:flex-start}.pie-chart-container{padding:15px;margin-bottom:0}.time-series-chart-container{padding:16px;margin-top:16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.transaction-tooltip{max-width:240px}.analytics-grid{grid-template-columns:1fr}.category-breakdown{gap:12px}}:root.dark .dashboard-header{background:var(--bg-secondary)}:root.dark .dashboard-header h1{color:var(--text-primary)}:root.dark .logo{color:var(--text-primary)}:root.dark .nav-link:hover,:root.dark .nav-link.active{background:var(--hover-bg);color:var(--gradient-from)}:root.dark .user-info{color:var(--text-muted)}:root.dark .btn-logout{background:var(--hover-bg);color:var(--text-secondary)}:root.dark .btn-logout:hover{background:var(--border-color)}:root.dark .btn-back-nav{background:transparent;border-color:var(--border-color);color:var(--text-muted)}:root.dark .btn-back-nav:hover{background:var(--hover-bg);border-color:var(--gradient-from);color:var(--gradient-from)}:root.dark .stats-section h2,:root.dark .upload-section h2,:root.dark .documents-section h2{color:var(--text-primary)}:root.dark .stat-card{background:var(--bg-secondary);box-shadow:0 4px 6px var(--shadow-color)}:root.dark .stat-card:hover{box-shadow:0 12px 24px var(--shadow-hover)}:root.dark .stat-value{color:var(--text-primary)}:root.dark .stat-label{color:var(--text-muted)}:root.dark .upload-area{background:var(--bg-secondary);box-shadow:0 4px 6px var(--shadow-color)}:root.dark .upload-area.drag-over{background:#818cf81a;border-color:var(--gradient-from)}:root.dark .upload-label{border-color:var(--border-color)}:root.dark .upload-label:hover{border-color:var(--gradient-from);background:#818cf80d}:root.dark .upload-text{color:var(--text-secondary)}:root.dark .upload-hint{color:var(--text-light)}:root.dark .files-count{color:var(--text-primary)}:root.dark .file-item{background:var(--bg-tertiary)}:root.dark .file-item .file-name{color:var(--text-primary)}:root.dark .file-item .file-size{color:var(--text-muted)}:root.dark .btn-remove-file{background:var(--hover-bg);color:var(--text-secondary)}:root.dark .btn-remove-file:hover{background:#ef44441a;color:#ef4444}:root.dark .btn-cancel{background:var(--hover-bg);color:var(--text-secondary)}:root.dark .btn-cancel:hover:not(:disabled){background:var(--border-color)}:root.dark .btn-upload{background:var(--gradient-from);color:#fff}:root.dark .btn-upload:hover:not(:disabled){opacity:.9}:root.dark .progress-bar{background:var(--border-color)}:root.dark .document-card{background:var(--bg-secondary);box-shadow:0 4px 6px var(--shadow-color)}:root.dark .document-card:hover{box-shadow:0 12px 24px var(--shadow-hover)}:root.dark .doc-name{color:var(--text-primary)}:root.dark .doc-size{color:var(--text-light)}:root.dark .doc-details{border-top-color:var(--border-light)}:root.dark .detail-row{border-bottom-color:var(--border-light)}:root.dark .detail-label{color:var(--text-muted)}:root.dark .detail-value{color:var(--text-primary)}:root.dark .doc-error{background:#ef44441a;border-color:#ef444433}:root.dark .error-text{color:#fca5a5}:root.dark .btn-view-details{background:var(--gradient-from);color:#fff}:root.dark .btn-view-details:hover{opacity:.9}:root.dark .empty-state{background:var(--bg-secondary);box-shadow:0 4px 6px var(--shadow-color)}:root.dark .empty-state p{color:var(--text-muted)}:root.dark .transactions-section,:root.dark .analytics-section{background:var(--bg-secondary);box-shadow:0 4px 6px var(--shadow-color)}:root.dark .section-header h2{color:var(--text-primary)}:root.dark .date-input{background:var(--input-bg);border-color:var(--border-color);color:var(--text-primary)}:root.dark .date-input:focus{border-color:var(--gradient-from)}:root.dark .btn-apply-filter{background:var(--gradient-from);color:#fff}:root.dark .btn-apply-filter:hover{opacity:.9}:root.dark .transactions-table th{background:var(--bg-tertiary);color:var(--text-secondary)}:root.dark .transactions-table td{border-bottom-color:var(--border-light);color:var(--text-primary)}:root.dark .transactions-table tbody tr:hover{background:var(--bg-tertiary)}:root.dark .merchant-name{color:var(--text-primary)}:root.dark .description{color:var(--text-muted)}:root.dark .analytics-card{background:var(--bg-tertiary)}:root.dark .analytics-card h3{color:var(--text-primary)}:root.dark .category-breakdown h3{color:var(--text-primary)}:root.dark .category-name{color:var(--text-secondary)}:root.dark .category-amount{color:var(--text-primary)}:root.dark .category-percentage{color:var(--text-muted)}:root.dark .category-bar{background:var(--gradient-from)}:root.dark .month-label{color:var(--text-muted)}:root.dark .month-amount{color:var(--text-primary)}:root.dark .tips-card{background:linear-gradient(135deg,#818cf80d,#a78bfa0d);border-color:#818cf833}:root.dark .tips-card h3{color:var(--text-primary)}:root.dark .tips-list li{color:var(--text-secondary)}:root.dark .modal-overlay{background:#000000b3}:root.dark .modal-content{background:var(--bg-secondary);box-shadow:0 20px 60px #00000080}:root.dark .modal-header{border-bottom-color:var(--border-color)}:root.dark .modal-header h2{color:var(--text-primary)}:root.dark .btn-close{color:var(--text-muted)}:root.dark .btn-close:hover{color:var(--text-primary)}:root.dark .detail-section h3{color:var(--text-primary)}:root.dark .detail-item .detail-label{color:var(--text-muted)}:root.dark .detail-item .detail-value{color:var(--text-primary)}:root.dark .summary-section{background:var(--bg-tertiary);border-top-color:var(--border-color)}:root.dark .summary-section h4{color:var(--text-secondary)}:root.dark .summary-section p{color:var(--text-muted)}:root.dark .modal-footer{border-top-color:var(--border-color)}:root.dark .legend-item:hover{background:#818cf81a}:root.dark .legend-item.selected{background:#818cf833;border-color:var(--gradient-from)}:root.dark .time-series-chart-container h4{color:var(--text-primary)}:root.dark .transaction-tooltip{background:var(--bg-secondary);border-color:var(--border-color)}:root.dark .tooltip-date{color:var(--text-primary)}:root.dark .tooltip-total{color:var(--gradient-from)}:root.dark .tooltip-transactions-count{color:var(--text-muted)}:root.dark .tooltip-merchant{color:var(--text-secondary)}:root.dark .tooltip-tx-amount{color:var(--gradient-from)}:root.dark .tooltip-more{color:var(--text-light)}:root.dark .chart-hint{color:var(--text-muted)}:root.dark .btn-clear-filter{background:var(--hover-bg);color:var(--text-secondary)}:root.dark .btn-clear-filter:hover{background:var(--border-color);color:var(--text-primary)}:root.dark .category-item.selected{background:var(--bg-tertiary);border-left-color:var(--gradient-from)}:root.dark .category-item:hover{background:var(--bg-tertiary)}:root.dark .pie-tooltip{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}:root.dark .tooltip-category{color:var(--text-primary)}:root.dark .tooltip-amount{color:var(--text-secondary)}:root.dark .tooltip-percentage{color:var(--text-muted)}:root.dark .pie-chart-container{background:linear-gradient(135deg,#1e293be6,#0f172af2);border-color:var(--border-color)}:root.dark .category-bar-container{background:var(--border-color)}:root.dark .category-item{background:var(--bg-tertiary)}:root.dark .legend-text{color:var(--text-secondary)}:root.dark .time-series-chart-container{background:var(--bg-tertiary);border-color:var(--border-color)}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem;color:#6b7280}.transaction-list{overflow-x:auto}.transaction-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.transaction-table th,.transaction-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.transaction-table th{background:#f9fafb;font-weight:600;color:#374151}.transaction-table tr:hover{background:#f9fafb}.amount-positive{color:#10b981;font-weight:600}.amount-negative{color:#ef4444;font-weight:600}.date-filter{display:flex;gap:1rem;align-items:flex-end;margin-bottom:1.5rem;flex-wrap:wrap}.date-input-group{display:flex;flex-direction:column;gap:.5rem}.date-input-group label{font-size:.875rem;color:#6b7280}.date-input-group input{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem}.transaction-type-filter{display:flex;flex-direction:column;gap:.5rem}.transaction-type-filter label{font-size:.875rem;color:#6b7280}.transaction-type-filter select{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;background-color:#fff;cursor:pointer}.btn-apply-filter{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.btn-apply-filter:hover{background:#2563eb}.btn-back{padding:.5rem 1rem;background:#6b7280;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.btn-back:hover{background:#4b5563}.transactions-content{display:flex;flex-direction:column;gap:2rem}:root.dark .dashboard-loading{background-color:var(--bg-primary)}:root.dark .spinner{border-color:var(--border-color);border-top-color:var(--gradient-from)}:root.dark .transaction-table{background:var(--bg-secondary);box-shadow:0 1px 3px var(--shadow-color)}:root.dark .transaction-table th{background:var(--bg-tertiary);color:var(--text-secondary)}:root.dark .transaction-table td{border-bottom-color:var(--border-light);color:var(--text-primary)}:root.dark .transaction-table tr:hover{background:var(--bg-tertiary)}:root.dark .amount-positive{color:#34d399}:root.dark .amount-negative{color:#f87171}:root.dark .date-input-group label{color:var(--text-muted)}:root.dark .date-input-group input{background:var(--input-bg);border-color:var(--border-color);color:var(--text-primary)}:root.dark .transaction-type-filter label{color:var(--text-muted)}:root.dark .transaction-type-filter select{background:var(--input-bg);border-color:var(--border-color);color:var(--text-primary)}:root.dark .btn-back{background:var(--hover-bg);color:var(--text-secondary)}:root.dark .btn-back:hover{background:var(--border-color)}.document-page{min-height:100vh;background-color:#f9fafb}.document-page-loading,.document-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.document-header{background:#fff;padding:1rem 2rem;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:1rem}.btn-back-nav{background:#f3f4f6;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;color:#374151;transition:background-color .2s}.btn-back-nav:hover{background:#e5e7eb}.header-left .logo{font-size:1.5rem}.header-left h1{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.header-right{display:flex;gap:1rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s}.nav-link:hover{color:#111827;background:#f3f4f6}.document-content{max-width:1200px;margin:0 auto;padding:2rem}.document-content section{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.document-content h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.75rem}.info-icon{font-size:2rem}.info-details{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1rem;font-weight:500;color:#111827}.status-badge{color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;display:inline-block}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.result-card{background:#f9fafb;padding:1rem;border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem}.result-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.result-value{font-size:1.25rem;font-weight:600;color:#111827}.summary-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.summary-section h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.summary-text{color:#374151;line-height:1.6;margin:0}.error-section{background:#fef2f2;border:1px solid #fecaca}.error-section h2{color:#dc2626;border-bottom-color:#fecaca}.error-message{display:flex;align-items:center;gap:.75rem;color:#dc2626}.error-icon{font-size:1.5rem}.error-text{font-size:1rem}.document-transactions-section{background:#fff}.document-transactions-section h2{margin-bottom:1rem}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state p{margin:.5rem 0}.empty-hint{font-size:.875rem;color:#9ca3af}.btn-back{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-back:hover{background:#2563eb}@media (max-width: 768px){.document-header{padding:1rem;flex-direction:column;gap:1rem}.header-left{flex-wrap:wrap}.header-right{width:100%;justify-content:center}.document-content{padding:1rem}.info-grid,.result-grid{grid-template-columns:1fr}}:root.dark .document-page{background-color:var(--bg-primary)}:root.dark .document-page-loading,:root.dark .document-page-error{background-color:var(--bg-primary)}:root.dark .document-header{background:var(--bg-secondary);box-shadow:0 1px 3px var(--shadow-color)}:root.dark .btn-back-nav{background:var(--hover-bg);color:var(--text-secondary)}:root.dark .btn-back-nav:hover{background:var(--border-color)}:root.dark .header-left h1{color:var(--text-primary)}:root.dark .nav-link{color:var(--text-muted)}:root.dark .nav-link:hover{color:var(--text-primary);background:var(--hover-bg)}:root.dark .document-content section{background:var(--bg-secondary);box-shadow:0 1px 3px var(--shadow-color)}:root.dark .document-content h2{color:var(--text-primary);border-bottom-color:var(--border-color)}:root.dark .info-card{background:var(--bg-tertiary)}:root.dark .info-label{color:var(--text-muted)}:root.dark .info-value{color:var(--text-primary)}:root.dark .result-card{background:var(--bg-tertiary)}:root.dark .result-label{color:var(--text-muted)}:root.dark .result-value{color:var(--text-primary)}:root.dark .summary-section{border-top-color:var(--border-color)}:root.dark .summary-section h3{color:var(--text-primary)}:root.dark .summary-text{color:var(--text-secondary)}:root.dark .error-section{background:#ef44441a;border-color:#ef444433}:root.dark .error-section h2{color:#fca5a5;border-bottom-color:#ef444433}:root.dark .error-message{color:#fca5a5}:root.dark .document-transactions-section{background:var(--bg-secondary)}:root.dark .empty-state{color:var(--text-muted)}:root.dark .empty-hint{color:var(--text-light)}:root.dark .btn-back{background:var(--gradient-from);color:#fff}:root.dark .btn-back:hover{opacity:.9}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-primary);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-small{width:400px}.modal-medium{width:600px}.modal-large{width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border-color)}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.modal-close{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--text-secondary);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background-color:var(--bg-secondary);color:var(--text-primary)}.modal-body{padding:24px;overflow-y:auto;flex:1}.goals-list{padding:20px}.goals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.goals-header h2{margin:0}.btn-add-goal{background-color:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.btn-add-goal:hover{background-color:#2563eb}.goals-filters{display:flex;gap:10px;margin-bottom:20px}.filter-btn{background:none;border:1px solid var(--border-color);padding:8px 16px;border-radius:20px;cursor:pointer;color:var(--text-secondary);transition:all .2s}.filter-btn.active,.filter-btn:hover{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.goal-card{background:var(--bg-primary);border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.goal-card:hover{transform:translateY(-2px)}.goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.goal-type-badge{background-color:#e0e7ff;color:#4f46e5;padding:4px 12px;border-radius:12px;font-size:.85rem}.completed-badge{background-color:#22c55e;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.goal-name{margin:0 0 8px;font-size:1.1rem;color:var(--text-primary)}.goal-description{margin:0 0 16px;color:var(--text-secondary);font-size:.9rem}.goal-progress{margin-bottom:16px}.progress-bar{height:8px;background-color:var(--bg-secondary);border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.progress-text{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-secondary)}.progress-percent{font-weight:600;color:var(--text-primary)}.goal-deadline{font-size:.85rem;color:var(--text-secondary);margin-bottom:16px}.goal-actions{display:flex;gap:8px}.goal-actions button{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.btn-update-amount{background-color:#3b82f6;color:#fff}.btn-edit,.btn-delete{background-color:var(--bg-secondary)}.btn-edit:hover{background-color:#e0e7ff}.btn-delete:hover{background-color:#fee2e2}.empty-state{text-align:center;padding:60px 20px;color:var(--text-secondary)}.empty-icon{font-size:3rem;display:block;margin-bottom:16px}.hint{font-size:.9rem;opacity:.8}.goal-form .form-group{margin-bottom:16px}.goal-form label{display:block;margin-bottom:6px;font-weight:500;color:var(--text-primary)}.goal-form input,.goal-form select,.goal-form textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.btn-cancel,.btn-submit{padding:10px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:500}.btn-cancel{background-color:var(--bg-secondary);color:var(--text-primary)}.btn-submit{background-color:#3b82f6;color:#fff}:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--text-primary: #1a1a1a;--text-secondary: #666666;--border-color: #e0e0e0}[data-theme=dark]{--bg-primary: #1e1e1e;--bg-secondary: #2d2d2d;--text-primary: #ffffff;--text-secondary: #aaaaaa;--border-color: #404040}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spinner{width:40px;height:40px;border:4px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{to{transform:rotate(360deg)}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f9fafb;--text-primary: #1a1a2e;--text-secondary: #374151;--text-muted: #6b7280;--text-light: #9ca3af;--border-color: #e5e7eb;--border-light: #f3f4f6;--shadow-color: rgba(0, 0, 0, .05);--shadow-hover: rgba(0, 0, 0, .1);--input-bg: #ffffff;--hover-bg: #f3f4f6;--gradient-from: #667eea;--gradient-to: #764ba2;color-scheme:light;color:#213547;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root.dark{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--text-light: #64748b;--border-color: #334155;--border-light: #1e293b;--shadow-color: rgba(0, 0, 0, .3);--shadow-hover: rgba(0, 0, 0, .5);--input-bg: #1e293b;--hover-bg: #334155;--gradient-from: #818cf8;--gradient-to: #a78bfa;color-scheme:dark;color:#f1f5f9;background-color:#0f172a}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{min-height:100vh;background-color:var(--bg-primary);transition:background-color .3s ease}
