* { margin:0; padding:0; box-sizing:border-box }
body { background:#0a0a0a; color:#e0e0e0; font-family:'Segoe UI',system-ui,sans-serif; min-height:100vh }
a { color:#e0e0e0; text-decoration:none }
a:hover { color:#fff; text-decoration:underline }
::-webkit-scrollbar { width:6px } ::-webkit-scrollbar-track { background:#111 }
::-webkit-scrollbar-thumb { background:#333; border-radius:3px }
