*,:before,:after{box-sizing:border-box}*{margin:0}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--text-xs:12px;--text-sm:14px;--text-base:18px;--text-lg:20px;--text-xl:28px;--text-2xl:36px;--text-3xl:48px;--text-4xl:56px;--content-width:76ch;--leading-normal:1.7;--radius-sm:4px;--radius-md:8px;--radius-full:50%;--duration-fast:.1s;--duration-normal:.15s;--bg-primary:#25211e;--bg-secondary:#46413e;--bg-code:#d2ccc9;--text-body:#b3aca8;--text-title:#d3ccc8;--text-muted:#999491;--accent:#ec5542;--accent-hover:#fff0d6;--code-text:#25211e;--syntax-comment:#75706d;--syntax-punctuation:#615c59;--syntax-property:#ac3031;--syntax-string:#2f7434;--syntax-operator:#906a21;--syntax-keyword:#195cc7;--syntax-function:#7f42a6}@supports (color:lab(0% 0 0)){:root{--bg-primary:lab(12.9742% 1.58441 2.54712);--bg-secondary:lab(28.0552% 1.5654 2.53326);--bg-code:lab(82.5762% 1.54483 2.51941);--text-body:lab(70.9698% 1.9398 3.15496);--text-title:lab(82.57% 1.93629 3.15268);--text-muted:lab(61.696% 1.54933 2.52235);--accent:lab(57.6156% 58.5493 43.4419);--accent-hover:lab(95.4544% 2.6814 15.3591);--code-text:lab(12.9742% 1.58441 2.54712);--syntax-comment:lab(47.7758% 1.55395 2.52543);--syntax-punctuation:lab(39.6556% 1.55769 2.52795);--syntax-property:lab(40.3901% 50.5466 30.7736);--syntax-string:lab(43.4451% -33.6908 28.1509);--syntax-operator:lab(47.8288% 10.3031 44.8571);--syntax-keyword:lab(40.1577% 12.528 -62.8068);--syntax-function:lab(39.441% 40.1166 -43.855)}}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-primary:#f9ece3;--bg-secondary:#eadfd8;--bg-code:#ede2db;--text-body:#4b4744;--text-title:#1e1a17;--text-muted:#7b7673;--accent:#c83122;--accent-hover:#1e1a17;--code-text:#25211e}@supports (color:lab(0% 0 0)){[data-theme=light]{--bg-primary:lab(94.1446% 3.51387 5.69406);--bg-secondary:lab(89.5142% 2.92006 4.73949);--bg-code:lab(90.6743% 2.91947 4.73908);--text-body:lab(30.3753% 1.56356 2.53197);--text-title:lab(9.49382% 1.59189 2.55289);--text-muted:lab(50.0958% 1.55303 2.52483);--accent:lab(45.9777% 58.9593 46.5292);--accent-hover:lab(9.49382% 1.59189 2.55289);--code-text:lab(12.9742% 1.58441 2.54712)}}::selection{background-color:var(--bg-secondary);color:var(--text-title)}html{display:flex}html,body{letter-spacing:.005em;background-color:var(--bg-primary);min-height:100vh;color:var(--text-body);font-size:18px;font-weight:380;line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;max-width:var(--content-width);flex-direction:column;margin:auto;display:flex}img,picture,video,canvas{max-width:100%;margin:var(--space-8)0;display:block}svg{max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}h1{font-family:var(--font-display),serif;font-weight:400;font-size:var(--text-3xl);margin:0 0 var(--space-5)0;color:var(--text-title);line-height:1.05;display:inline-block}h2,h3,h4{font-family:var(--font-display),serif;margin:var(--space-12)0 var(--space-5)0;color:var(--text-title);font-weight:400;line-height:1.1}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin:0 0 var(--space-8)0;color:var(--text-body)}ul,ol{color:var(--text-body);margin:0 auto var(--space-6)}hr{margin:var(--space-8)auto;border-color:var(--bg-secondary);text-align:center;width:70%}blockquote{padding:var(--space-5);border-radius:var(--radius-md);background-color:var(--bg-secondary);margin-bottom:var(--space-2);font-style:italic}blockquote p{margin:0}#root,#__next{isolation:isolate}code{font-family:var(--font-dm-mono),monospace;font-weight:400;font-size:var(--text-xs);background-color:var(--bg-code);color:var(--code-text);padding:var(--space-1);border-radius:var(--radius-sm)}a{color:var(--accent);text-underline-offset:var(--space-1);padding:var(--space-1)var(--space-2);animation:fadeOutBackgroundLink var(--duration-fast)ease-out;border-radius:var(--radius-md);border:.4px solid #0000;text-decoration:underline}a:hover{color:var(--accent-hover);border-color:var(--accent);background-color:var(--accent);animation:fadeInBackgroundLink var(--duration-fast)ease;text-decoration:none}@keyframes fadeInBackgroundLink{0%{color:var(--accent);background-color:#0000}to{background-color:var(--accent);color:var(--accent-hover);text-decoration:none}}@keyframes fadeOutBackgroundLink{0%{background-color:var(--accent);color:var(--accent-hover);text-decoration:underline}to{color:var(--accent);background-color:#0000}}footer{padding:var(--space-16)0 var(--space-8)0;color:var(--text-muted);bottom:0}li{margin-top:var(--space-3)}@media (max-width:900px){body{width:100%;padding:0 var(--space-4)}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h4{font-size:var(--text-base)}}code[class*=language-],pre[class*=language-]{color:var(--code-text);font-family:var(--font-dm-mono),monospace;font-size:var(--text-xs);word-spacing:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;line-height:1.5}pre[class*=language-]{border-radius:var(--radius-sm);background:var(--bg-code);padding:var(--space-4);margin:var(--space-6)0;overflow-x:auto}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--syntax-comment);font-style:italic}.token.punctuation{color:var(--syntax-punctuation)}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:var(--syntax-property)}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:var(--syntax-string)}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:var(--syntax-operator)}.token.atrule,.token.attr-value,.token.keyword{color:var(--syntax-keyword)}.token.function,.token.class-name{color:var(--syntax-function)}.token.regex,.token.important,.token.variable{color:var(--syntax-operator)}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}::view-transition-old(root){animation-duration:.12s;animation-timing-function:ease-out}::view-transition-new(root){animation-duration:.12s;animation-timing-function:ease-in}::view-transition-old(post-content){animation-duration:.15s;animation-timing-function:ease-out}::view-transition-new(post-content){animation-duration:.2s;animation-timing-function:ease-in}
.TopNavigation-module__DLAtHW__navContainer{width:100%;margin-top:var(--space-8);margin-bottom:var(--space-12);font-family:var(--font-sans),sans-serif;justify-content:space-between;align-items:center;display:flex}.TopNavigation-module__DLAtHW__link{color:var(--text-title);background:0 0;border:none;padding:0;text-decoration:none;animation:none}.TopNavigation-module__DLAtHW__link:hover{color:var(--text-title);background:0 0;border-color:#0000;text-decoration:none;animation:none}.TopNavigation-module__DLAtHW__logoContainer{display:flex}.TopNavigation-module__DLAtHW__logoFirst{text-transform:uppercase;font-weight:300}.TopNavigation-module__DLAtHW__logoSecond{opacity:.4;padding-left:var(--space-1)}.TopNavigation-module__DLAtHW__nav{align-items:center;gap:var(--space-5);display:flex}.TopNavigation-module__DLAtHW__navLink{color:var(--text-muted);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:0;text-decoration:none;transition:color .2s;animation:none;display:flex}.TopNavigation-module__DLAtHW__navLink:hover{color:var(--text-title);background:0 0;border-color:#0000;text-decoration:none;animation:none}.TopNavigation-module__DLAtHW__num{font-family:var(--font-dm-mono),monospace;color:var(--accent);opacity:0;font-size:8px;line-height:1;transition:opacity .2s,transform .3s cubic-bezier(.34,1.56,.64,1);transform:translateY(-5px)}.TopNavigation-module__DLAtHW__label{font-family:var(--font-dm-mono),monospace;font-size:var(--text-xs);letter-spacing:.05em;text-transform:uppercase;font-weight:400}.TopNavigation-module__DLAtHW__dot{background:var(--accent);opacity:0;border-radius:50%;width:3px;height:3px;transition:opacity .2s,transform .3s cubic-bezier(.34,1.56,.64,1);transform:translateY(4px)}.TopNavigation-module__DLAtHW__navLink:hover .TopNavigation-module__DLAtHW__num{opacity:.6;transform:translateY(0)}.TopNavigation-module__DLAtHW__navLink:hover .TopNavigation-module__DLAtHW__dot{opacity:.5;transform:translateY(0)}.TopNavigation-module__DLAtHW__active{color:var(--text-title)}.TopNavigation-module__DLAtHW__active .TopNavigation-module__DLAtHW__num,.TopNavigation-module__DLAtHW__active .TopNavigation-module__DLAtHW__dot{opacity:1;transform:translateY(0)}@media (max-width:900px){.TopNavigation-module__DLAtHW__navContainer{align-items:center;gap:var(--space-4);flex-direction:column}}
.ThemeToggle-module__sGqMhG__toggle{top:var(--space-4);right:var(--space-4);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);color:var(--text-muted);transition:color var(--duration-fast)ease;z-index:10;background:0 0;border:none;line-height:0;position:fixed}.ThemeToggle-module__sGqMhG__toggle:hover{color:var(--text-title)}
@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.262b87c4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.380d09ea.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_55188f54-module__9menua__className{font-family:Instrument Serif,Instrument Serif Fallback;font-style:normal;font-weight:400}.instrument_serif_55188f54-module__9menua__variable{--font-display:"Instrument Serif","Instrument Serif Fallback"}
@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(../media/c3cb240f9c892514-s.d8e4bce2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.a62025f2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans Fallback;src:local(Arial);ascent-override:94.9%;descent-override:29.66%;line-gap-override:0.0%;size-adjust:104.53%}.dm_sans_e0c6f607-module__2TCbZG__className{font-family:DM Sans,DM Sans Fallback;font-style:normal}.dm_sans_e0c6f607-module__2TCbZG__variable{--font-sans:"DM Sans","DM Sans Fallback"}
@font-face{font-family:DM Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b12e986493c137cf-s.4b5f6188.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/36363bfb06833f56-s.p.d8302362.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Mono Fallback;src:local(Arial);ascent-override:73.71%;descent-override:23.03%;line-gap-override:0.0%;size-adjust:134.59%}.dm_mono_9a93c997-module__swNBuq__className{font-family:DM Mono,DM Mono Fallback;font-style:normal;font-weight:400}.dm_mono_9a93c997-module__swNBuq__variable{--font-dm-mono:"DM Mono","DM Mono Fallback"}
