
  main.svelte-1g9og3c {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    border: none;
    max-width: none;
    max-height: none;
    background-color: hsl(from var(--vats-background) h s l / 70%);
    z-index: 1000;
    pointer-events: all;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: wait;

    div:where(.svelte-1g9og3c) {
      margin-bottom: 20dvh;
      background-color: var(--vats-background);
      box-shadow: 0 0 30px var(--vats-text2);
      border-radius: 3rem;
      color: var(--vats-coloredtext);
    }
  }

  aside.svelte-o2rfst {
    position: absolute;
    z-index: 9999 !important;
    right: 2rem;
    top: 1.5rem;
    background-color: var(--vats-sidebar-background);
    border-radius: var(--vats-input-borderradius);
    border: 1px solid var(--vats-coloredtext);
    box-shadow: 0 0 8px hsl(from var(--vats-coloredtext) h s l / 50%);
    padding: 0.5rem 1.25rem;
    box-sizing: border-box;
    width: 40rem;
    height: 7.5rem;

    div:where(.svelte-o2rfst) {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 2rem;
      height: 100%;
      padding: 0;

      div:where(.svelte-o2rfst) {
        display: inline-block;
        padding-top: 1.1rem;
      }

      span:where(.svelte-o2rfst) {
        line-height: 5.75rem;
        overflow: hidden;

        span:where(.svelte-o2rfst) {
          font: 600 var(--vats-text-m) var(--vats-font);
          color: var(--vats-coloredtext);
          display: inline-block;
          vertical-align: middle;
        }

        p:where(.svelte-o2rfst) {
          color: var(--vats-text);
          font-size: var(--vats-text-s);
          line-height: 1.7rem;
          padding-top: 0.25rem;
          font-weight: 300;
        }
      }
    }
  }

  .message.svelte-o2rfst {
    white-space: pre-line;
  }

  .container.svelte-jdn27e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 9000;
  }

  .list.svelte-jdn27e {
    margin-left: 3rem;
  }

  aside.svelte-jdn27e {
    background-color: var(--vats-tour-background);
    color: var(--vats-tour-text);
    font-size: var(--vats-text-m);
    margin-top: 20rem;
    padding: 1rem 1rem 1.5rem 2rem;

    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;

    border-radius: var(--vats-input-borderradius);
    border: solid 2px var(--vats-tour-border);
    box-shadow: 0 0 3rem hsl(from var(--vats-tour-glow) h s l / 100%);

    box-sizing: border-box;
    width: max-content;
    height: max-content;
    max-width: 35rem;

    main:where(.svelte-jdn27e) {
      color: var(--vats-tour-text2);
      font-weight: 600;
      padding-bottom: 2rem;
      font-size: var(--vats-text-l);
    }

    nav:where(.svelte-jdn27e) {
      display: flex;
      justify-content: center;
      text-align: center;
      padding-top: 3rem;
      gap: 6rem;
      align-items: center;
    }
  }

  .vspan.svelte-qzp47s {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;

    display: flex;
    flex-direction: column;

    & > div:where(.svelte-qzp47s):last-child {
      flex-grow: 1;
    }
  }
  .hspan.svelte-qzp47s {
    display: flex;
    flex-direction: row;
    width: 100dvw;
    height: max-content;

    & > div:where(.svelte-qzp47s):last-child {
      flex-grow: 1;
    }
  }

  .bubble.svelte-qzp47s {
    /* position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, 50%); */
    max-width: 35rem;
  }

  aside.svelte-qzp47s {
    position: fixed;
    right: 2rem;
    bottom: 1.5rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 2rem 1rem 1rem;

    gap: 1rem;
    width: max-content;
    aspect-ratio: 1.41;
    background-color: var(--vats-tour-background);
    color: var(--vats-tour-text);
    font-size: var(--vats-text-m);
    z-index: 1000;

    border-radius: var(--vats-input-borderradius);
    border: solid 2px var(--vats-tour-border);
    box-shadow: 0 0 3rem hsl(from var(--vats-tour-glow) h s l / 100%);
    box-sizing: border-box;

    main:where(.svelte-qzp47s) {
      font-weight: 600;
      color: var(--vats-tour-text2);
      font-size: var(--vats-text-l);
      text-align: center;
      white-space: nowrap;
    }

    nav:where(.svelte-qzp47s) {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 2rem;
    }

    .restart:where(.svelte-qzp47s) {
      justify-content: center;
    }
  }

  dialog.svelte-z7l7fj::backdrop {
    background-color: transparent;
  }

  dialog.svelte-z7l7fj {
    border: 0;
  }

  button.svelte-vsc9cj {
    border: 0;
    background-color: transparent;
    margin: 0;
    height: max-content;
    color: var(--vats-text3);
    cursor: pointer;
    padding: 0.5rem 0 0;
  }

  button.svelte-vsc9cj:hover {
    color: var(--vats-coloredtext);
  }

  .logo-href.svelte-100g9o3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--vats-header-height);
    z-index: 100;
    pointer-events: all;
  }

  .large.svelte-100g9o3 {
    position: relative;
    top: -10px;
    pointer-events: none;
    padding: 0;
    width: 7.5rem;
    display: block;
  }

  .small.svelte-100g9o3 {
    position: relative;
    pointer-events: none;
    padding: 0;
    width: 5.5rem;
    display: none;
  }

  @media (max-width: 450px) {
    .large.svelte-100g9o3 {
      display: none;
    }
    .small.svelte-100g9o3 {
      display: block;
    }
  }

  a.svelte-1vomb0z {
    text-decoration: none;
  }

  main.svelte-1vomb0z {
    text-transform: uppercase;
    font-size: var(--vats-text-m);
    line-height: var(--vats-header-height);

    .by:where(.svelte-1vomb0z), .learnvats:where(.svelte-1vomb0z) {
      color: var(--vats-text2);
    }
  }

  .dialog-frame.svelte-1e0kfvu {
    line-height: 1.25;
    width: 30rem;
    min-height: 35rem;
    max-height: 80vh;
    display: flex;
    flex-direction: column;

    & > div:where(.svelte-1e0kfvu):first-child {
      flex-shrink: 0;
      font-size: var(--vats-text-l);
      font-weight: 600;
      text-align: center;
      padding-top: 1.5rem;
    }
  }

  ul.svelte-1e0kfvu {
    text-transform: none;
    list-style-type: none;
    padding: 1rem 1rem 1rem 1rem;
    overflow-y: auto;

    li:where(.svelte-1e0kfvu) {
      padding: 0.5rem 1rem;
    }

    li:where(.svelte-1e0kfvu):hover {
      background-color: hsl(from var(--vats-coloredtext) h s l / 50%);
      border-radius: 2rem;
      cursor: pointer;
    }
  }

  button.svelte-1e0kfvu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;

    span:where(.svelte-1e0kfvu) {
      font-size: var(--vats-text-xs);
    }
  }

  .new-chat.svelte-1e0kfvu {
    font-style: italic;
    color: var(--vats-coloredtext);
    font-weight: 600;
  }

  .size.svelte-1820ufq {
    font-size: var(--vats-text-xs);
    margin-left: auto;
    text-align: right;
    text-transform: none;
  }

  .info.svelte-1820ufq {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-transform: none;
    font-size: var(--vats-text-s);
    font-style: italic;
    color: var(--vats-text);
    /* font-family: var(--vats-font-blog); */

    & > div:where(.svelte-1820ufq) {
      padding-bottom: 2rem;
    }

    ul:where(.svelte-1820ufq) {
      list-style: disc;
      font-size: var(--vats-text-m);
    }

    li:where(.svelte-1820ufq) {
      margin-left: 4rem;
      padding: 0.25rem 0 0.25rem 0;
    }
  }

  .context.svelte-1820ufq {
    font-size: var(--vats-text-s);
    color: var(--vats-coloredtext);
    padding-top: 0.5rem;
  }

  .prompt.svelte-1820ufq {
    display: flex;
    text-transform: none;
    flex-direction: row;
    font-size: var(--vats-text-m);
    color: var(--vats-text);

    & > div:where(.svelte-1820ufq):first-child {
      margin-left: auto;
      padding-right: 1rem;
    }

    & > div:where(.svelte-1820ufq):nth-child(2) {
      min-width: 20rem;
      padding: 1rem;
      background-color: hsl(from var(--vats-text2) h s l / 20%);
      border-radius: 1rem 0 1rem 1rem;
    }
  }
  .response.svelte-1820ufq {
    text-align: left;
    text-transform: none;
    color: var(--vats-text);
    font-size: var(--vats-text-m);
    padding: 0.5rem 0 2rem 0;
  }

  .response ul,
  .response ol {
    padding: 0.5rem 0 0.5rem 5rem;
  }
  .response li {
    padding: 0.15rem 0 0.15rem 0;
  }

  .dialog-frame.svelte-1820ufq {
    line-height: 1.25;
    width: 90vw;
    max-width: 60rem;
    height: 90vh;
    display: flex;
    flex-direction: column;
  }

  .dialog-content-wrapper.svelte-1820ufq {
    margin: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
  }

  .title-section.svelte-1820ufq {
    flex-shrink: 0;
    font-size: var(--vats-text-xl);
    color: var(--vats-text);
    font-weight: 600;
    text-align: center;
  }

  .top-section.svelte-1820ufq {
    flex-grow: 1;
    width: 100%;
    background-color: var(--vats-sidebar-background);
    padding: 1rem;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 1rem;
  }

  .bottom-section.svelte-1820ufq {
    flex-shrink: 0;
    height: 12rem;
    width: 100%;
    background-color: var(--vats-sidebar-background);
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 1rem;

    display: flex;
    flex-direction: row;
    gap: 1rem;

    & > textarea:where(.svelte-1820ufq) {
      width: 100%;
      height: 100%;
      border-radius: 1rem;
      padding: 0.5rem;
      font-size: var(--vats-text-m);
    }
  }

  nav.svelte-1820ufq {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  main.svelte-1whvtnf {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-right: 1rem;
    padding-left: 0rem;
    container-type: inline-size;
    container-name: btn-holder;
    gap: 1rem;
  }

  ul.svelte-1whvtnf {
    display: flex;
    list-style: none;
    align-items: center;
    text-transform: uppercase;
    font-size: var(--vats-text-l);
    gap: 0.5rem;

    li:where(.svelte-1whvtnf) {
      line-height: var(--vats-header-height);

      a:where(.svelte-1whvtnf) {
        text-decoration: none;
        color: var(--vats-text2);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

        &:hover {
          text-decoration: underline;
        }
      }
    }
  }

  .ai.svelte-1whvtnf {
    padding-top: 0.35rem;
  }

  .menu-item.svelte-1whvtnf {
    color: var(--vats-text);
  }

  .menu-item-short-text.svelte-1whvtnf {
    text-transform: capitalize;
    letter-spacing: -0.25rem;
    font-size: var(--vats-text-l);
  }

  .menu-item-text.svelte-1whvtnf {
    display: none;
  }

  .current.svelte-1whvtnf {
    font-weight: 500;
    color: var(--vats-coloredtext);
    box-shadow: inset 0 -2px 0 0 var(--vats-coloredtext);

    &:hover {
      text-decoration: none;
    }
  }

  @container btn-holder (min-width: 30rem) {
    ul.svelte-1whvtnf {
      gap: 1rem;
    }

    .menu-item-short-text.svelte-1whvtnf {
      display: none;
    }
    .menu-item-text.svelte-1whvtnf {
      display: block;
    }
  }

  @media (min-width: 450px) {
    main.svelte-1whvtnf {
      padding-left: 2rem;
    }
  }

  @media (min-width: 400px) {
    .menu-item-short-text.svelte-1whvtnf {
      letter-spacing: -0.1rem;
    }
  }

  @media (min-width: 800px) {
    main.svelte-1whvtnf {
      padding-left: 5rem;
    }
  }

  main.svelte-1h1eng4 {
    width: 100%;
    min-width: 2.8rem;
    container-type: inline-size;
    container-name: btn-holder;
  }

  .search.svelte-1h1eng4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: var(--vats-text3);
    font-size: var(--vats-text-m);
    height: 3.5rem;
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid hsl(from var(--vats-text2) h s l / 30%);
    background-color: transparent;
    cursor: text;
    z-index: 100;

    .key:where(.svelte-1h1eng4) {
      align-items: center;
      gap: 0.25rem;
    }
  }

  .search.svelte-1h1eng4:hover {
    color: var(--vats-coloredtext);
    border: 1px solid var(--vats-coloredtext);
  }

  .key.svelte-1h1eng4, .caption.svelte-1h1eng4 {
    display: none;
  }

  @container btn-holder (min-width: 9rem) {
    .caption.svelte-1h1eng4 {
      display: block;
    }
  }

  @container btn-holder (min-width: 12rem) {
    .key.svelte-1h1eng4 {
      display: flex;
    }
  }

  .dialog.svelte-1h1eng4 {
    max-width: 58rem;
    width: 90dvw;
    height: 85dvh;

    & > div:where(.svelte-1h1eng4) {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    input:where(.svelte-1h1eng4) {
      height: 3rem;
      padding: 1.75rem 2rem;
      width: 100%;
      border: 2px solid transparent;
      background-color: transparent;
      font-size: var(--vats-text-m);

      &:focus {
        box-shadow: none;
      }
    }

    .query:where(.svelte-1h1eng4) {
      display: flex;
      flex-direction: row;
      border-bottom: 1px solid var(--vats-topbar-bordercolor);
      align-items: center;
      padding-left: 1rem;
    }

    .results:where(.svelte-1h1eng4) {
      width: 100%;
      height: calc(100% - 5rem);
      overflow-x: hidden;
      overflow-y: scroll;
      padding: 0.5rem 0;

      ul:where(.svelte-1h1eng4) {
        border-left: 1px solid var(--vats-text3);
        margin-left: 2rem;
        list-style: none;
        padding-left: 0;
      }

      & > ul:where(.svelte-1h1eng4) {
        border-width: 0;
        margin-left: 0;
      }
    }

    .result:where(.svelte-1h1eng4) {
      display: flex;
      flex-direction: column;
      text-wrap: nowrap;
      line-height: 120%;
      padding: 0.5rem 1rem 0.25rem;
      cursor: pointer;
      justify-content: center;
      text-decoration: none;
      color: var(--vats-text);

      strong:where(.svelte-1h1eng4) {
        font-weight: 600;
        padding: 0;
        margin: 0;
        color: var(--vats-text);
      }

      span:where(.svelte-1h1eng4) {
        height: 2rem;
        font-size: var(--vats-text-s);
      }
    }

    .result:where(.svelte-1h1eng4):hover {
      background-color: var(--vats-sidebar-background);

      strong:where(.svelte-1h1eng4) {
        color: var(--vats-coloredtext);
      }
    }
  }

  .tree.svelte-1h1eng4 {
    background-color: transparent;
  }

  main.svelte-83ywpy {
    padding: 0 0.25rem 0 0.5rem;
    width: 100%;
  }

  nav.svelte-1cz38e9 {
    z-index: 40;
    width: 100%;
    height: calc(var(--vats-header-height) - 2px);
    display: flex;
    gap: 0.1rem;
    border-bottom: solid 1px var(--vats-topbar-bordercolor);
    background-color: var(--vats-topbar-background);
    padding-left: 0.5rem;

    .about:where(.svelte-1cz38e9) {
      width: max-content;
      flex-shrink: 0;
    }

    .menu:where(.svelte-1cz38e9) {
      width: 20rem;
      flex-grow: 5;
      flex-basis: 0;
    }

    .qr:where(.svelte-1cz38e9) {
      width: max-content;
      display: flex;
      align-items: center;
      padding-top: 0.35rem;
    }

    .search:where(.svelte-1cz38e9) {
      width: 10rem;
      display: flex;
      align-items: center;
      flex-grow: 1;
      flex-basis: 0;
      flex-shrink: 0;
      padding-top: 0.35rem;
    }

    .theme:where(.svelte-1cz38e9) {
      width: max-content;
      padding-right: 0.5rem;
      padding-top: 0.35rem;
    }
  }

  @media (max-width: 800px) {
    .about.svelte-1cz38e9 {
      display: none;
    }
  }

  .demo.svelte-a6xpld {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20000;
    width: 100%;
    height: 2.5rem;
    background-color: var(--vats-coloredtext);
    font-weight: 600;
    color: white;
    overflow: hidden;
    letter-spacing: 0.1rem;
  }

  .top.svelte-a6xpld {
    display: flex;
    flex-direction: column;
  }

  .grow.svelte-a6xpld {
    flex-grow: 1;
  }

  .full.svelte-a6xpld {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;

    header:where(.svelte-a6xpld) {
      display: none;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50;
    }

    .lg-flex:where(.svelte-a6xpld) {
      display: flex;
    }

    @media (min-width: 1024px) {
      .lg-sticky:where(.svelte-a6xpld) {
        position: sticky;
      }
    }
  }

  .layout.svelte-a6xpld {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
  }

  /*@media print {*/
  /*	body * {*/
  /*		visibility: hidden;*/
  /*		height: unset;*/
  /*	}*/
  /*	#printSection,*/
  /*	#printSection * {*/
  /*		visibility: visible;*/
  /*	}*/
  /*	#printSection {*/
  /*		position: absolute;*/
  /*		left: 0;*/
  /*		top: 0;*/
  /*		width: 100%;*/
  /*	}*/
  /*}*/
