:root{--border-radius:5px;--box-shadow:2px 2px 10px;--color:#f36e1c;--color-accent:#118bee15;--color-bg:#1d1d1d;--color-bg-secondary:#e9e9e9;--color-secondary:#920de9;--color-secondary-accent:#920de90b;--color-shadow:#393434;--color-text:#f4f4f4;--color-text-secondary:#565454;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--hover-brightness:1.2;--justify-important:left;--justify-normal:left;--line-height:1.5;--width-card:285px;--width-card-medium:460px;--width-card-wide:800px;--width-content:100vw}*{-webkit-box-sizing:border-box;box-sizing:border-box}::selection{color:var(--color-text);background:var(--color)}body,html{min-height:100vh;min-width:300px}body{background:var(--color-bg);background:-webkit-gradient(linear,left top,right top,from(#1d1d1d),color-stop(50%,#323030),to(#1d1d1d));background:-webkit-linear-gradient(left,#1d1d1d,#323030 50%,#1d1d1d);background:linear-gradient(90deg,#1d1d1d,#323030 50%,#1d1d1d);background-repeat:no-repeat;background-position:87% 0;background-size:cover;background-attachment:fixed;color:var(--color-text);font-family:var(--font-family);line-height:var(--line-height);margin:0;overflow-x:hidden;padding:0}footer,header{margin:0 auto;max-width:var(--width-content);padding:1rem 2rem;width:100vw}@media only screen and (max-width:450px){footer,header{padding:.5rem 1rem}}hr{background-color:var(--color-bg-secondary);border:none;height:1px;margin:4rem 0;width:100%}[hidden]{display:none}.page-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh}main header{padding-top:0}header{text-align:var(--justify-important)}header a b,header a em,header a i,header a strong{margin-left:.5rem;margin-right:.5rem}header nav img{margin:1rem 0}header nav{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem}header nav .logo{flex:0.2 1;align-items:flex-start;text-align:left}header nav .slogan{display:block;flex:0.8 1}header nav .slogan span{display:inline-block;padding-right:30px}@media only screen and (max-width:450px){header nav{flex-direction:column}header nav .logo{flex:1 1}header nav .slogan{flex:1 1;text-align:center;font-size:14px}header nav .slogan span{padding-right:0}}header .content-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}header .content{flex:0.8 1;text-align:left}header .content h1{font-size:5rem;line-height:5.5rem}header .content h1 mark{background-color:var(--color-text);color:var(--color-shadow);padding-left:.6rem;padding-right:.6rem;line-height:4.5rem;display:inline-block}header .content p{font-size:1.9rem;line-height:3.5rem}@media only screen and (max-width:1023px){header .content{flex:1 1}header .content h1{font-size:3rem;line-height:3.5rem}header .content h1 mark{padding-left:.3rem;padding-right:.3rem;line-height:3.5rem}header .content p{font-size:1.3rem;line-height:2.5rem}}@media only screen and (max-width:450px){header .content h1{font-size:3rem;line-height:3.5rem}header .content h1 mark{padding-left:.5rem;padding-right:.5rem;line-height:3.1rem;margin-top:3px}header .content p{font-size:1.1rem;line-height:2rem}}code,samp{background-color:var(--color-accent);border-radius:var(--border-radius);color:var(--color-text);display:inline-block;margin:0 .1rem;padding:0 .5rem}details{margin:1.3rem 0}details summary{font-weight:700;cursor:pointer}h1,h2,h3,h4,h5,h6{line-height:var(--line-height)}mark{padding:.1rem}ol li,ul li{padding:.2rem 0}p{margin:.75rem 0;padding:0}pre{margin:1rem 0;padding:1rem 0}pre,pre code,pre samp{max-width:var(--width-card-wide)}pre code,pre samp{display:block;padding:.5rem 2rem;white-space:pre-wrap}small{color:var(--color-text-secondary)}sup{background-color:var(--color-secondary);border-radius:var(--border-radius);color:var(--color-bg);font-size:xx-small;margin:.2rem;padding:.2rem .3rem;position:relative;top:-2px}a,sup{font-weight:700}a{color:var(--color);display:inline-block;text-decoration:none}a:focus,a:hover{filter:brightness(var(--hover-brightness));text-decoration:underline}a b,a em,a i,a strong,button{border-radius:var(--border-radius);display:inline-block;font-size:medium;font-weight:700;line-height:var(--line-height);margin:.5rem 0;padding:1rem 2rem}a.ml0 b{margin-left:0}button{font-family:var(--font-family)}button:hover{cursor:pointer;filter:brightness(var(--hover-brightness))}a b,a strong,button{background-color:var(--color);color:var(--color-bg)}a b,a em,a i,a strong,button{border:2px solid var(--color)}a em,a i{border-radius:var(--border-radius);color:var(--color);display:inline-block;padding:1rem 2rem}figure{margin:0;padding:0}figure img{max-width:100%}button:disabled,figure figcaption,input:disabled{color:var(--color-text-secondary)}button:disabled,input:disabled{background:var(--color-bg-secondary);border-color:var(--color-bg-secondary);cursor:not-allowed}button[disabled]:hover{filter:none}footer{background-color:rgba(0,0,0,.6);display:flex;-webkit-column-count:2;column-count:2;justify-content:space-between;align-items:center}footer .links a{display:inline-block;margin-right:5px;color:var(--color-text)}footer .links a:focus,footer .links a:hover{color:var(--color);opacity:1;cursor:pointer}@media only screen and (max-width:450px){footer .copyrights{text-align:right}}