html{box-sizing:border-box;font-size:16px}*,:before,:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul{margin:0;padding:0;margin-block:0;padding-block:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}button{background:0 0;border:none;width:auto;margin:0;padding:0;overflow:visible}:root{--white:#fff;--black:#000;--primary-red:#c2514d;--primary-orange:#cb844e;--primary-yellow:#ccb059;--primary-green:#68b784;--primary-blue:#5d8bc6;--primary-purple:#9268c6;--colorTextPrimary:#d9d9d9;--colorTextSecondary:#a6a6a6;--colorTextTertiary:#8c8c8c;--colorTextDark:#141414;--backgroundColor:var(--black);--borderColorLight:#404040;--borderColorDark:#595959;--backgroundLight:#d9d9d9;--backgroundDark:#121212;--mainPadding:10px;--headerHeight:70px}@media screen and (min-width:1000px){:root{--mainPadding:30px}}body{background-color:var(--backgroundColor);color:var(--colorTextPrimary)}@media screen and (min-width:1400px){main{margin:20px auto 0;padding:0}}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.f2220059.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.f6f1950f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.bd5f4d11.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.51c18f09.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.23358719.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.15008bfb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_37059c05-module__PEYQtG__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}
.header{z-index:1;background-color:#00000080;position:fixed;top:0;left:0;right:0}.header-nav{padding:10px var(--mainPadding);justify-content:space-between;align-items:center;display:flex}.header-logo{padding:10px;transition:transform .3s ease-in-out}.header-logo:hover{transform:rotate(20deg)}.header-links{display:flex}.header-link{color:var(--colorTextSecondary);padding:10px;font-size:.8rem;text-decoration:none;position:relative}.header-link:before{content:"";width:20px;height:3px;transition:width .3s ease-in-out;position:absolute;bottom:0;left:10px}.header-link:hover:before{width:calc(100% - 20px)}.header-link[data-color=orange]:before{background-color:var(--primary-orange)}.header-link[data-color=yellow]:before{background-color:var(--primary-yellow)}.header-link[data-color=green]:before{background-color:var(--primary-green)}.header-link[data-color=blue]:before{background-color:var(--primary-blue)}.header #logo{fill:var(--colorTextPrimary)}.header-burger{border:1px solid var(--borderColorLight);cursor:pointer;background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.header-burger .burger-line{background:var(--colorTextPrimary);border-radius:2px;width:20px;height:2px;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.header-burger.open .burger-line:first-child{transform:translateY(6px)rotate(45deg)}.header-burger.open .burger-line:nth-child(2){opacity:0}.header-burger.open .burger-line:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;z-index:1;background:#00000080;height:100vh;transition:opacity .2s ease-in-out;position:fixed;inset:0}.header-drawer{background:var(--backgroundDark);border-left:1px solid var(--borderColorLight);z-index:2;flex-direction:column;gap:10px;width:min(80vw,360px);height:100vh;padding:80px 20px 20px;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.header-drawer.open{transform:translate(0)}.header-drawer .header-link{padding:14px 10px;font-size:1rem}.header-close{border:1px solid var(--borderColorLight);cursor:pointer;z-index:1;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:20px;right:20px}.header-close .close-line{background:var(--colorTextPrimary);border-radius:2px;width:18px;height:2px;position:absolute}.header-close .close-line:first-child{transform:rotate(45deg)}.header-close .close-line:last-child{transform:rotate(-45deg)}@media (max-width:500px){.header-links{display:none}.header-burger{display:inline-flex}}
.footer{border-left:6px solid var(--primary-purple);flex-direction:column;justify-content:center;align-items:center;padding:4rem 3rem;display:flex}.footer-rainbow{justify-content:center;gap:4px;width:100%;height:4px;margin-bottom:2rem;display:flex}.footer-rainbow span{width:100%;max-width:70px;height:4px}.footer-rainbow span.red{background-color:var(--primary-red)}.footer-rainbow span.orange{background-color:var(--primary-orange)}.footer-rainbow span.yellow{background-color:var(--primary-yellow)}.footer-rainbow span.green{background-color:var(--primary-green)}.footer-rainbow span.blue{background-color:var(--primary-blue)}.footer-rainbow span.purple{background-color:var(--primary-purple)}.footer-copyright{color:var(--colorTextTertiary);margin-bottom:1rem;font-size:.8rem}.footer-copyright .purple{color:var(--primary-purple);font-size:1rem}.footer-signature{color:var(--colorTextSecondary);font-weight:500}.footer-signature .hand{transform-origin:70% 20%;transition:transform .2s ease-in-out;display:inline-block}.footer-signature:hover .hand{animation:.8s wave}@keyframes wave{0%{transform:rotate(0)}15%{transform:rotate(15deg)}30%{transform:rotate(-10deg)}45%{transform:rotate(20deg)}60%{transform:rotate(-5deg)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}
