:root{
  --green:#10251D; --green2:#0B1B15; --cream:#F5F2E9; --muted:#9DB4A6;
  --lime:#C8F169; --cue:#E8842C; --line:rgba(245,242,233,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
body{
  background:linear-gradient(var(--green), var(--green2));
  background-attachment:fixed;
  color:var(--cream);
  font:16.5px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  min-height:100vh; padding:40px 24px 64px;
}
main{max-width:760px;margin:0 auto}
.wordmark{display:inline-flex;flex-direction:column;gap:5px;margin-bottom:8px;text-decoration:none}
.wordmark .golf{align-self:flex-start;background:var(--lime);color:var(--green);
  font-weight:800;font-size:12px;letter-spacing:.22em;padding:3px 10px 2px;border-radius:5px}
.wordmark .nuggets{font-weight:900;font-size:26px;letter-spacing:.06em;line-height:1;color:var(--cream)}
.crumb{color:var(--muted);font-size:13.5px;margin-bottom:40px}
.crumb a{color:var(--muted)}
h1{font-size:clamp(28px,5vw,38px);line-height:1.15;letter-spacing:-.01em;font-weight:800;margin-bottom:10px}
.updated{color:var(--muted);font-size:14px;margin-bottom:36px}
h2{font-size:20px;font-weight:800;margin:36px 0 12px;color:var(--lime)}
h3{font-size:16.5px;font-weight:700;margin:22px 0 8px}
p{margin-bottom:14px}
ul{margin:0 0 14px 22px}
li{margin-bottom:8px}
a{color:var(--lime)}
strong{color:var(--cream)}
.muted{color:var(--muted)}
.card{border:1px solid var(--line);border-radius:12px;padding:18px 20px;margin:18px 0;background:rgba(245,242,233,.03)}
footer{max-width:760px;margin:56px auto 0;padding-top:18px;border-top:1px solid var(--line);
  color:var(--muted);font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
footer a{color:var(--muted)}
