
@layer base {
  
  body, :host {
    /* Color */
      --bg-light: #f2f2f2;
--card-light: #ffffff;
--card-light-grey: #383C42;
--bg-dark: #000000;
--card-dark: #101213;
--card-dark-grey: #25262A;
--text-light: #000000;
--text-grey: #b8b8b8;
--text-dark: #ffffff;
--toddle-blue: #3586FF;
--toddle-red: #F2386A;
--toddle-green: #1CD688;
--toddle-yellow: #FBCC26;
--primary: #cf181f;
--secondary: #d4682a;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',sans-serif;
--font-dmsans: 'DM Sans',sans-serif;
--font-ebgaramond: 'EB Garamond',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;
    }
  }
}

      
  .cbGcau {
    color:var(--text-dark, #ffffff);
  width:100%;
  height:100vh;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  background-color:var(--card-dark, #101213);
  }
      

      
        
      
      
  .bRBUqc {
    gap:1rem;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .ZPPnr {
    color:var(--text-dark, #ffffff);
  width:fit-content;
  cursor:pointer;
  height:3rem;
  font-size:var(--font-size-base);
  background:linear-gradient(142deg, rgba(205,24,30,1) 0%, rgba(212,107,41,1) 100%);;
  margin-top:1rem;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:var(--font-weight-bold);
  padding-left:2rem;
  border-radius:1rem;
  padding-right:2rem;
  justify-content:center;
  }
      

      
  .ZPPnr:hover {
    opacity:0.5;
  }
      

        
      
      
  .dvGFUz {
    color:var(--text-grey, #b8b8b8);
  font-size:var(--font-size-lg);
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cAmcxn {
    font-size:var(--font-size-3xl);
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      