
  @keyframes svelte-1h60dlj-msgIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .animate-msgIn.svelte-1h60dlj {
    animation: svelte-1h60dlj-msgIn 0.25s ease-out forwards;
  }
  .chat-scroll.svelte-1h60dlj::-webkit-scrollbar {
    width: 3px;
  }
  .chat-scroll.svelte-1h60dlj::-webkit-scrollbar-track {
    background: transparent;
  }
  .chat-scroll.svelte-1h60dlj::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 2px;
  }

  html {
    scroll-behavior: smooth;
  }

  /* (unused) h1,*/ h2.svelte-1uha8ag, h3.svelte-1uha8ag {
    font-weight: 700;
    letter-spacing: -0.04em;
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    .animate-bounce.svelte-1uha8ag {
      animation: none;
    }
  }
