
  

  
  

  
  
  
  
    


@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-alata: 'Alata',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;
    }
  }
}


    .eZiTca {
      width:100dvw;
      height:100dvh;
    }

    .dXovvO {
      width:100%;
      height:100%;
      display:flex;
      background:radial-gradient(circle at center,#FAFAF9 0%,#F5F5F4 100%),linear-gradient(to right,#FAFAF9 0%,#F8F8F7 100%),linear-gradient(to bottom,#FAFAF9 0%,#F3F3F2 100%);
      align-items:center;
      padding-top:4rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      padding-bottom:4rem;
      justify-content:center;
    }

    .bYObft {
      width:60px;
      height:60px;
    }

    .OVBzv {
      width:auto;
      height:auto;
    }

    ._0-Signin\:On8PNBnQhRm8WzG8df_t5 {
      width:60px;
      height:60px;
      position:absolute;
      animation:3s linear 0ms infinite normal none running animation-fdlyLB, 2s ease 0ms 1 normal none running animation-diMMIZ;
      margin-top:450px;
    }

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

        100% {
          opacity: 1;
        }
    }


    @keyframes animation-fdlyLB {
        100% {
          rotate: 1turn;
        }
    }

    .dmTzbe {
      flex:0;
      width:100%;
      display:flex;
      row-gap:2rem;
      animation:;
      max-width:360px;
      column-gap:2rem;
      align-items:flex-start;
      justify-content:center;
    }

    @keyframes signin-email-form-fadeE {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-fadeG {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-fadeI {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-fadeN {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-fadeO {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-fadeS {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-pulse {
        0% {
          transform: scale(1);
        }

        50% {
          transform: scale(1.05);
        }

        100% {
          transform: scale(1);
        }
    }


    @keyframes signin-email-form-fadeL1 {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-fadeL2 {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes signin-email-form-rotate {
        0% {
          transform: rotate(0deg);
        }

        100% {
          transform: rotate(360deg);
        }
    }


    @keyframes signin-email-form-slideD {
        0% {
          transform: translateX(-80px);
        }

        40% {
          transform: translateX(0px);
        }

        100% {
          transform: translateX(0px);
        }
    }


    @keyframes signin-email-form-slideP {
        0% {
          transform: translateX(-80px);
        }

        40% {
          transform: translateX(0px);
        }

        100% {
          transform: translateX(0px);
        }
    }


    @keyframes signin-email-form-circleShrink {
        0% {
          width: 120px;
        }

        0% {
          height: 120px;
        }

        5% {
          width: 115px;
        }

        5% {
          height: 115px;
        }

        7.5% {
          width: 120px;
        }

        7.5% {
          height: 120px;
        }

        100% {
          width: 120px;
        }

        100% {
          height: 120px;
        }
    }


    @keyframes signin-email-form-gradientMove {
        0% {
          background-position: 0% 50%;
        }

        15% {
          background-position: 35% 25%;
        }

        33% {
          background-position: 75% 80%;
        }

        51% {
          background-position: 20% 60%;
        }

        68% {
          background-position: 90% 35%;
        }

        82% {
          background-position: 45% 70%;
        }

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

    .fisNTE {
      color:#3E3E3E;
      display:inline-block;
      animation:signin-email-form-slideD 2s ease-out forwards;
      font-size:70px;
      transform:translateX(-80px);
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .eKMzKU {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeE 0.3s ease-out 1.4s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .dZTntF {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeG 0.3s ease-out 2.0s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .dMQiao {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeI 0.3s ease-out 1.8s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .eUjXKG {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeN 0.3s ease-out 2.2s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .eSaJON {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeO 0.3s ease-out 0.8s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .dNhErs {
      color:#3E3E3E;
      display:inline-block;
      animation:signin-email-form-slideP 2s ease-out forwards;
      font-size:70px;
      transform:translateX(-80px);
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .KbqlE {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeS 0.3s ease-out 1.6s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .ddFXhQ {
      display:flex;
      flex-direction:row;
    }

    .exUjMe {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeL1 0.3s ease-out 1s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .SNhKn {
      color:#3E3E3E;
      display:inline-block;
      opacity:0;
      animation:signin-email-form-fadeL2 0.3s ease-out 1.2s forwards;
      font-size:70px;
      font-family:'Cre Happiness';
      line-height:0.8;
    }

    .bXjMTs {
      display:flex;
      line-height:0.8;
      flex-direction:column;
    }

    .bDsaXi {
      width:120px;
      height:120px;
      display:flex;
      animation:signin-email-form-gradientMove 7s ease-in-out infinite, signin-email-form-rotate 11s linear infinite, signin-email-form-pulse 5s ease-in-out infinite, signin-email-form-circleShrink 2s ease-out forwards;
      background:conic-gradient(from 0deg,#FFD93D 0%,#FF6B9D 12%,#C364FF 24%,#6BAAFF 36%,#4ECDC4 48%,#FFB347 60%,#FF6B9D 72%,#A78BFA 84%,#60A5FA 100%);
      align-items:center;
      border-radius:50%;
      background-size:400% 400%;
      justify-content:center;
    }

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

    .signin-email-form\:28DMuwJUaJJXhamrTAtMr {
      width:100%;
      row-gap:1rem;
      column-gap:1rem;
    }

    .eXokzh {
      gap:0.5rem;
      width:100%;
      height:2.25rem;
      display:flex;
      background: var(--grey-900);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--grey-600);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eXokzh:hover {
      background: var(--grey-800);
    }

    .eXokzh.focused {
      background: var(--grey-900);
      border-color:var(--blue-500);
      border-style:solid;
      outline-color:var(--blue-800);
      outline-style:solid;
      outline-width:2px;
    }

    .brVsTL {
      flex:1;
      color:var(--grey-50);
      width:100%;
      height:100%;
      font-size:var(--font-size-base);
      font-family:Inter;
      font-weight:var(--font-weight-regular);
    }

    .brVsTL::placeholder {
      color:var(--grey-400);
      font-size:var(--font-size-base);
      font-family:Inter;
      font-weight:var(--font-weight-regular);
    }

    .NCzIw {
      color:var(--grey-300);
      width:100%;
      font-size:var(--font-size-sm);
      font-family:Inter;
      font-weight:var(--medium);
      line-height:120%;
      padding-bottom:0.25rem;
    }

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

    .button-secondary\:root {
      gap:0.5rem;
      color:var(--grey-200);
      width:fit-content;
      cursor:default;
      height:2.25rem;
      font-size:var(--font-size-base);
      background:;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--font-weight-normal);
      user-select:none;
      border-color:var(--grey-600);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:2px;
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
      -webkit-tap-highlight-color:transparent;
    }

    .button-secondary\:root:hover {
      background: #ffffff0d;
    }

    .button-secondary\:root:active {
      background: #ffffff26;
      transition:none;
    }

    .button-secondary\:root:focus-visible {
      outline-color:var(--blue-500);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .button-secondary\:root.disabled {
      opacity:0.5;
      background:;
    }

    .password-toggle\:root {
      width:calc(2.25rem - 0.75rem);
      height:calc(2.25rem - 0.75rem);
      border-color:black;
      border-style:solid;
      border-width:0px;
      margin-right:-0.5rem;
      border-radius:4px;
    }

    .dfonvd {
      color:inherit;
      width:1rem;
      height:1rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .dssVGi {
      color:var(--grey-200);
      font-size:var(--font-size-2xl);
      font-family:Inter;
      font-weight:var(--font-weight-normal);
    }

    .flYALy {
      color:#3E3E3E;
      width:100%;
      height:100%;
      display:flex;
      font-size:70px;
      align-items:flex-start;
      font-family:'Cre Happiness';
      justify-content:center;
    }

    .bkcYHh {
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-end;
    }

    .eOiZTW {
      gap:1rem;
      width:100%;
      flex-direction:row;
      padding-bottom:1rem;
    }

    .cCYXsI {
      width:100%;
    }

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

    .dialog-forgot-password\:5mPHDIYNeER7QCQGtPuWh {
      opacity:0;
      background: #000000b3;
    }

    .dialog-forgot-password\:5mPHDIYNeER7QCQGtPuWh.open {
      opacity:1;
    }

    .dialog-forgot-password\:5mPHDIYNeER7QCQGtPuWh.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .dialog-forgot-password\:5mPHDIYNeER7QCQGtPuWh.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .cGuIbe {
      color:var(--grey-300);
      display:inline-block;
      font-size:var(--font-size-base);
      font-family:Inter;
      font-weight:var(--font-weight-regular);
      line-height:140%;
    }

    .dialog-forgot-password\:LsnzbuO1Ss7tQsS9Q0-TT {
      width:2.25rem;
      height:2.25rem;
    }

    .dialog-forgot-password\:RjonJWyFmyraGokZPQCbj {
      row-gap:1rem;
      column-gap:1rem;
    }

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

    .dialog-forgot-password\:TX1rREgg4N1Vw7DZlmC3S {
      width:100%;
      opacity:0;
      max-width:360px;
      translate:0 20px;
      background: var(--grey-900);
      padding-top:1rem;
      border-color:var(--grey-600);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .dialog-forgot-password\:TX1rREgg4N1Vw7DZlmC3S.open {
      opacity:1;
      translate:0 0px;
    }

    .dialog-forgot-password\:TX1rREgg4N1Vw7DZlmC3S.open-transition {
      transition:all 320ms ease 0ms normal;
    }

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

    .button-primary\:root {
      gap:0.25rem;
      color:var(--grey-900);
      width:fit-content;
      cursor:default;
      height:2.25rem;
      font-size:var(--font-size-base);
      background: var(--blue-500);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--font-weight-normal);
      user-select:none;
      padding-left:0.75rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:2px;
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:2px;
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
      -webkit-tap-highlight-color:transparent;
    }

    .button-primary\:root:hover {
      background: var(--blue-400);
    }

    .button-primary\:root:active {
      background: var(--blue-600);
      transition:none;
    }

    .button-primary\:root:focus-visible {
      outline-color:var(--blue-500);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .button-primary\:root.disabled {
      opacity:0.5;
      background-color:var(--brand-10, #8a75dd);
    }

    .KEjLb {
      width:2rem;
      height:2rem;
      animation:1s  linear 0ms infinite normal none running animation-cmESFi;
      border-radius:50%;
    }

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

        50% {
          rotate: 180deg;
        }

        100% {
          rotate: 360deg;
        }
    }

    .eOnkrd {
      width:100%;
      height:100%;
      position:absolute;
      border-color:transparent;
      border-style:solid;
      border-width:4px;
      border-radius:50%;
      border-top-color:var(--color);
      border-top-style:solid;
      border-top-width:4px;
    }

    .dDJGAN {
      width:100%;
      height:100%;
      opacity:0.3;
      position:absolute;
      border-color:var(--color);
      border-style:solid;
      border-width:4px;
      border-radius:50%;
    }

    .button-primary\:LhoevHe-Yo1CGFdUyEbaa {
      width:1.5rem;
      height:1.5rem;
    }

    .dgbPiS {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background: var(--blue-500);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .dialog-forgot-password\:b9vO4VmRl50H8YoCrFdoK {
      width:100%;
      margin-top:1rem;
    }

    .ffqDoT {
      flex:1  ;
      color:var(--grey-50);
      font-size:1.5rem;
      font-family:Inter;
      font-weight:var(--font-weight-normal);
    }

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

    .dialog-forgot-password\:h854xz62B1_2T_An1ew0x {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .bsPMBQ {
      width:100%;
      row-gap:2rem;
      column-gap:2rem;
    }

    .fbmzDz {
      flex:1;
      color:var(--grey-50);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      font-family:Inter;
      font-weight:var(--font-weight-regular);
      flex-direction:column;
    }

    .fbmzDz::placeholder {
      color:var(--grey-400);
      font-size:var(--font-size-base);
      font-family:Inter;
      font-weight:var(--font-weight-regular);
    }

    .Iayaj {
      width:100%;
      display:none;
      row-gap:2rem;
      background:var(--grey-800);
      column-gap:2rem;
      padding-top:1rem;
      border-color:var(--grey-700);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bfSgqe {
      flex:0;
      height:130px;
      display:flex;
      flex-direction:row;
    }

    .clObTN {
      color:#3E3E3E;
      width:150px;
      height:100%;
      display:flex;
      z-index:10;
      font-size:70px;
      align-items:center;
      font-family:'Cre Happiness';
      justify-content:center;
    }

    .signin-email-form\:_QZhZ8FvAawAFGltpJpTf {
      height:1.75rem;
      background:transparent;
      border-color:black;
      border-style:solid;
      border-width:0px;
      padding-left:8px;
      padding-right:8px;
    }

    .signin-email-form\:cTY5hPQkHmwA7gzB8jeoE {
      width:100%;
      margin-top:1rem;
    }

    .fcoGZe {
      width:100%;
      row-gap:1rem;
      column-gap:1rem;
      padding-top:2rem;
      flex-direction:row;
      border-top-color:#3E3E3E;
      border-top-style:solid;
      border-top-width:1px;
    }

    .social-auth-links\:AT5GoevbqJrmAWgANQfnx {
      width:1.2rem;
      height:1.2rem;
    }

    .dsDHyI {
      gap:0.5rem;
      flex:1;
      color:#FFFFFF;
      width:fit-content;
      cursor:pointer;
      height:2.5rem;
      font-size:var(--font-size-base);
      background:#4285F4;
      box-shadow:var(--shadow-sm);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--font-weight-normal);
      user-select:none;
      padding-left:0.75rem;
      border-radius:9999px;
      outline-color:transparent;
      outline-style:solid;
      outline-width:2px;
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:9999px;
      border-top-right-radius:9999px;
      border-bottom-left-radius:9999px;
      border-bottom-right-radius:9999px;
      -webkit-tap-highlight-color:transparent;
    }

    .dsDHyI:hover {
      background:#4285F4;
      text-decoration:;
    }

    .dsDHyI:focus-visible {
      outline-color:#4285F4;
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .dsDHyI:active {
      background:#4285F4;
      transition:none;
    }

    .social-auth-links\:NDaDqcESqnXbVGquNoP8N {
      margin-top:3px;
      margin-left:3px;
      margin-right:3px;
      margin-bottom:3px;
    }

    .ftRtrk {
      gap:0.5rem;
      flex:1;
      color:#FFFFFF;
      width:fit-content;
      cursor:pointer;
      height:2.5rem;
      font-size:var(--font-size-base);
      background:;
      box-shadow:var(--shadow-sm);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--font-weight-normal);
      user-select:none;
      border-color:#3E3E3E;
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      border-radius:9999px;
      outline-color:transparent;
      outline-style:solid;
      outline-width:2px;
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:#000000;
      -webkit-user-select:none;
      border-top-left-radius:9999px;
      border-top-right-radius:9999px;
      border-bottom-left-radius:9999px;
      border-bottom-right-radius:9999px;
      -webkit-tap-highlight-color:transparent;
    }

    .ftRtrk:hover {
      background:#1a1a1a;
      text-decoration:;
    }

    .ftRtrk:focus-visible {
      outline-color:var(--blue-500);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .ftRtrk:active {
      background:#2a2a2a;
      transition:none;
    }

    .social-auth-links\:yNXb0W38GuwehWxMgH1eF {
      width:1.2rem;
      height:1.2rem;
      display:flex;
      background:#FFFFFF;
      align-items:center;
      border-radius:50%;
      justify-content:center;
    }

    .signin-email-form\:wZr1HxT7GwXvCiYMo26b0 {
      display:flex;
    }

    .signin-email-form\:xl99UAAY4gH1SER9p20iD {
      width:100%;
    }

    .cgGrpZ {
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .toast-provider\:3HNY67eQbyTMKV7wPLZZf {
      width:100%;
      display:flex;
      position:relative;
      max-width:360px;
      transition:height 150ms ease 0ms normal;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .bHYIqa {
      top:var(--top);
      width:100%;
      position:absolute;
      pointer-events:all;
    }

    .bHYIqa.swipe-out-top {
      translate:0 -100%;
    }

    .bHYIqa.swipe-out-right {
      translate:100% 0px;
    }

    .bHYIqa.swipe-out-bottom {
      translate:0 100%;
    }

    .bHYIqa.swipe-out-left {
      translate:-100% 0px;
    }

    .toast\:root {
      gap:0.75rem;
      color:var(--grey-100);
      width:fit-content;
      opacity:0;
      max-width:100%;
      translate:0 16px;
      background: var(--grey-800);
      padding-top:0.75rem;
      border-color:var(--grey-700);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .toast\:root.open {
      opacity:1;
      translate:0 0px;
      transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
    }

    .toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

    .toast\:root.open-transition {
      transition:all 250ms ease 0ms normal;
    }

    .toast\:root.close-transition {
      transition:all 150ms ease 0ms normal;
    }

    .toast\:root.success {
      color:var(--grey-900);
      background: var(--green-400);
    }

    .toast\:root.warning {
      color:var(--grey-900);
      background: var(--yellow-400);
    }

    .toast\:root.critical {
      color:var(--grey-900);
      background: var(--red-400);
    }

    .fjCKTR {
      color:inherit;
      font-size:var(--font-size-base);
      font-family:Inter;
      font-weight:inherit;
      line-height:120%;
    }

    .ezeRiZ {
      width:var(--width);
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      display:flex;
      align-items:center;
      padding-top:1.25rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      padding-bottom:1.25rem;
      justify-content:flex-start;
    }