:root{--normal-text-color:#f5e0b9;--highlighted-text-color:#fff;--main-background:linear-gradient(180deg,rgba(9,17,36,.5),rgba(28,39,69,.5)),url(/_next/static/media/grey.14dcd8e2.png);--footer-background:linear-gradient(180deg,rgba(9,17,36,.5),rgba(0,0,0,.5)),url(/_next/static/media/grey.14dcd8e2.png)}html{color-scheme:dark;image-rendering:smooth;scroll-behavior:smooth;scroll-padding-top:10px}body{background-color:#121121}.button{border:1px solid var(--normal-text-color);background-color:rgba(0,0,0,.5);color:var(--normal-text-color);border-radius:6px;padding:7px 18px;margin:10px;cursor:pointer;display:inline-block;text-decoration:none;transition:all .05s ease-in-out}.button:hover{background-color:rgba(44,44,44,.705);color:var(--highlighted-text-color);box-shadow:var(--highlighted-text-color) 0 0 5px}.button.button-featured{box-shadow:0 0 50px rgba(92,176,209,.699);background-color:rgba(14,120,134,.884);padding:14px 36px;font-size:1.5em;transition:box-shadow .2s ease-in-out}.button.button-featured:hover{box-shadow:0 0 70px rgba(92,176,209,.9)}.emoji{display:inline;width:1.8em;height:1.8em;vertical-align:bottom;padding:0;margin:-3px}.button.button-featured:hover .emoji{animation:hue-rotate 2s infinite,wobble .3s infinite alternate}@keyframes hue-rotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}@keyframes wobble{0%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}*,:after,:before{box-sizing:border-box}*{margin:0}body,html{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}