:root{
    --max-width:1080px;
    --border-radius:12px;
    --font-mono:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    --blue:#1fbffe;
    --yellow:#ffee31;
    --green:#009e42;
    --black:#1f2024;
    --red:#e42727
}
*{
    box-sizing:border-box;
    padding:0;
    margin:0
}
body,html{
    max-width:100vw;
    overflow-x:hidden;
    font-family:var(--font-mono);
    text-rendering:optimizeLegibility;
    scroll-behavior:smooth;
    color:#fff
}
a{
    color:inherit;
    text-decoration:none
}
@font-face{
    font-family:__Space_Grotesk_641c3b;
    font-style:normal;
    font-weight:300 700;
    font-display:swap;
    src:url(/_next/static/media/62328fecf9e80426-s.woff2) format("woff2");
    unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}
@font-face{
    font-family:__Space_Grotesk_641c3b;
    font-style:normal;
    font-weight:300 700;
    font-display:swap;
    src:url(/_next/static/media/c7eb187887c48af6-s.woff2) format("woff2");
    unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff
}
@font-face{
    font-family:__Space_Grotesk_641c3b;
    font-style:normal;
    font-weight:300 700;
    font-display:swap;
    src:url(/_next/static/media/2d141e1a38819612-s.p.woff2) format("woff2");
    unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}
@font-face{
    font-family:__Space_Grotesk_Fallback_641c3b;
    src:local("Arial");
    ascent-override:88.82%;
    descent-override:26.36%;
    line-gap-override:0.00%;
    size-adjust:110.78%
}
.__className_641c3b{
    font-family:__Space_Grotesk_641c3b,__Space_Grotesk_Fallback_641c3b;
    font-style:normal
}


.primary_primaryButton__fAIMd{
    all:unset;
    background-color:var(--blue);
    cursor:pointer;
    font-size:1.25em;
    text-align:center;
    letter-spacing:.12;
    box-shadow:-3px 3px 0 0 #1f2024;
    border-radius:8px;
    border:4px solid #1f2024;
    color:#fff;
    font-weight:700;
    transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;
    padding:.75rem 2.5rem
}
.primary_primaryButton__fAIMd:focus,.primary_primaryButton__fAIMd:hover{
    background-color:#e42c7f;
    box-shadow:-6px 6px 0 0 #1f2024;
    transform:translate(4px,-4px)
}
.loading-dots_root__dicfg{
    display:inline-flex;
    text-align:center;
    align-items:center
}
.loading-dots_root__dicfg .loading-dots_dot__0oC9l{
    border-radius:100%;
    width:5px;
    height:5px;
    background-color:currentColor;
    animation-name:loading-dots_blink__fwLON;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-fill-mode:both;
    margin:0 2px
}
.loading-dots_root__dicfg .loading-dots_dot__0oC9l:nth-of-type(2){
    animation-delay:.2s
}
.loading-dots_root__dicfg .loading-dots_dot__0oC9l::nth-of-type(3){
    animation-delay:.4s
}
@keyframes loading-dots_blink__fwLON{
    0%{
        opacity:.2
    }
    20%{
        opacity:1
    }
    to{
        opacity:.2
    }
}
.popup_wrapper__0hV71{
    top:0;
    width:100vw;
    height:100vh;
    z-index:5
}
.popup_popup__Bzqj2,.popup_wrapper__0hV71{
    position:fixed;
    display:flex;
    align-items:center;
    justify-content:center
}
.popup_popup__Bzqj2{
    flex-direction:column;
    text-align:center;
    background-color:#fff;
    box-shadow:-3px 3px 0 0 var(--black);
    border:8px solid var(--black);
    border-radius:1.5rem;
    color:#000;
    padding:1.5rem;
    margin:.5rem;
    z-index:10
}
.popup_title__Ks0xM{
    font-weight:700;
    font-size:2.5em;
    line-height:1.2em;
    letter-spacing:.04em;
    margin-bottom:1.5rem
}
.popup_overlay__ibN0g{
    top:0;
    position:fixed;
    width:100vw;
    height:100vh;
    z-index:4;
    background:rgba(0,0,0,.5)
}
.page_main__WXQld{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:var(--blue);
    min-height:100vh
}
.page_paddingTop__1Jl1G{
    padding-top:100px
}
@media (max-width:768px){
    .page_paddingTop__1Jl1G{
        padding-top:140px
    }
}
.Game_iframe__fDS3s{
    max-height:100vh;
    height:100vh;
    width:100vw;
    overflow:hidden
}


