/* Minor UI overrides */
body { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
#modal { display: flex; }
.hidden { display: none !important; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.06); border-radius: 999px; }
