:root{color-scheme:light dark;--paper:#e8eaee;--paper-2:#dfe2e8;--card:#fcfcfd;--ink:#12161b;--ink-2:#59626f;--ink-3:#838d9b;--rule:rgba(18,22,27,0.13);--rule-strong:rgba(18,22,27,0.26);--st-wait:#78828f;--st-run:#a96410;--st-ok:#15754c;--st-err:#b3261e;--shadow:0 1px 2px rgba(18,22,27,0.05),0 12px 32px -18px rgba(18,22,27,0.35);--font-display:"Unbounded","Golos Text",system-ui,sans-serif;--font-body:"Golos Text",system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Consolas,monospace;--gutter:clamp(1.15rem,4vw,3rem);--maxw:1160px}@media (prefers-color-scheme:dark){:root{--paper:#0e1116;--paper-2:#12161c;--card:#171c23;--ink:#e7eaee;--ink-2:#99a2ae;--ink-3:#767f8c;--rule:rgba(231,234,238,0.13);--rule-strong:rgba(231,234,238,0.28);--st-wait:#8b95a2;--st-run:#d99b3c;--st-ok:#4cc38a;--st-err:#e2685c;--shadow:0 1px 2px rgba(0,0,0,0.4),0 16px 40px -22px rgba(0,0,0,0.9)}}@font-face{font-family:Unbounded;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/unbounded-cyrillic.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/unbounded-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/golos-text-cyrillic.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/golos-text-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/jetbrains-mono-cyrillic.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/jetbrains-mono-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*,:after,:before{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit}input,textarea{accent-color:var(--ink);font:inherit}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}}*{scrollbar-width:thin;scrollbar-color:var(--rule-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--rule-strong);border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:var(--ink-3)}