
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --accent: var(--neutral-100);
--accent-foreground: var(--neutral-900);
--background: white;
--border: var(--neutral-200);
--card: white;
--card-foreground: var(--neutral-950);
--destructive: #DC2626;
--destructive-foreground: #FEF2F2;
--foreground: var(--neutral-950);
--input: var(--neutral-200);
--muted: var(--neutral-100);
--muted-foreground: var(--neutral-500);
--popover: white;
--popover-foreground: var(--neutral-950);
--primary: var(--brand-900);
--primary-foreground: var(--neutral-50);
--ring: var(--neutral-400);
--ring-offset: white;
--secondary: var(--neutral-100);
--secondary-foreground: var(--neutral-900);
--transparent: #ffffff00;
--neutral-50: #FAFAFA;
--neutral-100: #F5F5F5;
--neutral-200: #E5E5E5;
--neutral-300: #D4D4D4;
--neutral-400: #A3A3A3;
--neutral-500: #737373;
--neutral-600: #525252;
--neutral-700: #404040;
--neutral-800: #262626;
--neutral-900: #171717;
--neutral-950: #0a0a0a;
--brand-50: #F4F3FF;
--brand-100: #EBE9FE;
--brand-200: #D9D5FF;
--brand-300: #BBB4FE;
--brand-400: #9A89FC;
--brand-500: #7959F9;
--brand-600: #6737F0;
--brand-700: #5925DC;
--brand-800: #4A1EB9;
--brand-900: #3F1B97;
--brand-950: #250F66;
    /* Fonts */
    --font-geist: 'Geist',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
--text-7xl: 4.5rem;
--text-8xl: 6rem;
--text-9xl: 8rem;
    /* Font weight */
    --font-thin: 100;
--font-extralight: 200;
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--font-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 */
    --s-1: 0.0625rem;
--s-2: 0.125rem;
--s-4: 0.25rem;
--s-6: 0.375rem;
--s-8: 0.5rem;
--s-10: 0.625rem;
--s-12: 0.75rem;
--s-14: 0.875rem;
--s-16: 1rem;
--s-20: 1.25rem;
--s-24: 1.5rem;
--s-28: 1.75rem;
--s-32: 2rem;
--s-36: 2.25rem;
--s-40: 2.5rem;
--s-44: 2.75rem;
--s-48: 3rem;
--s-56: 3.5rem;
--s-64: 4rem;
--s-80: 5rem;
--s-96: 6rem;
--s-128: 8rem;
--s-192: 12rem;
--s-256: 16rem;
    /* Z-index */
    --z-0: 0;
--z-10: 10;
--z-20: 20;
--z-30: 30;
--z-40: 40;
--z-50: 50;
  }
  @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;
    }
  }
}

      
  .ewagac {
    height:100%;
  background: var(--grey-900);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .crzXjt {
    color:var(--foreground);
  width:100%;
  background:var(--background);
  box-sizing:border-box;
  min-height:100vh;
  align-items:stretch;
  font-family:Geist;
  flex-direction:column;
  justify-content: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;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-sonner\:root {
    width:100%;
  opacity:0;
  row-gap:var(--s-8);
  translate:0 -16px 0;
  background:var(--popover);
  box-shadow:0px 0px 0px 1px var(--border) inset, 0px 4px 12px -1px #00000020;
  column-gap:var(--s-8);
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .telepath_ui\/tui-sonner\:root.open {
    opacity:1;
  translate:0 0px 0;
  transition:translate 250ms ease  , top 150ms ease;
  }
      


  
      


  .telepath_ui\/tui-sonner\:root.open-transition {
    transition:all 250ms ease;
  }
      


  .telepath_ui\/tui-sonner\:root.close-transition {
    transition:all 150ms ease;
  }
      

        
      
      
  .da-dfnZ {
    color:var(--popover-foreground);
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--font-medium);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .fbJXSL {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--font-normal);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .buYPsp {
    row-gap:var(--s-2);
  column-gap:var(--s-2);
  font-family:inherit;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-app-provider\:QRgqwiI96pIDxFCBnDQ0y {
    display:flex;
  align-items:center;
  padding-top:var(--s-20);
  padding-left:var(--s-20);
  padding-right:var(--s-20);
  padding-bottom:var(--s-20);
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-app-provider\:q3NF3LRrS6asxjnUyj3ZB {
    width:100%;
  max-width:360px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      