:root{color-scheme:dark;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--color-black:#000;--color-white:#fff;--color-synth-black:#101116;--color-synth-red:#ff0055;--color-synth-blue:#00b0ff;--color-synth-yellow:#fffc58;--color-synth-green:#00ff9c;--color-synth-purple:#b267e6}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit;-webkit-font-smoothing:antialiased}body{min-height:100%;display:flex;flex-direction:column;max-width:min(50ch,calc(100% - 2rem));margin:0 auto;padding:2rem 0;font-size:1.25rem}:focus:not(:focus-visible){outline:0}body{display:block;overflow-x:hidden;background-color:var(--color-black);color:var(--color-white);font-family:var(--font-sans);line-height:1.5}a,a:active,a:visited{color:var(--color-synth-blue);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--color-synth-blue)}a:focus{outline:0}a:focus-visible{outline:2px solid var(--color-synth-yellow)}caption,figcaption,h1,h2,h3,h4,h5,h6{text-wrap:balance}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1;margin:0;padding:0}p{margin:0;padding:0}blockquote{margin:0;padding:0}figure{margin:0}ol,ul{margin:0;padding:0}ul{list-style-type:disc}ol{list-style-type:decimal}code,time{font-family:var(--font-mono)}time{color:var(--color-synth-green)}hr{display:block;position:relative;margin:2rem 0 4rem 0;border:none;border-bottom:2px solid var(--color-white);max-width:50%}button{background-color:var(--color-black);border:2px solid var(--color-white);border-radius:4px;padding:.5rem 1rem;font-family:var(--font-mono);color:var(--color-white);transition-duration:.3s;transition-timing-function:ease-in-out}button:focus{outline:0}button:focus-visible{outline:2px solid var(--color-synth-yellow)}audio,canvas,embed,iframe,img,object,svg,video{display:block;max-width:100%}img,video{max-width:100%;height:auto}.video-16x9{aspect-ratio:16/9;width:100%;height:100%}.video-4x3{aspect-ratio:4/3;width:100%;height:100%}.ellipses::after{content:"..."}.hidden{visibility:hidden}@keyframes blink{0%{color:transparent}50%{color:var(--color-white)}}.blinking{animation:blink 1.5s step-end infinite}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.block{display:block}.absolute{position:absolute}.z-10{z-index:10}.inset{top:0;right:0;bottom:0;left:0}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.lh-1{line-height:1}.text-white{color:var(--color-white)}.text-synth-black{color:var(--color-synth-black)}.text-synth-red{color:var(--color-synth-red)}.text-synth-blue{color:var(--color-synth-blue)}.text-synth-yellow{color:var(--color-synth-yellow)}.text-synth-green{color:var(--color-synth-green)}.text-synth-purple{color:var(--color-synth-purple)}.zoom{transition-duration:.3s;transition-timing-function:ease-in-out}@media (hover:hover) and (pointer:fine){a:hover{filter:brightness(120%)}button:hover{cursor:pointer;transform:scale(1.1)}.zoom:hover{transform:scale(1.1)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.header{margin-bottom:3rem}.header ul{display:flex;flex-wrap:wrap}.header li a{display:inline-block;position:relative;margin-bottom:.5rem;text-decoration:none;font-family:var(--font-mono);font-weight:700;font-size:1.75rem}.header a,.header a:active,.header a:hover,.header a:visited{color:var(--color-white)}@keyframes header-load{0%{background-color:var(--color-synth-red);width:0}100%{width:100%}}.header a::after{content:"";display:block;position:absolute;bottom:-.25rem;left:0;width:0;height:.25rem;background-color:var(--color-synth-red)}@media (hover:hover) and (pointer:fine){.header a:hover::after{animation:header-load .3s ease-in-out forwards}}.header ul li{display:inline-block}.header ul li:not(:last-of-type){margin-right:2rem}.footer{container-type:inline-size;font-size:1rem;margin-top:6rem;display:flex;flex-direction:column}.footer div+div{margin-top:.5rem}.footerListContainer ul{display:flex;flex-direction:column;flex-wrap:wrap}.footerListContainer ul li{display:inline-block}.footerListContainer ul li+li{margin-top:8px}.footerListContainer ul li::before{content:"\2022";margin-left:0;margin-right:.5rem}@container (min-width:500px){.footerListContainer ul{flex-direction:row}.footerListContainer ul li+li{margin-top:0}.footerListContainer ul li::before{content:"\2022";margin-left:.5rem;margin-right:.5rem}.footerListContainer ul li:first-of-type:before{content:"";margin-left:0;margin-right:0}}