.page-container.svelte-13lxqee.svelte-13lxqee{max-width:1200px;margin:0 auto;padding:0 20px}.page-header.svelte-13lxqee.svelte-13lxqee{margin-bottom:32px}.page-title.svelte-13lxqee.svelte-13lxqee{font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.page-description.svelte-13lxqee.svelte-13lxqee{font-size:1.125rem;color:var(--gray-600);margin:0}.stats-grid.svelte-13lxqee.svelte-13lxqee{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.stat-card.svelte-13lxqee.svelte-13lxqee{background:white;border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);display:flex;align-items:center;gap:16px}.stat-icon.svelte-13lxqee.svelte-13lxqee{width:48px;height:48px;background:var(--primary-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.stat-content.svelte-13lxqee h3.svelte-13lxqee{font-size:.875rem;font-weight:600;color:var(--gray-600);margin:0 0 4px}.stat-number.svelte-13lxqee.svelte-13lxqee{font-size:2rem;font-weight:700;color:var(--gray-900);margin:0 0 4px}.stat-change.svelte-13lxqee.svelte-13lxqee{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:4px}.stat-change.positive.svelte-13lxqee.svelte-13lxqee{background:#dcfce7;color:#166534}.stat-change.negative.svelte-13lxqee.svelte-13lxqee{background:#fee2e2;color:#dc2626}.content-grid.svelte-13lxqee.svelte-13lxqee{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px}.card.svelte-13lxqee.svelte-13lxqee{background:white;border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);overflow:hidden}.card-header.svelte-13lxqee.svelte-13lxqee{padding:24px 24px 0;border-bottom:1px solid var(--gray-200);margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.card-header.svelte-13lxqee h2.svelte-13lxqee{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin:0 0 24px}.card-body.svelte-13lxqee.svelte-13lxqee{padding:0 24px 24px}.transaction-list.svelte-13lxqee.svelte-13lxqee{display:flex;flex-direction:column;gap:16px}.transaction-item.svelte-13lxqee.svelte-13lxqee{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-200)}.transaction-info.svelte-13lxqee.svelte-13lxqee{display:flex;align-items:center;gap:12px}.transaction-icon.svelte-13lxqee.svelte-13lxqee{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.transaction-icon.income.svelte-13lxqee.svelte-13lxqee{background:#dcfce7;color:#166534}.transaction-icon.expense.svelte-13lxqee.svelte-13lxqee{background:#fee2e2;color:#dc2626}.transaction-details.svelte-13lxqee h4.svelte-13lxqee{font-size:1rem;font-weight:600;color:var(--gray-900);margin:0 0 4px}.transaction-details.svelte-13lxqee p.svelte-13lxqee{font-size:.875rem;color:var(--gray-600);margin:0 0 4px}.transaction-date.svelte-13lxqee.svelte-13lxqee{font-size:.75rem;color:var(--gray-500)}.transaction-amount.svelte-13lxqee.svelte-13lxqee{font-size:1.125rem;font-weight:700}.transaction-amount.income.svelte-13lxqee.svelte-13lxqee{color:#166534}.transaction-amount.expense.svelte-13lxqee.svelte-13lxqee{color:#dc2626}.budget-categories.svelte-13lxqee.svelte-13lxqee{display:flex;flex-direction:column;gap:16px}.budget-item.svelte-13lxqee.svelte-13lxqee{display:flex;align-items:center;gap:12px}.budget-info.svelte-13lxqee.svelte-13lxqee{display:flex;justify-content:space-between;align-items:center;min-width:120px}.budget-name.svelte-13lxqee.svelte-13lxqee{font-size:.875rem;font-weight:500;color:var(--gray-700)}.budget-amount.svelte-13lxqee.svelte-13lxqee{font-size:.75rem;color:var(--gray-500)}.budget-bar.svelte-13lxqee.svelte-13lxqee{flex:1;height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}.budget-fill.svelte-13lxqee.svelte-13lxqee{height:100%;background:var(--primary-color);transition:width .3s ease}.budget-percentage.svelte-13lxqee.svelte-13lxqee{font-size:.75rem;font-weight:600;color:var(--gray-700);min-width:35px;text-align:right}.action-grid.svelte-13lxqee.svelte-13lxqee{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.action-btn.svelte-13lxqee.svelte-13lxqee{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .2s ease}.action-btn.svelte-13lxqee.svelte-13lxqee:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.action-btn.svelte-13lxqee i.svelte-13lxqee{font-size:24px}.action-btn.svelte-13lxqee span.svelte-13lxqee{font-size:.875rem;font-weight:500}.coming-soon.svelte-13lxqee.svelte-13lxqee{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:20px;text-align:center}.coming-soon.svelte-13lxqee h3.svelte-13lxqee{color:var(--gray-700);margin:0 0 8px;font-size:1.125rem}.coming-soon.svelte-13lxqee p.svelte-13lxqee{color:var(--gray-600);margin:0}.btn.svelte-13lxqee.svelte-13lxqee{padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary.svelte-13lxqee.svelte-13lxqee{background:var(--primary-color);color:#fff}.btn-primary.svelte-13lxqee.svelte-13lxqee:hover{background:var(--primary-dark)}.dark .page-title.svelte-13lxqee.svelte-13lxqee{color:var(--text-primary)}.dark .page-description.svelte-13lxqee.svelte-13lxqee{color:var(--text-secondary)}.dark .stat-card.svelte-13lxqee.svelte-13lxqee,.dark .card.svelte-13lxqee.svelte-13lxqee{background:var(--bg-secondary);border-color:var(--gray-300)}.dark .card-header.svelte-13lxqee.svelte-13lxqee{border-bottom-color:var(--gray-300)}.dark .card-header.svelte-13lxqee h2.svelte-13lxqee{color:var(--text-primary)}.dark .stat-content.svelte-13lxqee h3.svelte-13lxqee{color:var(--text-tertiary)}.dark .stat-number.svelte-13lxqee.svelte-13lxqee{color:var(--text-primary)}.dark .transaction-item.svelte-13lxqee.svelte-13lxqee{background:var(--bg-tertiary);border-color:var(--gray-300)}.dark .transaction-details.svelte-13lxqee h4.svelte-13lxqee{color:var(--text-primary)}.dark .transaction-details.svelte-13lxqee p.svelte-13lxqee{color:var(--text-secondary)}.dark .transaction-date.svelte-13lxqee.svelte-13lxqee{color:var(--text-tertiary)}.dark .budget-name.svelte-13lxqee.svelte-13lxqee{color:var(--text-secondary)}.dark .budget-amount.svelte-13lxqee.svelte-13lxqee{color:var(--text-tertiary)}.dark .budget-percentage.svelte-13lxqee.svelte-13lxqee{color:var(--text-secondary)}.dark .action-btn.svelte-13lxqee.svelte-13lxqee{background:var(--bg-tertiary);border-color:var(--gray-300);color:var(--text-primary)}.dark .coming-soon.svelte-13lxqee.svelte-13lxqee{background:var(--bg-tertiary);border-color:var(--gray-300)}.dark .coming-soon.svelte-13lxqee h3.svelte-13lxqee{color:var(--text-secondary)}.dark .coming-soon.svelte-13lxqee p.svelte-13lxqee{color:var(--text-tertiary)}.brandkit-light .page-title.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-light .page-description.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-light .stat-card.svelte-13lxqee.svelte-13lxqee,.brandkit-light .card.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-elevated);border-color:var(--brandkit-border-light)}.brandkit-light .card-header.svelte-13lxqee.svelte-13lxqee{border-bottom-color:var(--brandkit-border-light)}.brandkit-light .card-header.svelte-13lxqee h2.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-light .stat-content.svelte-13lxqee h3.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-light .stat-number.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-light .transaction-item.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-primary);border-color:var(--brandkit-border-light)}.brandkit-light .transaction-details.svelte-13lxqee h4.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-light .transaction-details.svelte-13lxqee p.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-light .transaction-date.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-light .budget-name.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-light .budget-amount.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-light .budget-percentage.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-light .action-btn.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-primary);border-color:var(--brandkit-border-light);color:var(--brandkit-text-primary)}.brandkit-light .coming-soon.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-primary);border-color:var(--brandkit-border-light)}.brandkit-light .coming-soon.svelte-13lxqee h3.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-light .coming-soon.svelte-13lxqee p.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-dark .page-title.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-dark .page-description.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-dark .stat-card.svelte-13lxqee.svelte-13lxqee,.brandkit-dark .card.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-elevated);border-color:var(--brandkit-border-light)}.brandkit-dark .card-header.svelte-13lxqee.svelte-13lxqee{border-bottom-color:var(--brandkit-border-light)}.brandkit-dark .card-header.svelte-13lxqee h2.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-dark .stat-content.svelte-13lxqee h3.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-dark .stat-number.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-dark .transaction-item.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-primary);border-color:var(--brandkit-border-light)}.brandkit-dark .transaction-details.svelte-13lxqee h4.svelte-13lxqee{color:var(--brandkit-text-primary)}.brandkit-dark .transaction-details.svelte-13lxqee p.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-dark .transaction-date.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-dark .budget-name.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-dark .budget-amount.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-tertiary)}.brandkit-dark .budget-percentage.svelte-13lxqee.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-dark .action-btn.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-primary);border-color:var(--brandkit-border-light);color:var(--brandkit-text-primary)}.brandkit-dark .coming-soon.svelte-13lxqee.svelte-13lxqee{background:var(--brandkit-bg-primary);border-color:var(--brandkit-border-light)}.brandkit-dark .coming-soon.svelte-13lxqee h3.svelte-13lxqee{color:var(--brandkit-text-secondary)}.brandkit-dark .coming-soon.svelte-13lxqee p.svelte-13lxqee{color:var(--brandkit-text-tertiary)}@media (max-width: 768px){.content-grid.svelte-13lxqee.svelte-13lxqee,.stats-grid.svelte-13lxqee.svelte-13lxqee,.action-grid.svelte-13lxqee.svelte-13lxqee{grid-template-columns:1fr}.transaction-item.svelte-13lxqee.svelte-13lxqee{flex-direction:column;align-items:flex-start;gap:12px}.budget-item.svelte-13lxqee.svelte-13lxqee{flex-direction:column;align-items:flex-start;gap:8px}.budget-info.svelte-13lxqee.svelte-13lxqee{min-width:auto;width:100%}}
