/* ─── Base ─────────────────────────────────────────────────── */

body {
  background-color: #0a0e1a;
  color: #e6edf3;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0d1117; }
::-webkit-scrollbar-thumb { background: #30363d; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #00ff88; }
