
  

  
  

  
  
  
  
    


@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;
    }
  }
}

      
  .otcRK {
    width:100%;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/violet__atto_sticky_otter:pexels-leonmart-1552252.jpg/1280") scroll padding-box border-box no-repeat no-repeat 0% 0% / cover;
  min-height:100vh;
  align-items:start;
  font-family:Outfit;
  justify-content:start;
  }
      

      
        
      
      
  .fulPnw {
    color:white;
  display:flex;
  row-gap:6px;
  column-gap:6px;
  font-weight:500;
  flex-direction:row;
  }
      

      
        
      
      
  .eiHIiM {
    color:white;
  margin-top:2rem;
  font-weight:normal;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  .account_reset-password\:26NCfId2lvzdpJl9b_Gza {
    width:16px;
  }
      

      
        
      
      
  .kfNAZ {
    color:white;
  font-size:var(--text-sm);
  }
      

      
        
      
      
  .fnKWyE {
    margin-top:2.5rem;
  }
      

      
        
      
      
  .ddJPFD {
    padding-top:10px;
  padding-bottom:10px;
  }
      

      
        
      
      
  .daJZXP {
    flex:1 1 0%;
  display:flex;
  min-width:100dvw;
  background:var(--neutral-1, #121113);
  min-height:100dvh;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:3rem;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .daJZXP {
    display:flex;
  min-width:75dvw;
  align-items:flex-start;
  justify-content:center;
  }
      

          }
          

          @media (min-width: 1280px) {
            
  .daJZXP {
    min-width:50dvw;
  }
      

          }
          

          @media (min-width: 2560px) {
            
  .daJZXP {
    min-width:25dvw;
  }
      

          }
          
        
      
      
  .dGbjVc {
    color:white;
  margin-top:2rem;
  font-weight:700;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  .cSIQXJ {
    color:#fff;
  width:100%;
  display:block;
  font-size:1rem;
  line-height:1.5rem;
  padding-top:0.375rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  outline-color:rgba(255,255,255,0.1);
  outline-width:1px;
  padding-right:0.75rem;
  padding-bottom:0.375rem;
  background-color:rgba(255,255,255,0.05);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cSIQXJ {
    color:#6b7280;
  }
      


  .cSIQXJ:focus {
    outline-color:#6366f1;
  outline-width:2px;
  }
      

        
      
      
  .bEWNuT {
    color:white;
  display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-top:12px;
  padding-bottom:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bArIxl {
    margin-top:0.5rem;
  padding-bottom:24px;
  }
      

      
        
      
      
  .fBBSeX {
    padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
        
      
      
  .czNDyo {
    color:white;
  font-size:var(--text-sm);
  font-family:Outfit;
  }
      

      
        
      
      
  .dVSCdJ {
    color:white;
  width:100%;
  display:flex;
  background:rgba(31, 41, 55, 0.75);
  font-weight:600;
  padding-top:0.375rem;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.375rem;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dVSCdJ:hover {
    cursor:pointer;
  background-color:#818cf8;
  }
      


  .dVSCdJ:focus-visible {
    outline-color:#6366f1;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .dVSCdJ:disabled {
    color:dimgrey;
  }
      

        
      
      
  .account_reset-password\:o3FujpYcQRrd5nC66Mrkd {
    width:16px;
  }
      

      
        
      
      
  .dLXrhl {
    width:100%;
  max-width:24rem;
  margin-left:auto;
  margin-right:auto;
  }
      

      
          @media (min-width: 64rem) {
            
  .dLXrhl {
    width:24rem;
  }
      

          }
          
        
      
      
  .fyWNIO {
    width:auto;
  height:2.5rem;
  display:none;
  }
      

      
        
      