
  

  
  @property --radius--large {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --radius--round {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --radius--small {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --background-blur {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--50 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--200 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--400 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--600 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--800 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--grey--950 {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --markdown--spacing {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --color--accent--red {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--shadow--main {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--shadow--tiny {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--shadow--small {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--accent--purple {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  :host, :root {
  --radius--large: 24px;
  --radius--round: 100vw;
  --radius--small: 12px;
  --background-blur: #ffffff26;
  --color--grey--50: #f9fafb;
  --color--grey--100: #f3f4f6;
  --color--grey--200: #e5e7eb;
  --color--grey--300: #d1d5db;
  --color--grey--400: #9ca3af;
  --color--grey--500: #6b7280;
  --color--grey--600: #4b5563;
  --color--grey--700: #374151;
  --color--grey--800: #1f2937;
  --color--grey--900: #111827;
  --color--grey--950: #030712;
  --color--accent--red: #f43f5e;
  --color--shadow--main: #03071233;
  --color--shadow--tiny: #0307120d;
  --color--shadow--small: #0307121a;
  --color--accent--purple: #A855F7;
}
  @media (prefers-color-scheme: dark) {
      :host, :root {
  --markdown--spacing: 1rem;
}
    }
  @media (prefers-color-scheme: light) {
      :host, :root {
  --radius--large: 24px;
  --radius--round: 100vw;
  --radius--small: 12px;
  --background-blur: #ffffff26;
  --color--grey--50: #f9fafb;
  --color--grey--100: #f3f4f6;
  --color--grey--200: #e5e7eb;
  --color--grey--300: #d1d5db;
  --color--grey--400: #9ca3af;
  --color--grey--500: #6b7280;
  --color--grey--600: #4b5563;
  --color--grey--700: #374151;
  --color--grey--800: #1f2937;
  --color--grey--900: #111827;
  --color--grey--950: #030712;
  --color--accent--red: #f43f5e;
  --color--shadow--main: #03071233;
  --color--shadow--tiny: #0307120d;
  --color--shadow--small: #0307121a;
  --color--accent--purple: #A855F7;
}
    }
  [data-nc-theme~="dark"] {
  --markdown--spacing: 1rem;
}
[data-nc-theme~="light"] {
  --radius--large: 24px;
  --radius--round: 100vw;
  --radius--small: 12px;
  --background-blur: #ffffff26;
  --color--grey--50: #f9fafb;
  --color--grey--100: #f3f4f6;
  --color--grey--200: #e5e7eb;
  --color--grey--300: #d1d5db;
  --color--grey--400: #9ca3af;
  --color--grey--500: #6b7280;
  --color--grey--600: #4b5563;
  --color--grey--700: #374151;
  --color--grey--800: #1f2937;
  --color--grey--900: #111827;
  --color--grey--950: #030712;
  --color--accent--red: #f43f5e;
  --color--shadow--main: #03071233;
  --color--shadow--tiny: #0307120d;
  --color--shadow--small: #0307121a;
  --color--accent--purple: #A855F7;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-Inter: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* 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;
    }
  }
}


    .fFuriW {
      flex:1;
      width:100%;
      background:#ffffff;
      font-family:system-ui;
      padding-left:1rem;
      padding-right:1rem;
    }

    .dQHjWz {
      width:100%;
      height:2.5rem;
      font-size:1rem;
      background:var(--color--grey--50);
      font-weight:400;
      border-color:var(--color--grey--200);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .dQHjWz:focus {
      border-color:var(--color--grey--600);
      border-style:solid;
      border-width:1px;
    }

    .dQHjWz::placeholder {
      color:var(--color--grey--400);
    }

    .eGvTQg {
      flex:1;
      width:100%;
      max-width:30rem;
      margin-left:auto;
      padding-top:2rem;
      margin-right:auto;
      padding-bottom:5rem;
    }

    .tPXLy {
      padding-top:1rem;
    }

    .eLHfps {
      color:var(--color--grey--950);
      font-size:1rem;
      font-weight:600;
      line-height:1.3;
      padding-bottom:0.4rem;
    }

    .fhNjYA {
      color:var(--color--grey--600);
      font-size:15px;
      font-weight:400;
      line-height:1.5;
    }

    .Help\:JKYAmIHiFnyVG4xOw0YBN {
      padding-bottom:1rem;
    }

    .WxWLY {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .doktqq {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      z-index:999;
      position:absolute;
    }

    .ctDnbQ {
      flex:1;
      font-size:15px;
      font-weight:400;
      line-height:1.4;
    }

    .dYWYmB {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      padding-top:2rem;
      flex-direction:column;
    }

    .eTqfYW {
      color:var(--color--grey--900);
      font-size:1.75rem;
      font-weight:600;
    }

    .crkRkc {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      text-decoration-line:underline;
      text-decoration-color:var(--color--grey--800);
      text-decoration-style:solid;
      text-underline-offset:3px;
      text-decoration-thickness:1px;
    }

    .Help\:houMPcQB_e01D9_Cs1GVy {
      padding-bottom:1rem;
    }

    .eAfcnN {
      color:var(--color--grey--50);
      font-size:1rem;
      background:var(--color--grey--900);
      font-weight:500;
      padding-top:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:1rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .bZjJNI {
      width:100%;
      font-size:1rem;
      max-width:100%;
      min-width:100%;
      background:var(--color--grey--50);
      max-height:12rem;
      min-height:6rem;
      font-weight:400;
      padding-top:0.6rem;
      border-color:var(--color--grey--200);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:0.6rem;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .bZjJNI:focus {
      border-color:var(--color--grey--600);
      border-style:solid;
      border-width:1px;
    }

    .bZjJNI::placeholder {
      color:var(--color--grey--400);
    }

    .fqmooX {
      display:flex;
      row-gap:0.5rem;
      font-size:0.875rem;
      column-gap:0.5rem;
      font-weight:500;
    }

    .dHQMbn {
      top:2px;
      color:var(--color--grey--50);
      width:1rem;
      height:1rem;
      display:flex;
      position:relative;
      background:var(--color--grey--50);
      align-items:center;
      border-color:var(--color--grey--200);
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:0.3rem;
      border-top-right-radius:0.3rem;
      border-bottom-left-radius:0.3rem;
      border-bottom-right-radius:0.3rem;
    }

    .dHQMbn.checked {
      background:var(--color--grey--900);
      border-color:var(--color--grey--900);
      border-style:solid;
      border-width:1px;
    }

    .fjfBzD {
      width:12px;
      height:12px;
      position:absolute;
    }

    .FJDtQ {
      color:var(--color--grey--800);
      width:fit-content;
      display:flex;
      row-gap:0.5rem;
      font-size:1rem;
      background:var(--color--grey--100);
      column-gap:0.5rem;
      align-items:center;
      font-weight:500;
      padding-top:0.5rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .bvpZPa {
      width:100%;
      display:flex;
      row-gap:0.25rem;
      flex-wrap:wrap;
      max-width:70rem;
      column-gap:0.25rem;
      align-items:center;
      margin-left:auto;
      margin-right:auto;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
    }

    @media (max-width: 800px) {

    .bvpZPa {
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .fehBkZ {
      display:inline;
      font-family:inherit;
      font-weight:inherit;
      text-decoration-line:underline;
      text-decoration-color:currentColor;
      text-decoration-style:solid;
      text-underline-offset:4px;
      text-decoration-thickness:1px;
    }

    .bxEgpJ {
      flex:1;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      font-size:12px;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 800px) {

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

    .Tughx {
      flex:1;
      font-size:12px;
      font-weight:400;
    }

    @media (max-width: 800px) {

    .Tughx {
      text-align:center;
    }
    }

    .cylFLS {
      top:0px;
      width:100%;
      height:4rem;
      display:flex;
      z-index:88;
      position:sticky;
      max-width:70rem;
      align-items:center;
      margin-left:auto;
      padding-top:1rem;
      margin-right:auto;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
    }

    .IUOCB {
      width:1rem;
      height:0.09375rem;
      rotate:0 0 1 -45deg;
      background:var(--color--grey--900);
    }

    @media (max-width: 800px) {

    .dohgKT {
      display:none;
    }
    }

    .GacnY {
      width:100%;
      height:100%;
      position:fixed;
      background:#f5f5f5;
    }

    .bAbZsn {
      width:100%;
      height:100%;
      position:fixed;
      background:#ffffff;
    }

    .dKsJxg {
      color:inherit;
      width:100%;
      height:fit-content;
    }

    .cLRNuR {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 800px) {

    .cLRNuR {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .fpETKB {
      padding-left:1rem;
      padding-right:1rem;
    }

    .dCSCeV {
      width:1rem;
      height:0.09375rem;
      background:var(--color--grey--900);
    }

    .eNBHSe {
      height:2rem;
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    @media (min-width: 800px) {

    .eNBHSe {
      display:none;
    }
    }

    .fvHjYS {
      top:0px;
      width:100%;
      height:4rem;
      display:flex;
      position:sticky;
      max-width:70rem;
      align-items:center;
      margin-left:auto;
      padding-top:1rem;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
    }

    .eKFSND {
      height:2rem;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .DrHlz {
      width:4rem;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .BqAzm {
      width:1rem;
      height:0.09375rem;
      rotate:0 0 1 45deg;
      position:absolute;
      background:var(--color--grey--900);
    }

    @media (max-width: 800px) {

    .cqsDvS {
      height:0rem;
      display:none;
    }
    }