*{box-sizing:border-box}html{width:100%;height:100%}main{margin:0;grid-area:main}article{position:relative;display:flex;flex-direction:column;gap:20px;padding:60px 80px}@media screen and (max-width:600px){article{padding:40px}}.badge{display:flex;align-items:center;gap:10px;font-size:14px;font-style:normal;font-weight:300;text-transform:uppercase;letter-spacing:2.6px}*{font-family:Crimson,Times New Roman,sans}h1,h2,h3,h4,h5,h6{font-family:Grenze,Times New Roman,serif}h1{font-size:4rem;font-weight:600;line-height:normal;letter-spacing:-.02rem;margin:0}@media screen and (max-width:600px){h1{font-size:2rem}}h2{font-size:3.25rem;font-weight:600;line-height:normal;letter-spacing:-.015rem;margin:0}@media screen and (max-width:600px){h2{font-size:1.75rem}}h3{font-size:2.75rem;font-weight:600;line-height:normal;letter-spacing:-.01rem;margin:0}@media screen and (max-width:600px){h3{font-size:1.5rem}}h4{font-size:2.25rem;font-weight:600;line-height:normal;letter-spacing:-.005rem;margin:0}@media screen and (max-width:600px){h4{font-size:1.25rem}}h5{font-size:1.75rem;font-weight:600;line-height:normal;letter-spacing:0;margin:0}@media screen and (max-width:600px){h5{font-size:1.125rem}}h6{font-size:1.5rem;font-weight:600;line-height:normal;letter-spacing:.005rem;margin:0}@media screen and (max-width:600px){h6{font-size:1rem}}li,p{font-weight:300;line-height:28px;margin:0}* a,li,p{font-size:1.25rem}* a{text-decoration:underline;transition:color .2s ease-out}.codeBlock{position:relative;background-color:rgba(0,0,0,.4);margin:0;padding:0}.codeBlock pre{margin:0;padding:60px 80px;overflow-x:auto}@media screen and (max-width:600px){.codeBlock pre{padding:40px}}.codeBlock pre:before{content:"";display:block;position:absolute;top:0;left:calc(50% - 50vw);width:100vw;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.1019607843),rgba(255,255,255,.1019607843),rgba(255,255,255,0));z-index:1}.codeBlock pre:after{content:url(/crosshair.svg);display:block;height:19px;width:19px;position:absolute;top:-9px;left:-10px}.codeBlock code{font-size:14px;line-height:2}.codeBlock:before{content:"";display:block;position:absolute;bottom:0;left:calc(50% - 50vw);width:100vw;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.1019607843),rgba(255,255,255,.1019607843),rgba(255,255,255,0));z-index:1}.codeBlock:after{content:url(/crosshair.svg);display:block;height:19px;width:19px;position:absolute;bottom:-9px;right:-10px}.background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.background div.blur{background:url(/blur.png);background-repeat:repeat;background-size:400px 400px;background-blend-mode:soft-light,normal;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.background div.blur,.background div.gradient{display:block;position:absolute;width:100%;height:100%}.background div.gradient{background:url(/gradient.webp);background-size:cover;background-position:50%;z-index:-2}