:root{color-scheme:dark;--gold:#d59a12;--ink:#f5f5f5;--muted:#c8c8c8;--panel:#121212}*{box-sizing:border-box}body{margin:0;background:#050505;color:var(--ink);font:16px/1.65 system-ui,-apple-system,Segoe UI,sans-serif}header,main,footer{max-width:900px;margin:auto;padding:1.25rem}header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--gold)}header a,main a,footer a{color:#f1c64f}.brand{font-weight:800;letter-spacing:.12em;color:#f1c64f;text-decoration:none}main{padding-block:3rem}h1{font-size:clamp(2rem,6vw,4rem);line-height:1.05}h2{margin-top:2.5rem;color:#f1c64f}.card{background:var(--panel);border:1px solid #343434;border-radius:16px;padding:1.25rem;margin:1rem 0}.button{display:inline-block;background:linear-gradient(120deg,#b97800,#ffe580,#b97800);color:#090909;font-weight:800;text-decoration:none;padding:.8rem 1.1rem;border-radius:12px}.muted{color:var(--muted)}footer{border-top:1px solid #343434}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.5rem}
