@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";@theme{ --font-sans: "Outfit", sans-serif; --font-mono: "DM Mono", monospace; }:root,[data-theme=ledger]{--background: #0a0c10;--foreground: #e8eaf0;--card: #111318;--card-foreground: #e8eaf0;--primary: #4ade80;--primary-foreground: #0a0c10;--secondary: #1a1f2e;--secondary-foreground: #9ba3b8;--muted: #161b27;--muted-foreground: #6b7592;--accent: #818cf8;--accent-foreground: #0a0c10;--border: rgba(255, 255, 255, .07);--ring: #4ade80;--radius: 10px;--income: #4ade80;--expense: #f87171;--qr: #facc15;--negative: var(--expense);--scrollbar-thumb: rgba(255, 255, 255, .1);--scrollbar-thumb-hover: rgba(255, 255, 255, .2)}[data-theme=ocean]{--background: #07121c;--foreground: #e6f2f8;--card: #0c1b28;--card-foreground: #e6f2f8;--primary: #2dd4bf;--primary-foreground: #042f2e;--secondary: #132536;--secondary-foreground: #94b4c7;--muted: #0f2030;--muted-foreground: #6d8fa3;--accent: #38bdf8;--accent-foreground: #0c4a6e;--border: rgba(125, 211, 252, .12);--ring: #2dd4bf;--radius: 10px;--income: #2dd4bf;--expense: #fb7185;--qr: #fbbf24;--negative: var(--expense);--scrollbar-thumb: rgba(125, 211, 252, .15);--scrollbar-thumb-hover: rgba(125, 211, 252, .28)}[data-theme=ember]{--background: #120c0a;--foreground: #f3e8e2;--card: #1a1210;--card-foreground: #f3e8e2;--primary: #fb923c;--primary-foreground: #431407;--secondary: #261812;--secondary-foreground: #c4a594;--muted: #1f1410;--muted-foreground: #9a7b6a;--accent: #f43f5e;--accent-foreground: #4c0519;--border: rgba(251, 146, 60, .12);--ring: #fb923c;--radius: 10px;--income: #34d399;--expense: #f43f5e;--qr: #fbbf24;--negative: var(--expense);--scrollbar-thumb: rgba(251, 146, 60, .15);--scrollbar-thumb-hover: rgba(251, 146, 60, .28)}[data-theme=mist]{--background: #eef2f6;--foreground: #1a2332;--card: #ffffff;--card-foreground: #1a2332;--primary: #0d9488;--primary-foreground: #ffffff;--secondary: #e2e8f0;--secondary-foreground: #475569;--muted: #e8eef4;--muted-foreground: #64748b;--accent: #4f46e5;--accent-foreground: #ffffff;--border: rgba(15, 23, 42, .1);--ring: #0d9488;--radius: 10px;--income: #059669;--expense: #dc2626;--qr: #d97706;--negative: var(--expense);--scrollbar-thumb: rgba(15, 23, 42, .15);--scrollbar-thumb-hover: rgba(15, 23, 42, .28)}*{box-sizing:border-box}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);margin:0;padding:0;transition:background-color .2s ease,color .2s ease}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.loading-blur{filter:blur(3px);pointer-events:none}
