*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--red:#E52222;--dark:#1a1a1a;--darker:#111111;--white:#ffffff;--gray:#b0b0b0;--card-bg:#242424}body{font-family:Nunito,sans-serif;background:var(--darker);color:rgba(255,255,255,.85);line-height:1.8}.top-bar{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:1rem}.top-bar img{width:36px;height:36px}.top-bar a{color:var(--gray);text-decoration:none;font-weight:700;font-size:.95rem;transition:color .2s}.top-bar a:hover{color:var(--white)}.container{max-width:760px;margin:0 auto;padding:3rem 1.5rem 5rem}h1{font-size:2.2rem;font-weight:800;margin-bottom:.5rem;color:var(--white)}.updated{color:var(--gray);font-size:.9rem;margin-bottom:2.5rem}h2{font-size:1.3rem;font-weight:800;color:var(--white);margin-top:2.5rem;margin-bottom:.8rem}p{margin-bottom:1rem;color:rgba(255,255,255,.75)}ul{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.4rem;color:rgba(255,255,255,.75)}a{color:var(--red)}.accent{color:var(--red)}footer{border-top:1px solid rgba(255,255,255,.06);padding:2rem 1.5rem;text-align:center;color:rgba(255,255,255,.3);font-size:.8rem}