*{box-sizing:border-box;margin:0;padding:0}
body{background:#08090f;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#e8e6ff;min-height:100vh;padding:2rem 1.25rem;position:relative;-webkit-font-smoothing:antialiased}
body::before{content:'';position:fixed;width:440px;height:440px;border-radius:50%;filter:blur(90px);background:rgba(83,74,183,.13);top:-140px;left:-100px;pointer-events:none}
body::after{content:'';position:fixed;width:320px;height:320px;border-radius:50%;filter:blur(90px);background:rgba(15,110,86,.08);bottom:-100px;right:-80px;pointer-events:none}
.wrap{max-width:680px;margin:0 auto;position:relative;z-index:1}
.back{display:inline-flex;align-items:center;gap:6px;font-family:'Space Grotesk',sans-serif;font-size:13px;color:rgba(200,195,255,.45);text-decoration:none;margin-bottom:2rem;transition:color .15s;border:.5px solid rgba(255,255,255,.1);border-radius:10px;padding:7px 13px;background:rgba(255,255,255,.04)}
.back:hover{color:#AFA9EC;border-color:rgba(127,119,221,.4)}
.logo{display:flex;align-items:center;gap:12px;margin-bottom:2.25rem}
.logo img{height:96px;width:auto;filter:drop-shadow(0 6px 24px rgba(83,74,183,.35))}
h1{font-family:'Space Grotesk',sans-serif;font-size:24px;font-weight:700;color:#e8e6ff;margin-bottom:.4rem;letter-spacing:-.01em}
.updated{font-family:'Space Grotesk',sans-serif;font-size:11px;color:rgba(200,195,255,.35);margin-bottom:2rem;letter-spacing:.08em;text-transform:uppercase}
h2{font-family:'Space Grotesk',sans-serif;font-size:15px;font-weight:600;color:#AFA9EC;margin:1.9rem 0 .6rem}
p{font-size:14px;color:rgba(200,195,255,.65);line-height:1.75;margin-bottom:.75rem}
ul{padding-left:1.25rem;margin-bottom:.75rem}
li{font-size:14px;color:rgba(200,195,255,.65);line-height:1.75;margin-bottom:.3rem}
li strong,p strong{color:rgba(232,230,255,.9);font-weight:600}
a{color:#AFA9EC;text-decoration:none}
a:hover{text-decoration:underline}
.divider{height:.5px;background:rgba(255,255,255,.08);margin:2rem 0}
footer{margin-top:3rem;font-size:12px;color:rgba(200,195,255,.25);text-align:center;padding-bottom:2rem;font-family:'Space Grotesk',sans-serif}
