:root { --ink:#08080c; --gold:#e5b765; --paper:#fff9ed; --muted:#6d655c; }
* { box-sizing:border-box; }
html { background:#020204; }
body { width:100%; max-width:680px; min-height:100vh; margin:0 auto; padding:32px 22px 60px; background:var(--paper); color:#17130f; font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.65; }
a { color:#81530e; }
.back { display:inline-flex; margin-bottom:32px; font-weight:800; text-decoration:none; }
h1 { margin:0 0 22px; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:clamp(38px,9vw,58px); line-height:.95; text-transform:uppercase; }
h2 { margin:30px 0 8px; font-size:19px; }
p,li { color:var(--muted); }
footer { margin-top:40px; padding-top:20px; border-top:1px solid #d9c9aa; font-size:13px; }
