:root {
  color-scheme: dark;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #070808;
  color: #e9e7e1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
.wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 20px 96px;
}
header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
}
header a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #e9e7e1;
}
header span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.eyebrow {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8a33d;
  margin: 0 0 10px;
}
h1 {
  font-size: 34px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.updated {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #7a7b76;
  margin: 0 0 40px;
}
h2 {
  font-size: 18px;
  margin: 40px 0 12px;
  color: #e9e7e1;
}
p, li {
  font-size: 14.5px;
  color: #8d8d88;
}
a { color: #e8a33d; }
ul { padding-left: 20px; }
.notice {
  border: 1px solid rgba(232, 163, 61, 0.35);
  background: rgba(232, 163, 61, 0.06);
  padding: 14px 16px;
  font-size: 13px;
  color: #c9a878;
  margin: 0 0 40px;
}
footer {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(235, 235, 230, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #7a7b76;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
footer a { color: #7a7b76; }
