:root{--page-title-display:none;}/* Start custom CSS */:root{
    --bg:#0E1116;--surface:#11151B;--surface-2:#0E1116;--accent:#15E6A4;
    --accent-dark:#0D2820;--accent-border:#1D4D3F;--text:#F4F7FA;--muted:#9AA6B2;
    --faint:#6B7682;--border:#232A33;--border-2:#313A45;--radius:12px;--radius-sm:7px;
    --maxw:760px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.7;-webkit-font-smoothing:antialiased}
  a{color:var(--accent);text-decoration:none}
  a:hover{text-decoration:underline}
  img{max-width:100%;display:block}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
  header{position:sticky;top:0;z-index:50;background:rgba(14,17,22,.85);backdrop-filter:blur(10px);border-bottom:0.5px solid var(--border)}
  nav{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1080px;margin:0 auto;padding:0 24px}
  .brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:500;color:var(--text)}
  .mark{width:28px;height:28px;border-radius:6px;object-fit:contain;display:block}
  .nav-cta{color:#0E1116!important;background:var(--accent);padding:7px 16px;border-radius:6px;font-weight:500}
  h1{font-size:clamp(26px,4vw,34px);font-weight:500;margin:40px 0 6px;letter-spacing:.2px}
  h2{font-size:19px;font-weight:500;margin:32px 0 10px;color:var(--text)}
  p,li{color:var(--muted);font-size:15px;margin-bottom:12px}
  ul{padding-left:22px;margin-bottom:12px}
  .updated{font-size:12px;color:var(--faint);margin-bottom:8px}
  .lead{color:var(--text)}
  .callout{background:var(--accent-dark);border:0.5px solid var(--accent-border);border-radius:var(--radius);padding:18px 20px;margin:18px 0}
  .callout p{color:var(--text);margin-bottom:0}/* End custom CSS */