/* Sanctum custom overrides. Keep thin — Tailwind utilities handle most styling. */

html, body { height: 100%; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0b1020; }
::-webkit-scrollbar-thumb { background: #1f2937; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #374151; }
