
  .view-demo.svelte-f3u6wv {
    display: block;
    width: 100%;
    font-size: calc(var(--vats-text-xl) * 0.85);
    font-weight: 600;
    line-height: 2.25rem;
    text-align: center;
  }

  .demo-button.svelte-f3u6wv {
    margin-top: 1rem;
    margin-right: auto;
    width: max-content;
    border-radius: 1rem;
    box-shadow: 0.25rem 0.5rem 2rem hsl(from var(--vats-text) h s l / 50%);
  }

  :root {
    --vats-fadein-timeout: 1s;
    --vats-root-shadowcolor: var(--vats-text3);
  }

  [data-theme='dark'] {
    --vats-root-shadowcolor: black;
  }

  :root {
    --vats-root-shadow: drop-shadow(1px 2px 3px var(--vats-root-shadowcolor));
  }

  .fade-in.svelte-f3u6wv {
    animation: svelte-f3u6wv-fadeIn ease var(--vats-fadein-timeout);
    -webkit-animation: svelte-f3u6wv-fadeIn ease var(--vats-fadein-timeout);
    -moz-animation: svelte-f3u6wv-fadeIn ease var(--vats-fadein-timeout);
    -o-animation: svelte-f3u6wv-fadeIn ease var(--vats-fadein-timeout);
  }

  @keyframes svelte-f3u6wv-fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  aside.svelte-f3u6wv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;

    .title:where(.svelte-f3u6wv) {
      z-index: 10;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;

      & > div:where(.svelte-f3u6wv):nth-child(1) {
        width: 31rem;
        margin-bottom: 1rem;
      }

      .cyber:where(.svelte-f3u6wv) {
        font-size: 2.4rem;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        word-spacing: 0.5rem;
        width: 32rem;
        margin-left: 2rem;
        margin-bottom: 3rem;
        color: var(--vats-thx-h);
        line-height: 130%;

        em:where(.svelte-f3u6wv) {
          color: var(--vats-coloredtext);
        }
      }
    }

    .ribcage:where(.svelte-f3u6wv) {
      position: relative;
      width: 85%;
      aspect-ratio: 237 / 114;

      .image:where(.svelte-f3u6wv) {
        width: 100%;
        height: 100%;
      }
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3rem;
    }
  }

  .blog.svelte-f3u6wv {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--vats-page-maxwidth);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem;

    .container:where(.svelte-f3u6wv) {
      width: calc(min(70rem, 100dvw - 2rem));
      max-width: max-content;

      .title:where(.svelte-f3u6wv) {
        font-weight: 600;
        color: var(--vats-coloredtext);
        text-transform: uppercase;
        font-size: 1.9rem;
      }

      .blog-posts:where(.svelte-f3u6wv) {
        div:where(.svelte-f3u6wv) {
          margin-top: 1rem;
          margin-left: 2rem;
        }
      }
    }
  }

  @media (min-width: 745px) {
    .ribcage.m-top.svelte-f3u6wv {
      width: 604px;
    }

    /* (empty) nav {
      .container {
        .title {
          font-size: 2.3rem;
        }
      }
    }*/
  }
