:root{--theme-hue: 256;--theme-saturation: 100%;--theme-hs: var(--theme-hue), var(--theme-saturation)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html:focus-within{scroll-behavior:smooth}body{padding:1em;min-height:100vh;font-family:Source Code Pro,monospace;font-weight:200;font-size:.8em;line-height:1.5;text-rendering:optimizeSpeed;color:hsl(var(--theme-hs),50%);background-color:hsl(var(--theme-hs),98%)}a{text-decoration:underline;text-decoration-style:dotted;color:hsl(var(--theme-hs),35%);cursor:alias;transition:all .5s ease-in-out}a:hover{color:hsl(var(--theme-hs),5%)}h1{font-size:1em;text-transform:uppercase;color:hsl(var(--theme-hs),5%)}ul{list-style:none;padding:0}.main{width:60%;overflow:hidden}.article,.footer{margin-top:2em}.f-credit{position:fixed;bottom:.5em;left:0;right:0;z-index:999;margin:auto;width:fit-content;display:flex;justify-content:center;align-items:center;line-height:1;text-align:center}.header,.article,.footer{transition:all .4s cubic-bezier(.84,.01,.14,.98)}.header{animation:slide-in .8s cubic-bezier(.06,.44,0,.98) .4s both}.article{animation:slide-in 1.8s cubic-bezier(.06,.44,0,.98) .4s both}.footer{animation:slide-in 2.4s cubic-bezier(.06,.44,0,.98) .4s both}@keyframes slide-in{0%{transform:translateY(100%);opacity:0}}
