:root{--bg:#05070c;--panel:hsla(0,0%,100%,.03);--text:rgba(231,233,238,.92);--muted:rgba(231,233,238,.72);--line:hsla(0,0%,100%,.1);--gold:#d9b55a;--blue:#5aa7ff}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}h1,h2,h3{margin:0 0 10px;letter-spacing:.02em}h1{font-size:clamp(40px,6vw,72px)}a{color:var(--text);text-decoration:none;border-bottom:1px solid transparent}a:hover{border-bottom-color:var(--line)}.gold{color:var(--gold)}.blue{color:var(--blue)}.muted{color:var(--muted)}.hr{height:1px;background:var(--line);border:0;margin:24px 0}