@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
  .mw-icon.svelte-1t5tviu {
    display: inline-block;
    width: 1rem;
    height: 1rem;

    &.large {
      width: 2rem;
      size: 2rem;
    }

    &.medium {
      width: 1.5rem;
      height: 1.5rem;
    }

    &.placeholder {
      display: inline-block;
      width: 100%;
      height: 100%;
      background-color: currentColor;
      opacity: 0.3;
      border-radius: 2px;
      animation: svelte-1t5tviu-pulse 1.5s ease-in-out infinite;
    }

    @keyframes svelte-1t5tviu-pulse {
      0%,
      100% {
        opacity: 0.3;
      }
      50% {
        opacity: 0.1;
      }
    }
  }

  

  .logo.svelte-byj55g {
    font-family: "VT323", "Fira Code", monospace;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    height: fit-content;
    display: inline-block;
    vertical-align: middle;

    &.small {
      font-size: 1.5rem;
    }

    &.match {
      font-size: inherit;
    }

    &.short {
      .full:where(.svelte-byj55g) {
        display: none;
      }
    }

    &.full {
      .short:where(.svelte-byj55g) {
        display: none;
      }
    }
  }

  @media (max-width: 30rem) {
    .logo.responsive.svelte-byj55g {
      .full:where(.svelte-byj55g) {
        display: none;
      }

      .short:where(.svelte-byj55g) {
        display: unset;
      }
    }
  }

  .footer.svelte-j8kxtz {
    display: flex;
    flex-direction: column;

    :where(.svelte-j8kxtz) {
      margin: auto;
    }

    a:where(.svelte-j8kxtz) {
      color: var(--primary-color-300);
      cursor: pointer;

      &:hover {
        color: var(--primary-color-500);
      }
    }

    .copyright:where(.svelte-j8kxtz) {
      display: inline-block;
      width: fit-content;
    }

    .social-icons:where(.svelte-j8kxtz) {
      display: flex;
      flex-direction: row;
      gap: 1rem;
      width: fit-content;
    }
  }

  @media (min-width: 45rem) {
    .footer.svelte-j8kxtz {
      flex-direction: row;

      :where(.svelte-j8kxtz) {
        margin: auto 0;
      }
    }
  }

  nav.svelte-1mfi9yh {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.2rem;
    border-radius: 0.2rem;
    text-align: center;
    width: 100%;
    min-width: fit-content;
  }

  .mw-menu-item.svelte-1mfi9yh {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .mw-menu-label.svelte-1mfi9yh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    line-height: 1;
  }

  .mw-menu-label.svelte-1mfi9yh:hover {
    color: var(--primary-color-300);
    cursor: pointer;
  }

  .logout-button.svelte-1mfi9yh {
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 0.5rem 0.5rem;
    cursor: pointer;
  }

  .logout-button.svelte-1mfi9yh:hover {
    color: var(--danger-color-300);
  }

  section.svelte-83253x {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 3rem;
  }

  .logo-link.svelte-83253x {
    color: inherit;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 1rem;
    flex: 1;
  }

  .profile-image.svelte-83253x {
    border: 0.25rem solid var(--primary-color-300);
    border-radius: var(--mw-default-radius);
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
  }

  .header-actions.svelte-83253x {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .user-info.svelte-83253x {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--mw-control-border-radius);
    background-color: var(--primary-color-100);
  }

  .user-name.svelte-83253x {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }

  .mw-context-menu.svelte-83253x {
    display: flex;
    align-items: center;
  }
