*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f1f5f9;color:#1e293b;min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:20px}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px}.header h1{font-size:24px;font-weight:700;color:#1e293b}.header-actions{display:flex;gap:8px;align-items:center}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;font-family:inherit}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e2e8f0;color:#475569}.btn-secondary:hover{background:#cbd5e1}.btn-sm{padding:5px 10px;font-size:12px}.btn-export{background:#059669;color:#fff}.btn-export:hover{background:#047857}.tab-nav{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin-bottom:20px;flex-wrap:wrap}.tab-btn{padding:10px 20px;border:none;background:0 0;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;font-family:inherit}.tab-btn:hover{color:#2563eb}.tab-btn.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{display:none}.tab-content.active{display:block}.loading{text-align:center;padding:60px 20px;color:#94a3b8}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#94a3b8}.empty-state p{margin-bottom:8px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border-radius:10px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.kpi-card .kpi-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:8px}.kpi-card .kpi-value{font-size:24px;font-weight:700;color:#1e293b}.kpi-card .kpi-value.positive{color:#059669}.kpi-card .kpi-value.negative{color:#dc2626}.kpi-card .kpi-sub{font-size:12px;color:#94a3b8;margin-top:4px}.kpi-trend{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:600;margin-left:6px;vertical-align:middle}.kpi-trend.trend-up{color:#dc2626}.kpi-trend.trend-down{color:#059669}.kpi-trend.trend-neutral{color:#94a3b8}.kpi-trend .trend-arrow{font-size:14px;line-height:1}.comparison-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.comparison-card{background:#fff;border-radius:10px;padding:16px 20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05);text-align:center}.comparison-card .comp-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:6px}.comparison-card .comp-value{font-size:22px;font-weight:700;color:#1e293b}.range-selector{display:inline-flex;gap:0;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;margin-left:12px;vertical-align:middle}.range-btn{padding:4px 12px;border:none;background:#fff;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;border-right:1px solid #e2e8f0}.range-btn:last-child{border-right:none}.range-btn:hover{background:#f1f5f9}.range-btn.active{background:#2563eb;color:#fff}.status-badges{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.status-badge-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:2px solid #e2e8f0;border-radius:20px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.status-badge-btn:hover{border-color:#94a3b8}.status-badge-btn.active{border-color:#2563eb;background:#eff6ff;color:#2563eb}.status-badge-btn .badge-count{background:#e2e8f0;color:#475569;padding:1px 7px;border-radius:10px;font-size:11px;font-weight:600}.status-badge-btn.active .badge-count{background:#2563eb;color:#fff}.summary-stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding:14px 16px;background:#f8fafc;border-radius:8px;margin-bottom:16px;border:1px solid #e2e8f0}.summary-stat{text-align:center}.summary-stat .stat-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#94a3b8;margin-bottom:2px}.summary-stat .stat-value{font-size:16px;font-weight:700;color:#1e293b}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-bottom:24px}.chart-card{background:#fff;border-radius:10px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chart-card h3{font-size:14px;font-weight:600;color:#475569;margin-bottom:16px}.chart-container{position:relative;height:250px}.chart-container-small{position:relative;height:200px}.chart-container-tall{position:relative;height:300px}.section-card{background:#fff;border-radius:10px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:24px;overflow-x:auto}.section-card h3{font-size:14px;font-weight:600;color:#475569;margin-bottom:16px}.data-table{width:100%;min-width:600px;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:10px 12px;border-bottom:2px solid #e2e8f0;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.data-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;color:#1e293b}.data-table tbody tr:hover{background:#f8fafc}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.badge-active,.badge-settled,.badge-success{background:#dcfce7;color:#166534}.badge-pending{background:#fef3c7;color:#92400e}.badge-cancelled,.badge-inactive{background:#f1f5f9;color:#64748b}.badge-failed{background:#fce8e8;color:#991b1b}.amount-positive{color:#059669;font-weight:600}.amount-negative{color:#dc2626;font-weight:600}.amount-zero{color:#94a3b8}.filters{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:11px;font-weight:600;text-transform:uppercase;color:#94a3b8;letter-spacing:.3px}.filter-group input,.filter-group select{padding:7px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#1e293b}.filter-group input:focus,.filter-group select:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:24px}.detail-card{background:#fff;border-radius:10px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.detail-card h3{font-size:14px;font-weight:600;color:#475569;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f8fafc;font-size:13px}.detail-row:last-child{border-bottom:none}.detail-label{color:#64748b;font-weight:500}.detail-value{color:#1e293b;font-weight:600;text-align:right}.card-info-section,.card-mapping-section{margin-top:24px}.card-info-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:16px;font-size:13px;color:#1e40af;line-height:1.5}.card-info-banner.warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.card-info-banner.warning p{margin:6px 0 0}.card-info-banner.warning code{background:rgba(0,0,0,.06);padding:1px 5px;border-radius:3px;font-size:12px}.card-info-banner .info-icon{font-size:16px;flex-shrink:0;margin-top:1px}.card-mapping-table{width:100%;border-collapse:collapse;font-size:13px}.card-mapping-table th{text-align:left;padding:10px 12px;border-bottom:2px solid #e2e8f0;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.card-mapping-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.card-mapping-table .card-name-input{width:100%;padding:6px 10px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;font-family:inherit;background:#fff;color:#1e293b}.card-mapping-table .card-name-input:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.card-mapping-actions{display:flex;gap:4px}.card-mapping-actions .btn{padding:4px 10px;font-size:11px}.btn-save-card{background:#059669;color:#fff}.btn-save-card:hover{background:#047857}.btn-delete-card{background:#ef4444;color:#fff}.btn-delete-card:hover{background:#dc2626}.add-card-row{display:flex;gap:8px;margin-top:12px;align-items:center}.add-card-row input{padding:7px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#1e293b}.add-card-row input:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.analytics-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:24px}.analytics-kpi-grid .kpi-card{padding:16px}.analytics-kpi-grid .kpi-card .kpi-value{font-size:20px}.charts-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:20px;margin-bottom:24px}.top-days-table{width:100%;min-width:320px;border-collapse:collapse;font-size:13px}.top-days-table th{text-align:left;padding:8px 12px;border-bottom:2px solid #e2e8f0;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase}.top-days-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:#1e293b}.top-days-table .rank{font-weight:700;color:#2563eb;width:40px}.dataTables_wrapper{font-size:13px}.dataTables_wrapper .dataTables_filter input{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.dataTables_wrapper .dataTables_length select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px}.dataTables_wrapper .dataTables_info{color:#64748b;font-size:12px}.dataTables_wrapper .dataTables_paginate .paginate_button{padding:4px 10px;border-radius:4px;font-size:12px}.dataTables_wrapper .dataTables_paginate .paginate_button.current{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important}table.dataTable thead th{font-size:12px;text-transform:uppercase;letter-spacing:.3px;color:#475569;font-weight:600}table.dataTable tbody td{font-size:13px;color:#1e293b}table.dataTable tbody tr:hover{background:#f8fafc!important}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2000;justify-content:center;align-items:center}.overlay.active{display:flex}.overlay-box{background:#fff;border-radius:12px;padding:30px;text-align:center;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.overlay-box p{margin-bottom:20px;font-size:15px;color:#475569}.overlay-box button{margin:0 6px;padding:8px 20px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500}.overlay-box .confirm-yes{background:#dc2626;color:#fff}.overlay-box .confirm-no{background:#e2e8f0;color:#475569}@media (max-width:768px){.container{padding:12px}.header h1{font-size:20px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.charts-grid,.charts-grid-3{grid-template-columns:1fr}.comparison-strip{grid-template-columns:1fr}.filters{flex-direction:column}.filter-group{width:100%}.filter-group input,.filter-group select{width:100%}.detail-grid{grid-template-columns:1fr}.tab-btn{padding:10px 14px;font-size:13px;min-height:44px}.kpi-card .kpi-value{font-size:20px}.analytics-kpi-grid{grid-template-columns:repeat(2,1fr)}.status-badges{gap:6px}.status-badge-btn{padding:8px 14px;font-size:12px;min-height:44px}.range-btn{padding:8px 16px;min-height:44px}.summary-stats-bar{grid-template-columns:repeat(2,1fr)}.add-card-row{flex-direction:column}.add-card-row input{width:100%}.refresh-bar{flex-direction:column;gap:8px;text-align:center}.btn-refresh{min-height:44px}}@media (max-width:480px){.kpi-grid{grid-template-columns:1fr}.analytics-kpi-grid{grid-template-columns:1fr}.charts-grid{min-height:auto}.chart-container{height:200px}.summary-stats-bar{grid-template-columns:1fr}}.refresh-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;font-size:12px}.refresh-timestamp{color:#64748b}.btn-refresh{background:#e2e8f0;color:#475569;border:1px solid #cbd5e1;border-radius:5px;cursor:pointer;font-family:inherit;transition:all .2s}.btn-refresh:hover{background:#cbd5e1}.recent-txn-row{cursor:pointer}.recent-txn-row:hover{background:#eff6ff!important}.txn-lifecycle{padding:4px 0}.lifecycle-step{display:flex;gap:14px;align-items:stretch}.lifecycle-marker{display:flex;flex-direction:column;align-items:center;width:20px;flex-shrink:0}.lifecycle-dot{width:12px;height:12px;border-radius:50%;background:#94a3b8;flex-shrink:0;margin-top:10px}.lifecycle-dot.dot-settled{background:#059669}.lifecycle-dot.dot-pending{background:#f59e0b}.lifecycle-dot.dot-cancelled{background:#94a3b8}.lifecycle-dot.dot-failed{background:#ef4444}.lifecycle-line{width:2px;flex-grow:1;background:#e2e8f0;min-height:8px}.lifecycle-content{flex:1;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:4px}.lifecycle-active .lifecycle-content{background:#eff6ff;border:1px solid #bfdbfe}.lifecycle-type{font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.lifecycle-meta{display:flex;gap:10px;align-items:center;margin-top:2px;font-size:12px;color:#64748b}.lifecycle-amount{font-weight:600;font-size:14px}.badge-outcome-success{background:#dcfce7;color:#166534}.badge-outcome-pending{background:#fef3c7;color:#92400e}.badge-outcome-failed{background:#fce8e8;color:#991b1b}.related-count{display:inline-block;padding:1px 7px;border-radius:10px;font-size:11px;font-weight:600;background:#e2e8f0;color:#475569}.btn-toggle-view{background:#e2e8f0;color:#475569;border:1px solid #cbd5e1}.btn-toggle-view:hover{background:#cbd5e1}.txn-grouped-info{font-size:12px;color:#64748b;margin-bottom:12px}.txn-badge{display:inline-block;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;vertical-align:middle}.txn-badge-recurring{background:#dbeafe;color:#1e40af}.txn-badge-anomaly-warning{background:#fef3c7;color:#92400e}.txn-badge-anomaly-info{background:#e0f2fe;color:#075985}.insight-badge-btn .insight-icon{font-size:14px;line-height:1}table.dataTable tbody tr{cursor:pointer}.txn-detail-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;overflow-y:auto}.txn-detail-overlay.visible{opacity:1;visibility:visible;pointer-events:auto}.txn-detail-container{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;display:flex;flex-direction:column}.txn-detail-close{position:absolute;top:12px;right:16px;background:0 0;border:none;font-size:28px;color:#64748b;cursor:pointer;line-height:1;padding:4px 8px;border-radius:4px;z-index:1;font-family:inherit}.txn-detail-close:hover{background:#f1f5f9;color:#1e293b}.txn-detail-content{overflow-y:auto;padding:24px}.txn-detail-header{border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px}.txn-detail-type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:6px}.txn-detail-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}.txn-detail-date{font-size:13px;color:#64748b}.txn-detail-amount{font-size:28px;font-weight:700}.txn-insight-banner{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-radius:8px;margin-bottom:12px;font-size:13px;line-height:1.5;border:1px solid}.insight-banner-icon{font-size:18px;flex-shrink:0;margin-top:1px}.txn-insight-recurring{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.txn-insight-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.txn-insight-info{background:#f0f9ff;border-color:#bae6fd;color:#075985}.txn-detail-grid{display:grid;grid-template-columns:1fr}.txn-detail-grid .detail-row{padding:8px 12px;border-bottom:1px solid #f1f5f9;font-size:13px}.txn-detail-grid .detail-row:nth-child(odd){background:#f8fafc}.txn-detail-section{margin-top:20px}.txn-detail-section h3{font-size:13px;font-weight:600;color:#475569;margin-bottom:10px;text-transform:uppercase;letter-spacing:.3px}.txn-detail-chart-wrap{height:160px;position:relative}.txn-related-table{width:100%;border-collapse:collapse;font-size:13px}.txn-related-table th{text-align:left;padding:6px 10px;border-bottom:2px solid #e2e8f0;font-weight:600;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.3px}.txn-related-table td{padding:6px 10px;border-bottom:1px solid #f1f5f9;color:#1e293b}.txn-related-table tbody tr:hover{background:#f8fafc}.txn-related-current{background:#eff6ff!important;font-weight:600}@media (max-width:768px){.txn-detail-overlay{padding:10px}.txn-detail-container{max-width:100%;max-height:95vh}.txn-detail-content{padding:16px}.txn-detail-amount{font-size:22px}.txn-detail-grid{grid-template-columns:1fr}.lifecycle-meta{flex-wrap:wrap;gap:4px}}[data-theme=dark] body{background:#0f172a;color:#e2e8f0}[data-theme=dark] .header h1{color:#e2e8f0}[data-theme=dark] .tab-nav{border-bottom-color:#334155}[data-theme=dark] .tab-btn{color:#94a3b8}[data-theme=dark] .tab-btn:hover{color:#93c5fd}[data-theme=dark] .tab-btn.active{color:#93c5fd;border-bottom-color:#3b82f6}[data-theme=dark] .chart-card,[data-theme=dark] .detail-card,[data-theme=dark] .kpi-card,[data-theme=dark] .section-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px rgba(0,0,0,.2)}[data-theme=dark] .kpi-card .kpi-label{color:#64748b}[data-theme=dark] .kpi-card .kpi-value{color:#e2e8f0}[data-theme=dark] .kpi-card .kpi-sub{color:#64748b}[data-theme=dark] .chart-card h3,[data-theme=dark] .detail-card h3,[data-theme=dark] .section-card h3{color:#94a3b8}[data-theme=dark] .detail-card h3{border-bottom-color:#334155}[data-theme=dark] .data-table th{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .data-table td{color:#e2e8f0;border-bottom-color:#1e293b}[data-theme=dark] .data-table tbody tr:hover{background:#334155}[data-theme=dark] .detail-row{border-bottom-color:#334155}[data-theme=dark] .detail-label{color:#94a3b8}[data-theme=dark] .detail-value{color:#e2e8f0}[data-theme=dark] .badge-active,[data-theme=dark] .badge-settled,[data-theme=dark] .badge-success{background:#064e3b;color:#6ee7b7}[data-theme=dark] .badge-pending{background:#78350f;color:#fcd34d}[data-theme=dark] .badge-cancelled,[data-theme=dark] .badge-inactive{background:#334155;color:#94a3b8}[data-theme=dark] .badge-failed{background:#7f1d1d;color:#fca5a5}[data-theme=dark] .loading{color:#64748b}[data-theme=dark] .loading-spinner{border-color:#334155;border-top-color:#3b82f6}[data-theme=dark] .btn-secondary{background:#334155;color:#94a3b8}[data-theme=dark] .btn-secondary:hover{background:#475569}[data-theme=dark] .filter-group label{color:#64748b}[data-theme=dark] .filter-group input,[data-theme=dark] .filter-group select{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .filter-group input:focus,[data-theme=dark] .filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}[data-theme=dark] .empty-state{color:#64748b}[data-theme=dark] .comparison-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px rgba(0,0,0,.2)}[data-theme=dark] .comparison-card .comp-label{color:#64748b}[data-theme=dark] .comparison-card .comp-value{color:#e2e8f0}[data-theme=dark] .range-selector{border-color:#334155}[data-theme=dark] .range-btn{background:#1e293b;color:#94a3b8;border-right-color:#334155}[data-theme=dark] .range-btn:hover{background:#334155}[data-theme=dark] .range-btn.active{background:#3b82f6;color:#fff}[data-theme=dark] .status-badge-btn{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .status-badge-btn:hover{border-color:#475569}[data-theme=dark] .status-badge-btn.active{border-color:#3b82f6;background:#1e3a5f;color:#93c5fd}[data-theme=dark] .status-badge-btn .badge-count{background:#334155;color:#94a3b8}[data-theme=dark] .status-badge-btn.active .badge-count{background:#3b82f6;color:#fff}[data-theme=dark] .summary-stats-bar{background:#0f172a;border-color:#334155}[data-theme=dark] .summary-stat .stat-label{color:#64748b}[data-theme=dark] .summary-stat .stat-value{color:#e2e8f0}[data-theme=dark] .card-info-banner{background:#1e3a5f;border-color:#1e40af;color:#93c5fd}[data-theme=dark] .card-info-banner.warning{background:#422006;border-color:#92400e;color:#fde68a}[data-theme=dark] .card-info-banner.warning code{background:rgba(255,255,255,.1)}[data-theme=dark] .card-mapping-table th{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .card-mapping-table td{color:#e2e8f0;border-bottom-color:#1e293b}[data-theme=dark] .card-mapping-table .card-name-input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .card-mapping-table .card-name-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}[data-theme=dark] .add-card-row input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .add-card-row input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}[data-theme=dark] .top-days-table th{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .top-days-table td{color:#e2e8f0;border-bottom-color:#1e293b}[data-theme=dark] .top-days-table .rank{color:#93c5fd}[data-theme=dark] .dataTables_wrapper .dataTables_filter input{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .dataTables_wrapper .dataTables_length select{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .dataTables_wrapper .dataTables_info{color:#64748b}[data-theme=dark] table.dataTable thead th{color:#94a3b8;border-bottom-color:#334155!important}[data-theme=dark] table.dataTable tbody td{color:#e2e8f0;background:#1e293b}[data-theme=dark] table.dataTable tbody tr.odd td{background:#172033}[data-theme=dark] table.dataTable tbody tr.even td{background:#1e293b}[data-theme=dark] table.dataTable tbody tr:hover{background:#334155!important}[data-theme=dark] table.dataTable,[data-theme=dark] table.dataTable.no-footer{border-bottom-color:#334155!important}[data-theme=dark] .dataTables_wrapper .dataTables_paginate .paginate_button{color:#94a3b8!important}[data-theme=dark] .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#334155!important;border-color:#334155!important;color:#e2e8f0!important}[data-theme=dark] .dataTables_wrapper .dataTables_paginate .paginate_button.current{background:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}[data-theme=dark] .overlay-box{background:#1e293b;border:1px solid #334155}[data-theme=dark] .overlay-box p{color:#94a3b8}[data-theme=dark] .overlay-box .confirm-no{background:#334155;color:#94a3b8}[data-theme=dark] .txn-badge-recurring{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .txn-badge-anomaly-warning{background:#422006;color:#fcd34d}[data-theme=dark] .txn-badge-anomaly-info{background:#0c4a6e;color:#7dd3fc}[data-theme=dark] .txn-detail-container{background:#1e293b;border:1px solid #334155}[data-theme=dark] .txn-detail-close{color:#94a3b8}[data-theme=dark] .txn-detail-close:hover{background:#334155;color:#e2e8f0}[data-theme=dark] .txn-detail-header{border-bottom-color:#334155}[data-theme=dark] .txn-detail-type{color:#64748b}[data-theme=dark] .txn-detail-date{color:#94a3b8}[data-theme=dark] .txn-insight-recurring{background:#1e3a5f;border-color:#1e40af;color:#93c5fd}[data-theme=dark] .txn-insight-warning{background:#422006;border-color:#92400e;color:#fde68a}[data-theme=dark] .txn-insight-info{background:#0c4a6e;border-color:#075985;color:#7dd3fc}[data-theme=dark] .txn-detail-grid .detail-row{border-bottom-color:#334155}[data-theme=dark] .txn-detail-grid .detail-row:nth-child(odd){background:#0f172a}[data-theme=dark] .txn-detail-section h3{color:#94a3b8}[data-theme=dark] .txn-related-table th{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .txn-related-table td{color:#e2e8f0;border-bottom-color:#334155}[data-theme=dark] .txn-related-table tbody tr:hover{background:#334155}[data-theme=dark] .txn-related-current{background:#1e3a5f!important}[data-theme=dark] .refresh-bar{background:#0f172a;border-color:#334155}[data-theme=dark] .refresh-timestamp{color:#94a3b8}[data-theme=dark] .btn-refresh{background:#334155;color:#94a3b8;border-color:#475569}[data-theme=dark] .btn-refresh:hover{background:#475569}[data-theme=dark] .recent-txn-row:hover{background:#1e3a5f!important}[data-theme=dark] .lifecycle-line{background:#334155}[data-theme=dark] .lifecycle-content{color:#e2e8f0}[data-theme=dark] .lifecycle-active .lifecycle-content{background:#1e3a5f;border-color:#1e40af}[data-theme=dark] .lifecycle-type{color:#94a3b8}[data-theme=dark] .lifecycle-meta{color:#64748b}[data-theme=dark] .badge-outcome-success{background:#064e3b;color:#6ee7b7}[data-theme=dark] .badge-outcome-pending{background:#78350f;color:#fcd34d}[data-theme=dark] .badge-outcome-failed{background:#7f1d1d;color:#fca5a5}[data-theme=dark] .related-count{background:#334155;color:#94a3b8}[data-theme=dark] .btn-toggle-view{background:#334155;color:#94a3b8;border-color:#475569}[data-theme=dark] .btn-toggle-view:hover{background:#475569}[data-theme=dark] .txn-grouped-info{color:#64748b}.calendar-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin:16px 0}.calendar-nav-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:18px;cursor:pointer;color:#334155;min-height:44px;min-width:44px;transition:background .15s}.calendar-nav-btn:hover{background:#e2e8f0}.calendar-month-label{font-size:20px;font-weight:600;color:#1e293b;min-width:200px;text-align:center}.calendar-legend{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0 16px;padding:12px;background:#f8fafc;border-radius:8px}.calendar-legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569}.calendar-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-bottom:24px}.calendar-header-cell{background:#f1f5f9;padding:8px 4px;text-align:center;font-weight:600;font-size:13px;color:#64748b;border-bottom:1px solid #e2e8f0}.calendar-cell{min-height:90px;padding:6px;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;background:#fff;position:relative}.calendar-cell:nth-child(7n){border-right:none}.calendar-cell.other-month{background:#f8fafc;opacity:.4}.calendar-cell.today{border:2px solid #3b82f6;z-index:1}.calendar-cell.has-events{cursor:pointer}.calendar-cell.has-events:hover{background:#f1f5f9}.calendar-date{font-size:13px;font-weight:500;color:#475569;margin-bottom:4px}.calendar-events{display:flex;flex-wrap:wrap;gap:3px}.calendar-event-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.calendar-event-dot.projected{background:0 0;border:2px dashed;width:8px;height:8px;box-sizing:border-box}.calendar-day-total{font-size:11px;color:#64748b;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-day-content h2{margin:0 0 16px;font-size:20px;color:#1e293b}.calendar-day-content h3{margin:16px 0 8px;font-size:15px;color:#475569}[data-theme=dark] .calendar-nav-btn{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .calendar-nav-btn:hover{background:#475569}[data-theme=dark] .calendar-month-label{color:#f1f5f9}[data-theme=dark] .calendar-legend{background:#1e293b}[data-theme=dark] .calendar-legend-item{color:#94a3b8}[data-theme=dark] .calendar-grid{border-color:#334155}[data-theme=dark] .calendar-header-cell{background:#1e293b;color:#94a3b8;border-color:#334155}[data-theme=dark] .calendar-cell{background:#0f172a;border-color:#334155}[data-theme=dark] .calendar-cell.other-month{background:#0c1222}[data-theme=dark] .calendar-cell.today{border-color:#3b82f6}[data-theme=dark] .calendar-cell.has-events:hover{background:#1e293b}[data-theme=dark] .calendar-date{color:#94a3b8}[data-theme=dark] .calendar-day-total{color:#64748b}[data-theme=dark] .calendar-day-content h2{color:#f1f5f9}[data-theme=dark] .calendar-day-content h3{color:#94a3b8}.stmt-controls{display:flex;align-items:center;gap:12px;margin-bottom:16px}.stmt-month-select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;background:#fff;color:#334155;min-height:40px}.stmt-header h2{margin:0 0 16px;font-size:20px;color:#1e293b}.stmt-summary{margin-bottom:24px}.stmt-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.stmt-summary-item{text-align:center}.stmt-summary-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.stmt-summary-value{font-size:20px;font-weight:600}.stmt-type-breakdown{border-top:1px solid #e2e8f0;padding-top:12px}.stmt-type-breakdown h4{margin:0 0 8px;font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stmt-type-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;font-size:14px}.stmt-type-name{flex:1;color:#334155}.stmt-type-count{color:#94a3b8;margin:0 16px;font-size:13px}.stmt-type-total{font-weight:600;min-width:100px;text-align:right}.stmt-week{margin-bottom:16px}.stmt-week-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.stmt-week-label{font-weight:600;font-size:15px;color:#334155}.stmt-week-subtotal{font-weight:700;font-size:15px}.stmt-txn-table{width:100%;min-width:700px}.stmt-txn-running{color:#94a3b8;font-style:italic}[data-theme=dark] .stmt-month-select{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .stmt-header h2{color:#f1f5f9}[data-theme=dark] .stmt-summary-label{color:#94a3b8}[data-theme=dark] .stmt-type-breakdown{border-color:#334155}[data-theme=dark] .stmt-type-breakdown h4{color:#94a3b8}[data-theme=dark] .stmt-type-name{color:#e2e8f0}[data-theme=dark] .stmt-type-count{color:#64748b}[data-theme=dark] .stmt-week-label{color:#e2e8f0}[data-theme=dark] .stmt-txn-running{color:#64748b}.budget-card{margin-bottom:16px}.budget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.budget-header h3,.budget-header h4{margin:0}.budget-amount{font-size:18px;font-weight:700;color:#1e293b}.budget-progress-wrap{background:#e2e8f0;border-radius:8px;height:24px;overflow:hidden;margin-bottom:8px}.budget-progress-bar{height:100%;border-radius:8px;transition:width .5s ease;min-width:2px}.budget-ok{background:#059669}.budget-warning{background:#f59e0b}.budget-danger{background:#ea580c}.budget-exceeded{background:#dc2626}.budget-stats{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#64748b}.budget-stats strong{color:#334155}.budget-section-title{margin:24px 0 12px;font-size:16px;color:#334155}.budget-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-bottom:24px}.budget-cards-grid .budget-card{margin-bottom:0}.budget-actions{margin:16px 0 24px}.budget-edit-section{margin-top:16px}.budget-edit-form{max-width:600px}.budget-edit-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.budget-edit-row label{font-weight:500;min-width:200px;color:#334155}.budget-edit-row input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;width:200px}.budget-edit-form h4{margin:16px 0 8px;color:#475569}.budget-card-row{display:flex;gap:8px;margin-bottom:8px;align-items:center}.budget-card-row input{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.budget-card-row .card-budget-sid{width:160px}.budget-card-row .card-budget-name{width:140px}.budget-card-row .card-budget-limit{width:120px}.budget-edit-actions{margin-top:16px;display:flex;gap:8px}.budget-overview-strip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;margin-bottom:24px;display:flex;align-items:center;gap:12px}.budget-overview-label{font-size:13px;font-weight:600;color:#475569;white-space:nowrap}.budget-overview-strip .budget-progress-wrap{flex:1;margin-bottom:0;height:16px}.budget-overview-strip .budget-progress-bar{height:100%}.budget-overview-text{font-size:13px;color:#64748b;white-space:nowrap}[data-theme=dark] .budget-amount{color:#f1f5f9}[data-theme=dark] .budget-progress-wrap{background:#334155}[data-theme=dark] .budget-stats{color:#94a3b8}[data-theme=dark] .budget-stats strong{color:#e2e8f0}[data-theme=dark] .budget-section-title{color:#e2e8f0}[data-theme=dark] .budget-edit-row label{color:#e2e8f0}[data-theme=dark] .budget-card-row input,[data-theme=dark] .budget-edit-row input{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .budget-edit-form h4{color:#94a3b8}[data-theme=dark] .budget-overview-strip{background:#1e293b;border-color:#334155}[data-theme=dark] .budget-overview-label{color:#94a3b8}[data-theme=dark] .budget-overview-text{color:#94a3b8}@media print{.header,.header-actions,.main-header,.nav-container,.refresh-bar,.stmt-controls,.tab-nav,nav{display:none!important}.tab-content{display:none!important}#tab-statements{display:block!important}body{background:#fff!important;color:#000!important}.container{max-width:100%!important;padding:0!important}.section-card,.stmt-summary,.stmt-week{border:1px solid #ccc!important;box-shadow:none!important;break-inside:avoid}}@media (max-width:768px){.calendar-cell{min-height:60px;padding:4px}.calendar-date{font-size:11px}.calendar-day-total{font-size:10px}.calendar-event-dot{width:6px;height:6px}.stmt-summary-grid{grid-template-columns:repeat(2,1fr)}.budget-cards-grid{grid-template-columns:1fr}.budget-card-row{flex-wrap:wrap}.budget-card-row input{width:100%!important}.budget-overview-strip{flex-direction:column;align-items:stretch}.budget-edit-row{flex-direction:column;align-items:flex-start}.budget-edit-row input{width:100%}}@media (max-width:480px){.calendar-day-total{display:none}.calendar-header-cell{font-size:11px;padding:6px 2px}.stmt-summary-grid{grid-template-columns:1fr}.stmt-controls{flex-direction:column;align-items:stretch}.stmt-txn-table{font-size:12px}}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-line{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px;height:24px;margin-bottom:8px}.skeleton-sm{height:14px;width:50%}.skeleton-lg{height:32px;width:70%}.skeleton-chart{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;height:200px;border-radius:8px}[data-theme=dark] .skeleton-chart,[data-theme=dark] .skeleton-line{background:linear-gradient(90deg,#334155 25%,#475569 50%,#334155 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}