:root { --ink:#10241d; --paper:#f6f3ec; --lime:#c8f36a; --line:rgba(16,36,29,.16); }
* { box-sizing:border-box; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"Segoe UI",Arial,sans-serif; }
header, main, footer { width:min(820px, calc(100% - 36px)); margin-inline:auto; }
header { min-height:84px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { font-weight:800; text-decoration:none; }
.back { text-underline-offset:4px; }
main { padding:72px 0 96px; }
.eyebrow { text-transform:uppercase; letter-spacing:.14em; font:700 12px/1.4 Consolas,monospace; }
h1 { margin:14px 0 24px; font-size:clamp(42px,8vw,72px); line-height:1; letter-spacing:-.05em; }
h2 { margin:42px 0 12px; font-size:24px; }
p, li { line-height:1.7; color:rgba(16,36,29,.74); }
.pending { padding:18px 20px; border:1px solid #8f6a00; border-radius:12px; background:#fff4c2; color:#503b00; }
a { color:inherit; }
footer { padding:28px 0 44px; border-top:1px solid var(--line); font-size:13px; }
