.dashboard-container.svelte-1hbgwxk{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa;color:#1e2329;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif}.dashboard-main.svelte-1hbgwxk{flex:1;max-width:1400px;margin:0 auto;padding:3rem 2rem;width:100%}.access-denied.svelte-1hbgwxk,.error-container.svelte-1hbgwxk,.content-container.svelte-1hbgwxk{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #0000000a}.access-denied.svelte-1hbgwxk,.error-container.svelte-1hbgwxk{text-align:center;max-width:600px;margin:0 auto}h1.svelte-1hbgwxk{color:#1e2329;font-size:2rem;margin-bottom:1rem;font-weight:700}h2.svelte-1hbgwxk{color:#1e2329;font-size:1.5rem;margin:2rem 0 1rem}p.svelte-1hbgwxk{color:#5e6673;line-height:1.6;margin:1rem 0}.btn-primary.svelte-1hbgwxk,.btn-download.svelte-1hbgwxk{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;font-size:1rem;margin-top:1rem;transition:transform .2s,opacity .2s}.btn-primary.svelte-1hbgwxk:hover,.btn-download.svelte-1hbgwxk:hover{opacity:.9;transform:translateY(-2px)}.login-form.svelte-1hbgwxk{margin-top:2rem;padding:2rem;background:#f8f9fa;border-radius:8px;border:1px solid #e6e8ea}.input-field.svelte-1hbgwxk{width:100%;padding:.75rem;margin:.5rem 0;background:#fff;border:1px solid #e6e8ea;border-radius:6px;color:#1e2329;font-size:1rem;box-sizing:border-box}.input-field.svelte-1hbgwxk:focus{outline:none;border-color:#f59e0b}.error-message.svelte-1hbgwxk{background:#fff1f0;color:#cf1322;padding:1rem;border-radius:6px;margin:1rem 0;border:1px solid #ffccc7}.error-details.svelte-1hbgwxk{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1.5rem 0;text-align:left;font-family:monospace;border:1px solid #e6e8ea}.error-info.svelte-1hbgwxk{margin-top:2rem}.error-info.svelte-1hbgwxk code:where(.svelte-1hbgwxk){background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;color:#ef4444;font-family:monospace}.welcome-message.svelte-1hbgwxk{background:#f0fdf4;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #d1fae5}.stats-grid.svelte-1hbgwxk{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.stat-card.svelte-1hbgwxk{background:#fff;padding:1.5rem;border-radius:8px;display:flex;align-items:center;gap:1rem;border:1px solid #e6e8ea;box-shadow:0 1px 3px #00000005}.stat-label.svelte-1hbgwxk{color:#5e6673;font-size:.875rem;margin-bottom:.5rem}.stat-value.svelte-1hbgwxk{color:#1e2329;font-size:1.75rem;font-weight:700}.navigation-box.svelte-1hbgwxk{margin-top:3rem}.nav-grid.svelte-1hbgwxk{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.nav-card.svelte-1hbgwxk{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e6e8ea;transition:all .2s;box-shadow:0 1px 3px #00000005}.nav-card.svelte-1hbgwxk:hover{box-shadow:0 4px 12px #00000014}.nav-card.highlight.svelte-1hbgwxk{border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b26}.nav-card.svelte-1hbgwxk h3:where(.svelte-1hbgwxk){color:#1e2329;margin-top:0}.transactions-header.svelte-1hbgwxk{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.transactions-header.svelte-1hbgwxk h2:where(.svelte-1hbgwxk){margin:0}.transactions-table.svelte-1hbgwxk{background:#fff;border-radius:8px;overflow:hidden;margin:2rem 0;border:1px solid #e6e8ea}table.svelte-1hbgwxk{width:100%;border-collapse:collapse}thead.svelte-1hbgwxk{background:#fafafa}th.svelte-1hbgwxk{padding:1rem;text-align:left;color:#5e6673;font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:.5px}tbody.svelte-1hbgwxk tr:where(.svelte-1hbgwxk){border-bottom:1px solid #f5f5f5}tbody.svelte-1hbgwxk tr:where(.svelte-1hbgwxk):hover{background:#fafafa}td.svelte-1hbgwxk{padding:1rem;color:#1e2329}.amount.svelte-1hbgwxk{color:#16c784;font-weight:600}.dashboard-footer.svelte-1hbgwxk{background:#fff;border-top:1px solid #e6e8ea;padding:1.5rem;text-align:center;color:#5e6673;font-size:.875rem;font-family:monospace}@media (max-width: 768px){.dashboard-main.svelte-1hbgwxk{padding:1.5rem 1rem}.access-denied.svelte-1hbgwxk,.error-container.svelte-1hbgwxk,.content-container.svelte-1hbgwxk{padding:1.5rem}.stats-grid.svelte-1hbgwxk,.nav-grid.svelte-1hbgwxk{grid-template-columns:1fr}.transactions-header.svelte-1hbgwxk{flex-direction:column;align-items:flex-start}.transactions-table.svelte-1hbgwxk{overflow-x:auto}table.svelte-1hbgwxk{min-width:600px}}
