/* Base styles already inlined in layout. This file intentionally minimal. */
html { scroll-behavior: smooth; }
::selection { background: rgba(245,158,11,0.25); color: #F4F4F6; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0C0C0F; }
::-webkit-scrollbar-thumb { background: #2A2A35; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3A3A48; }
