:root{--bg:#090909;--panel:#12141a;--ink:#e6e8ef;--muted:#9aa0ab;--accent:#EE0302;}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#090909;color:var(--ink);line-height:1.6}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:980px;margin:0 auto;padding:24px; font-size:small;}
.site-header{background:#0e1016;border-bottom:1px solid #202432;position:sticky;top:0;z-index:10}
.brand{font-weight:700;margin-right:24px;color:#fff}
.nav a{margin-right:16px;color:#dfe3ec}
.doc h1{font-size:smaller;margin-top:8px}
.doc h2{margin-top:28px;font-size:smaller;border-bottom:1px dotted #2a2f3f;padding-bottom:6px}
.doc p, .doc li{color:#ffffff}
.table{width:100%;border-collapse:collapse;margin-top:16px}
.table th,.table td{border:1px solid #2a2f3f;padding:10px;text-align:left}
.site-footer{border-top:1px solid #202432;background:#0e1016;color:#aab2c2}
.site-footer a{color:#c7cff1}

@media screen and (max-width:900px){
  .site-header{z-index: 1900; margin-top: -20px;}
    
}