:root{--bg:#111210;--panel:#161714;--ink:#edeee9;--body-c:#b8bbb2;--grey:#74776f;--dim:#54564f;--line:#edeee91f;--line-soft:#edeee912;--green:#8be04e;--green-dim:#4e7a2e;--amber:#e8c468;--red:#e86a5e;--font-display:"Archivo Black","Noto Sans SC",sans-serif;--font-sans:"Archivo","Noto Sans SC",sans-serif;--font-serif:"Noto Serif SC",serif;--font-mono:"JetBrains Mono",monospace;--ease-out:cubic-bezier(.19,1,.22,1);--ease-soft:cubic-bezier(.28,.11,.32,1)}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth}body,html{background:var(--bg)}body{font-family:var(--font-sans);color:var(--body-c);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}::selection{background:var(--green);color:#14160e}a{text-decoration:none}a,button{color:inherit}button{font:inherit;cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--green);outline-offset:2px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#2a2c26;border-radius:5px}::-webkit-scrollbar-track{background:0 0}.prose{max-width:700px;margin:0 auto;padding:14px 30px 0}.prose p{margin-top:28px;font-size:16px;line-height:2.1}.prose>div>p:first-of-type,.prose>p:first-of-type:not(.endmark){color:#d8dbd3;font-size:17.5px}.prose>div>p:first-of-type:first-letter,.prose>p:first-of-type:not(.endmark):first-letter{float:left;color:var(--green);font-size:72px;font-weight:900;line-height:.84;font-family:var(--font-serif);padding:8px 14px 0 0}.prose h2{color:var(--ink);letter-spacing:-.01em;margin-top:52px;font-size:22px;font-weight:900}.prose h2:before{content:"# ";color:var(--green);font-family:var(--font-mono);font-weight:500}.prose h3{color:var(--ink);margin-top:38px;font-size:17px;font-weight:700}.prose a{color:var(--green);text-underline-offset:4px;text-decoration:underline;-webkit-text-decoration-color:var(--green-dim);text-decoration-color:var(--green-dim);transition:text-decoration-color .2s}.prose a:hover{-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green)}.prose strong{color:var(--ink)}.prose code{font-family:var(--font-mono);color:var(--green);background:#14150f;border:1px solid #26281c;border-radius:5px;padding:1px 6px;font-size:.88em}.prose blockquote{border-left:2px solid var(--green);color:var(--grey);margin-top:30px;padding:6px 0 6px 20px;font-size:15px;line-height:2}.prose blockquote p{font-size:inherit;margin-top:0}.prose ol,.prose ul{margin-top:24px;padding-left:24px}.prose li{margin-top:8px;line-height:2.05}.prose li::marker{color:var(--green-dim)}.prose img{border:1px solid var(--line);border-radius:10px;margin-top:36px}.prose hr{border:none;border-top:1px solid var(--line);margin-top:44px}.prose table{border-collapse:collapse;width:100%;margin-top:28px;font-size:14px}.prose td,.prose th{border:1px solid var(--line);text-align:left;padding:10px 12px;line-height:1.7}.prose th{color:var(--ink);font-family:var(--font-mono);background:#edeee908;font-size:12px}.boot{display:none}html.booting .boot{z-index:200;background:var(--bg);clip-path:inset(0);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}html.boot-out .boot{clip-path:inset(0 0 100%);transition:clip-path .62s cubic-bezier(.76,0,.24,1)}html.boot-out .boot .boot-inner{opacity:0;transition:opacity .34s ease-in,transform .5s cubic-bezier(.76,0,.24,1);transform:translateY(-14px)}.boot-inner{flex-direction:column;align-items:center;width:min(560px,88vw);display:flex}.boot-title{font-family:var(--font-mono);letter-spacing:.3em;color:var(--green);margin-bottom:18px;font-size:11px;animation:2.2s step-end infinite boot-flick}@keyframes boot-flick{0%,92%{opacity:1}94%{opacity:.35}96%{opacity:1}}.boot .net{width:360px;height:258px}.boot .edges-base line{stroke:var(--green);stroke-width:.55px;opacity:.15}.boot .edges line{stroke:var(--green);stroke-width:.9px;stroke-dasharray:10 74;stroke-dashoffset:84px;opacity:.5;animation:1.55s linear infinite boot-sig}@keyframes boot-sig{to{stroke-dashoffset:-84px}}.boot .nodes circle{fill:var(--bg);stroke:var(--green);stroke-width:1.3px;animation:1.55s ease-in-out infinite boot-pop}@keyframes boot-pop{0%,to{fill:var(--bg);stroke-width:1.3px}45%{fill:var(--green);stroke-width:2.1px}}.boot .tokens{gap:4px;margin:6px 0 22px;display:flex}.boot .tokens i{background:#2a2c26;width:12px;height:4px;animation:2.4s ease-in-out infinite boot-tok}@keyframes boot-tok{0%,70%,to{background:#2a2c26}12%{background:var(--green)}30%{background:var(--green-dim)}}.boot .log{width:100%;font-family:var(--font-mono);font-size:11px;line-height:2.1}.boot .log p{opacity:0;gap:12px;animation:.5s cubic-bezier(.19,1,.22,1) forwards boot-line;display:flex;transform:translate(-6px)}@keyframes boot-line{to{opacity:1;transform:translate(0)}}.boot .ts{color:var(--dim)}.boot .key{color:var(--green);white-space:pre}.boot .val{color:var(--grey)}.boot .bar{background:var(--line);width:100%;height:1px;margin-top:22px;position:relative}.boot .bar i{background:var(--green);animation:4s cubic-bezier(.33,.8,.3,1) forwards boot-fill;display:block;position:absolute;inset:0 auto 0 0}@keyframes boot-fill{0%{width:0}to{width:100%}}@media (prefers-reduced-motion:reduce){.boot .bar i,.boot .boot-title,.boot .edges line,.boot .log p,.boot .nodes circle,.boot .tokens i{animation:none}}@media (width<=768px){.boot .net{width:260px;height:186px}.boot .log{font-size:9.5px;line-height:1.95}.boot .tokens i{width:8px}}.page-wipe[data-v-4a7b032c]{z-index:80;background:var(--green);will-change:transform;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.wipe-txt[data-v-4a7b032c]{font-family:var(--font-mono);color:#14160e;letter-spacing:.24em;font-size:13px}
