﻿*{box-sizing:border-box;margin:0;padding:0;}
  body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;background:#020617;color:#e2e8f0;min-height:100vh;padding:3rem 1.5rem;}
  .wrap{max-width:760px;margin:0 auto;}
  nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;}
  .logo{font-size:1.3rem;font-weight:900;text-decoration:none;color:#e2e8f0;}
  .logo span{background:linear-gradient(135deg,#22c55e,#15803d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
  a{color:#22c55e;}
  h1{font-size:2rem;font-weight:900;margin-bottom:.5rem;}
  .updated{color:#64748b;font-size:.85rem;margin-bottom:2.5rem;}
  h2{font-size:1.1rem;font-weight:700;margin:2rem 0 .6rem;color:#e2e8f0;}
  p,li{font-size:.92rem;color:#94a3b8;line-height:1.75;}
  ul{padding-left:1.25rem;margin-top:.4rem;}
  li{margin-bottom:.3rem;}
  .footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid #1e293b;font-size:.82rem;color:#475569;display:flex;gap:1.5rem;flex-wrap:wrap;}