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

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

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

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

      .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%;*/
  /*	}*/
  /*}*/
