*,*:before,*:after{box-sizing:border-box}:root{--bg-top: #0a1633;--bg-mid: #0d2150;--bg-bottom: #061024;--text: #e6ecf7;--text-muted: #9fb0cc;--accent: #6ea8ff;--card: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .12)}body{margin:0;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text);background:linear-gradient(160deg,var(--bg-top) 0%,var(--bg-mid) 45%,var(--bg-bottom) 100%);background-attachment:fixed;line-height:1.7}.site-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 2rem;border-bottom:1px solid var(--border);background:#0610248c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}.brand img{height:52px;display:block}.site-header nav{display:flex;gap:.5rem;flex-wrap:wrap}.site-header nav a{color:var(--text-muted);text-decoration:none;font-size:.95rem;padding:.45rem .9rem;border-radius:999px;transition:color .2s,background .2s}.site-header nav a:hover{color:var(--text);background:#ffffff14}.site-header nav a.active{color:#fff;background:#6ea8ff2e;border:1px solid rgba(110,168,255,.4)}main{max-width:860px;margin:0 auto;padding:3rem 1.5rem 4rem}.hero{text-align:center;margin-bottom:2.5rem}.hero h1{font-size:clamp(1.6rem,4vw,2.4rem);margin:0 0 .5rem;color:#fff}.hero .updated{color:var(--text-muted);font-style:italic;margin:0}.doc{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem 2.25rem}.doc h2{color:var(--accent);font-size:1.25rem;margin:2rem 0 .75rem;padding-top:1rem;border-top:1px solid var(--border)}.doc h2:first-child{margin-top:0;padding-top:0;border-top:none}.doc h3{color:#a8c7ff;font-size:1.05rem;margin:1.5rem 0 .5rem}.doc p{margin:.75rem 0}.doc ul{margin:.75rem 0;padding-left:1.4rem}.doc li{margin:.35rem 0}.doc strong{color:#fff}.doc em{color:var(--text-muted)}.table-wrap{overflow-x:auto;margin:1rem 0;border:1px solid var(--border);border-radius:10px}.doc table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:560px}.doc th,.doc td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid var(--border);vertical-align:top}.doc th{background:#6ea8ff1f;color:#fff;white-space:nowrap}.doc tr:last-child td{border-bottom:none}.site-footer{text-align:center;padding:1.5rem;color:var(--text-muted);font-size:.85rem;border-top:1px solid var(--border)}@media(max-width:600px){.site-header{justify-content:center}.doc{padding:1.25rem 1rem}}
