
  

  
  

  
  
  
  
    


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

      
  .cxlacu {
    color:var(--foreground);
  width:100%;
  height:100%;
  display:flex;
  background:;
  align-items:center;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Primitives\:root {
    display:flex;
  row-gap:var(--space-8);
  column-gap:var(--space-8);
  align-items:flex-start;
  padding-top:var(--space-8);
  padding-left:var(--space-8);
  padding-right:var(--space-8);
  padding-bottom:var(--space-8);
  justify-content:flex-start;
  }
      

      
        
      
      
  .fFARmk {
    color:var(--muted-foreground);
  }
      

      
        
      
      
  .evkwh {
    color:var(--muted-foreground);
  font-size:var(--t-14);
  padding-bottom:var(--space-6);
  }
      

      
        
      
      
  .QbPbF {
    width:100%;
  display:flex;
  row-gap:var(--space-4);
  column-gap:var(--space-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fGIZdm {
    font-size:var(--t-16);
  font-weight:var(--medium);
  }
      

      
        
      
      
  .bURQAl {
    color:var(--primary-foreground);
  width:fit-content;
  cursor:default;
  display:flex;
  row-gap:4px;
  font-size:12px;
  background:var(--primary);
  column-gap:4px;
  align-items:center;
  font-weight:var(--medium);
  line-height:16px;
  padding-top:2px;
  border-color:var(--popover);
  border-style:solid;
  border-width:1px;
  padding-left:6px;
  padding-right:6px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:center;
  border-top-left-radius:99vw;
  border-top-right-radius:99vw;
  border-bottom-left-radius:99vw;
  border-bottom-right-radius:99vw;
  }
      

      
  .bURQAl.secondary {
    color:var(--foreground);
  background:var(--popover);
  border-color:var(--popover);
  border-style:solid;
  border-width:1px;
  }
      


  .bURQAl.outline {
    color:var(--foreground);
  background:#ffffff00;
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  }
      


  .bURQAl.error {
    color:var(--destructive);
  }
      


  .bURQAl.primary {
    color:var(--background);
  background:var(--foreground);
  border-color:var(--foreground);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .bHPPWu {
    color:var(--destructive);
  width:12px;
  height:12px;
  }
      

      
        
      
      
  .RgdEF {
    width:12px;
  height:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .SBzeO {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eWBttQ {
    display:flex;
  row-gap:var(--space-4);
  column-gap:var(--space-4);
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .SeXGs {
    width:1px;
  height:28px;
  background:#ffffff36;
  }
      

      
        
      
      
  .bOsNyg {
    row-gap:var(--space-2);
  column-gap:var(--space-2);
  padding-top:var(--space-5);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--space-5);
  padding-right:var(--space-5);
  padding-bottom:var(--space-5);
  border-top-left-radius:var(--radius);
  border-top-right-radius:var(--radius);
  border-bottom-left-radius:var(--radius);
  border-bottom-right-radius:var(--radius);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cziBTf {
    width:28px;
  height:28px;
  }
      

      
        
      
      
  .QOyCU {
    row-gap:var(--space-3);
  column-gap:var(--space-3);
  }
      

      
        
      
      
  .bsyLfj {
    width:28px;
  height:28px;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bpdsjF {
    top:50%;
  left:50%;
  color:var(--card-foreground);
  scale:0.95 0.95 1;
  width:fit-content;
  display:block;
  opacity:0;
  z-index:-1;
  position:fixed;
  max-width:31rem;
  translate:-50% -50% 0;
  background:var(--background);
  transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms allow-discrete;
  padding-top:var(--space-5);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--space-5);
  padding-right:var(--space-5);
  padding-bottom:var(--space-5);
  border-top-left-radius:var(--radius);
  border-top-right-radius:var(--radius);
  border-bottom-left-radius:var(--radius);
  border-bottom-right-radius:var(--radius);
  }
      

      
  .bpdsjF:popover-open {
    scale:1 1 1;
  opacity:1;
  background:var(--background);
  }
      


  .bpdsjF {
    @starting-style {
            scale:0.95 0.95 1;
  opacity:0;
          }
  }
      


  .bpdsjF::backdrop {
    opacity:0;
  background:#00000080;
  transition:all 200ms ease  allow-discrete;
  }
      


  .bpdsjF:popover-open::backdrop {
    opacity:1;
  }
      


  .bpdsjF.dev {
    opacity:1;
  }
      


          @media (max-width: 650px) {
            
  .bpdsjF {
    width:100%;
  height:100%;
  max-width:100%;
  padding-top:1rem;
  border-color:#00000000;
  border-style:solid;
  border-width:0px;
  padding-left:var(--site-margin);
  padding-right:var(--site-margin);
  padding-bottom:1rem;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          

  .bpdsjF.padding {
    padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

        
      
      
  .dPxlCX {
    display:flex;
  row-gap:var(--space-3);
  column-gap:var(--space-3);
  align-items:center;
  padding-top:var(--space-5);
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cwAhnM {
    border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
        
      
      
  .cXQQGw {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      
      
  .dIJvnE {
    width:fit-content;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .emxvrA {
    row-gap:var(--space-4);
  column-gap:var(--space-4);
  }
      

      
        
      
      
  .IErNO {
    padding-bottom:var(--space-2);
  }
      

      
        
      