
@layer base {
  
  body, :host {
    /* Color */
      --neutral-050: #E8F5FF;
--neutral-100: #D1E9FC;
--neutral-200: #A0CFF2;
--neutral-300: #6698BF;
--neutral-400: #5A87A9;
--neutral-500: #3e7098;
--neutral-650: #2b5b82;
--neutral-600: #254d6e;
--neutral-700: #23425F;
--neutral-800: #1B344A;
--neutral-900: #152E43;
--neutral-1000: #132639;
--primary-01: #00E2BC;
--primary-02: #75e200;
--primary-03: #1fcbff;
--secondary-01: #f0ac47;
--secondary-02: #c74fe3;
--secondary-03: #5F69F2;
--coherence: #4fe35b;
--meditation: #e34f74;
--sleep: #dee34f;
--productivity: #388ef0;
--custom: #e38f4f;
--button_hover_1: #00e2bc54;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-mavenpro: 'Maven Pro',sans-serif;
--font-spacegrotesk: 'Space Grotesk',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 */
    --xs: 0.3rem;
--s: 0.5rem;
--sm: 0.75rem;
--m: 1rem;
--ml: 1.5rem;
--l: 2rem;
--xl: 3rem;
--container: 50rem;
--section: 64rem;
    /* 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;
    }
  }
}

      
  .ftPUA-D {
    flex:1;
  max-height:100vh;
  align-items:center;
  padding-top:var(--s);
  padding-bottom:var(--s);
  justify-content:center;
  background-color:var(--neutral-800, #1B344A);
  }
      

      
        
        
      
      
  .dRUIPq {
    gap:var(--m);
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fiQJRI {
    gap:var(--l);
  color:var(--neutral-200, #A0CFF2);
  min-width:32rem;
  max-height:100vh;
  min-height:20rem;
  overflow-y:scroll;
  align-items:center;
  padding-top:3rem;
  padding-left:4rem;
  border-radius:1rem;
  padding-right:4rem;
  padding-bottom:3rem;
  justify-content:start;
  background-color:var(--neutral-700, #23425F);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .JLEnw {
    color:var(--neutral-500, #4C7799);
  font-family:'Maven Pro';
  }
      

      
        
        
      
      
  .fcIWcr {
    color:var(--neutral-100, #D1E9FC);
  font-size:2rem;
  font-family:'Maven Pro';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .fiTFmB {
    width:100%;
  white-space:pre;
  }
      

      
        
        
      
      
  .eAxyjT {
    color:var(--primary-01, #00E2BC);
  width:fit-content;
  cursor:pointer;
  transition:color 500ms ease 0ms normal;
  }
      

      
  .eAxyjT:hover {
    color:var(--neutral-100, #D1E9FC);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .cLnHbp {
    gap:var(--m);
  width:100%;
  }
      

      
        
        
      
      
  .fCfzpN {
    color:var(--primary-01, #00E2BC);
  width:100%;
  height:3.5rem;
  font-size:var(--font-size-base);
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal, color 300ms ease 0ms normal, width 300ms ease 0ms normal;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:var(--ml);
  border-radius:0.85rem;
  padding-right:var(--ml);
  background-color:var(--neutral-600, #254d6e);
  }
      

      
  .fCfzpN::placeholder {
    color:var(--neutral-500, #4C7799);
  font-size:var(--font-size-base);
  font-family:'Maven Pro';
  }
      


  .fCfzpN:hover {
    background-color:#4c779963;
  }
      


  .fCfzpN:focus {
    color:var(--primary-01, #00E2BC);
  border-color:var(--primary-01, #00E2BC);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .cBPmGd {
    color:#00000000;
  width:1.6rem;
  cursor:pointer;
  transition:background-color 300ms ease 0ms normal, color 300ms ease 0ms normal, scale 300ms ease 0ms normal;
  align-items:center;
  aspect-ratio:1 / 1;;
  border-color:var(--neutral-200, #A0CFF2);
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  justify-content:center;
  }
      

      
  .cBPmGd:hover {
    color:var(--neutral-200, #A0CFF2);
  background-color:var(--neutral-300, #6698BF);
  }
      


  .cBPmGd.is_active {
    color:#247a6b;
  background-color:var(--primary-01, #00E2BC);
  }
      


  .cBPmGd.is_active:hover {
    color:var(--neutral-200, #A0CFF2);
  scale:1.15;
  align-items:center;
  justify-content:center;
  background-color:#00e2bc96;
  }
      

        
        
      
      
  .oIWzH {
    box-shadow:1px 4px 48px -16px var(--neutral-1000, #132639);
  }
      

      
        
        
      
      
  .dNyXmx {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  font-size:var(--font-size-base);
  box-shadow:5px 5px 1rem -6px var(--primary-01,#00E2BC);
  transition:background-color 300ms ease 0ms normal, color 300ms ease 0ms normal, box-shadow 300ms ease 0ms normal;
  align-items:center;
  font-weight:var(--font-weight-semi-bold);
  padding-top:var(--m);
  padding-left:var(--ml);
  border-radius:0.85rem;
  padding-right:var(--ml);
  padding-bottom:var(--m);
  justify-content:start;
  background-color:var(--primary-01, #04DC8C);
  }
      

      
  .dNyXmx:hover {
    color:#677812;
  box-shadow:6px 9px 3rem -10px #d2f03d;
  background-color:#d2f03d;
  }
      

        
        
      