@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap";
@font-face{font-family:GeistMono-Regular;src:url(https://intdev-global.s3.us-west-2.amazonaws.com/public/internet-dev/996b00fb-4b7a-403d-8da2-ce2225450681.woff2)format("woff2");font-display:swap}
html{--theme-background:var(--color-warm-black)}html.theme-light{--theme-background:var(--color-warm-white)}html.theme-dark{--theme-background:var(--color-warm-black)}body{--theme-background:var(--color-warm-black);--theme-border:var(--color-warm-dark-border);--theme-border-subdued:var(--color-warm-dark-border-subdued);--theme-text:var(--color-warm-dark-text);--theme-text-secondary:var(--color-warm-dark-text-secondary);--theme-focused-foreground:var(--color-orange-70);--theme-focused-foreground-subdued:var(--color-orange-40)}html.theme-light body{--theme-background:var(--color-warm-white);--theme-border:var(--color-warm-light-border);--theme-border-subdued:var(--color-warm-light-border-subdued);--theme-text:var(--color-warm-light-text);--theme-text-secondary:var(--color-warm-light-text-secondary);--theme-focused-foreground:var(--color-orange-60);--theme-focused-foreground-subdued:var(--color-orange-40)}html.theme-dark body{--theme-background:var(--color-warm-black);--theme-border:var(--color-warm-dark-border);--theme-border-subdued:var(--color-warm-dark-border-subdued);--theme-text:var(--color-warm-dark-text);--theme-text-secondary:var(--color-warm-dark-text-secondary);--theme-focused-foreground:var(--color-orange-70);--theme-focused-foreground-subdued:var(--color-orange-40)}
a,abbr,acronym,address,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,figure,figcaption,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{box-sizing:border-box;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{background-color:var(--theme-background)}html:before{content:"";pointer-events:none;z-index:9999;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"),radial-gradient(#0000 50%,#0000001f 100%);position:fixed;inset:0}@supports (-webkit-touch-callout:none){@media (max-width:767px){html:before{display:none}}}html,body{--color-black-100:#000;--color-black-100-4:#0006;--color-warm-black:#12100e;--color-warm-dark-border:#3a332c;--color-warm-dark-border-subdued:#3a332c99;--color-warm-dark-text:#e8e0d8;--color-warm-dark-text-secondary:#9a8f82;--color-warm-dark-foreground:#6f6458;--color-warm-white:#f9f6f1;--color-warm-light-border:#e0d8cc;--color-warm-light-border-subdued:#e0d8cc66;--color-warm-light-text:#2c2418;--color-warm-light-text-secondary:#7a6e5f;--color-warm-light-foreground:#39322a;--color-blue-60:#0f62fe;--color-orange-40:#ffb778;--color-orange-60:#fe750f;--color-orange-70:#ce5200;--color-gray-60:#6f6f6f;--font-family:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-family-mono:"GeistMono-Regular", "SF Mono", Menlo, monospace;--font-family-hand:"Caveat", cursive;--theme-text:var(--color-black-100);--theme-grid-block:24px;--font-size:20px;--font-size-sm:.833rem;--font-size-base:1rem;--font-size-md:1.2rem;--font-size-lg:1.44rem;--font-size-xl:1.728rem;--font-size-2xl:2.074rem;--space-xs:calc(var(--theme-grid-block) * .25);--space-sm:calc(var(--theme-grid-block) * .5);--space-md:var(--theme-grid-block);--space-lg:calc(var(--theme-grid-block) * 1.5);--space-xl:calc(var(--theme-grid-block) * 2);--space-2xl:calc(var(--theme-grid-block) * 4)}@media (max-width:768px){html,body{--theme-grid-block:20px;--font-size:16px}}html,body{--theme-line-height-base:calc(var(--theme-grid-block) * 1.2);color:var(--theme-text);font-family:var(--font-family);font-size:var(--font-size);font-optical-sizing:auto;font-weight:400;line-height:var(--theme-line-height-base)}:is(html,body)::-webkit-scrollbar{background:0 0;width:8px;height:8px}:is(html,body)::-webkit-scrollbar-track{background:var(--theme-background)}:is(html,body)::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}:is(html,body)::-webkit-scrollbar-thumb:hover{background:var(--theme-text-secondary)}a{color:var(--theme-text);text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--theme-focused-foreground-subdued);text-decoration-color:var(--theme-focused-foreground-subdued);text-underline-offset:4px;transition:text-decoration-color .15s}a:hover{-webkit-text-decoration-color:var(--theme-focused-foreground);text-decoration-color:var(--theme-focused-foreground)}strong,b{font-weight:600}em,i{font-style:italic}code{font-family:var(--font-family-mono);font-size:var(--font-size-sm);background:var(--theme-border-subdued);border-radius:3px;padding:.1em .3em}pre{font-family:var(--font-family-mono);font-size:var(--font-size-sm);background:var(--theme-border-subdued);padding:var(--space-md);margin:var(--space-md) 0;border-radius:4px;overflow-x:auto}pre code{background:0 0;padding:0}blockquote{border-left:3px solid var(--theme-border);padding-left:var(--space-md);margin:var(--space-md) 0;color:var(--theme-text-secondary);font-style:italic}img{max-width:100%;height:auto;display:block}hr{border:none;border-top:1px solid var(--theme-border);margin:var(--space-xl) 0}
.Search-module__cYqn0q__container{align-items:center;display:flex;position:relative}.Search-module__cYqn0q__trigger{cursor:pointer;color:var(--theme-text-secondary);background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:inline-flex}.Search-module__cYqn0q__trigger:hover{color:var(--theme-focused-foreground)}.Search-module__cYqn0q__triggerIcon{width:1.2rem;height:1.2rem;display:block}.Search-module__cYqn0q__inputWrapper{align-items:center;display:flex;position:relative}.Search-module__cYqn0q__input{font-family:var(--font-family-hand);font-size:var(--font-size-md);padding:var(--space-xs) var(--space-xs);padding-right:var(--space-xl);color:var(--theme-text);background:0 0;border:none;width:100px;transition:width .25s}.Search-module__cYqn0q__input:focus{outline:none}.Search-module__cYqn0q__input::placeholder{color:var(--theme-text-secondary);opacity:.5;font-family:var(--font-family-hand)}.Search-module__cYqn0q__searchLine{color:var(--theme-border);transition:color .2s;position:absolute;bottom:-2px;left:0;right:0}.Search-module__cYqn0q__input:focus~.Search-module__cYqn0q__searchLine{color:var(--theme-focused-foreground)}.Search-module__cYqn0q__shortcut{right:var(--space-xs);font-family:var(--font-family-hand);color:var(--theme-text-secondary);opacity:.4;pointer-events:none;font-size:.7rem;position:absolute}.Search-module__cYqn0q__results{top:calc(100% + var(--space-sm));background:var(--theme-background);border:1px solid var(--theme-border);width:320px;max-height:400px;padding:var(--space-xs) var(--space-sm);z-index:200;border-radius:4px;position:absolute;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.Search-module__cYqn0q__result{align-items:baseline;gap:var(--space-xs);color:var(--theme-text-secondary);text-decoration:none;transition:color .15s;display:flex}.Search-module__cYqn0q__result:hover{color:var(--theme-text)}.Search-module__cYqn0q__resultMark{color:var(--theme-focused-foreground);flex-shrink:0;font-size:.45rem;translate:0 -.1em}.Search-module__cYqn0q__resultTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--font-family-hand);font-size:var(--font-size-base);flex:1;font-weight:500;overflow:hidden}.Search-module__cYqn0q__resultDate{font-family:var(--font-family-hand);font-size:var(--font-size-sm);color:var(--theme-text-secondary);opacity:.6;flex-shrink:0;margin-left:auto}.Search-module__cYqn0q__noResults{padding:var(--space-md);text-align:center;color:var(--theme-text-secondary);font-family:var(--font-family-hand);font-size:var(--font-size-base)}@media (max-width:768px){.Search-module__cYqn0q__input{width:70px;font-size:var(--font-size-base)}.Search-module__cYqn0q__input:focus{width:120px}.Search-module__cYqn0q__shortcut{display:none}.Search-module__cYqn0q__results{width:260px}}
.Header-module__Af2_WG__header{z-index:100}.Header-module__Af2_WG__nav{padding:var(--space-md) 0;justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{color:var(--theme-text);align-items:center;text-decoration:none;display:inline-flex}.Header-module__Af2_WG__logo:hover{color:var(--theme-focused-foreground)}.Header-module__Af2_WG__links{align-items:center;gap:var(--space-sm);display:flex}.Header-module__Af2_WG__link{font-family:var(--font-family-hand);font-size:var(--font-size-md);color:var(--theme-text-secondary);padding:0 var(--space-sm);line-height:1;text-decoration:none;transition:color .2s}.Header-module__Af2_WG__link:hover{color:var(--theme-text)}.Header-module__Af2_WG__linkActive,.Header-module__Af2_WG__linkActive:hover{color:var(--theme-focused-foreground)}.Header-module__Af2_WG__themeToggle{cursor:pointer;color:var(--theme-text-secondary);background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:inline-flex}.Header-module__Af2_WG__themeToggle:hover{color:var(--theme-focused-foreground)}.Header-module__Af2_WG__themeIcon{width:1.2rem;height:1.2rem;display:block}@media (max-width:768px){.Header-module__Af2_WG__links{gap:var(--space-xs)}.Header-module__Af2_WG__link{font-size:var(--font-size-base)}}
.Footer-module__EZoWya__footer{padding-bottom:var(--space-2xl)}
.layout-module__CUj6aG__container{max-width:1280px;padding:0 var(--space-md);margin:0 auto}@media (max-width:1440px){.layout-module__CUj6aG__container{max-width:960px}}@media (max-width:768px){.layout-module__CUj6aG__container{max-width:640px}}
