
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --background: var(--neutral-950);
--foreground: var(--neutral-200);
--card: var(--neutral-900);
--card-foreground: var(--neutral-100);
--popover: var(--neutral-800);
--popover-foreground: var(--neutral-100);
--primary: var(--neutral-200);
--primary-foreground: var(--neutral-900);
--secondary: var(--neutral-800);
--secondary-foreground: var(--neutral-100);
--muted: var(--neutral-800);
--muted-foreground: var(--neutral-400);
--accent: var(--neutral-700);
--accent-foreground: var(--neutral-100);
--destructive: oklch(70.4% .191 22.216);
--border: oklch(100% 0 0/.1);
--input: oklch(100% 0 0/.15);
--ring: var(--neutral-500);
--sidebar: var(--neutral-900);
--light-background: #ffffff;
--light-foreground: var(--neutral-950);
--light-card: var(--neutral-100);
--light-card-foreground: var(--neutral-950);
--light-popover: var(--neutral-100);
--light-popover-foreground: var(--neutral-950);
--light-primary: var(--neutral-900);
--light-primary-foreground: var(--neutral-50);
--light-secondary: var(--neutral-100);
--light-secondary-foreground: var(--neutral-900);
--light-muted: var(--neutral-100);
--light-muted-foreground: var(--neutral-500);
--light-accent: var(--neutral-50);
--light-accent-foreground: var(--neutral-900);
--light-destructive: oklch(57.7% .245 27.325);
--light-border: var(--neutral-200);
--light-input: var(--neutral-200);
--light-ring: var(--neutral-400);
--light-sidebar: oklch(98.5% 0 0);
--neutral-50: oklch(0.99 0.00 0);
--neutral-100: oklch(0.97 0.00 0);
--neutral-200: oklch(0.92 0.00 0);
--neutral-300: oklch(0.87 0.00 0);
--neutral-400: oklch(0.72 0.00 0);
--neutral-500: oklch(0.56 0.00 0);
--neutral-600: oklch(0.44 0.00 0);
--neutral-700: oklch(0.37 0.00 0);
--neutral-800: oklch(0.27 0.00 0);
--neutral-900: oklch(0.20 0.00 0);
--neutral-950: oklch(0.14 0.00 0);
--blue: #1447e6;
    /* Fonts */
    --font-inter: 'Inter',sans-serif;

    /* Font size */
    --h4: clamp(1.125rem, 1.05rem + 0.375vw, 1.25rem);;
--t-20: 1.25rem;
--t-18: 1.125rem;
--t-16: 1rem;
--t-14: 0.875rem;
--t-12: 0.75rem;
    /* Font weight */
    --regular: 400;
--medium: 500;
--semibold: 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 */
    --space-1: clamp(0.25rem, 0.25rem + 0vw, 0.25rem);;
--space-2: clamp(0.35rem, 0.344rem + 0.03vw, 0.37rem);;
--space-3: clamp(0.49rem, 0.47rem + 0.1vw, 0.56rem);;
--space-4: clamp(0.69rem, 0.65rem + 0.2vw, 0.83rem);;
--space-5: clamp(0.96rem, 0.882rem + 0.39vw, 1.23rem);;
--space-6: clamp(1.34rem, 1.198rem + 0.71vw, 1.84rem);;
--space-7: clamp(1.88rem, 1.634rem + 1.23vw, 2.74rem);;
--space-8: clamp(2.64rem, 2.228rem + 2.06vw, 4.08rem);;
--site-margin: clamp(1rem, 0.428rem + 2.86vw, 3rem);;
--font-family: Geist;
--radius: 0.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;
    }
  }
}

      
  .eWzeqZ {
    color:var(--foreground);
  width:100%;
  height:100%;
  display:flex;
  background:var(--background);
  align-items:center;
  padding-left:var(--site-margin);
  padding-right:var(--site-margin);
  justify-content:center;
  }
      

      
        
      
      
  .eONpAp {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  z-index:0;
  position:fixed;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bimxVf {
    color:var(--foreground);
  width:100%;
  max-width:20rem;
  }
      

      
        
      
      
  .cJJrKc {
    text-align:center;
  }
      

      
        
      
      
  .titmK {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  text-decoration-line:underline;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .lNUaA {
    width:1rem;
  height:1rem;
  overflow-x:clip;
  overflow-y:clip;
  }
      

      
        
      
      
  .feuXeL {
    color:currentcolor;
  width:100%;
  height:100%;
  animation:1s linear 0ms infinite normal none running animation-cYKjHD;
  }
      

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

                        100% {
                          rotate: 360deg;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .bQjHtd {
    top:0px;
  left:0px;
  width:0px;
  height:0px;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DcvEy {
    width:4rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eFZYTh {
    width:100%;
  height:100%;
  display:flex;
  z-index:2;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .CnZuT {
    color:#0a0a0a0d;
  width:40vw;
  max-height:50vh;
  }
      

      
        
      
      
  .ftjplh {
    width:100%;
  height:3rem;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      