  :root{color-scheme:dark;--bg:#0b1220;--panel:#111a2c;--line:#243149;--text:#e8eefc;--soft:#aab8d4}
  body{margin:0;background:var(--bg);color:var(--text);font:15px/1.65 system-ui,-apple-system,Segoe UI,sans-serif;display:flex;justify-content:center;padding:48px 20px}
  main{max-width:720px}
  h1{font-size:24px} h2{font-size:16px;margin-top:32px}
  p,li{color:var(--soft)}
  .updated{font-size:12.5px;color:var(--soft);border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:24px}
  a{color:#7fb1ff}
