
  

  
  

  
  
  
  
    


@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: #14121F;
--brand-2: #1B1525;
--brand-3: #291F43;
--brand-4: #33255B;
--brand-5: #3C2E69;
--brand-6: #473876;
--brand-7: #56468B;
--brand-8: #6958AD;
--brand-9: #755ed1;
--brand-10: #8a75dd;
--brand-11: #BAA7FF;
--brand-12: #E2DDFE;
--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 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;
    }
  }
}

      
  
      

      
        
      
      
  .dUHShL {
    display:flex;
  position:relative;
  min-height:80px;
  align-items:center;
  padding-top:8px;
  border-color:#00000000;
  border-style:solid;
  border-width:3px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .dUHShL.drag-over::after {
    top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  content:" ";
  position:absolute;
  background:;
  border-color:var(--blue-500);
  border-style:Dashed;
  border-width:3px;
  pointer-events:none;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      


  .dUHShL:focus-within {
    outline-color:var(--blue-500);
  outline-style:solid;
  outline-width:2px;
  }
      

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

      
        
      
      
  .eWvihF {
    color:#E5E5E5;
  width:100%;
  height:100%;
  opacity:0;
  position:absolute;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:#262626;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eULZdA {
    gap:8px;
  width:120px;
  height:120px;
  overflow-y:hidden;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-600, #525252);
  }
      

      
        
      
      
  .XLEny {
    width:100%;
  height:100%;
  position:absolute;
  animation:1.5s cubic-bezier(0.25, 0.1, 0.23, 0.8) var(--delay) infinite normal none running animation-eokWxe;
  background:;
  transition:opacity 100ms linear 100ms;
  align-items:center;
  aspect-ratio:1/1;
  border-radius:16px;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-eokWxe {
                    
                        0% {
                          rotate: var(--rotation);
                        }
                        

                        100% {
                          rotate: calc(var(--rotation) + 360deg);
                        }
                        
                  }
                  
      
      
  .cpcepI {
    width:30%;
  aspect-ratio:1/1;
  transform-origin:center center;
  }
      

      
        
      
      
  .cdbguz {
    color:#ffffffbd;
  display:inline-block;
  opacity:0;
  font-size:0.6rem;
  transition:opacity 100ms linear 100ms;
  }
      

      
  .cdbguz.hover {
    opacity:1;
  }
      

        
      
      
  .MCJrD {
    left:-2px;
  width:5px;
  height:5px;
  position:absolute;
  background: var(--blue-500);
  border-top-left-radius:99px;
  border-top-right-radius:99px;
  border-bottom-left-radius:99px;
  border-bottom-right-radius:99px;
  }
      

      
        
      
      
  .eCVXAX {
    left:0px;
  width:var(--progress);
  height:100%;
  position:absolute;
  background-color:var(--blue-500, #3B82F6);
  }
      

      
        
      
      
  .ecmfVm {
    color:#ffffff;
  display:inline-block;
  font-size:0.6rem;
  }
      

      
        
      
      
  .dZDegk {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  rotate:0 0 1 var(--rotation);
  position:absolute;
  transform-origin:center center;
  }
      

      
        
      
      
  .cgzKZj {
    color:#ffffff;
  display:inline-block;
  opacity:0;
  font-size:0.7rem;
  max-width:100%;
  overflow-x:hidden;
  transition:opacity 100ms linear 100ms;
  font-weight:700;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
  .cgzKZj.hover {
    opacity:1;
  }
      

        
      
      
  .dSjhJa {
    width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  transition:filter 100ms linear 100ms;
  border-radius:6px;
  }
      

      
  .dSjhJa.hover {
    filter:blur(5px);
  }
      

        
      
      
  .dtHpnK {
    width:80%;
  height:16px;
  opacity:0;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:opacity 100ms linear 100ms;
  align-items:center;
  border-radius:16px;
  justify-content:center;
  background-color:#ffffff75;
  }
      

      
  .dtHpnK.hover {
    opacity:1;
  }
      

        
      
      
  
      

      
        
      