:root {
  color-scheme: dark;
}
body {
  margin: 0;
  font-family: -apple-system, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  background: linear-gradient(180deg, #14103B 0%, #241a5e 60%, #3a2d8f 100%);
  color: #f2f0ff;
  min-height: 100vh;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  text-decoration: none;
  color: #fff;
}
.brand .sparkle { font-size: 28px; }
.brand span.name { font-size: 22px; font-weight: 700; letter-spacing: 0.2px; }
h1 { font-size: 28px; margin: 0 0 8px; }
h2 { font-size: 19px; margin: 32px 0 10px; color: #ffd76a; }
p, li { line-height: 1.6; color: #e4e1ff; }
.updated { color: #b5aee8; font-size: 13px; margin-bottom: 32px; }
a { color: #ffd76a; }
table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid rgba(255,255,255,0.12); vertical-align: top; }
th { color: #ffd76a; font-weight: 600; }
.card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 20px 24px;
  margin: 10px 0;
}
.links { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.links a.item {
  display: block;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 16px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.links a.item:hover { background: rgba(255,255,255,0.12); }
footer { margin-top: 48px; color: #8f88c9; font-size: 13px; }
