* { box-sizing: border-box; }
body {
  margin: 0; background: #161826; color: #e9e9ed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; line-height: 1.65;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 48px 24px 80px; }
header { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.ring { width: 44px; height: 44px; border-radius: 50%; position: relative; flex-shrink: 0;
  background: conic-gradient(#9184d9 0 88deg, #5cc9a7 92deg 178deg, #e3a857 182deg 268deg, #e2836f 272deg 358deg, transparent 358deg); }
.ring::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #161826; }
.ring::after { content: "✓"; position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; font-size: 18px; font-weight: 800; color: #e9e9ed; }
h1 { font-size: 26px; font-weight: 700; margin: 0; letter-spacing: -0.3px; }
.sub { color: #9397ab; font-size: 14px; margin: 0 0 28px; }
nav { display: flex; gap: 16px; margin-bottom: 36px; font-size: 14px; }
nav a { color: #d2cefd; text-decoration: none; border-bottom: 1px solid rgba(210,206,253,0.35); padding-bottom: 1px; }
nav a:hover { color: #fff; border-color: #fff; }
h2 { font-size: 18px; font-weight: 650; margin: 30px 0 8px; color: #e9e9ed; }
p, li { font-size: 15px; color: #b9bcc9; }
strong { color: #e9e9ed; }
.callout { background: #232532; border: 1px solid #3f424d; border-left: 3px solid #e2836f;
  border-radius: 10px; padding: 14px 16px; margin: 18px 0; }
.callout.teal { border-left-color: #5cc9a7; }
a { color: #d2cefd; }
footer { margin-top: 48px; padding-top: 20px; border-top: 1px solid #3f424d;
  font-size: 13px; color: #75798c; }
