* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background: #F8FAFD; color: #0A2540; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 640px; margin: 0 auto; padding: 40px 24px 80px; }
a { color: #533AFD; text-decoration: none; }
a:hover { text-decoration: underline; }
.back { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: #533AFD; margin-bottom: 32px; }
h1 { font-size: 24px; font-weight: 700; margin-bottom: 24px; }
h2 { font-size: 18px; font-weight: 700; margin-top: 32px; margin-bottom: 12px; }
p { font-size: 14px; color: #425466; line-height: 22px; margin-bottom: 16px; }
ul { font-size: 14px; color: #425466; line-height: 22px; margin: 0 0 16px 20px; }
li { margin-bottom: 6px; }
.divider { height: 1px; background: #E5E7EB; margin: 32px 0; }
.updated { font-size: 12px; color: #7B7D85; margin-top: 24px; }
@media (min-width: 768px) {
  .wrap { max-width: 720px; padding: 56px 32px 80px; }
  h1 { font-size: 30px; }
  h2 { font-size: 20px; }
  p, ul { font-size: 15px; line-height: 24px; }
}
@media (min-width: 1024px) {
  .wrap { max-width: 800px; padding: 64px 40px 100px; }
  h1 { font-size: 34px; }
}