:root{--bg_h:#f9f5d7;--bg:#fbf1c7;--bg_s:#f2e5bc;--bg1:#ebdbb2;--bg2:#d5c4a1;--bg3:#bdae93;--bg4:#a89984;--fg:#282828;--fg1:#3c3836;--fg2:#504945;--fg3:#665c54;--fg4:#7c6f64;--red:#9d0006;--green:#79740e;--yellow:#b57614;--blue:#076678;--purple:#8f3f71;--aqua:#427b58;--orange:#af3a03;--gray:#928374;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458598;--purple-dim:#b16286;--aqua-dim:#689d6a;--orange-dim:#d65d0e;--gray-dim:#7c6f64;--always-dark:#1d2021;--always-light:#fbf1c7}@media (prefers-color-scheme:dark){:root{--bg_h:#1d2021;--bg:#282828;--bg_s:#32302f;--bg1:#3c3836;--bg2:#504945;--bg3:#665c54;--bg4:#7c6f64;--fg:#fbf1c7;--fg1:#ebdbb2;--fg2:#d5c4a1;--fg3:#bdae93;--fg4:#a89984;--red:#fb4934;--green:#b8bb26;--yellow:#fabd2f;--blue:#83a598;--purple:#d3869b;--aqua:#8ec07c;--gray:#928374;--orange:#fe8019;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458588;--purple-dim:#b16286;--aqua-dim:#689d6a;--gray-dim:#a89984;--orange-dim:#d65d0e}}
html,body{max-width:100vw;overflow-x:hidden}body{color:var(--fg);background:var(--bg_s);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Georgia,Times New Roman,Times,serif}.wrapper{background-color:var(--bg);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:45rem;padding:.75rem 1.5rem;display:flex;position:relative}.page{--text-primary:var(--fg);--text-secondary:var(--fg1);background-color:var(--background);flex-direction:column;justify-content:center;align-items:center;display:flex}main>*{margin-bottom:1rem}main ul,main ol{margin-left:1rem}.container{width:100%;max-width:35rem}.dithered{mix-blend-mode:multiply;filter:opacity(.7)}*{box-sizing:border-box;margin:0;padding:0}h1{margin-top:1rem}p{line-height:1.5}a{color:inherit;-webkit-text-decoration-color:var(--purple);text-decoration-color:var(--purple);text-decoration-thickness:.1rem}@media (hover:hover) and (pointer:fine){a:hover{color:var(--purple);text-decoration:none}}figure{margin:1.5rem}figure img{width:100%;height:auto;display:block}code{background-color:var(--always-dark);color:var(--always-light);border-radius:.5rem;padding:.5rem}pre{background-color:var(--always-dark);border-radius:.5rem;padding:1rem;display:block}pre code{background-color:#0000;border-radius:0;padding:0}blockquote{padding:0 1.5rem;position:relative}blockquote:before{content:"";border-left:2px solid var(--fg3);height:100%;position:absolute;top:0;left:.75rem}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.dithered{mix-blend-mode:difference;filter:sepia(.8)}}
header{justify-content:center;display:flex}header .wrapper{background-color:var(--bg_h);padding:1rem 1.5rem}header .mark{z-index:1;color:var(--purple);font-family:Courier New,Courier,monospace;font-weight:700;text-decoration:none;position:relative}header .mark:before{content:"";background-color:var(--purple);z-index:-1;width:.1em;height:.8em;transition:width .2s ease-in-out;position:absolute;top:.08em;right:.2em;transform:skew(-25deg)}header .mark span{opacity:0}@media (hover:hover) and (pointer:fine){header .mark:hover:before{width:100%}}header .main-nav li{margin-right:.5rem;display:inline-block;position:relative}header .main-nav li:after{content:"|";margin-left:.5rem}header .main-nav li:last-of-type{margin-right:0}header .main-nav li:last-of-type:after{content:none}
footer{justify-content:center;display:flex}footer .wrapper{padding-bottom:4.5rem}footer .container{position:relative}footer .container:before{content:"";border-top:1px solid var(--fg4);width:calc(100% - 3rem);position:absolute;top:-1rem}

