html{--page-bg:#0b0b0b}body,html{background-color:var(--page-bg)}body{color:#ededed;font-family:Inter;font-weight:450;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:auto;overscroll-behavior:none;--gutter:calc((100vw - 1920px - 64px * 2) / 2);--gutter-half:calc(var(--gutter) / 2);--gutter-double:calc(var(--gutter) * 2);--hover-transition:0.2s ease-in-out;--theme:#2ae978;--theme-rgb:42,233,120;--theme-hsl:150 77% 55%;background-image:radial-gradient(ellipse at top,#2ae97a25,#03053e00 75%);background-size:calc(100vw - var(--gutter)) 80px;background-position:center -25px;background-repeat:no-repeat;max-width:100%;min-width:0;width:100%;overflow-x:hidden}body:before{content:"";height:100vh;max-height:700px;width:100%;position:absolute;top:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse at top right,rgba(var(--theme-rgb),.2),transparent 50%);background-size:100%;animation:glowEnter .6s ease-out 1s,glowHold 1s linear}@keyframes glowHold{0%,to{opacity:0}}@keyframes glowEnter{0%{opacity:0}}*,:after,:before{box-sizing:border-box}:active,:focus{outline:none}*{padding:0;margin:0;font:inherit;color:inherit;border:none;background:none;cursor:inherit;text-decoration:none;list-style:none;-webkit-tap-highlight-color:transparent}@media screen and (max-width:1920px){body{--gutter:64px}}@media screen and (max-width:1620px){body{--gutter:42px}}@media screen and (max-width:1400px){body{--gutter:32px}}@media screen and (max-width:1024px){body{--gutter:21px}}@media screen and (max-width:700px){body{--gutter:16px}}