
  

  
  

  
  
  
  
    


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


    .eIYhqq {
      min-height:100%;
      align-items:center;
      justify-content:start;
      background-color:var(--surface-grey-layer0);
    }

    .jjLIB {
      gap:var(--spacing-md);
      width:100%;
      height:100%;
      z-index:0;
      align-items:center;
      justify-content:start;
      background-color:var(--surface-grey-layer0);
    }

    .fphOoF {
      width:100%;
      max-width:1280px;
      align-items:center;
      justify-content:start;
    }

    .feuyOj {
      width:100%;
      height:3rem;
      align-items:center;
      justify-content:center;
      background-color:var(--surface-grey-layer2);
    }

    .dzSnIz {
      width:var(--attr-width);
      height:var(--attr-height);
      overflow:hidden;
      object-fit:var(attr-object-fit);
      align-items:center;
      border-radius:var(--attr-border-radius);
      justify-content:center;
    }

    .bDEUsu {
      width:var(--attr-width);
      height:var(--attr-height);
      user-drag:var(--attr-user-select);
      object-fit:var(--attr-object-fit);
      transition:var(--transition-hover);
      user-select:var(--attr-user-select);
      -webkit-user-drag:var(--attr-user-select);
    }

    .bDEUsu:hover {
      opacity:var(--attr-opacity-hover);
    }

    .CMZmO {
      gap:var(--attr-gap);
      color:var(--attr-color);
      width:var(--attr-width);
      cursor:var(--attr-cursor);
      height:var(--attr-height);
      opacity:var(--attr-opacity);
      padding:var(--attr-padding);
      flex-wrap:nowrap;
      transition:var(--transition-hover);
      align-items:center;
      border-radius:var(--attr-border-radius);
      flex-direction:row;
      justify-content:var(--attr-align);
      background-color:var(--attr-background-color, );
    }

    .CMZmO:hover {
      color:var(--attr-color-hover, );
      background-color:var(--attr-background-color-hover, );
    }

    .CMZmO:active {
      color:var(--attr-color-active, );
      background-color:var(--attr-background-color-active, );
    }

    .CMZmO:checked {
      color:var(--attr-color-checked, );
      background-color:var(--attr-background-color-checked, );
    }

    .cqckaG {
      :;
      color:var(--attr-color, );
      display:var(--attr-display);
      overflow:var(--attr-overflow);
      font-size:var(--attr-font-size);
      align-self:var(--attr-vertical-align);
      text-align:var(--attr-alignment);
      font-family:var(--attr-font-family);
      font-weight:var(--attr-font-weight);
      user-select:var(--attr-select);
      white-space:var(--attr-white-space);
      text-overflow:var(--attr-text-overflow);
      -ms-user-select:var(--attr-select);
      -webkit-user-select:var(--attr-select);
    }

    .elqoBu {
      width:36px;
      height:36px;
      align-items:center;
      padding-top:0.25rem;
      border-color:var(--font-grey-weak);
      border-style:solid;
      border-width:2px;
      padding-left:0.25rem;
      border-radius:999px;
      padding-right:0.25rem;
      padding-bottom:0.25rem;
      justify-content:center;
    }

    .bsjHSu {
      font-weight:var(--font-weight-regular);
      justify-content:center;
    }

    .cgcNcw {
      align-items:center;
      justify-content:center;
    }

    .fCfyJo {
      color:var(--font-grey-medium);
    }

    .fybRYF {
      width:100%;
      max-width:1280px;
      padding-left:var(--padding-md);
      padding-right:var(--padding-md);
      flex-direction:row;
      justify-content:space-between;
    }

    .fjFnkv {
      gap:8px;
      flex-direction:row;
    }

    .cLUlNe {
      gap:var(--attr-gap);
      width:100%;
      height:fit-content;
      padding:var(--attr-padding);
      align-items:center;
      justify-content:center;
    }

    .dKWUBr {
      color:#E5E5E5;
      width:256px;
      height:32px;
      font-size:0.75rem;
      align-items:center;
      padding-top:6px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      padding-bottom:6px;
      justify-content:center;
      background-color:#262626;
    }

    .dKWUBr:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

    .cCYXsI {
      width:100%;
    }

    .eHJWbY {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      z-index:1000;
      position:fixed;
      transition:var(--transition-overlay-in);
      backdrop-filter:blur(5px);
      background-color:rgba(0, 0, 0, 0);
    }

    .eHJWbY {
      
    @starting-style {
      backdrop-filter:none;
      background-color:none;
    }
    }

    .ftbsIh {
      gap:var(--attr-gap);
      color:var(--attr-color, white);
      width:var(--attr-width);
      cursor:var(--attr-pointer);
      height:var(--attr-height);
      opacity:1;
      padding:var(--attr-padding);
      overflow:hidden;
      max-width:100%;
      box-shadow:var(--attr-shadow);
      min-height:1rem;
      transition:var(--attr-transition);;
      border-color:var(--attr-border-color, );
      border-style:solid;
      border-width:var(--attr-border-width);
      border-radius:var(--attr-border-radius);
      background-color:var(--attr-background, #18181b);
    }

    .ftbsIh:hover {
      opacity:var(--attr-opacity);
      border-color:var(--attr-border-color-hover);
      background-color:var(--attr-background-hover);
    }

    .ftbsIh:checked {
      border-color:var(--attr-border-color-checked, );
      background-color:var(--attr-background-checked, #18181B);
    }

    .ftbsIh:active {
      border-color:var(--attr-border-color-active, );
      background-color:var(--attr-background-active, #18181B);
    }

    .cXsmmi {
      gap:var(--spacing-sm);
      align-items:start;
      flex-direction:row;
      justify-content:end;
    }

    .dimOJR {
      margin:auto;
      opacity:1;
      z-index:;
      box-shadow:var(--shadow-md);
      transition:var(--transition-enter-screen);
    }

    .dimOJR {
      
    @starting-style {
      scale:0.9;
      opacity:0.4;
      translate:0 50%;
    }
    }

    .bgSzld {
      width:100%;
      padding:var(--attr-padding);
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .enCbWb {
      text-overflow:ellipsis;
    }

    .bfrhGs {
      width:100%;
      overflow-x:hidden;
      overflow-y:auto;
    }

    .fbxFlD {
      gap:var(--attr-gap);
      width:100%;
      display:grid;
      max-width:var(--attr-max-width);
      grid-template-columns:var(--attr-template-columns);
    }

    .bXgVfJ {
      top:0px;
      color:var(--grey-700, #404040);
      right:0px;
      width:1.5rem;
      height:1.5rem;
      position:absolute;
      font-size:0.75rem;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--grey-800, #262626);
    }

    .bXgVfJ:focus {
      outline-color:var(--fill-brand-medium);
      outline-style:solid;
      outline-width:1px;
    }

    .elsZEQ {
      width:var(--attr-width);
      height:var(--attr-height);
      align-items:center;
      justify-content:center;
    }

    .ZFEpz {
      width:100%;
      height:100%;
      min-width:250px;
      min-height:250px;
      align-items:center;
      flex-direction:column;
      justify-content:space-between;
    }

    .eJwekF {
      top:1rem;
      right:1rem;
      width:2rem;
      height:2rem;
      z-index:200;
      position:absolute;
    }

    .eofpDt {
      width:80px;
      height:80px;
    }

    .cKfTmP {
      width:100%;
      height:80%;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:surface-grey-layer3;
    }

    .eXyBkv {
      width:100%;
      height:20%;
      align-items:start;
      justify-content:center;
    }

    .evsUZL {
      width:100%;
      height:100%;
      position:absolute;
    }

    .emrFNN {
      gap:0.25rem;
    }

    .cWALHQ {
      color:#E5E5E5;
      width:100%;
      padding:var(--attr-padding);
      font-size:var(--font-size-text-md);
      border-radius:6px;
      background-color:#262626;
    }

    .cWALHQ:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

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

    .bcYfBU:focus {
      outline-color:#2463ebff;
      outline-style:solid;
      outline-width:1px;
    }

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

    .dqVLle {
      color:inerhit;
    }

    .cYWSIJ {
      gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .maNHs {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      z-index:500;
      position:fixed;
      box-shadow:var(--shadow-md);
    }

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

    .bCTAa-d {
      width:100%;
      align-items:center;
      justify-content:start;
    }

    .ecartd {
      gap:15px;
      flex-direction:row;
    }

    .cTaYaR {
      gap:1rem;
    }