:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #0e0e0e;
  color: #d4d4d4;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 32px 22px 80px; }
.brand {
  font-family: "Oswald", "Arial Narrow", sans-serif; font-weight: 700;
  font-size: 22px; letter-spacing: 1px; color: #f2f0eb; text-decoration: none;
}
.brand span { color: #FFED00; }
.top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #232323; }
.back { color: #909090; text-decoration: none; font-size: 14px; }
.back:hover { color: #FFED00; }
h1 { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 34px; color: #f2f0eb; margin: 36px 0 6px; letter-spacing: 0.5px; }
h2 { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 20px; color: #f2f0eb; margin: 34px 0 8px; }
.updated { color: #767676; font-size: 13px; margin: 0 0 8px; }
p, li { color: #c4c4c4; font-size: 15px; }
a { color: #FFED00; }
ul { padding-left: 20px; }
li { margin: 4px 0; }
table { border-collapse: collapse; width: 100%; margin: 10px 0; font-size: 14px; }
td { border: 1px solid #262626; padding: 8px 10px; vertical-align: top; color: #c4c4c4; }
td:first-child { color: #f2f0eb; width: 34%; }
.ph { background: #2a2410; color: #e8d24a; padding: 1px 6px; border-radius: 4px; font-weight: 600; }
.note { background: #141414; border: 1px solid #232323; border-radius: 10px; padding: 14px 16px; font-size: 13px; color: #909090; margin: 24px 0; }
footer { margin-top: 48px; padding-top: 20px; border-top: 1px solid #232323; font-size: 13px; color: #767676; }
footer a { color: #909090; margin-right: 16px; text-decoration: none; }
footer a:hover { color: #FFED00; }
