:root { --bs-body-bg: #f5f6f8; }
body { background: var(--bs-body-bg); }
.card { border: none; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.stat-card .stat-value { font-size: 1.6rem; font-weight: 600; }
.stat-card .stat-icon { font-size: 1.8rem; opacity: .35; }
.table > :not(caption) > * > * { padding: .6rem .75rem; }
.auth-wrap { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg,#1f2937,#111827); }
.auth-card { width: 100%; max-width: 400px; }
.line-item-row td { vertical-align: middle; }
a.text-reset-row { text-decoration: none; color: inherit; }
