:root{
  --bg:#020304;--ink:#f4f4f5;--body:#c4ccd4;--muted:#8b939e;
  --neon:#00FF88;--line:rgba(255,255,255,.08);--card:rgba(8,12,16,.9);
  --sans:"DM Sans","Segoe UI",system-ui,sans-serif;--display:"Space Grotesk","Segoe UI",sans-serif;
  color-scheme:dark;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:var(--sans);background:
  radial-gradient(900px 460px at 82% -8%,rgba(0,255,136,.06),transparent 60%),
  linear-gradient(180deg,#010203,#030508 42%,#020304);
  background-color:var(--bg);color:var(--body);line-height:1.7;}
.wrap{max-width:820px;margin:0 auto;padding:0 24px;}
header.nav{position:sticky;top:0;background:rgba(3,5,7,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:66px;}
.brand{display:flex;align-items:center;gap:11px;}
.brand-mark{width:38px;height:38px;border-radius:9px;border:1px solid rgba(0,255,136,.28);background:rgba(0,255,136,.09);display:grid;place-items:center;color:var(--neon);}
.brand-mark svg{width:22px;height:22px;}
.brand-txt{font-family:var(--display);font-weight:800;letter-spacing:.04em;color:#fff;font-size:16px;}
.brand-txt span{color:var(--neon);}
.back{font-size:13.5px;color:var(--body);}
.back:hover{color:var(--neon);}
a{color:var(--neon);text-decoration:none;}
a:hover{text-decoration:underline;}
main{padding:56px 0 80px;}
h1{font-family:var(--display);font-size:34px;color:#fff;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;}
.updated{font-size:12.5px;color:var(--muted);margin-bottom:36px;}
h2{font-family:var(--display);font-size:19px;color:var(--ink);font-weight:600;margin:32px 0 10px;}
p,li{font-size:14.5px;color:var(--body);margin-bottom:12px;}
ul{padding-left:22px;}
/* A placeholder must not wear the brand colour. In green it reads as content
   - the accent is used for links and emphasis everywhere else on these pages -
   and a legal notice whose gaps look like normal text is a legal notice that
   goes live with gaps in it. Amber is the same signal the sales page uses. */
.ph{color:#ffd76a;background:rgba(255,196,0,.16);border:1px dashed rgba(255,196,0,.6);border-radius:6px;padding:1px 7px;font-size:13px;}
.card{border:1px solid var(--line);border-radius:14px;background:var(--card);padding:24px 26px;margin-bottom:20px;}
footer{border-top:1px solid var(--line);padding:30px 0;font-size:12px;color:var(--muted);}
