@charset "UTF-8";:root{--bg: #f5f6f8;--surface: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--primary: #2563eb;--border: #e5e7eb;--income: #16a34a;--expense: #dc2626}:root[data-theme=dark]{--bg: #0f1115;--surface: #1a1d23;--text: #e5e7eb;--text-muted: #9ca3af;--primary: #3b82f6;--border: #2a2e37;--income: #22c55e;--expense: #ef4444}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans Thai,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
