
  #user.svelte-10gx9f1 {
    margin: 20px 0px;
    display: flex;
    gap: 10px;
  }
    #details.svelte-10gx9f1 {
      display: flex;
      flex-direction: column;
    }
    #nameRow.svelte-10gx9f1 {
      padding: 15px 0px;
    }
      #name.svelte-10gx9f1 {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    #buttons.svelte-10gx9f1 {
      display: flex;
      gap: 10px;
    }
      #logout.svelte-10gx9f1, #settings.svelte-10gx9f1 {
        padding: 0px;
        padding: 5px;
      }

  .empty.svelte-uxd3n7 {
    padding: 20px 0px;
    text-align: center;
    color: var(--dim);
    font-style: italic;
  }
  h4.svelte-uxd3n7 {
    color: var(--dim);
    margin: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .toggle.svelte-uxd3n7 {
    display: flex;
    justify-content: space-between;
  }
    .toggle.svelte-uxd3n7 button.secondary:where(.svelte-uxd3n7) {
      font-family: var(--headlineFont);
      padding: 0px;
    }
      .toggle.svelte-uxd3n7 button.secondary.active:where(.svelte-uxd3n7), .toggle.svelte-uxd3n7 button.secondary:where(.svelte-uxd3n7):hover {
        box-shadow: none;
        color: var(--text);
        background-color: initial;
      }
  ul.svelte-uxd3n7 {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
    .row.svelte-uxd3n7 {
      display: flex;
    }
    li.offline.svelte-uxd3n7 {
      opacity: 0.5;
    }
    ul.unread.svelte-uxd3n7 {
      margin-bottom: 20px;
    }
    .opener.svelte-uxd3n7 {
      position: relative;
      font-weight: bold;
      background: none;
      border: 0px;
      padding: 5px;
      padding-left: 0px;
      display: block;
      width: 100%;
      text-align: left;
      box-shadow: none;
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
      button.svelte-uxd3n7:hover .name:where(.svelte-uxd3n7) {
        color: var(--maximum);
      }
      button.svelte-uxd3n7:hover .new:where(.svelte-uxd3n7) {
        color: var(--maximum);
      }
      button.svelte-uxd3n7:hover .portrait:where(.svelte-uxd3n7) {
        transform: scale(1.1);
      }
      .name.svelte-uxd3n7 {
        flex: 1;
      }
      .portrait.svelte-uxd3n7, .gap.svelte-uxd3n7 {
        display: block;
        width: 40px;
        height: 40px;
        object-fit: cover;
        object-position: center 20%;
        border-radius: 100%;
        background-color: var(--background);
      }
      .hide.svelte-uxd3n7 {
        font-size: 18px;
      }
  .empty.svelte-uxd3n7 {
    padding: 20px 0px;
    text-align: center;
    color: var(--dim);
    font-style: italic;
  }
  .new.svelte-uxd3n7 {
    color: var(--new);
    pointer-events: none;
  }
  .search.svelte-uxd3n7 {
    margin: auto;
    margin-top: 30px;
    display: block;
    width: fit-content;
  }

  .saving.svelte-19uazfq {
    opacity: 0.5;
    pointer-events: none;
  }
  .reorder.svelte-19uazfq {
    margin: auto;
    display: block;
  }
  .empty.svelte-19uazfq {
    padding: 20px 0px;
    text-align: center;
    color: var(--dim);
    font-style: italic;
  }
  hr.svelte-19uazfq {
    margin: 20px -20px;
    border: none;
    border-top: 1px solid var(--background);
  }
  h4.svelte-19uazfq {
    color: var(--dim);
    font-size: 18px;
    margin: 0px;
  }
  ul.svelte-19uazfq {
    list-style: none;
    margin: 10px 0px;
    margin-bottom: 15px;
    padding: 0px;
    padding-left: 10px;
  }
    li.svelte-19uazfq {
      position: relative;
      padding: 4px 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow-wrap: anywhere;
    }
      li.svelte-19uazfq a:where(.svelte-19uazfq) {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 19px;
        font-variation-settings: 'wght' 500;
      }
        .unread.svelte-19uazfq {
          color: var(--new);
          white-space: nowrap;
        }
        li.active.svelte-19uazfq a:where(.svelte-19uazfq) {
          color: var(--text);
        }
        .showHandles.svelte-19uazfq .handle:where(.svelte-19uazfq) {
          display: block;
        }
        .handle.svelte-19uazfq {
          display: none;
          position: absolute;
          left: -25px;
          top: 8px;
          cursor: grab;
          color: var(--text);
          opacity: 0.3;
          min-width: 5px;
          min-height: 20px;
        }
          .handle.svelte-19uazfq:hover {
            opacity: 1;
          }
          .handle.hidden.svelte-19uazfq {
            display: none;
          }

  .row.svelte-wvw7y5 {
    display: flex;
    justify-content: space-between;
  }
  .empty.svelte-wvw7y5 {
    padding: 20px 0px;
    text-align: center;
    color: var(--dim);
    font-style: italic;
  }
  hr.svelte-wvw7y5 {
    margin: 20px -20px;
    border: none;
    border-top: 1px solid var(--background);
  }
  h4.header.svelte-wvw7y5 {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: var(--dim);
    margin: 0px;
  }
    h4.svelte-wvw7y5 a:where(.svelte-wvw7y5) {
      color: var(--dim);
      font-family: var(--headline);
    }
    h4.svelte-wvw7y5 a:where(.svelte-wvw7y5):hover, h4.svelte-wvw7y5 button:where(.svelte-wvw7y5):hover {
      color: var(--linkHover);
    }
    .selected.svelte-wvw7y5 {
      margin: 0px;
      margin-bottom: 10px;
    }
    .spaced.svelte-wvw7y5 {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  ul.characters.svelte-wvw7y5 {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
    ul.characters.svelte-wvw7y5 li:where(.svelte-wvw7y5):first-child {
      padding-top: 10px;
    }
    ul.svelte-wvw7y5 button:where(.svelte-wvw7y5) {
      position: relative;
      font-weight: bold;
      background: none;
      border: 0px;
      padding: 5px;
      padding-left: 0px;
      display: block;
      color: var(--link);
      width: 100%;
      text-align: left;
      box-shadow: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
      ul.svelte-wvw7y5 button:where(.svelte-wvw7y5):hover .portrait:where(.svelte-wvw7y5) {
        transform: scale(1.1);
      }
      ul.svelte-wvw7y5 button:where(.svelte-wvw7y5):hover .name:where(.svelte-wvw7y5) {
        color: var(--characterHover);
      }
      ul.svelte-wvw7y5 button:where(.svelte-wvw7y5):hover .unread:where(.svelte-wvw7y5) {
        color: var(--maximum);
      }
      .name.svelte-wvw7y5 {
        flex: 1;
      }
        .name.svelte-wvw7y5 .star:where(.svelte-wvw7y5), .name.svelte-wvw7y5 .skull:where(.svelte-wvw7y5) {
          font-size: 17px;
          margin-right: 5px;
          transform: translateY(2px);
        }
      .dead.svelte-wvw7y5 {
        text-decoration: line-through;
      }
      .portrait.svelte-wvw7y5, .gap.svelte-wvw7y5 {
        display: block;
        width: 40px;
        height: 40px;
        object-fit: cover;
        object-position: center 20%;
        border-radius: 100%;
        background-color: var(--background);
      }
      .unread.svelte-wvw7y5 {
        color: var(--new);
        pointer-events: none;
      }
      .back.svelte-wvw7y5 {
        display: inline;
        width: initial;
        color: var(--link);
        padding: 0px;
        padding-right: 10px;
        border: none;
        background: none;
        box-shadow: none;
      }
        .back.svelte-wvw7y5:hover {
          color: var(--linkHover);
        }
      .profile.svelte-wvw7y5 {
        font-family: var(--font);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 25px;
      }
      .bottom.svelte-wvw7y5 {
        padding-top: 20px;
      }
        .newChar.svelte-wvw7y5 {
          display: block;
          width: fit-content;
        }
  .hiddenList.svelte-wvw7y5 {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
  }
  .expandedList.svelte-wvw7y5 {
    max-height: 500px;
    overflow: auto;
    transition: max-height 0.2s;
  }
  .badge.svelte-wvw7y5 {
    right: 5px;
    top: 5px;
  }
  .toggle.svelte-wvw7y5:hover {
    color: var(--maximum);
  }
  .toggle.svelte-wvw7y5 {
    transition: transform 0.2s;
  }
  .toggle.opened.svelte-wvw7y5 {
    transform: rotate(180deg);
  }

  .postRow.svelte-10lqrv0 {
    display: flex;
    gap: 10px;
    margin: 2px 0px;
  }
    .rowInner.svelte-10lqrv0 {
      position: relative;
      display: flex;
      gap: 10px;
      align-items: flex-end;
    }
      .theirs.svelte-10lqrv0 {
        flex-direction: row;
      }
      .theirs.svelte-10lqrv0 .rowInner:where(.svelte-10lqrv0) {
        justify-content: flex-start;
      }
      .mine.svelte-10lqrv0 {
        flex-direction: row-reverse;
      }
      .mine.svelte-10lqrv0 .rowInner:where(.svelte-10lqrv0) {
        justify-content: flex-end;
      }
      .theirs.svelte-10lqrv0 .bubble:where(.svelte-10lqrv0) {
        background-color: var(--block);
        border-radius: 15px 15px 15px 5px;
      }
      .mine.svelte-10lqrv0 .bubble:where(.svelte-10lqrv0) {
        border-radius: 20px 20px 0px 20px;
        background-color: var(--prominent);
        color: var(--gray90);
        text-align: right;
        float: right;
        cursor: pointer;
      }
        .mine.svelte-10lqrv0 .bubble:where(.svelte-10lqrv0):hover {
          background-color: color-mix(in srgb, var(--prominent) 95%, #fff 5%);
        }

  .bubble.svelte-10lqrv0 {
    padding: 8px 12px;
    border-radius: 15px;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .content.svelte-10lqrv0 {
    font-size: 0.95em;
    line-height: 1.2;
  }
  .content.svelte-10lqrv0 img {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 5px;
  }
  .content.svelte-10lqrv0 p:first-child {
    margin-top: 0;
  }
  .content.svelte-10lqrv0 p:last-child {
    margin-bottom: 0;
  }
  .edited.svelte-10lqrv0 {
    font-size: 12px;
    color: var(--dim);
  }
  .badge.svelte-10lqrv0 {
    left: 0px;
  }

  /* Toolbar */

  .toolbar.svelte-10lqrv0 {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
    .time.svelte-10lqrv0 {
      white-space: nowrap;
    }
    .edit.svelte-10lqrv0, .delete.svelte-10lqrv0 {
      padding: 5px;
    }
  .toolbarTooltipContent.svelte-10lqrv0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
  }
  .buttons.svelte-10lqrv0 {
    display: flex;
    gap: 5px;
  }

  #conversation.svelte-1jp3rbv {
    position: relative;
    background-color: var(--panel);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    height: calc(100svh - 40px);
    display: flex;
    flex-direction: column;
  }
  #close.svelte-1jp3rbv {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    border-radius: 0px 10px 0px 10px;
  }
  h2.svelte-1jp3rbv {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px var(--background) solid;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .name.svelte-1jp3rbv {
    font-size: 30px;
  }
  .portrait.svelte-1jp3rbv {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center 10%;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #0003;
  }
  .label.svelte-1jp3rbv {
    display: flex;
    flex-direction: column;
  }
  .subtitle.svelte-1jp3rbv {
    font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
    color: var(--dim);
    font-size: 16px;
  }
  .messages.svelte-1jp3rbv {
    flex-grow: 1;
    display: flex;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    border-top: 1px var(--block) solid;
  }
  .loading-indicator.svelte-1jp3rbv, .load-more-hint.svelte-1jp3rbv {
    text-align: center;
    padding: 10px;
    color: var(--text-muted);
  }
  .loading-more.svelte-1jp3rbv {
    min-height: 40px;
  }
  .error.svelte-1jp3rbv {
    color: var(--error);
    text-align: center;
    padding: 20px;
  }
  .loading.svelte-1jp3rbv {
    display: block;
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: var(--text-muted);
  }

  aside.svelte-1v8lwg3 {
    z-index: 999;
    width: 300px;
    transition: right 0.2s ease-in-out, width 0.2s ease-in-out;
  }
    aside.conversation.svelte-1v8lwg3 {
      width: 420px;
    }
    aside.chat.svelte-1v8lwg3 {
      height: fit-content;
    }
    section.svelte-1v8lwg3 {
      position: absolute;
      width: 300px;
      padding-left: 20px;
      padding-bottom: 20px;
    }
      /* chat only */
      aside.chat.svelte-1v8lwg3 section:where(.svelte-1v8lwg3) {
        max-height: 100svh;
        overflow-y: auto;
        scrollbar-width: none;
      }
      /* conversation only */
      aside.conversation.svelte-1v8lwg3 section:where(.svelte-1v8lwg3) {
        width: 420px;
        max-width: 100vw;
      }

      section.stickBottom.svelte-1v8lwg3 {
        position: fixed;
        bottom: 0px;
      }
      section.stickTop.svelte-1v8lwg3 {
        position: fixed;
        top: 0px;
      }

  #tabs.svelte-1v8lwg3 {
    height: 76px;
    display: flex;
  }
    #tabs.svelte-1v8lwg3 button:where(.svelte-1v8lwg3) {
      position: relative;
      flex: 1;
      display: flex;
      gap: 10px;
      color: var(--linkVisited);
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 15px 0px;
      background: none;
      border: 0px;
      margin-bottom: -10px;
      border-radius: 10px 10px 0px 0px;
      box-shadow: none;
    }
      #tabs.svelte-1v8lwg3 button:where(.svelte-1v8lwg3):hover {
        color: var(--text);
      }
    #tabs.svelte-1v8lwg3 button.active:where(.svelte-1v8lwg3) {
      background: var(--panel);
      color: var(--text);
      pointer-events: none;
    }
    #tabs.svelte-1v8lwg3 button:where(.svelte-1v8lwg3) .label:where(.svelte-1v8lwg3) {
      font-size: 14px;
      font-weight: 500;
    }
      .badge.svelte-1v8lwg3 {
        top: 10px;
        right: 10px;
      }
      .unread.svelte-1v8lwg3 {
        color: var(--new);
      }

  #panels.svelte-1v8lwg3, .login.svelte-1v8lwg3 {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--panel);
    position: relative;
  }
    .login.svelte-1v8lwg3 {
      margin-top: 20px;
    }
    .row.svelte-1v8lwg3 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
    }
    .login.svelte-1v8lwg3 .confirm:where(.svelte-1v8lwg3) {
      padding: 15px;
    }
    .email.svelte-1v8lwg3 {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .links.svelte-1v8lwg3 {
      margin-top: 10px;
    }

  .w100.svelte-1v8lwg3 {
    width: 100%;
  }

  .loading.svelte-1v8lwg3 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    color: var(--dim);
  }

  /* mobile elements */
  #toggleWrapper.svelte-1v8lwg3, #sidebarToggle.svelte-1v8lwg3 {
    display: none;
  }
  #veil.svelte-1v8lwg3 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #000B;
    transition: opacity 0.4s ease-in-out;
  }

@media (max-width: 1000px) {
  #toggleWrapper.svelte-1v8lwg3 {
    display: block;
    position: sticky;
    top: calc(100svh - 90px);
    right: 10px;
    width: 0px;
    height: 0px;
    z-index: 9999;
  }
    #sidebarToggle.svelte-1v8lwg3 {
      position: absolute;
      right: -20px;
      bottom: 0px;
      display: block;
      padding: 20px;
      width: 66px;
      height: 66px;
      border-radius: 100%;
      box-shadow: 4px 4px 5px #0006;
    }
      #sidebarToggle.svelte-1v8lwg3:hover {
        background-color: var(--buttonBgHover);
      }

  aside.svelte-1v8lwg3 {
    position: sticky;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    z-index: 99999;
  }
    aside.conversation.svelte-1v8lwg3 {
      width: 0px;
    }
    aside.active.svelte-1v8lwg3 section:where(.svelte-1v8lwg3) {
      transform: translateX(0px);
    }
    aside.svelte-1v8lwg3 section:where(.svelte-1v8lwg3) {
      position: absolute !important;
      top: 0px;
      right: 0px;
      width: 320px;
      padding-right: 20px;
      background-color: var(--background);
      box-shadow: 0px 0px 10px #0005;
      height: 100svh;
      overflow-y: auto;
      transform: translateX(320px);
      transition: transform 0.2s ease-in-out;
    }
  #veil.active.svelte-1v8lwg3 {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 420px) {
  aside.conversation.svelte-1v8lwg3 section:where(.svelte-1v8lwg3) {
    width: 100vw;
  }
}
