:root{--brand:#2d6eff;--text:#0b1426;--muted:#5a6579}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f5f9ff;color:var(--text);padding:48px 16px 64px}
.page{max-width:760px;margin:0 auto;background:#fff;padding:48px;border-radius:28px;box-shadow:0 24px 60px rgba(11,20,38,.12)}
.logo{color:var(--brand);font-weight:800;text-decoration:none;display:inline-block;margin-bottom:16px}
header h1{font-size:clamp(2rem,3vw,2.6rem);margin-bottom:8px}
.meta{color:var(--muted);margin-bottom:28px}
section{margin-bottom:28px}
section h2{font-size:1.25rem;margin-bottom:12px}
section p,section li{color:var(--muted);line-height:1.65}
section ul{margin-left:20px}
section ul li{margin-bottom:8px}
.page-footer{margin-top:28px;text-align:center;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.page-footer a{color:var(--brand);text-decoration:none;font-weight:700}
@media (max-width:640px){.page{padding:32px 24px}}
