html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;background:#000;color:#f0e6c8;}
nav{display:flex;gap:1rem;padding:1rem;flex-wrap:wrap;background:#111;}
nav a{text-decoration:none;color:#f0e6c8;font-weight:600;}
nav a:hover{text-decoration:underline;}
main{padding:1.5rem;max-width:1200px;margin:0 auto;}
h1,h2{font-weight:700;letter-spacing:.5px;}
ul{list-style:none;padding:0;margin:0;}
ul li{margin:.25rem 0;}
.hidden{display:none;}
