
  .cs-path-nav.svelte-1tsxbhl {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: clamp(0.85rem, 1.1vw, 0.95rem);
    color: #71717a;
    user-select: none;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  .sep.svelte-1tsxbhl {
    color: #3f3f46;
    margin: 0;
    line-height: 1;
    display: inline;
  }

  .path-link.svelte-1tsxbhl {
    background: transparent;
    border: none;
    outline: none;
    color: #71717a;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    transition: color 0.15s ease;
    display: inline;
    vertical-align: baseline;
  }

  .path-link.svelte-1tsxbhl:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .path-link.active.svelte-1tsxbhl {
    color: #f4f4f5;
    font-weight: 600;
  }

  .path-link.active.svelte-1tsxbhl:hover {
    color: #ffffff;
    text-decoration: none;
  }


  .notes-page-container.svelte-ro2xgs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    animation: svelte-ro2xgs-fade 0.3s ease-in-out;
  }

  @keyframes svelte-ro2xgs-fade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .panel.svelte-ro2xgs {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: clamp(16px, 2vw, 32px);
    padding: clamp(1.5rem, 3vw, 2.5rem);
  }

  .header-banner.svelte-ro2xgs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .top-row.svelte-ro2xgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .note-count.svelte-ro2xgs {
    font-size: 0.85rem;
    color: #888;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  h1.svelte-ro2xgs {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0;
    font-weight: 700;
    color: #ffffff;
  }

  .subtitle.svelte-ro2xgs {
    margin: 0;
    color: #bbb;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  }

  .controls-row.svelte-ro2xgs {
    display: flex;
    margin-top: 0.5rem;
  }

  .search-box.svelte-ro2xgs {
    position: relative;
    width: 100%;
    max-width: 450px;
  }

  .theme-input.svelte-ro2xgs {
    width: 100%;
    background: #121212;
    border: 1px solid #333;
    color: #e0e0e0;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.95rem;
    box-sizing: border-box;
    transition: border-color 0.2s;
  }

  .theme-input.svelte-ro2xgs:focus {
    outline: none;
    border-color: #ffffff;
  }

  .clear-search.svelte-ro2xgs {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 1rem;
  }

  .clear-search.svelte-ro2xgs:hover {
    color: #fff;
  }

  .notes-grid.svelte-ro2xgs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
  }

  .note-card.svelte-ro2xgs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background: #000000;
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .note-card.svelte-ro2xgs:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
  }

  .card-meta.svelte-ro2xgs {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .card-title.svelte-ro2xgs {
    margin: 0 0 0.75rem 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .card-title.svelte-ro2xgs a:where(.svelte-ro2xgs) {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.15s;
  }

  .card-title.svelte-ro2xgs a:where(.svelte-ro2xgs):hover {
    text-decoration: underline;
  }

  .card-summary.svelte-ro2xgs {
    font-size: 0.95rem;
    color: #bbb;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
  }

  .card-footer.svelte-ro2xgs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #1a1a1a;
  }

  .read-more.svelte-ro2xgs {
    font-size: 0.85rem;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }

  .empty-panel.svelte-ro2xgs {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1.5rem;
  }

  .empty-text.svelte-ro2xgs {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .theme-button.svelte-ro2xgs {
    background: #e0e0e0;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    cursor: pointer;
  }

  .theme-button.svelte-ro2xgs:hover {
    opacity: 0.85;
  }


  .note-detail-container.svelte-j9dwcy {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    animation: svelte-j9dwcy-fade 0.3s ease-in-out;
  }

  @keyframes svelte-j9dwcy-fade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .panel.svelte-j9dwcy {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: clamp(16px, 2vw, 32px);
    padding: clamp(1.5rem, 4vw, 3.5rem);
  }

  .header-nav.svelte-j9dwcy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }

  .meta-row.svelte-j9dwcy {
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .title.svelte-j9dwcy {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.25;
  }



  .divider.svelte-j9dwcy {
    border: 0;
    height: 1px;
    background: #222;
    margin: 1.5rem 0 2rem 0;
  }

  .article-body.svelte-j9dwcy {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.8;
    color: #d8d8d8;
  }

  .article-body.svelte-j9dwcy p {
    margin-bottom: 1.4rem;
  }

  .article-body.svelte-j9dwcy h2, .article-body.svelte-j9dwcy h3 {
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
  }

  .article-body.svelte-j9dwcy ul, .article-body.svelte-j9dwcy ol {
    padding-left: 1.5rem;
    margin-bottom: 1.4rem;
  }

  .article-body.svelte-j9dwcy li {
    margin-bottom: 0.4rem;
  }

  .article-body.svelte-j9dwcy code {
    background: #18181b;
    color: #e4e4e7;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.9em;
    border: 1px solid #27272a;
  }

  .article-body.svelte-j9dwcy pre {
    background: #09090b;
    border: 1px solid #27272a;
    padding: 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
  }

  .article-body.svelte-j9dwcy pre code {
    background: transparent;
    padding: 0;
    color: #f4f4f5;
    border: none;
  }

  .article-body.svelte-j9dwcy blockquote {
    border-left: 3px solid #ffffff;
    margin: 1.5rem 0;
    padding: 0.6rem 1rem;
    color: #a1a1aa;
    font-style: italic;
    background: #09090b;
    border-radius: 0 8px 8px 0;
  }

  .nav-footer.svelte-j9dwcy {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .nav-note-btn.svelte-j9dwcy {
    background: #050505;
    border: 1px solid #27272a;
    border-radius: 12px;
    padding: 1rem;
    color: #e0e0e0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: all 0.2s ease;
    max-width: 45%;
    flex: 1;
  }

  .nav-note-btn.next.svelte-j9dwcy {
    text-align: right;
    align-items: flex-end;
  }

  .nav-note-btn.svelte-j9dwcy:hover {
    border-color: #ffffff;
    background: #111111;
  }

  .nav-label.svelte-j9dwcy {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
  }

  .nav-title.svelte-j9dwcy {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }


  body {
    margin: 0;
    padding: clamp(1rem, 3vw, 3rem);
    color: #e0e0e0;
    font-family: "Cause", "Segoe UI", Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    box-sizing: border-box;
  }

  .app-wrapper.svelte-1n46o8q {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    gap: 1.5rem;
  }

  /* -- TOP NAVBAR -- */
  .top-navbar.svelte-1n46o8q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: clamp(16px, 2vw, 32px);
    padding: 0.8rem 1.5rem;
    box-sizing: border-box;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .nav-brand.svelte-1n46o8q {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: inherit;
    padding: 0;
    margin: 0 !important;
    transition: opacity 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .nav-brand.svelte-1n46o8q:hover {
    opacity: 0.8;
  }

  .nav-links.svelte-1n46o8q {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
  }

  .nav-item.svelte-1n46o8q {
    background: transparent;
    border: 1px solid transparent;
    color: #888;
    padding: 0.4rem 1rem;
    margin: 0 !important;
    border-radius: 20px;
    font-size: 0.95rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 0.4rem;
  }

  .nav-item.svelte-1n46o8q:hover {
    color: #ffffff;
    border-color: #444;
  }

  .nav-item.active.svelte-1n46o8q {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
    font-weight: 600;
  }

  .nav-badge.svelte-1n46o8q {
    font-size: 0.75rem;
    background: #222;
    color: #fff;
    padding: 0.15rem 0.45rem;
    border-radius: 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  .nav-item.active.svelte-1n46o8q .nav-badge:where(.svelte-1n46o8q) {
    background: #000;
    color: #fff;
  }

  main.svelte-1n46o8q {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 2.5fr);
    gap: clamp(1rem, 2vw, 2rem);
    width: 100%;
  }

  @media (max-width: 768px) {
    main.svelte-1n46o8q { grid-template-columns: 1fr; }
  }

  .panel.svelte-1n46o8q {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: clamp(16px, 2vw, 32px);
    padding: clamp(1.5rem, 3vw, 3rem);
  }

  /* -- LATEST NOTES SECTION -- */
  .notes-section.svelte-1n46o8q {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .section-header.svelte-1n46o8q {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section-header.svelte-1n46o8q h2:where(.svelte-1n46o8q) {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 600;
  }

  .view-all-btn.svelte-1n46o8q {
    background: transparent;
    border: 1px solid #333;
    color: #e0e0e0;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .view-all-btn.svelte-1n46o8q:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: #111;
  }

  .latest-notes-grid.svelte-1n46o8q {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
  }

  .latest-note-card.svelte-1n46o8q {
    background: #050505;
    border: 1px solid #222;
    border-radius: clamp(12px, 1.5vw, 20px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .latest-note-card.svelte-1n46o8q:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
  }

  .card-meta.svelte-1n46o8q {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .card-title.svelte-1n46o8q {
    margin: 0 0 0.5rem 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.35;
  }

  .card-summary.svelte-1n46o8q {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.5;
    margin: 0 0 1.25rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .card-footer.svelte-1n46o8q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #1a1a1a;
  }



  .read-link.svelte-1n46o8q {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
  }

  .left.svelte-1n46o8q {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .avatar.svelte-1n46o8q {
    width: clamp(80px, 15vw, 120px);
    height: clamp(80px, 15vw, 120px);
	transform: scaleX(-1);
  }

  .interest-list.svelte-1n46o8q{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    margin-top: 0.5rem;
  }

  h1.svelte-1n46o8q {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin: 0 0 0.25rem 0;
    font-weight: 600;
  }

  .pronouns.svelte-1n46o8q {
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
  }

  .bio.svelte-1n46o8q {
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    line-height: 1.6;
    color: #bbb;
    margin-bottom: 2rem;
  }

  .links.svelte-1n46o8q {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 1rem;
  }

  .links.svelte-1n46o8q a:where(.svelte-1n46o8q) {
    color: #e0e0e0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s, transform 0.2s ease;
  }

  .links.svelte-1n46o8q a:where(.svelte-1n46o8q):hover {
    opacity: 0.7;
    transform: scale(1.1);
  }

  .right.svelte-1n46o8q {
    display: flex;
    flex-direction: column;
  }

  .tab-header.svelte-1n46o8q {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
  }

  .slide-switch.svelte-1n46o8q {
    position: relative;
    width: 48px;
    height: 24px;
    background: #0d0d0d;
    border: 1px solid #333333;
    border-radius: 24px;
    padding: 2px;
    margin: 0 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    outline: none;
  }

  .slide-switch.svelte-1n46o8q:hover {
    border-color: #666666;
  }

  .slide-switch.active.svelte-1n46o8q {
    background: #1a1a1a;
    border-color: #ffffff;
  }

  .slide-knob.svelte-1n46o8q {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  .slide-switch.active.svelte-1n46o8q .slide-knob:where(.svelte-1n46o8q) {
    transform: translateX(22px);
  }

  .content.svelte-1n46o8q {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    line-height: 1.7;
    color: #ccc;
    animation: svelte-1n46o8q-slideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  @keyframes svelte-1n46o8q-slideIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
  }

  p.svelte-1n46o8q { margin-top: 0; }
  ul.svelte-1n46o8q { padding-left: 1.5rem; }


  /* -- CHAT SECTION -- */
.chat-section.svelte-1n46o8q {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.chat-section.svelte-1n46o8q h2:where(.svelte-1n46o8q) {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
}

.chat-container.svelte-1n46o8q {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.chat-messages.svelte-1n46o8q {
  height: clamp(250px, 40vh, 400px); /* Responsive vertical constraint */
  background: #121212;
  border-radius: clamp(8px, 1vw, 12px);
  padding: 1rem;
  overflow-y: auto;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Minimal Custom Scrollbar for the chat */
.chat-messages.svelte-1n46o8q::-webkit-scrollbar {
  width: 6px;
}
.chat-messages.svelte-1n46o8q::-webkit-scrollbar-track {
  background: transparent;
}
.chat-messages.svelte-1n46o8q::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}
.chat-messages.svelte-1n46o8q::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.message.svelte-1n46o8q {
  line-height: 1.5;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  word-wrap: break-word;
}

.user.svelte-1n46o8q {
  color: #fff;
  font-weight: 600;
}

.empty.svelte-1n46o8q {
  color: #666;
  font-style: italic;
  text-align: center;
  margin: auto;
}

.chat-inputs.svelte-1n46o8q {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap; /* Prevents input crushing on mobile */
}

.theme-input.svelte-1n46o8q, .theme-button.svelte-1n46o8q {
  background: #121212;
  border: 1px solid #333;
  color: #e0e0e0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-family: inherit;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  transition: border-color 0.2s, opacity 0.2s;
}

.theme-input.svelte-1n46o8q:focus {
  outline: none;
  border-color: #e0e0e0; /* High contrast focus state */
}

.name-input.svelte-1n46o8q {
  flex: 1;
  min-width: 100px;
}

.msg-input.svelte-1n46o8q {
  flex: 3;
  min-width: 200px;
}

.theme-button.svelte-1n46o8q {
  background: #e0e0e0;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.theme-button.svelte-1n46o8q:hover {
  opacity: 0.8;
}

