:root{--background: #E8E2D7;--foreground: #1C3144;--card: #FFFFFF;--card-foreground: #1C3144;--popover: #FFFFFF;--popover-foreground: #1C3144;--primary: #1C3144;--primary-foreground: #FFFFFF;--secondary: #E8E2D7;--secondary-foreground: #1C3144;--muted: #DDD6C9;--muted-foreground: #5E6F7D;--accent: #BFA264;--accent-foreground: #1C3144;--border: #D1C9BB;--input: #D1C9BB;--ring: #BFA264;--status-paid: #0E5E57;--status-paid-bg: #E3F0EE;--status-pending: #D99E2C;--status-pending-bg: #FBF0DC;--status-overdue: #C43A3A;--status-overdue-bg: #F8E0E0;--font-sans: "Fira Sans", system-ui, -apple-system, sans-serif;--radius: 8px;--shadow-sm: 0 1px 2px rgba(28, 49, 68, .06);--shadow-md: 0 2px 8px rgba(28, 49, 68, .08)}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.tabular{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}
