
  main.svelte-od07qv {
    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-od07qv) {
      margin-bottom: 20dvh;
      background-color: var(--vats-background);
      box-shadow: 0 0 30px var(--vats-text2);
      border-radius: 3rem;
      color: var(--vats-coloredtext);
    }
  }

  .contact.svelte-1jygau8 {
    display: flex;
  }

  .logo-link.svelte-1vvpory {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .large.svelte-1vvpory {
    position: relative;
    left: 1.25rem;
    top: 6px;
    padding: 0;
    width: 11.5rem;
    display: block;
  }

  .small.svelte-1vvpory {
    position: relative;
    padding: 0;
    left: 1rem;
    top: 11px;
    width: 8rem;
    display: none;
  }

  .logo-scale.svelte-1vvpory {
    transform: scale(1) translateX(-0.75rem) translateY(-3px);
    transform-origin: center;
    transition:
      transform 140ms ease,
      filter 140ms ease;
  }

  .logo-scale.scaled.svelte-1vvpory {
    transform: scale(1.2);
  }

  .logo-link.svelte-1vvpory:focus-visible {
    outline: none;
    text-shadow: none;
  }

  .logo-link.svelte-1vvpory:focus-visible .logo-scale:where(.svelte-1vvpory) {
    filter: var(--vats-focus-icon-filter);
  }

  @media (max-width: 450px) {
    .large.svelte-1vvpory:not(.preserve-size-on-narrow) {
      display: none;
    }

    .small.svelte-1vvpory:not(.preserve-size-on-narrow) {
      display: block;
    }
  }

  .ai.svelte-1z1t7g {
    display: flex;
    transform: scale(1.2);
  }

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

  .menu.svelte-m78osm {
    flex: 1 1 0;
    min-width: 0;
  }

  main.has-assistant.svelte-m78osm > .menu:where(.svelte-m78osm) {
    flex: 0 1 auto;
    width: max-content;
  }

  .menu.svelte-m78osm ul:where(.svelte-m78osm) {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    list-style: none;
    text-transform: uppercase;
    font-size: var(--vats-text-l);

    li:where(.svelte-m78osm) {
      display: flex;
      align-items: center;

      a:where(.svelte-m78osm) {
        display: flex;
        align-items: center;
        height: var(--vats-header-height);
        text-decoration: none;
        color: var(--vats-text);
        overflow: visible;
        white-space: nowrap;
        position: relative;

        &:hover {
          z-index: 1;
          text-decoration: underline;
        }
      }
    }
  }

  main.has-assistant.svelte-m78osm .menu:where(.svelte-m78osm) ul:where(.svelte-m78osm) {
    width: max-content;
  }

  main.svelte-m78osm .sign-in:where(.svelte-m78osm) {
    margin-left: auto;
  }

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

  .menu-item-scale.svelte-m78osm {
    display: inline-block;
    line-height: 1;
    transform: scale(1);
    transform-origin: center;
    transition: transform 140ms ease;
  }

  .menu-item.svelte-m78osm a:where(.svelte-m78osm):hover .menu-item-scale:where(.svelte-m78osm) {
    transform: scale(1.08);
  }

  .ai.svelte-m78osm {
    display: flex;
    align-items: center;
    padding-left: 2rem;
  }

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

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

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

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

  .ai.svelte-m78osm {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    --ai-color: var(--vats-blue);
  }

  @container btn-holder (min-width: 32rem) {
    .menu.svelte-m78osm ul:where(.svelte-m78osm) {
      gap: 2rem;
    }
  }

  @media (min-width: 33rem) {
    main.svelte-m78osm:not(.landing) .menu-item-short-text:where(.svelte-m78osm),
    main.landing.authenticated.svelte-m78osm .menu-item-short-text:where(.svelte-m78osm) {
      display: none;
    }

    main.svelte-m78osm:not(.landing) .menu-item-text:where(.svelte-m78osm),
    main.landing.authenticated.svelte-m78osm .menu-item-text:where(.svelte-m78osm) {
      display: block;
    }
  }

  @container btn-holder (min-width: 34rem) {
    main.landing.svelte-m78osm:not(.authenticated) .menu-item-short-text:where(.svelte-m78osm) {
      display: none;
    }

    main.landing.svelte-m78osm:not(.authenticated) .menu-item-text:where(.svelte-m78osm) {
      display: block;
    }
  }

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

  @media (max-width: 450px) {
    main.has-assistant.svelte-m78osm > .ai:where(.svelte-m78osm) {
      padding-left: 0.75rem;
    }
  }

  div.svelte-1rltznb {
    display: flex;
  }

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

  .search.svelte-1pq63xc {
    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-1pq63xc) {
      align-items: center;
      gap: 0.25rem;
    }
  }

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

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

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

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

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

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

    input:where(.svelte-1pq63xc) {
      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-1pq63xc) {
      display: flex;
      flex-direction: row;
      border-bottom: 1px solid var(--vats-topbar-bordercolor);
      align-items: center;
      padding-left: 1rem;
    }

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

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

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

    .result:where(.svelte-1pq63xc) {
      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-1pq63xc) {
        font-weight: 600;
        padding: 0;
        margin: 0;
        color: var(--vats-text);
      }

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

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

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

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

  main.svelte-1ztphl {
    padding: 0.25rem 0.75rem 0 0.25rem;
    width: 100%;
  }

  div.svelte-1l1rhd6 {
    display: flex;
  }

  nav.svelte-15kq56o {
    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;

    .contact:where(.svelte-15kq56o) {
      padding-right: 0.5rem;
      display: flex;
      align-items: center;
    }

    .menu:where(.svelte-15kq56o) {
      width: 20rem;
      flex-grow: 5;
      flex-basis: 0;
      display: flex;
      align-items: center;
    }

    .qr:where(.svelte-15kq56o) {
      width: max-content;
      display: flex;
      align-items: center;
    }

    .search:where(.svelte-15kq56o) {
      width: 10rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
      flex-basis: 0;
      flex-shrink: 0;
    }

    .theme:where(.svelte-15kq56o) {
      width: max-content;
      padding-right: 0.5rem;
      display: flex;
      align-items: center;
    }
  }

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

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

  aside.svelte-1isw8g5 {
    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-1isw8g5) {
      color: var(--vats-tour-text2);
      font-weight: 600;
      padding-bottom: 2rem;
      font-size: var(--vats-text-l);
    }

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

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

    display: flex;
    flex-direction: column;

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

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

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

  aside.svelte-1yziqav {
    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-1yziqav) {
      font-weight: 600;
      color: var(--vats-tour-text2);
      font-size: var(--vats-text-l);
      text-align: center;
      white-space: nowrap;
    }

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

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

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

  dialog.svelte-1pjp4sh {
    border: 0;
  }

  .demo.svelte-dsdefj {
    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-dsdefj {
    display: flex;
    flex-direction: column;
  }

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

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

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

    .landing-header:where(.svelte-dsdefj) nav {
      box-shadow: 0 3px 30px rgb(0 0 0 / 40%);
    }

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

    .sticky-title-bar:where(.svelte-dsdefj) {
      position: sticky;
    }

    @media (max-width: 849px) {
      &:has(.button-bar) .sticky-title-bar:where(.svelte-dsdefj) {
        position: static;
      }
    }
  }

  [data-theme='dark'] .full.svelte-dsdefj .landing-header:where(.svelte-dsdefj) nav {
    box-shadow: 0 3px 30px rgb(0 0 0 / 100%);
  }

  .layout.svelte-dsdefj {
    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%;*/
  /*	}*/
  /*}*/
