
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-audiowide: 'Audiowide',display;
--font-bitcountgriddouble: 'Bitcount Grid Double',display;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dGZbSP {
    background: var(--grey-900);
  min-height:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bSzWgF {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  height:100%;
  display:block;
  row-gap:0px;
  position:fixed;
  background:;
  column-gap:0px;
  align-items:stretch;
  user-select:none;
  flex-direction:row;
  justify-content:center;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
  }
      

      
        
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
        
      
      
  .dGrcnl {
    top:0px;
  left:0px;
  color:inherit;
  width:40px;
  height:40px;
  position:absolute;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:3px;
  border-left-color:currentcolor;
  border-left-style:solid;
  border-left-width:3px;
  }
      

      
        
        
      
      
  .cNUczb {
    width:100%;
  height:100%;
  display:flex;
  position:absolute;
  background:linear-gradient(to right, #1c1c1c 1px, #00000000 1px) scroll border-box padding-box repeat no-repeat left 0% top / 20px 100%, linear-gradient(#1c1c1c 1px, #00000000 1px) scroll border-box padding-box 0% 0% / 100% 20px var(--grey-900);
  box-shadow:0px -2px 4px 0px #00000020;
  align-items:center;
  justify-content:center;
  border-top-color:#303030;
  border-top-style:solid;
  border-top-width:2%;
  }
      

      
  .cNUczb.scanning {
    animation:2s cubic-bezier(0, 0, 1, 1) 0ms infinite alternate none running animation-dDGQRp;
  }
      


  .cNUczb.open {
    animation:1s ease 1.5s 1 normal forwards running animation-cngCtS;
  }
      

        
                  @keyframes animation-cngCtS {
                    
                        0% {
                          translate: 0 0px 0;
                        }
                        

                        100% {
                          translate: 0 100% 0;
                        }
                        
                  }
                  

                  @keyframes animation-dDGQRp {
                    
                        0% {
                          : ;
                        }
                        

                        0% {
                          background-position: 0 100%;
                        }
                        

                        100% {
                          background-position: 0 0%;
                        }
                        
                  }
                  
        
      
      
  .cLXHiG {
    top:20px;
  left:20px;
  color:inherit;
  width:20px;
  height:20px;
  opacity:0.51;
  position:absolute;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:currentcolor;
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .cLXHiG.open {
    animation:800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms 1 normal forwards running animation-dYomGf;
  }
      

        
                  @keyframes animation-dYomGf {
                    
                        0% {
                          top: 20px;
                        }
                        

                        0% {
                          left: 20px;
                        }
                        

                        100% {
                          top: 0px;
                        }
                        

                        100% {
                          left: 0px;
                        }
                        
                  }
                  
        
      
      
  .dbGZvD {
    color:inherit;
  right:0px;
  width:40px;
  bottom:0px;
  height:40px;
  position:absolute;
  border-right-color:currentcolor;
  border-right-style:solid;
  border-right-width:3px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:3px;
  }
      

      
        
        
      
      
  .buRinn {
    top:0px;
  color:inherit;
  right:0px;
  width:40px;
  height:40px;
  position:absolute;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:3px;
  border-right-color:currentcolor;
  border-right-style:solid;
  border-right-width:3px;
  }
      

      
        
        
      
      
  .dpbppA {
    top:20px;
  color:inherit;
  right:20px;
  width:20px;
  height:20px;
  opacity:0.5;
  position:absolute;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:1px;
  border-right-color:currentcolor;
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
  .dpbppA.open {
    animation:800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms 1 normal forwards running animation-fGSfgZ;
  }
      

        
                  @keyframes animation-fGSfgZ {
                    
                        0% {
                          top: 20px;
                        }
                        

                        0% {
                          right: 20px;
                        }
                        

                        100% {
                          right: 0px;
                        }
                        

                        100% {
                          top: 0px;
                        }
                        
                  }
                  
        
      
      
  .wnWXv {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  animation:1.5s cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 alternate none running animation-dSvnjb;
  background:linear-gradient(to bottom, #40e2ac66 0%, #ffffffe6 8px, #71efc466 16px, #3fe4ad00 30%) scroll padding-box border-box repeat repeat 0% 0%;
  }
      

      
        
                  @keyframes animation-dSvnjb {
                    
                        0% {
                          translate: 0 100vh 0;
                        }
                        

                        100% {
                          translate: 0 0 0;
                        }
                        
                  }
                  
        
      
      
  .SNjVE {
    color:inherit;
  right:20px;
  width:20px;
  bottom:20px;
  height:20px;
  opacity:0.5;
  position:absolute;
  border-right-color:currentcolor;
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .SNjVE.open {
    animation:800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms 1 normal forwards running animation-famrUt;
  }
      

        
                  @keyframes animation-famrUt {
                    
                        0% {
                          bottom: 20px;
                        }
                        

                        0% {
                          right: 20px;
                        }
                        

                        100% {
                          bottom: 0px;
                        }
                        

                        100% {
                          right: 0px;
                        }
                        
                  }
                  
        
      
      
  .bUUKzr {
    left:20px;
  color:inherit;
  width:20px;
  bottom:20px;
  height:20px;
  opacity:0.5;
  position:absolute;
  border-left-color:currentcolor;
  border-left-style:solid;
  border-left-width:1px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .bUUKzr.open {
    animation:800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms 1 normal forwards running animation-foQMCl;
  }
      

        
                  @keyframes animation-foQMCl {
                    
                        0% {
                          bottom: 20px;
                        }
                        

                        0% {
                          left: 20px;
                        }
                        

                        100% {
                          left: 0px;
                        }
                        

                        100% {
                          bottom: 0px;
                        }
                        
                  }
                  
        
      
      
  .eRXFGF {
    left:0px;
  color:inherit;
  width:40px;
  bottom:0px;
  height:40px;
  position:absolute;
  border-left-color:currentcolor;
  border-left-style:solid;
  border-left-width:3px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:3px;
  }
      

      
        
        
      
      
  .eUKyQt {
    color:var(--grey-300);
  width:180px;
  height:250px;
  display:flex;
  z-index:revert;
  align-items:center;
  justify-content:center;
  }
      

      
  .eUKyQt.open {
    animation:400ms ease 1s 1 normal forwards running animation-bAuOtH;
  }
      

        
                  @keyframes animation-bAuOtH {
                    
                        0% {
                          color: var(--green-500);
                        }
                        

                        0% {
                          opacity: 1;
                        }
                        

                        25% {
                          opacity: 0;
                        }
                        

                        50% {
                          opacity: 1;
                        }
                        

                        75% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        

                        100% {
                          color: var(--green-500);
                        }
                        
                  }
                  
        
      
      
  
      

      
        
        
      
      
  .ciYLcR {
    width:100%;
  height:100%;
  background: #000000;
  touch-action:manipulation;
  -webkit-touch-callout:none;
  }
      

      
        
        
      
      
  .dnHvHY {
    top:-4px;
  color:#cfcfcf;
  height:14px;
  font-size:1rem;
  font-family:inherit;
  font-weight:800;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .game-dialog\:root {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .game-dialog\:3AmIHv2DOmQr0hCY2cipb {
    color:#ffffff;
  width:100%;
  bottom:0px;
  filter:drop-shadow(2px 2px 8px #ffffff22);
  height:100%;
  display:flex;
  opacity:0;
  max-width:650px;
  translate:0 20px;
  align-items:center;
  font-family:Audiowide;
  border-radius:var(--rounding-lg);
  container-type:inline-size;
  justify-content:flex-end;
  }
      

      
  .game-dialog\:3AmIHv2DOmQr0hCY2cipb.open {
    opacity:1;
  translate:0 0px;
  }
      


  .game-dialog\:3AmIHv2DOmQr0hCY2cipb.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .game-dialog\:3AmIHv2DOmQr0hCY2cipb.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
        
      
      
  .boJInk {
    color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .bxqyZf {
    display:inline;
  opacity:0;
  animation:0ms ease var(--delay) 1 normal forwards running animation-diMMIZ;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  
      

      
        
        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .game-dialog\:BwMougKqhk2zuIH3KCwlZ {
    width:100%;
  height:auto;
  display:flex;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:flex-end;
  }
      

      
        
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .game-dialog\:IB6nvOSH48pGl02oUmi2G {
    background: #00000087;
  }
      

      
        
        
      
      
  .MFNse {
    width:100%;
  height:auto;
  display:flex;
  overflow-y:auto;
  align-items:center;
  justify-content:flex-end;
  }
      

      
        
        
      
      
  .ephIiI {
    flex:0  ;
  width:100%;
  height:auto;
  display:flex;
  align-items:flex-start;
  font-family:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .game-dialog\:W8yJwl09BeCpTMUawc0vH {
    width:100%;
  }
      

      
        
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
        
      
      
  .future-button\:root {
    color:var(--grey-300);
  height:40px;
  display:flex;
  clip-path:shape(from 0 10px, line to 10px 0, line to 100% 0, line to 100% calc(100% - 10px), line to calc(100% - 10px) 100%, line to 0 100%, close);
  min-width:140px;
  background: var(--grey-300);
  transition:color 800ms cubic-bezier(0.07, 0.82, 0.17, 1) 0ms normal;
  align-items:center;
  font-family:Audiowide;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .future-button\:root::before {
    top:1px;
  left:1px;
  right:1px;
  bottom:1px;
  content:" ";
  z-index:-1;
  position:absolute;
  clip-path:inherit;
  background: #000000;
  transition:background 800ms cubic-bezier(0.07, 0.82, 0.17, 1)  normal;
  transform-origin:center bottom;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      


  .future-button\:root:hover::before {
    background: var(--grey-300);
  }
      


  .future-button\:root:hover {
    color:#000000;
  }
      

        
        
      
      
  .game-dialog\:ns1k2Wk77YwzC1ZhrduIG {
    width:100%;
  }
      

      
        
        
      
      
  .cEnGic {
    color:var(--grey-300);
  width:100%;
  display:flex;
  row-gap:4px;
  font-size:1.9rem;
  column-gap:4px;
  align-items:center;
  font-family:inherit;
  font-weight:800;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .eyYeVD {
    color:#bfbfbf;
  width:100%;
  height:auto;
  display:flex;
  row-gap:32px;
  clip-path:shape(from 0 40px, line to 40px 0, line to 100% 0, line to 100% calc(100% - 40px), line to calc(100% - 40px) 100%, line to 0 100%, close);
  translate:0 20px;
  background: var(--grey-200);
  column-gap:32px;
  align-items:flex-start;
  font-family:Audiowide;
  padding-top:2.5em;
  padding-left:32px;
  padding-right:32px;
  container-type:inline-size;
  flex-direction:column;
  padding-bottom:2.5em;
  justify-content:flex-start;
  user-select:none;
  }
      

      
  .eyYeVD::before {
    top:1px;
  left:1px;
  right:1px;
  bottom:1px;
  content:" ";
  position:absolute;
  clip-path:inherit;
  background: #000000;
  }
      

        
        
      
      
  .cxOxHx {
    color:#fafafa;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bbYUyP {
    top:50%;
  left:50%;
  width:4px;
  height:1px;
  opacity:0;
  position:absolute;
  animation:50ms ease var(--delay) 1 normal forwards running animation-diMMIZ;
  transform:rotateZ(var(--angle)) translateX(-66px);
  background: currentcolor;
  margin-top:-0.5px;
  transform-origin:left center;
  }
      

      
  .bbYUyP.right-angle {
    width:10px;
  height:1px;
  background:;
  }
      


  .bbYUyP.highlight {
    color:#ffffff;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .dTxHcQ {
    width:100%;
  height:100%;
  opacity:0;
  animation:4s ease 4s 1 normal forwards running animation-diMMIZ;
  }
      

      
        
        
      
      
  .game-screen\:Bmb54mdLqaowKYq_QY9mZ {
    top:8px;
  flex:0;
  right:8px;
  width:fit-content;
  position:absolute;
  max-width:auto;
  min-width:auto;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
        
      
      
  .eprchZ {
    color:var(--grey-300);
  width:fit-content;
  bottom:100px;
  display:none;
  position:absolute;
  font-family:Audiowide;
  }
      

      
  .eprchZ.scanning {
    display:flex;
  animation:2s ease 0ms infinite normal none running animation-esyOWC, 300ms ease 0ms 1 normal forwards running animation-eJDPaU;
  }
      

        
                  @keyframes animation-eJDPaU {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        34% {
                          opacity: 1;
                        }
                        

                        67% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  

                  @keyframes animation-esyOWC {
                    
                        0% {
                          clip-path: inset(0 10px 0 0);
                        }
                        

                        0% {
                          : ;
                        }
                        

                        100% {
                          clip-path: inset(0 0 0 0);
                        }
                        
                  }
                  
        
      
      
  .game-screen\:EB268oB0K7iJTl57RV4UL {
    width:100%;
  }
      

      
        
        
      
      
  .ftDPEF {
    width:80px;
  display:flex;
  opacity:0;
  row-gap:4px;
  animation:500ms ease 1s 1 normal forwards running animation-besoFg;
  column-gap:4px;
  align-items:flex-end;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
                  @keyframes animation-besoFg {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        19.999999999999996% {
                          opacity: 1;
                        }
                        

                        39.99999999999999% {
                          opacity: 0;
                        }
                        

                        60.00000000000001% {
                          opacity: 1;
                        }
                        

                        80% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .gWkDH {
    color:#cfcfcf;
  font-size:0.7rem;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .cZzEZm {
    display:contents;
  }
      

      
        
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ddXBGP {
    width:80px;
  opacity:0;
  row-gap:4px;
  animation:500ms ease 800ms 1 normal forwards running animation-GuGtG;
  column-gap:4px;
  font-family:inherit;
  }
      

      
        
                  @keyframes animation-GuGtG {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        20% {
                          opacity: 1;
                        }
                        

                        40% {
                          opacity: 0;
                        }
                        

                        60.00000000000001% {
                          opacity: 1;
                        }
                        

                        80% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .dhFNnD {
    color:#d4d4d494;
  width:81px;
  height:81px;
  display:flex;
  opacity:0;
  animation:500ms ease 1.6s 1 normal forwards running animation-GuGtG;
  background:;
  align-items:center;
  justify-content:center;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
        
        
      
      
  .dCyeEf {
    width:30px;
  height:30px;
  display:flex;
  background:;
  align-items:center;
  border-color:currentcolor;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
        
        
      
      
  .eHEDmf {
    top:16px;
  left:16px;
  color:white;
  display:inline-block;
  position:absolute;
  }
      

      
        
        
      
      
  .djeCbG {
    width:10px;
  height:1px;
  background: #ffffff;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
        
        
      
      
  .eosCvi {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:flex;
  position:fixed;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
        
      
      
  .fnxPHT {
    top:50%;
  right:0px;
  width:1px;
  height:4px;
  rotate:0 0 1 -90deg;
  position:absolute;
  background: currentcolor;
  transform-origin:right top;
  }
      

      
        
        
      
      
  .eDYbsl {
    top:100%;
  left:50%;
  width:1px;
  height:4px;
  rotate:0 0 1 0deg;
  position:absolute;
  background: currentcolor;
  transform-origin:center bottom;
  }
      

      
        
        
      
      
  .eJAonE {
    display:none;
  -webkit-touch-callout:none;
  }
      

      
  .eJAonE.show {
    display:flex;
  animation:;
  transform-origin:center center;
  }
      

        
        
      
      
  .fBJTXz {
    width:100%;
  height:4px;
  background: currentcolor;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cSnosG {
    display:none;
  }
      

      
  .cSnosG.test-mode {
    display:flex;
  }
      

        
        
      
      
  .bEkxwR {
    color:inherit;
  width:fit-content;
  display:flex;
  background:linear-gradient(to right, #ad3434 4%, #d6d6d6 54%, #60608a 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dPTVPb {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  rotate:0 0 1 -45deg;
  position:absolute;
  background:;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
        
      
      
  .bjlWWM {
    color:inherit;
  width:100%;
  height:100%;
  display:flex;
  font-size:2em;
  background:linear-gradient(#fbbf2538 0%, #c992037a 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  font-family:Audiowide;
  border-color:currentcolor;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
  .bjlWWM:hover {
    background:linear-gradient(to bottom, #08684845 2%, #0a714f94 93%) scroll padding-box border-box repeat repeat 0% 0%;
  }
      


  .bjlWWM.completed {
    background:linear-gradient(#6ee7b705 0%, #6ee7b71f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

        
        
      
      
  .YUAlB {
    font-family:Audiowide;
  }
      

      
        
        
      
      
  .fCsyjJ {
    top:-0.2em;
  left:50%;
  width:2px;
  height:calc(50% + 0.2em);
  rotate:0 0 1 var(--rotate);
  opacity:0;
  position:absolute;
  translate:-50% 0 0;
  transition:opacity 200ms ease  ;
  transform-origin:center bottom;
  }
      

      
  .fCsyjJ.completed {
    opacity:1;
  }
      

        
        
      
      
  .IjCHv {
    color:var(--grey-300);
  width:fit-content;
  cursor:pointer;
  height:40px;
  display:flex;
  clip-path:shape(from 0 10px, line to 10px 0, line to 100% 0, line to 100% calc(100% - 10px), line to calc(100% - 10px) 100%, line to 0 100%, close);
  background: var(--grey-300);
  transition:color 800ms cubic-bezier(0.07, 0.82, 0.17, 1) 0ms normal, scale 300ms ease  ;
  align-items:center;
  font-family:Audiowide;
  padding-top:8px;
  user-select:none;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  transform-origin:center center;
  -webkit-user-select:none;
  --webkit-touch-callout:none;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .IjCHv:hover::before {
    background: var(--grey-300);
  }
      


  .IjCHv::before {
    top:1px;
  left:1px;
  right:1px;
  bottom:1px;
  content:" ";
  z-index:-1;
  position:absolute;
  clip-path:inherit;
  background:#000000;
  transition:background 800ms cubic-bezier(0.07, 0.82, 0.17, 1)  normal;
  transform-origin:center bottom;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      


  .IjCHv:hover {
    color:#000000;
  scale:1.2 1.2 1;
  transform-origin:center center;
  }
      

        
        
      
      
  .game-marker\:SqItkjXN1_UU6Ec8gQYXf {
    left:50%;
  bottom:36px;
  height:fit-content;
  display:flex;
  position:fixed;
  min-width:auto;
  translate:-50% 0 0;
  align-items:center;
  padding-top:8px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .shgoG {
    top:50%;
  left:-4px;
  width:1px;
  height:4px;
  rotate:0 0 1 -90deg;
  position:absolute;
  background: currentcolor;
  transform-origin:left top;
  }
      

      
        
        
      
      
  .eEwmrM {
    font-size:0.5em;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
        
      
      
  .pGiEA {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  }
      

      
        
                  @keyframes animation-eTiZKK {
                    
                        0% {
                          rotate: 0deg;
                        }
                        

                        100% {
                          rotate: 0 0 1 180deg;
                        }
                        
                  }
                  
        
      
      
  .cDRaNq {
    color:var(--yellow-500);
  width:4em;
  cursor:default;
  filter:drop-shadow(0 0 10px currentcolor);
  height:4em;
  font-size:1rem;
  background:;
  transition:scale 300ms ease  , color 300ms ease  ;
  padding-top:0.3em;
  aspect-ratio:1/1;
  padding-left:0.3em;
  padding-right:0.3em;
  padding-bottom:0.3em;
  transform-origin:center center;
  border-top-left-radius:99999px;
  border-top-right-radius:99999px;
  border-bottom-left-radius:99999px;
  border-bottom-right-radius:99999px;
  }
      

      
  .cDRaNq.completed {
    color:var(--green-700);
  }
      

        
        
      
      
  .fsQkLY {
    top:-4px;
  left:50%;
  width:1px;
  height:5px;
  position:absolute;
  background: currentcolor;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .caArSY {
    width:100%;
  height:auto;
  display:flex;
  clip-path:polygon(0 0, 30% 0, 34% 1.5%, 66% 1.5%, 70% 0, 100% 0, 100% 100%, 70% 100%, 66% 98.5%, 34% 98.5%, 30% 100%, 0 100%, 0 0);
  background: var(--grey-300);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:32px;
  border-top-right-radius:32px;
  border-bottom-left-radius:32px;
  border-bottom-right-radius:32px;
  }
      

      
        
        
      
      
  .fHJTrB {
    color:var(--grey-200, #E5E5E5);
  width:100px;
  cursor:pointer;
  height:100px;
  display:flex;
  position:absolute;
  background: #00000054;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
  .fHJTrB:hover {
    background: #000000b0;
  }
      

        
        
      
      
  .fyOFGs {
    0:;
  width:100%;
  height:auto;
  clip-path:inherit;
  object-fit:cover;
  aspect-ratio:1/1;
  border-top-left-radius:28px;
  border-top-right-radius:28px;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;
  }
      

      
        
        
      
      
  .shell-game-checkpoint\:OjFfhPNLMfLFVjYPfJePA {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  .frtlqA {
    flex:0  ;
  width:100%;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:center;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .shell-game-checkpoint\:bi88pXm59Ia4CfL6mzug5 {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  .ewCtoF {
    top:0px;
  left:0px;
  width:100%;
  display:flex;
  position:fixed;
  font-size:2rem;
  text-align:center;
  align-items:center;
  font-family:Audiowide;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .dLHjmd {
    color:#ffffff;
  width:7ch;
  text-align:left;
  font-family:Audiowide;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .code-checkpoint-dialog\:9SDlkKoyFOtdeC75QhTx3 {
    width:100%;
  }
      

      
        
        
      
      
  .code-checkpoint-dialog\:Bb93x_TUrHwyJfFFqruBb {
    width:100%;
  }
      

      
        
        
      
      
  .dTCIWC {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .emmZpS {
    color:inherit;
  height:1cap;
  font-family:inherit;
  line-height:0.75;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
        
      
      
  .dkFbyT {
    width:100%;
  display:flex;
  row-gap:1.5cqw;
  flex-wrap:wrap;
  align-items:flex-start;
  container-type:inline-size;
  flex-direction:row-reverse;
  justify-content:space-between;
  }
      

      
  .dkFbyT.error {
    animation:100ms ease 0ms 3 alternate none running animation-eHlxzx;
  }
      

        
                  @keyframes animation-eHlxzx {
                    
                        0% {
                          translate: 0 0;
                        }
                        

                        39.99999999999999% {
                          translate: -4px 0;
                        }
                        

                        100% {
                          translate: 4px 0;
                        }
                        
                  }
                  
        
      
      
  .fdAxMd {
    color:#5cc337;
  width:100%;
  height:30cqw;
  display:flex;
  row-gap:8px;
  font-size:20cqw;
  background:#03821738;
  column-gap:8px;
  overflow-x:hidden;
  text-align:center;
  align-items:center;
  font-family:Bitcount Grid Double;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .fdAxMd.error {
    color:#d0060a;
  background:#88010142;
  }
      

        
        
      
      
  .eyMZLM {
    width:30CQW;
  height:30cqw;
  }
      

      
  .eyMZLM:last-child {
    flex:1;
  }
      

        
        
      
      
  .code-input\:bVM5SScOn1-4CmPte4ma6 {
    width:100%;
  height:100%;
  font-size:10cqw;
  min-width:100%;
  }
      

      
  .code-input\:bVM5SScOn1-4CmPte4ma6:last-child {
    min-width:30cqw;
  }
      

        
        
      
      
  .bvTFDS {
    top:0px;
  left:0px;
  width:30%;
  height:100%;
  display:none;
  position:absolute;
  animation:1s cubic-bezier(0.42, 0, 0.58, 1) 500ms 1 normal forwards running animation-euzMES;
  translate:-100% 0 0;
  background:linear-gradient(to right, #ffffff00 0px, #ffffff3d 50%, #ffffff00 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
  .bvTFDS.success {
    display:flex;
  }
      

        
                  @keyframes animation-euzMES {
                    
                        0% {
                          left: 0px;
                        }
                        

                        0% {
                          translate: -100%;
                        }
                        

                        100% {
                          left: 100%;
                        }
                        

                        100% {
                          translate: 100% 0 0;
                        }
                        
                  }
                  
        
      
      
  .code-checkpoint-dialog\:L1Oo6Ilhs9NU_JEx0ua4p {
    width:100%;
  max-width:40vh;
  }
      

      
        
        
      
      
  .code-checkpoint-dialog\:S-0mbyu2K-LpFYqXhZDhW {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  .code-checkpoint-dialog\:Xyry1B6465D-J3C9JeXhu {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .saqBN {
    color:#ffffff;
  display:inline-block;
  font-size:1rem;
  font-family:inherit;
  font-weight:300;
  text-shadow:0px 2px 4px #ffffffb3;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .blJGNF {
    flex:1  ;
  width:100%;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:center;
  font-family:inherit;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .message-checkpoint\:mBYIFqwDyhdFXN5lW67Y_ {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dBeHpA {
    color:#ffffff3d;
  width:100%;
  height:1px;
  display:flex;
  row-gap:180px;
  position:absolute;
  background: #ffffff21;
  column-gap:180px;
  align-items:center;
  font-family:Audiowide;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .UPYOk {
    width:400px;
  height:400px;
  display:flex;
  max-width:90vw;
  max-height:90vh;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bLXKeg {
    width:1px;
  height:100%;
  position:absolute;
  background: #ffffff21;
  }
      

      
        
        
      
      
  .cpvZfe {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  }
      

      
  .cpvZfe.scanning {
    animation:4s ease 0ms infinite normal none running animation-dAKvAj;
  }
      

        
                  @keyframes animation-dAKvAj {
                    
                        0% {
                          rotate: 0deg;
                        }
                        

                        20% {
                          rotate: 120deg;
                        }
                        

                        30.000000000000004% {
                          rotate: 120deg;
                        }
                        

                        53% {
                          rotate: -150deg;
                        }
                        
                  }
                  
        
      
      
  .bIFzZI {
    top:50%;
  left:50%;
  width:1px;
  height:8px;
  position:absolute;
  transform:rotateZ(var(--rotate)) translateY(20px);
  background: currentcolor;
  transform-origin:center top;
  }
      

      
  .bIFzZI.scanning {
    animation:4s ease 0ms 1 normal none running animation-fuLrjP;
  }
      

        
                  @keyframes animation-fuLrjP {
                    
                        0% {
                          transform: rotateZ(var(--rotate)) translateY(20px);
                        }
                        

                        19.999999999999996% {
                          transform: rotateZ(var(--rotate)) translateY(18px);
                        }
                        

                        30.000000000000004% {
                          transform: rotateZ(var(--rotate)) translateY(18px);
                        }
                        

                        50% {
                          transform: rotateZ(var(--rotate)) translateY(35px);
                        }
                        
                  }
                  
        
      
      
  .game-screen\:n4YkI3W8fEJQidJu9pTNG {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fgwJcQ {
    top:16px;
  left:16px;
  color:var(--grey-300);
  display:flex;
  position:absolute;
  font-size:0.5rem;
  font-family:Audiowide;
  }
      

      
        
        
      
      
  .EMUJZ {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  background: #ffffff0f;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
  .EMUJZ.scanning {
    animation:4s ease 0ms infinite normal none running animation-cGqcow;
  }
      

        
                  @keyframes animation-cGqcow {
                    
                        0% {
                          scale: 1;
                        }
                        

                        19.999999999999996% {
                          scale: 0.8;
                        }
                        

                        30.000000000000004% {
                          scale: 0.8;
                        }
                        

                        50% {
                          scale: 1.3;
                        }
                        

                        100% {
                          scale: 1;
                        }
                        
                  }
                  
        
      
      
  
      

      
        
        
      
      
  .bfGeWp {
    color:var(--yellow-400);
  rotate:0 0 1 var(--rotation);
  position:absolute;
  translate:0 -23px 0;
  box-sizing:border-box;
  transform-origin:center 36px;
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
        
        
      
      
  .eJQjgG {
    color:var(--grey-300);
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .eIDClJ {
    top:0px;
  left:0px;
  width:10px;
  height:10px;
  position:absolute;
  animation:;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:currentcolor;
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
        
        
      
      
  .yLvvo {
    animation:;
  }
      

      
        
        
      
      
  .bNgkMI {
    top:-4px;
  left:0px;
  display:flex;
  row-gap:2px;
  position:absolute;
  font-size:0.5rem;
  translate:0 -100% 0;
  column-gap:2px;
  font-style:italic;
  align-items:center;
  font-family:Audiowide;
  font-weight:400;
  line-height:1.2;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .phWkn {
    left:0px;
  bottom:-2px;
  display:flex;
  row-gap:2px;
  position:absolute;
  font-size:0.5rem;
  translate:0 100% 0;
  column-gap:2px;
  align-items:center;
  font-family:Audiowide;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bvuXSq {
    width:31px;
  height:31px;
  display:flex;
  animation:1s ease 0ms 1 normal none running animation-empty;
  align-items:center;
  padding-top:8px;
  border-color:var(--grey-300);
  border-style:Dotted;
  border-width:1.5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
        
                  @keyframes animation-empty {
                    
                  }
                  
        
      
      
  .cnlTTn {
    top:0px;
  right:0px;
  width:10px;
  height:10px;
  position:absolute;
  border-top-color:currentcolor;
  border-top-style:solid;
  border-top-width:1px;
  border-right-color:currentcolor;
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
        
        
      
      
  .bsxZdZ {
    right:0px;
  width:10px;
  bottom:0px;
  height:10px;
  position:absolute;
  border-right-color:currentcolor;
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .cehCBG {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  animation:infinite ease 2.5s normal none running animation-dkowCP 0ms;
  box-shadow:0px 0px 6px 0px var(--yellow-200);
  transform-origin:center center;
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
        
                  @keyframes animation-dkowCP {
                    
                        0% {
                          scale: 1.2;
                        }
                        

                        0% {
                          opacity: 1;
                        }
                        

                        34% {
                          opacity: 1;
                        }
                        

                        60% {
                          opacity: 0;
                        }
                        

                        71% {
                          scale: 2;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        

                        100% {
                          scale: 2;
                        }
                        
                  }
                  
        
      
      
  .dReaF {
    left:0px;
  width:10px;
  bottom:0px;
  height:10px;
  position:absolute;
  border-left-color:currentcolor;
  border-left-style:solid;
  border-left-width:1px;
  border-bottom-color:currentcolor;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .bSrOGS {
    width:1px;
  height:10px;
  position:absolute;
  background: #ffffff;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      