
@layer base {
  
  body, :host {
    /* Color */
      --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #262013;
--brand-2: #4c4027;
--brand-3: #73603a;
--brand-4: #99804e;
--brand-5: #bfa061;
--brand-6: #c5aa71;
--brand-7: #ccb381;
--brand-8: #d2bd90;
--brand-9: #d9c6a0;
--brand-10: #dfd0b0;
--brand-11: #e5d9c0;
--brand-12: #f2ecdf;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
  /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-anton: 'Anton',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* 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;
    }
  }
}

      
  .bAXUxd {
    display:flex;
  background: var(--neutral-2);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cWanEY {
    width:100%;
  height:max-content;
  object-fit:contain;
  }
      

      
        
        
      
      
  .dhGxig {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dhGxig.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dhGxig.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
        
      
      
  .ggd-gamedays\:Brt0fnkv89joWa3bKtsDS {
    color:var(--neutral-12);
  width:max-content;
  display:flex;
  font-size:1.75rem;
  align-items:flex-start;
  font-weight:var(--bold);
  line-height:2rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .UgCri {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .UgCri.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .UgCri.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
        
      
      
  .ggd-gamedays\:FOD8_B5wLkbpxaFwB5yQu {
    color:var(--neutral-12);
  font-size:var(--text-4xl);
  font-weight:var(--bold);
  }
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:FOD8_B5wLkbpxaFwB5yQu {
    font-size:var(--text-lg);
  }
      

          }
          
        
        
      
      
  .dOKoEi {
    cursor:pointer;
  row-gap:0.5rem;
  animation:2s ease 0ms 1 normal none running animation-empty;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
  .dOKoEi:hover {
    animation:;
  }
      

        
        
      
      
  .bDajPY {
    background: #ffffff03;
  align-items:stretch;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  backdrop-filter:blur(5px);
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dJsHqp {
    row-gap:0.2rem;
  column-gap:0.2rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .byhUoN {
    row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .drMkSD {
    color:var(--neutral-12);
  width:1.5rem;
  height:1.5rem;
  }
      

      
        
        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
        
      
      
  .eGPqSb {
    width:100%;
  align-items:stretch;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (min-width: 800px) {
            
  .eGPqSb {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

          }
          
        
        
      
      
  .ggd-gamedays\:aJvHXpxG7LlD0lLHmFKwS {
    width:100%;
  display:flex;
  flex-wrap:nowrap;
  font-size:var(--text-lg);
  text-align:center;
  align-items:center;
  line-height:1rem;
  white-space:nowrap;
  text-overflow:ellipsis;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:aJvHXpxG7LlD0lLHmFKwS {
    font-size:var(--text-md);
  white-space:wrap;
  }
      

          }
          
        
        
      
      
  .dyVxhb {
    flex:1  ;
  position:relative;
  min-width:50px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .ggd-gamedays\:cyG2vohjhRV00yJRuJv1P {
    color:var(--neutral-12);
  display:flex;
  font-size:var(--text-4xl);
  align-items:center;
  font-weight:var(--bold);
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:cyG2vohjhRV00yJRuJv1P {
    font-size:var(--text-lg);
  }
      

          }
          
        
        
      
      
  .endZRR {
    width:100%;
  filter:invert(100%);
  height:max-content;
  object-fit:contain;
  }
      

      
        
        
      
      
  .KJDwc {
    display:flex;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .nOMmp {
    flex:1  ;
  min-width:50px;
  align-items:stretch;
  justify-content:center;
  }
      

      
        
        
      
      
  .cJAuny {
    flex:0  ;
  width:100%;
  align-items:stretch;
  flex-direction:row;
  justify-content:space-around;
  }
      

      
        
        
      
      
  .ggd-gamedays\:f36iOnnSdAybFAFwkzwSh {
    color:var(--neutral-12);
  width:max-content;
  font-size:var(--text-xl);
  }
      

      
        
        
      
      
  .ZqEKY {
    flex:1  ;
  position:relative;
  min-width:50px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .fjnpWB {
    width:100%;
  height:100%;
  display:flex;
  overflow:hidden;
  max-width:max-content;
  background: #ffffff0d;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:1rem;
  backdrop-filter:blur(15px);
  justify-content:center;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
        
        
      
      
  
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:fPbteeYdmNuz-J_hkjzlo {
    padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

          }
          
        
        
      
      
  .ggd-gamedays\:fRaPnvfR7-1df6i59GpE2 {
    color:var(--neutral-12);
  font-size:var(--text-4xl);
  font-weight:var(--bold);
  line-height:2rem;
  }
      

      
        
        
      
      
  .ggd-gamedays\:fUQoDDFHm4YiJ4xr8hA-R {
    color:var(--neutral-12);
  line-height:1rem;
  }
      

      
        
        
      
      
  .dmLnCt {
    color:var(--neutral-12);
  width:2.25rem;
  height:2.25rem;
  }
      

      
        
        
      
      
  .deBfhF {
    flex:1  ;
  min-width:50px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .ggd-gamedays\:oVVihfNZGfZyHtpGWa0wQ {
    color:var(--neutral-12);
  font-size:2.75rem;
  font-weight:var(--bold);
  line-height:2rem;
  }
      

      
        
        
      
      
  
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:pD-ejC_EwQWeGu2rwIVCN {
    padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

          }
          
        
        
      
      
  .wMQYl {
    flex:1  ;
  min-width:1rem;
  align-items:stretch;
  justify-content:center;
  }
      

      
          @media (max-width: 600px) {
            
  .wMQYl {
    flex:1  ;
  }
      

          }
          
        
        
      
      
  .dnDiaI {
    width:100%;
  height:100%;
  background:linear-gradient(115deg, var(--hometeamcolor) 0%, #201F1F 35%, #201F1F 65%, var(--guestteamcolor) 100%);
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:stretch;
  flex-direction:column;
  justify-content:space-between;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .tiFKc {
    row-gap:0px;
  column-gap:0px;
  }
      

      
        
        
      
      
  .ggd-gamedays\:sLVkHZeZ4TeuKKqD858rx {
    color:var(--neutral-12);
  font-weight:var(--bold);
  line-height:1rem;
  }
      

      
        
        
      
      
  .oEdRE {
    flex:1  ;
  width:100%;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-evenly;
  }
      

      
        
        
      
      
  .ggd-gamedays\:uRmJRcdL9j2e5fCiXtbas {
    width:100%;
  display:flex;
  flex-wrap:nowrap;
  font-size:var(--text-lg);
  text-align:center;
  align-items:center;
  line-height:1rem;
  white-space:nowrap;
  text-overflow:ellipsis;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:uRmJRcdL9j2e5fCiXtbas {
    font-size:var(--text-md);
  white-space:wrap;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .ohzze {
    flex:1  ;
  min-width:50px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .ggd-gamedays\:zikDaC22720_CkhU3YkEk {
    color:var(--neutral-12);
  font-size:var(--text-4xl);
  font-weight:var(--bold);
  }
      

      
          @media (max-width: 800px) {
            
  .ggd-gamedays\:zikDaC22720_CkhU3YkEk {
    font-size:var(--text-lg);
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cimQwb {
    max-width:800px;
  }
      

      
        
        
      