@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: hsl(217, 85%, 45%);--color-primary-hover: hsl(217, 85%, 38%);--color-primary-light: hsl(217, 85%, 95%);--color-primary-text: hsl(0, 0%, 100%);--color-background: hsl(220, 14%, 96%);--color-surface: hsl(0, 0%, 100%);--color-border: hsl(220, 13%, 88%);--color-border-focus: hsl(217, 85%, 45%);--color-text: hsl(222, 20%, 14%);--color-text-secondary: hsl(220, 9%, 45%);--color-text-muted: hsl(220, 9%, 62%);--color-text-disabled: hsl(220, 9%, 75%);--color-success: hsl(142, 60%, 32%);--color-success-bg: hsl(142, 60%, 95%);--color-warning: hsl(38, 88%, 40%);--color-warning-bg: hsl(38, 88%, 95%);--color-danger: hsl(0, 68%, 42%);--color-danger-bg: hsl(0, 68%, 96%);--color-info: hsl(210, 75%, 38%);--color-info-bg: hsl(210, 75%, 95%);--color-debit: hsl(0, 68%, 42%);--color-credit: hsl(142, 60%, 32%);--color-neutral: hsl(220, 9%, 45%);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-md: 15px;--font-size-lg: 17px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.65;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);--transition-fast: .1s ease;--transition-normal: .15s ease;--transition-slow: .2s ease;--sidebar-width: 240px;--header-height: 60px;--content-max-width: 1280px}.modern-table{width:100%;border-collapse:collapse;text-align:left;font-size:.8125rem;background:#fff}.modern-table thead th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.725rem;padding:.6rem .85rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.modern-table tbody td{padding:.6rem .85rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.modern-table tbody tr{transition:background-color .12s ease}.modern-table tbody tr:hover{background-color:#f8fafc}.modern-table .cell-numeric{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.modern-table .cell-action{text-align:right;white-space:nowrap}.modern-list-card{padding:.65rem .75rem;border-bottom:1px solid #f1f5f9;cursor:pointer;background:#fff;transition:background-color .12s ease,border-left-color .12s ease;border-left:3px solid transparent}.modern-list-card:hover{background:#f8fafc}.modern-list-card.active{background:#f1f5f9;border-left-color:#0f172a}.badge-tag{display:inline-flex;align-items:center;padding:.1rem .35rem;border-radius:3px;font-size:.6875rem;font-weight:500;border:1px solid #cbd5e1;color:#475569;background:#fff}.badge-tag.badge-black{border-color:#fca5a5;background:#fef2f2;color:#dc2626;font-weight:600}.badge-tag.badge-passive{border-color:#e2e8f0;background:#f1f5f9;color:#64748b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}button{font-family:var(--font-family);cursor:pointer}input,select,textarea{font-family:var(--font-family);font-size:var(--font-size-base)}.amount{text-align:right;font-variant-numeric:tabular-nums}.amount-debit{color:var(--color-debit)}.amount-credit{color:var(--color-credit)}
