body { font-family: system-ui, Arial; margin: 0; background: #0b0f14; color: #e7eef7; }
a { color: inherit; text-decoration: none; }

::-webkit-scrollbar{ width:6px; height:6px; }
::-webkit-scrollbar-track{ background:transparent; }
::-webkit-scrollbar-thumb{ background:rgba(47,255,213,.15); border-radius:99px; }
::-webkit-scrollbar-thumb:hover{ background:rgba(47,255,213,.35); }
::-webkit-scrollbar-corner{ background:transparent; }
* { scrollbar-width:thin; scrollbar-color:rgba(47,255,213,.15) transparent; }
