
  

  
  

  
  
  
  
    


@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;
--white: #ffffff;
--black: #000000;
--gray-50: #f9fafb;
--gray-100: #f3f4f6;
--gray-200: #e5e7eb;
--gray-300: #d1d5db;
--gray-400: #9ca3af;
--gray-500: #6b7280;
--gray-600: #4b5563;
--gray-700: #374151;
--gray-800: #1f2937;
--gray-900: #111827;
--gray-950: #030712;
--success-50: #f0fdf4;
--success-100: #dcfce7;
--success-200: #bbf7d0;
--success-300: #86efac;
--success-400: #4ade80;
--success-500: #22c55e;
--success-600: #16a34a;
--success-700: #15803d;
--success-800: #166534;
--success-900: #14532d;
--success-950: #052e16;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-ibmplexsansthai: 'IBM Plex Sans Thai',sans-serif;
--font-notosansthailooped: 'Noto Sans Thai Looped',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-domine: 'Domine',serif;
--font-ibmplexsansthailooped: 'IBM Plex Sans Thai Looped',sans-serif;

    /* Font size */
    --font-10: 0.625rem;
--font-12: 0.75rem;
--font-14: 0.875rem;
--font-16: 1rem;
--font-18: 1.125rem;
--font-20: 1.25rem;
--font-24: 1.5rem;
--font-30: 1.875rem;
--font-36: 2.25rem;
--font-48: 3rem;
--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 */
    --w-100: 100;
--w-200: 200;
--w-300: 300;
--w-400: 400;
--w-500: 500;
--w-600: 600;
--w-700: 700;
--w-800: 800;
--w-900: 900;
--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 */
    --space-4: 0.25rem;
--space-6: 0.375rem;
--space-8: 0.5rem;
--space-12: 0.75rem;
--space-16: 1rem;
--space-24: 1.5rem;
--space-32: 2rem;
--space-40: 2.5rem;
--space-64: 4rem;
--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;
    }
  }
}


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

    .dlIlCl {
      top:53px;
      left:0px;
      height:calc(100vh - 53px);
      position:sticky;
    }

    @media (max-width: 1200px) {

    .dlIlCl {
      display:none;
    }
    }

    .dKSMuH {
      gap:var(--space-16);
      flex:1;
      width:260px;
      display:flex;
      z-index:var(--z-10);
      position:relative;
      overflow-y:auto;
      align-items:start;
      padding-top:var(--space-16);
      padding-left:var(--space-16);
      padding-right:var(--space-16);
      flex-direction:column;
      padding-bottom:var(--space-16);
      justify-content:space-between;
      scrollbar-width:none;
      background-color:var(--white, #ffffff);
      border-right-color:var(--gray-200, #e5e7eb);
      border-right-style:solid;
      border-right-width:1px;
    }

    .dKSMuH::-webkit-scrollbar {
    width: 0;
    }

    .dKSMuH:hover {
      overflow-y:auto;
    }

    .BZqsk {
      gap:var(--space-8);
      color:var(--gray-900, #111827);
      height:36px;
      transition:background-color 300ms ease 0ms normal;
      align-items:center;
      font-weight:var(--w-500);
      padding-left:var(--space-12);
      border-radius:6px;
      padding-right:var(--space-12);
      flex-direction:row;
      justify-content:start;
    }

    .BZqsk:hover {
      background-color:var(--gray-100, #f3f4f6);
    }

    .BZqsk.active-link {
      color:var(--brand-900, #3f1b97);
      background-color:var(--brand-50, #f4f3ff);
    }

    .dErBHU {
      color:var(--neutral-400);
      margin-left:-4px;
    }

    .HgwMA {
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:var(--500);
    }

    .bwfGXd {
      display:inline-block;
      font-size:inherit;
    }

    .edSMQO {
      gap:var(--space-12);
    }

    .ePKoba {
      color:var(--gray-400, #9ca3af);
      font-size:var(--text-xs);
      max-width:100%;
      font-family:inherit;
    }

    .eLAYyX {
      gap:var(--space-8);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .eGfcKB {
      gap:var(--space-8);
      width:100%;
      display:flex;
      flex-direction:column;
    }

    .drcPyh {
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:var(--w-600);
      line-height:20px;
    }

    .eoZnar {
      width:100%;
      display:flex;
      flex-direction:column;
      border-bottom-color:var(--gray-200, #e5e7eb);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bFFiln {
      flex:1;
      row-gap:var(--s-8);
      column-gap:var(--s-8);
      font-family:inherit;
    }

    .fHDzCp {
      color:var(--foreground);
      width:100%;
      font-size:var(--text-sm);
      align-items:flex-start;
      font-family:inherit;
      font-weight:var(--font-medium);
      line-height:100%;
      justify-content:flex-start;
    }

    .dYElHa {
      width:var(--width);
      height:var(--height);
      position:fixed;
      pointer-events:none;
    }

    .dYElHa.modal {
      pointer-events:all;
    }

    .flNaSt {
      height:0px;
      transform:translateZ(0px);
      overflow-y:hidden;
      will-change:height, transform;
    }

    .flNaSt.open {
      height:var(--height);
    }

    .telepath_ui\/tui-select\:L3AZLbl1oTBRD7zGOJlmn {
      width:100%;
      opacity:0;
      transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
    }

    .telepath_ui\/tui-select\:L3AZLbl1oTBRD7zGOJlmn.open {
      opacity:1;
      transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
    }

    .telepath_ui\/tui-select\:Ycj0UC3cZZHHHO5vyeV6_ {
      width:100%;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .kSQqa {
      display:flex;
      row-gap:var(--s-8);
      font-size:var(--text-sm);
      column-gap:var(--s-8);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .Ghtno {
      row-gap:var(--s-8);
      column-gap:var(--s-8);
    }

    .eFQaJC {
      top:var(--top);
      left:var(--left);
      position:absolute;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
      transform-origin:var(--transform-origin-x) var(--transform-origin-y);
    }

    .eFQaJC:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .eFQaJC.hidden {
      visibility:hidden;
      pointer-events:none;
    }

    .eFQaJC.match-anchor-width {
      width:var(--sc-anchor-width);
    }

    .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo {
      scale:0.95 0.95 1;
      opacity:0;
      background:var(--popover);
      box-shadow:0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
      padding-top:var(--s-4);
      border-color:var(--border);
      border-style:solid;
      border-width:1px;
      padding-left:var(--s-4);
      padding-right:var(--s-4);
      padding-bottom:var(--s-4);
      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-select\:eIrR1VskoKkMOhxxEFfEo.open {
      scale:1 1 1;
      opacity:1;
    }

    .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo.open-transition {
      transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo.close-transition {
      transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .bCrsFu {
      overflow-y:auto;
      touch-action:auto;
    }

    .telepath_ui\/tui-select\:gbOx5HWvro48AhPpYM0b6 {
      max-height:var(--s-256);
      overflow-x:hidden;
    }

    .dqsoTv {
      width:fit-content;
      height:fit-content;
    }

    .cVMNhr {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:absolute;
      pointer-events:none;
    }

    .telepath_ui\/tui-select\:hxzYp7zUulS2VVCA4hUZM {
      width:100%;
    }

    .telepath_ui\/tui-select\:hxzYp7zUulS2VVCA4hUZM:disabled {
      cursor:not-allowed;
      opacity:0.5;
    }

    .bWpTnd {
      width:fit-content;
      height:auto;
    }

    .telepath_ui\/tui-select\:kOwJPe5JusAQFCzzZxY-j {
      color:var(--foreground);
      width:100%;
      cursor:pointer;
      height:var(--s-36);
      display:flex;
      row-gap:var(--s-8);
      font-size:var(--text-sm);
      min-width:200px;
      background:var(--background);
      box-shadow:0px 1px 2px 0px #0000000d;
      column-gap:var(--s-8);
      transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      padding-top:var(--s-8);
      border-color:var(--input);
      border-style:solid;
      border-width:1px;
      padding-left:var(--s-12);
      padding-right:var(--s-12);
      flex-direction:row;
      padding-bottom:var(--s-8);
      justify-content:space-between;
      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-select\:kOwJPe5JusAQFCzzZxY-j:focus-visible {
      box-shadow:0px 0px 0px 3px #a3a3a380;
      border-color:var(--ring);
      border-style:solid;
      border-width:1px;
    }

    .telepath_ui\/tui-select\:kOwJPe5JusAQFCzzZxY-j:disabled {
      cursor:not-allowed;
      opacity:0.5;
    }

    .dylMdf {
      color:var(--muted-foreground);
      display:inline-block;
      font-size:var(--text-sm);
      font-family:inherit;
      font-weight:inherit;
      line-height:var(--s-20);
      white-space:normal;
    }

    .dylMdf.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .dylMdf.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .dFGgsR {
      color:var(--muted-foreground);
      font-size:var(--text-sm);
    }

    .fzBEuP {
      width:var(--s-16);
      height:var(--s-16);
    }

    .bOEaaN {
      gap:var(--space-4);
    }

    .fAhveq {
      color:var(--gray-500, #6b7280);
      font-size:var(--font-12);
      font-family:inherit;
      font-weight:inherit;
      line-height:20px;
    }

    .fudFIO {
      color:var(--gray-400, #9ca3af);
      width:18px;
      height:18px;
      transition:opacity 300ms ease 0ms normal;
      align-items:center;
      justify-content:center;
    }

    .fudFIO:hover {
      opacity:0.9;
    }

    .ekOvDY {
      color:var(--font-color);
      font-size:12px;
      background: var(--background-color);
      align-items:flex-start;
      font-family:inherit;
      font-weight:var(--w-600);
      line-height:16px;
      padding-top:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:2px;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .main-nav\:nKOzmAoWidHPWRQH74DFv {
      color:#16a34a;
      background:#dcfce7;
    }

    .telepath_ui\/tui-select-item\:root {
      cursor:pointer;
      display:flex;
      row-gap:var(--s-8);
      font-size:var(--text-sm);
      column-gap:var(--s-8);
      align-items:center;
      padding-top:var(--s-6);
      padding-left:var(--s-8);
      padding-right:var(--s-32);
      flex-direction:row;
      padding-bottom:var(--s-6);
      justify-content:space-between;
      border-top-left-radius:var(--s-6);
      border-top-right-radius:var(--s-6);
      border-bottom-left-radius:var(--s-6);
      border-bottom-right-radius:var(--s-6);
    }

    .telepath_ui\/tui-select-item\:root:hover {
      background:var(--accent);
    }

    .BEodR {
      width:fit-content;
      height:fit-content;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .telepath_ui\/tui-select-item\:3cONMewAWDCfiWpa53MUc {
      width:1rem;
      height:1rem;
    }

    .bWvhPP {
      color:var(--popover-foreground);
      right:var(--s-8);
      width:1rem;
      height:1rem;
      position:absolute;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .telepath_ui\/tui-select-item\:GcZQk4GcGp_3i8atdX5cj {
      flex:1;
      display:flex;
      row-gap:var(--s-8);
      column-gap:var(--s-8);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cpItmI {
      top:0px;
      display:flex;
      z-index:var(--z-30);
      position:sticky;
      padding-left:var(--space-12);
      padding-right:var(--space-12);
      flex-direction:column;
      background-color:var(--white, #ffffff);
      border-bottom-color:var(--gray-200, #e5e7eb);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bGErqr {
      background: var(--popover);
      box-shadow:0px 0px 0px 1px var(--border) inset, 0px 4px 6px -1px #0000001A, 0px 2px 4px -2px #0000001A;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bimWOt {
      cursor:pointer;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-top:6px;
      padding-left:var(--left-padding);
      padding-right:8px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bimWOt:hover {
      background: var(--accent);
    }

    .eOFTbS {
      color:var(--popover-foreground);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
      line-height:20px;
    }

    .fuHByX {
      color:var(--muted-foreground);
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
      line-height:16px;
    }

    .fdcEEW {
      gap:var(--space-8);
      flex-direction:row;
    }

    .dJIJfC {
      top:0px;
      left:0px;
      height:100%;
      display:flex;
      z-index:var(--z-40);
      position:fixed;
      transition:opacity 300ms ease 0ms normal;
      flex-direction:column;
    }

    .dJIJfC {
      
    @starting-style {
      opacity:0;
    }
    }

    .cWsLVs {
      width:var(--size);
      height:var(--size);
      font-size:var(--font-size);
      translate:var(--translate);
      font-family:inherit;
      margin-left:var(--margin-left);
    }

    .fdPeqB {
      aspect-ratio:1;
    }

    .telepath_ui\/tui-avatar\:63hsNumLAwprPdRVm0gkU {
      width:100%;
      height:100%;
      object-fit:cover;
      pointer-events:none;
    }

    .cSDEUo {
      display:flex;
      flex-direction:column;
    }

    .telepath_ui\/tui-avatar\:7YT-yPZd1SjvbMlfoBVy2 {
      width:100%;
      height:100%;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .telepath_ui\/tui-avatar\:s5J5KQnzPEqdjXbJgYIOR {
      color:var(--foreground);
      width:100%;
      height:100%;
      font-size:inherit;
      background:var(--muted);
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      font-family:inherit;
      justify-content:center;
      border-top-left-radius:var(--border-radius);
      border-top-right-radius:var(--border-radius);
      border-bottom-left-radius:var(--border-radius);
      border-bottom-right-radius:var(--border-radius);
    }

    .top-nav\:7QSKcV8Sp69c1F61J4IrN {
      transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
      border-color:#ffffff;
      border-style:solid;
      border-width:3px;
      border-top-left-radius:100%;
      border-top-right-radius:100%;
      border-bottom-left-radius:100%;
      border-bottom-right-radius:100%;
    }

    .top-nav\:7QSKcV8Sp69c1F61J4IrN:hover {
      border-color:var(--border);
      border-style:solid;
      border-width:3px;
    }

    .cHsbFk {
      width:260px;
      height:54px;
      z-index:var(--z-10);
      align-items:center;
      padding-left:var(--space-16);
      padding-right:var(--space-16);
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
      border-bottom-color:var(--gray-200, #e5e7eb);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dfDqVR {
      cursor:default;
    }

    .telepath_ui\/tui-dropdown-item\:root {
      color:var(--popover-foreground);
      cursor:pointer;
      display:flex;
      row-gap:var(--s-8);
      font-size:var(--text-sm);
      column-gap:var(--s-8);
      align-items:center;
      padding-top:var(--s-6);
      padding-left:var(--s-8);
      padding-right:var(--s-8);
      flex-direction:row;
      padding-bottom:var(--s-6);
      justify-content:flex-start;
      border-top-left-radius:var(--s-6);
      border-top-right-radius:var(--s-6);
      border-bottom-left-radius:var(--s-6);
      border-bottom-right-radius:var(--s-6);
    }

    .telepath_ui\/tui-dropdown-item\:root:hover {
      background:var(--accent);
    }

    .eXjJzB {
      gap:var(--space-8);
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .telepath_ui\/sc-dropdown-content\:root:focus {
      outline:none;
    }

    .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN {
      scale:0.95 0.95 1;
      opacity:0;
      min-width:128px;
      background:var(--popover);
      box-shadow:0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
      padding-top:var(--s-4);
      border-color:var(--border);
      border-style:solid;
      border-width:1px;
      padding-left:var(--s-4);
      padding-right:var(--s-4);
      padding-bottom:var(--s-4);
      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-dropdown\:v_km2JLX0oOalcfBg7eLN.open {
      scale:1 1 1;
      opacity:1;
    }

    .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN.open-transition {
      transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN.close-transition {
      transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    }

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

    .dtcESn {
      height:52px;
      z-index:var(--z-0);
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .UfcTW {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      opacity:0.25;
      z-index:;
      position:fixed;
      background-color:var(--black, #000000);
    }

    .sparkcore\/sc-context-menu-content\:root:focus {
      outline:none;
    }

    .bFtwKY {
      width:100%;
      height:1px;
      background-color:var(--grey-600, #525252);
    }

    .bFtwKY.orientation-vertical {
      width:1px;
      height:100%;
    }

    .telepath_ui\/tui-separator\:root {
      background:var(--border);
    }

    .telepath_ui\/tui-dropdown-separator\:root {
      width:calc(100% + var(--s-8));
      margin-block:calc(var(--s-4)*1);
      margin-inline:calc(var(--s-4)*-1);
    }

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

    .eSrVeE {
      width:150px;
      height:32px;
      align-items:start;
      justify-content:start;
    }

    .fEldPS {
      width:fit-content;
      cursor:pointer;
      height:auto;
    }

    .bwcXnK {
      color:var(--primary-foreground);
      width:var(--width);
      cursor:pointer;
      height:var(--height);
      display:flex;
      row-gap:0.5rem;
      font-size:var(--font-size);
      background:var(--primary);
      box-shadow:0px 2px 4px 0px var(--shadow-color);
      column-gap:0.5rem;
      transition:all 150ms ease;
      align-items:center;
      font-family:inherit;
      font-weight:var(--font-medium);
      line-height:var(--line-height);
      padding-top:8px;
      padding-left:var(--horizontal-padding);
      padding-right:var(--horizontal-padding);
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      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);
    }

    .bwcXnK:hover {
      opacity:0.9;
    }

    .bwcXnK:focus-visible {
      box-shadow:0px 0px 0px 3px #a3a3a380;
    }

    .bwcXnK:disabled {
      cursor:not-allowed;
      opacity:0.5;
    }

    .bwcXnK.loading {
      cursor:not-allowed;
      opacity:0.5;
    }

    .bwcXnK.secondary {
      color:var(--secondary-foreground);
      background:var(--secondary);
    }

    .bwcXnK.destructive {
      color:var(--destructive-foreground);
      background:var(--destructive);
    }

    .bwcXnK.destructive:focus-visible {
      box-shadow:0px 0px 0px 3px #FEF2F233;
    }

    .bwcXnK.outline {
      color:var(--foreground);
      background:var(--background);
      box-shadow:0px 0px 0px 1px var(--neutral-200) inset, 0px 1px 2px 0px #0000000d;
    }

    .bwcXnK.outline:hover {
      background:var(--accent);
    }

    .bwcXnK.ghost {
      color:var(--foreground);
      background:var(--transparent);
    }

    .bwcXnK.ghost:hover {
      background:var(--accent);
    }

    .bwcXnK.link {
      color:var(--primary);
      background:var(--transparent);
    }

    .bwcXnK.link:hover {
      text-decoration-line:underline;
    }

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

    .cOOKCz {
      width:110%;
      height:110%;
      animation:1000ms linear 0ms infinite normal none running animation-foovsV;
      align-items:center;
      justify-content:center;
    }

    @keyframes animation-foovsV {
        0% {
          rotate: 0;
        }

        100% {
          rotate: 360deg;
        }
    }

    .telepath_ui\/tui-button\:2qCm_FdUNXHkiuoVDlD44 {
      width:1rem;
      height:1rem;
    }

    .top-nav\:ctcYvDJMFfhp33fNI6XiV {
      display:none;
    }

    @media (max-width: 1200px) {

    .top-nav\:ctcYvDJMFfhp33fNI6XiV {
      display:flex;
    }
    }

    .ecTOTW {
      color:var(--default-link-color, #2463ebff);
      width:35px;
      height:var(--32);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .eGxbLR {
      width:32px;
      height:32px;
      display:flex;
      flex-direction:column;
    }

    @media (min-width: 360px) {

    .eGxbLR {
      display:none;
    }
    }

    .dRtfxK {
      width:150px;
      height:32px;
    }

    @media (max-width: 360px) {

    .dRtfxK {
      display:none;
    }
    }

    .deEmfu {
      gap:var(--space-8);
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .deEmfu {
      display:none;
    }
    }

    .zretP {
      display:flex;
      user-select:none;
      flex-direction:column;
      -ms-user-select:none;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-touch-callout:none;
      -webkit-text-size-adjust:none;
    }

    .brUwKv {
      top:var(--top);
      left:var(--left);
      width:1px;
      height:1px;
      position:absolute;
      visibility:hidden;
    }

    .fmoesz {
      gap:var(--space-8);
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .doVtWr {
      flex:1;
      display:flex;
      align-items:center;
      padding-left:var(--s-40);
      padding-right:var(--s-40);
      flex-direction:column;
      justify-content:flex-start;
    }

    @media (max-width: 960px) {

    .doVtWr {
      padding-left:var(--s-16);
      padding-right:var(--s-16);
    }
    }

    @media (max-width: 960px) {

    .doVtWr.no-padding {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .eKWZzu {
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .eTyAtR {
      display:flex;
      row-gap:var(--s-10);
      column-gap:var(--s-10);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fjxHen {
      color:var(--muted-foreground);
      font-size:var(--text-sm);
    }

    .fjxHen.current {
      color:var(--foreground);
    }

    .ftJeip {
      display:flex;
      row-gap:var(--s-8);
      font-size:inherit;
      column-gap:var(--s-8);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .KulCc {
      color:var(--card-foreground);
      width:100%;
      row-gap:var(--s-24);
      background:var(--card);
      box-shadow:0px 1px 3px 0px #0000001a, 0px 1px 2px -1px #0000001a;
      column-gap:var(--s-24);
      padding-top:var(--s-24);
      border-color:var(--border);
      border-style:solid;
      border-width:1px;
      padding-left:var(--s-24);
      padding-right:var(--s-24);
      padding-bottom:var(--s-24);
      border-top-left-radius:var(--s-14);
      border-top-right-radius:var(--s-14);
      border-bottom-left-radius:var(--s-14);
      border-bottom-right-radius:var(--s-14);
    }

    .dWxmeo {
      row-gap:var(--s-6);
      column-gap:var(--s-6);
    }

    .eNOqkb {
      font-size:var(--text-base);
      font-weight:var(--font-semibold);
    }

    .eejslf {
      color:var(--muted-foreground);
      font-size:var(--text-sm);
      line-height:var(--s-20);
    }

    .cDfQgz {
      width:100%;
      display:flex;
      row-gap:var(--s-32);
      max-width:var(--max-width);
      column-gap:var(--s-32);
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .biQtLG {
      row-gap:var(--s-16);
      column-gap:var(--s-16);
    }

    @media (max-width: 960px) {

    .biQtLG.no-padding {
      row-gap:0px;
      column-gap:0px;
    }
    }

    .brjnVS {
      width:100%;
      display:flex;
      row-gap:var(--s-16);
      max-width:var(--max-width);
      column-gap:var(--s-16);
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .qwjqM {
      top:53px;
      width:316px;
      height:calc(100vh - 53px);
      display:flex;
      row-gap:var(--s-16);
      position:sticky;
      column-gap:var(--s-16);
      overflow-x:hidden;
      overflow-y:auto;
      padding-top:var(--s-40);
      padding-bottom:var(--s-16);
      scrollbar-color:transparent transparent;
      scrollbar-width:thin;
      scrollbar-gutter:stable;
    }

    .qwjqM::-webkit-scrollbar {
    width: 4px;
    }

    .qwjqM:hover {
      scrollbar-color:initial;
    }

    @media (max-width: 960px) {

    .qwjqM {
      display:none;
    }
    }

    .cUrnIj {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 960px) {

    .cUrnIj {
      display:none;
    }
    }

    .KfiUp {
      flex:1;
      width:100%;
      row-gap:var(--s-24);
      max-width:696px;
      column-gap:var(--s-24);
      padding-top:var(--s-40);
      padding-bottom:var(--s-40);
    }

    @media (max-width: 960px) {

    .KfiUp {
      row-gap:var(--s-16);
      max-width:100%;
      column-gap:var(--s-16);
      padding-top:var(--s-16);
      padding-bottom:var(--s-16);
    }
    }

    @media (max-width: 960px) {

    .KfiUp.no-padding {
      row-gap:var(--s-16);
      max-width:100%;
      column-gap:var(--s-16);
      padding-top:0px;
      padding-bottom:0px;
    }
    }

    .egkacu {
      top:-8px;
      color:var(--muted-foreground);
      position:absolute;
      font-size:var(--text-xs);
      background:white;
      padding-left:var(--s-4);
      padding-right:var(--s-4);
    }

    .ddaMnQ {
      width:100%;
      z-index:var(--z-0);
      padding-top:var(--s-16);
      border-color:var(--border);
      border-style:solid;
      border-width:1px;
      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);
    }

    .BkfwL {
      flex:1;
      flex-direction:row;
    }

    .euEvnq {
      width:100%;
      bottom:0px;
      height:48px;
      display:flex;
      z-index:var(--z-20);
      position:sticky;
      background: white;
      align-items:center;
      flex-direction:row;
      padding-bottom:env(safe-area-inset-bottom);
      justify-content:center;
      border-top-color:var(--gray-200);
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (min-width: 960px) {

    .euEvnq {
      display:none;
    }
    }

    .bcWfOu {
      flex:1  ;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .cHkXRx {
      width:40px;
      height:40px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      border-radius:var(--radius);
      justify-content:center;
      background-color:var(--gray-50, #f9fafb);
    }

    .fxDbjh {
      color:var(--gray-400, #9ca3af);
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--w-500);
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .mobile-nav\:Bmb3hMYl3YfllY_qdz2qt {
      width:20px;
      height:20px;
    }

    .dyJPt {
      font-size:var(--font-12);
      font-weight:var(--w-500);
    }

    .bXYXeX {
      color:var(--gray-600, #4b5563);
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:var(--w-500);
    }

    .cliZqI {
      color:var(--font-color);
      cursor:pointer;
      height:var(--height);
      display:flex;
      row-gap:8px;
      font-size:var(--font-size);
      background: var(--background-color);
      box-shadow:0px 1px 2px 0px var(--shadow);
      column-gap:8px;
      transition:opacity 300ms ease 0ms normal, background 300ms ease 0ms normal;
      align-items:center;
      font-family:inherit;
      font-weight:var(--w-500);
      line-height:var(--line-height);
      padding-top:8px;
      padding-left:var(--horizontal-padding);
      padding-right:var(--horizontal-padding);
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cliZqI:hover {
      opacity:0.9;
      background:;
    }

    .cliZqI:focus-visible {
      box-shadow:0px 0px 0px 3px #A3A3A380;
    }

    .cliZqI:disabled {
      cursor:not-allowed;
      opacity:0.5;
    }

    .cliZqI.outline {
      box-shadow:0px 0px 0px 1px var(--input) inset, 0px 1px 2px 0px #0000000d;
    }

    .cliZqI.outline:hover {
      background: #F5F5F5F5;
    }

    .cliZqI.ghost:hover {
      background: var(--accent);
    }

    .cliZqI.link:hover {
      text-decoration:underline;
    }

    .cliZqI.loading {
      opacity:0.5;
    }

    .dUVZId {
      width:16px;
      height:16px;
      animation:1000ms linear 0ms infinite normal none running animation-foovsV;
    }

    .lIJjY {
      font-size:inherit;
    }

    .cHnSUv {
      color:var(--gray-600, #4b5563);
      width:100px;
      height:32px;
      font-size:var(--font-14);
      align-items:center;
      padding-left:var(--space-8);
      border-radius:var(--space-32);
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      padding-right:var(--space-8);
      flex-direction:row;
      justify-content:start;
    }

    .bcEeyS {
      gap:var(--space-8);
      align-items:center;
      padding-top:var(--space-32);
      padding-left:var(--space-32);
      border-radius:var(--space-8);
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      padding-right:var(--space-32);
      padding-bottom:var(--space-32);
      justify-content:center;
    }

    @media (max-width: 960px) {

    .bcEeyS {
      outline-color:#ffffff;
      outline-style:solid;
      outline-width:0px;
    }
    }

    .FUpBV {
      gap:var(--space-6);
    }

    .enYXzH {
      gap:var(--space-16);
      width:fit-container;
      transition:background-color 300ms ease 0ms normal;
      align-items:start;
      padding-top:var(--space-24);
      padding-left:var(--space-24);
      border-radius:var(--space-12);
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      padding-right:var(--space-24);
      flex-direction:row;
      padding-bottom:var(--space-24);
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .enYXzH:hover {
      background-color:var(--gray-50, #f9fafb);
    }

    .enYXzH.premium {
      outline-color:var(--brand-900, #3f1b97);
      outline-style:solid;
      outline-width:1px;
      background-color:var(--brand-50, #f4f3ff);
    }

    @media (max-width: 960px) {

    .enYXzH {
      border-radius:0px;
      outline-style:none;
      border-bottom-color:var(--gray-200, #e5e7eb);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }
    }

    @media (max-width: 960px) {

    .enYXzH.premium {
      outline-color:#ffffff;
      outline-style:none;
      outline-width:2px;
    }
    }

    .bxTlIf {
      gap:var(--space-4);
      width:100px;
      height:16px;
      align-items:center;
      padding-top:3px;
      padding-left:6px;
      border-radius:var(--space-6);
      padding-right:8px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:start;
      background-color:var(--gray-200, #e5e7eb);
    }

    .cCOyVu {
      gap:var(--space-8);
      width:100%;
      flex-wrap:wrap;
      align-items:end;
      flex-direction:row;
      justify-content:space-between;
    }

    .ffsAIk {
      width:250px;
      height:20px;
      border-radius:var(--space-6);
      background-color:var(--gray-200, #e5e7eb);
    }

    .fFVAQF {
      width:40px;
      height:40px;
      border-radius:var(--space-6);
      background-color:var(--gray-200, #e5e7eb);
    }

    .eCBYlU {
      width:120px;
      height:20px;
      border-radius:var(--space-6);
      background-color:var(--gray-200, #e5e7eb);
    }

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

    .JvZIa {
      display:none;
    }

    .bqJARx {
      width:80px;
      height:20px;
      border-radius:var(--space-6);
      background-color:var(--gray-200, #e5e7eb);
    }

    .dJMFJi {
      color:var(--gray-600, #4b5563);
      width:32px;
      cursor:pointer;
      height:32px;
      align-items:center;
      border-radius:6px;
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    .dJMFJi:hover {
      background-color:var(--gray-100, #f3f4f6);
    }

    .dxhYqP {
      gap:var(--space-16);
      flex:1;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .cAEUyf {
      gap:var(--space-4);
      flex-wrap:wrap;
      padding-right:;
      flex-direction:row;
      padding-bottom:;
      justify-content:;
    }

    .bkioWt {
      gap:var(--space-4);
      width:100px;
      height:24px;
      align-items:center;
      padding-top:3px;
      padding-left:6px;
      border-radius:var(--space-16);
      padding-right:8px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:start;
      background-color:var(--gray-200, #e5e7eb);
    }

    .ekCgiW {
      gap:var(--space-4);
      flex:auto;
      object-fit:;
      align-items:start;
      justify-content:start;
    }

    .AHOYd {
      gap:var(--space-8);
      color:var(--gray-50, #f9fafb);
      cursor:pointer;
      height:var(--space-40);
      font-size:var(--font-14);
      transition:opacity 300ms ease 0ms normal;
      align-items:center;
      font-weight:var(--w-500);
      line-height:20px;
      padding-top:var(--space-8);
      padding-left:var(--space-16);
      border-radius:var(--space-8);
      padding-right:var(--space-16);
      flex-direction:row;
      padding-bottom:var(--space-8);
      justify-content:center;
      background-color:var(--brand-900, #3f1b97);
    }

    .AHOYd.primary {
      background-color:var(--brand-900, #3f1b97);
    }

    .AHOYd.secondary {
      color:var(--gray-900, #111827);
      background-color:var(--gray-100, #f3f4f6);
    }

    .AHOYd:hover {
      opacity:0.9;
    }

    .AHOYd:disabled {
      background-color:var(--gray-400, #9ca3af);
    }

    .AHOYd.loading {
      cursor:not-allowed;
    }

    .cvXbzD {
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      border-radius:var(--space-64);
      border-top-color:black;
      border-top-style:solid;
      border-top-width:2px;
    }

    .cvXbzD.primary {
      border-top-color:var(--white, #ffffff);
      border-top-style:solid;
      border-top-width:2px;
    }

    .eniOWm {
      height:40px;
      font-size:var(--font-14);
      transition:outline-color 300ms ease 0ms normal;
      padding-left:8px;
      border-radius:var(--space-8);
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      padding-right:8px;
    }

    .eniOWm:hover {
      outline-color:var(--brand-900, #3f1b97);
      outline-style:solid;
      outline-width:1px;
    }

    .eniOWm:focus {
      outline-color:var(--brand-900, #3f1b97);
      outline-style:solid;
      outline-width:2px;
    }

    .ehxanO {
      width:fit-content;
      align-self:center;
      margin-bottom:var(--space-16);
    }

    @media (max-width: 960px) {
    }

    .cxXtNb {
      color:var(--gray-600, #4b5563);
      cursor:pointer;
      height:40px;
      padding:8px;
      font-size:var(--font-14);
      transition:outline-color 300ms ease 0ms normal;
      align-items:center;
      border-radius:var(--space-8);
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      flex-direction:row;
      justify-content:start;
    }

    .cxXtNb:hover {
      outline-color:var(--brand-900, #3f1b97);
      outline-style:solid;
      outline-width:1px;
    }

    .eMTesD {
      gap:var(--space-16);
      flex:1;
      width:100%;
      display:flex;
      max-width:700px;
      flex-direction:column;
    }

    @media (max-width: 960px) {

    .eMTesD {
      gap:var(--space-16);
      flex:1;
      max-width:100%;
    }
    }

    .bCvdqP {
      font-size:inherit;
      font-weight:var(--font-medium);
    }

    .dcrGuf {
      top:14px;
      color:var(--gray-400);
      right:var(--space-16);
      display:flex;
      z-index:var(--z-10);
      position:absolute;
      align-items:flex-end;
      justify-content:center;
    }

    .bfJuzG {
      gap:var(--space-8);
      overflow-x:auto;
      padding-top:var(--space-8);
      padding-left:var(--space-8);
      padding-right:var(--space-8);
      flex-direction:row;
      padding-bottom:var(--space-8);
      scrollbar-width:none;
    }

    .bfJuzG::-webkit-scrollbar {
    width: 0;
    }

    .clpZot {
      color:var(--gray-600, #4b5563);
    }

    .dNXDQy {
      gap:var(--space-16);
      width:100%;
    }

    .ykLpG {
      top:52px;
      flex:1;
      width:100vw;
      display:flex;
      z-index:var(--z-10);
      position:sticky;
      padding-top:var(--space-8);
      flex-direction:column;
      background-color:var(--white, #ffffff);
      border-bottom-color:var(--gray-200, #e5e7eb);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (min-width: 960px) {

    .ykLpG {
      display:none;
    }
    }

    .cJNatH {
      gap:var(--space-16);
      flex:1;
      z-index:;
      font-size:inherit;
      min-width:100px;
    }

    .nqWOz {
      gap:var(--space-32);
      color:var(--muted-foreground);
      flex-wrap:wrap;
      font-size:var(--text-xs);
      align-items:flex-start;
      padding-top:var(--s-16);
      padding-left:var(--s-16);
      padding-right:var(--s-16);
      flex-direction:row;
      padding-bottom:var(--s-16);
      justify-content:center;
    }

    .dSNThu {
      flex:0  ;
      display:flex;
      row-gap:24px;
      background: var(--card);
      box-shadow:0px 0px 0px 1px var(--border) inset, 0px 1px 3px 0px #0000001A, 0px 1px 2px -1px #0000001A;
      column-gap:24px;
      align-items:stretch;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:24px;
      justify-content:flex-start;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .flYcvy {
      color:var(--muted-foreground);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
      line-height:20px;
    }

    .bjYfzo {
      row-gap:6px;
      column-gap:6px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .YdmXh {
      display:flex;
      align-items:stretch;
      flex-direction:column;
    }

    .cMrmXQ {
      align-items:stretch;
      flex-direction:column;
    }

    .rwin {
      color:var(--foreground);
      font-size:16px;
      font-family:inherit;
      font-weight:var(--w-600);
      line-height:100%;
    }

    .cpQPLe {
      gap:var(--space-16);
      display:flex;
      flex-direction:column;
    }

    @media (max-width: 960px) {

    .cpQPLe {
      gap:0px;
    }
    }

    .dEXFfH {
      gap:var(--space-8);
    }

    .cZKQWo {
      color:var(--gray-600, #4b5563);
      font-size:var(--font-14);
      text-align:center;
      font-family:inherit;
    }

    .fEzSei {
      height:32px;
      font-size:var(--font-14);
      margin-left:var(--space-8);
      margin-right:var(--space-8);
      padding-left:8px;
      border-radius:6px;
      outline-color:var(--gray-200, #e5e7eb);
      outline-style:solid;
      outline-width:1px;
      padding-right:8px;
      background-color:var(--gray-100, #f3f4f6);
    }

    .fEzSei:focus {
      outline-color:var(--brand-900, #3f1b97);
      outline-style:solid;
      outline-width:1px;
    }

    .eruLSP {
      color:var(--brand-600, #6737f0);
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:inherit;
      line-height:20px;
    }

    .dMPErg {
      display:inline-block;
      flex-wrap:wrap;
      font-size:var(--font-16);
      word-wrap:break-word;
      text-align:left;
      font-weight:var(--w-500);
      line-height:20px;
      white-space:normal;
    }

    .chVgQo {
      color:var(--gray-500, #6b7280);
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:inherit;
    }

    .GPfND {
      width:100%;
      align-items:end;
      flex-direction:row;
      justify-content:space-between;
    }

    .bxaCVe {
      width:100%;
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:var(--w-500);
      line-height:20px;
    }

    .oMQnj {
      width:16px;
      height:16px;
      overflow-x:hidden;
      overflow-y:hidden;
      border-radius:var(--space-16);
    }

    .dbBPlu {
      color:var(--gray-700, #374151);
      font-size:var(--font-12);
      font-family:inherit;
      font-weight:var(--w-500);
      line-height:20px;
    }

    .eDcMjB {
      flex:1;
      width:16px;
      height:16px;
      object-fit:cover;
    }

    .dTSVQP {
      gap:var(--space-4);
      flex-wrap:nowrap;
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    .bhOHvI {
      color:var(--gray-500, #6b7280);
      font-size:var(--font-14);
      font-family:inherit;
      font-weight:inherit;
      line-height:20px;
    }

    .eOIYzD {
      gap:0px var(--space-8);
      flex-wrap:wrap;
      padding-right:;
      flex-direction:row;
      padding-bottom:;
      justify-content:;
    }

    .dTkQoL {
      gap:var(--space-4);
      align-items:center;
      padding-top:3px;
      padding-left:6px;
      border-radius:var(--space-16);
      padding-right:8px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:start;
      background-color:var(--gray-200, #e5e7eb);
    }

    .cBBscu {
      gap:var(--space-16);
    }

    @media (max-width: 960px) {

    .cBBscu {
      gap:0px;
    }
    }

    .jobs\:uQ593JC63MxhZWGMVKfAU {
      height:32px;
      border-radius:var(--space-32);
    }

    .drmlVh {
      color:var(--gray-600, #4b5563);
      font-size:var(--font-18);
      text-align:center;
      font-family:inherit;
      font-weight:var(--w-500);
    }