*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4f46e5;--primary-dark: #4338ca;--danger: #ef4444;--income: #22c55e;--expense: #ef4444;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;border:none;transition:background .15s,opacity .15s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--bg)}.btn-danger{background:var(--danger);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-full{width:100%}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:500;color:var(--text-muted)}.form-control{padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;color:var(--text);background:var(--surface);width:100%;outline:none;transition:border-color .15s}.form-control:focus{border-color:var(--primary)}.amount-positive{color:var(--income);font-weight:600}.amount-negative{color:var(--expense);font-weight:600}.badge{display:inline-block;padding:2px 8px;border-radius:99px;font-size:11px;font-weight:500}.badge-income{background:#dcfce7;color:#166534}.badge-expense{background:#fee2e2;color:#991b1b}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:60px 20px;color:var(--text-muted);font-size:14px}.login-wrap.svelte-12qhfyh{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea22,#764ba222)}.login-card.svelte-12qhfyh{width:100%;max-width:420px;padding:40px 32px;display:flex;flex-direction:column;gap:20px}h1.svelte-12qhfyh{font-size:24px;font-weight:700;color:var(--primary)}.subtitle.svelte-12qhfyh{font-size:14px;color:var(--text-muted);margin-top:-12px}.error-msg.svelte-12qhfyh{font-size:13px;color:var(--danger)}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.topnav.svelte-12qhfyh{display:flex;align-items:center;gap:32px;padding:0 24px;height:56px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.brand.svelte-12qhfyh{font-size:16px;font-weight:700;color:var(--primary);white-space:nowrap}.nav-links.svelte-12qhfyh{display:flex;gap:4px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:6px 14px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-muted);transition:background .15s,color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--bg);color:var(--text)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:#ede9fe;color:var(--primary)}.main-content.svelte-12qhfyh{flex:1;padding:24px;max-width:960px;width:100%;margin:0 auto}
