html, body { height: 100%; }

/* Custom scrollbar to match dark theme */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0f1421; }
::-webkit-scrollbar-thumb { background: #2a3142; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #3a4258; }

/* Collapsed sidebar: shrink to icon-only */
#app.sidebar-collapsed #sidebar { width: 4rem; }
#app.sidebar-collapsed #sidebar .sidebar-label { display: none; }
#app.sidebar-collapsed #sidebar nav a { justify-content: center; padding-left: 0.5rem; padding-right: 0.5rem; }

/* Card primitive used by page templates */
.card {
  background: #1a1f2e;
  border: 1px solid #2a3142;
  border-radius: 0.5rem;
}

.stat-card {
  background: #1a1f2e;
  border: 1px solid #2a3142;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}
