/* public/assets/css/app.css (v3) */
:root { --bs-body-font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
.card { border: 1px solid rgba(0,0,0,.06); border-radius: 1rem; }
.card-header { border-bottom: 1px solid rgba(0,0,0,.06); }




html, body { height: 100%; }

.navbar-brand img { filter: saturate(0.9); }
.stat-card .fs-3 { letter-spacing: -0.02em; }

.card { border: 1px solid rgba(0,0,0,.06); border-radius: var(--radius); }
.card-header { border-bottom: 1px solid rgba(0,0,0,.06); }

.table > :not(caption) > * > * { padding: .6rem .8rem; }

[data-theme="dark"] body { background: #0f1115; color: #e6e6e6; }
[data-theme="dark"] .navbar, [data-theme="dark"] .card, [data-theme="dark"] .table, 
[data-theme="dark"] .dropdown-menu, [data-theme="dark"] .alert {
  background-color: #151922 !important; color: #d7d7d7;
  border-color: rgba(255,255,255,.08) !important;
}
[data-theme="dark"] .table thead { background-color: #0f131a !important; }
[data-theme="dark"] .border-top { border-color: rgba(255,255,255,.08) !important; }
