.my-chat.svelte-a6ws64{width:100%;position:relative;display:flex;flex-direction:column;flex:1;min-height:0}.toast.svelte-a6ws64{position:fixed;bottom:1rem;left:1rem;right:1rem;margin:0 auto;max-width:20rem;padding:.5rem 1rem;background:var(--bg-elevated);border:1px solid var(--accent-dim);border-radius:var(--radius-sm);font-size:.85rem;color:var(--accent);z-index:1000;box-shadow:0 4px 12px #0000004d;animation:svelte-a6ws64-toast-in .2s ease;text-align:center}@media (min-width: 480px){.toast.svelte-a6ws64{bottom:1.5rem}}@keyframes svelte-a6ws64-toast-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.copy-address-btn.svelte-a6ws64{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;color:inherit;transition:color .15s ease}.copy-address-btn.svelte-a6ws64:hover{color:var(--accent)}.header-section.svelte-a6ws64{margin-bottom:1rem;flex-shrink:0}.logged-in.svelte-a6ws64{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.current-address.svelte-a6ws64{font-family:var(--font-mono);font-size:.9rem;color:var(--text-muted);word-break:break-all}.logout-btn.svelte-a6ws64{flex-shrink:0;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:50%;background:#c44;color:#fff;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.logout-btn.svelte-a6ws64:hover{background:#e55}.loading-state.svelte-a6ws64{padding:2rem;text-align:center;color:var(--text-muted)}.subtitle.svelte-a6ws64{color:var(--text-muted);font-size:.95rem;margin:0 0 1rem}.form.svelte-a6ws64{display:flex;gap:.5rem;flex-wrap:wrap}.input.svelte-a6ws64{flex:1;min-width:0;width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text);font-family:var(--font-mono);font-size:.9rem}.input.svelte-a6ws64::placeholder{color:var(--text-muted)}.input.svelte-a6ws64:focus{outline:none;border-color:var(--accent)}.btn.svelte-a6ws64{padding:.6rem 1rem;border:none;border-radius:var(--radius-sm);background:var(--accent);color:var(--bg-base);font-weight:600}.btn.svelte-a6ws64:hover:not(:disabled){filter:brightness(1.1)}.btn.svelte-a6ws64:disabled{opacity:.7;cursor:not-allowed}.error.svelte-a6ws64{color:#e88;font-size:.9rem;margin-top:.5rem}.chat-layout.svelte-a6ws64{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;max-height:calc(100vh - 14rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);overflow:hidden}@media (min-width: 640px){.chat-layout.svelte-a6ws64{display:grid;grid-template-columns:240px 1fr;grid-template-rows:1fr;min-height:320px;max-height:calc(100vh - 14rem)}}@media (max-width: 639px){.chat-layout.svelte-a6ws64 .conversation-list:where(.svelte-a6ws64){display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.chat-layout.mobile-thread-open.svelte-a6ws64 .conversation-list:where(.svelte-a6ws64){display:none}.chat-layout.svelte-a6ws64 .thread:where(.svelte-a6ws64){display:none;flex-direction:column;min-height:0;flex:1;overflow:hidden}.chat-layout.mobile-thread-open.svelte-a6ws64 .thread:where(.svelte-a6ws64){display:flex}}.conversation-list.svelte-a6ws64{border-bottom:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}@media (min-width: 640px){.conversation-list.svelte-a6ws64{border-bottom:none;border-right:1px solid var(--border);min-height:0;overflow:hidden}.chat-layout.svelte-a6ws64 .thread:where(.svelte-a6ws64){min-height:0}}.list-title.svelte-a6ws64{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0;padding:0 1rem;height:3.25rem;display:flex;align-items:center;border-bottom:1px solid var(--border);flex-shrink:0;box-sizing:border-box}.conversations.svelte-a6ws64{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto;flex:1;min-height:0}.conv-item.svelte-a6ws64{width:100%;padding:.6rem .75rem;min-height:44px;border:none;background:transparent;color:var(--text);text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:0;transition:background .1s ease}.conv-item.svelte-a6ws64:hover{background:var(--bg-hover)}.conv-item.active.svelte-a6ws64{background:var(--private-blur);color:var(--accent)}.conv-peer.svelte-a6ws64{display:block;font-family:var(--font-mono);font-weight:500;font-size:.9rem}.conv-meta.svelte-a6ws64{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.thread.svelte-a6ws64{display:flex;flex-direction:column;overflow:hidden;min-height:0;max-height:100%}.thread-header.svelte-a6ws64{display:flex;align-items:center;gap:.5rem;padding:0 1rem;height:3.25rem;box-sizing:border-box;border-bottom:1px solid var(--border);flex-shrink:0}.back-btn.svelte-a6ws64{display:none;flex-shrink:0;width:2rem;height:2rem;align-items:center;justify-content:center;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:1.125rem;cursor:pointer;transition:color .15s ease,background .15s ease}.back-btn.svelte-a6ws64:hover{color:var(--accent);background:var(--bg-hover)}@media (max-width: 639px){.back-btn.svelte-a6ws64{display:flex}}.thread-peer.svelte-a6ws64{font-size:1rem;font-weight:600;margin:0;text-align:left;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages.svelte-a6ws64{list-style:none;margin:0;padding:.75rem;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem;overscroll-behavior:contain}@media (min-width: 640px){.messages.svelte-a6ws64{padding:1rem}}.msg-row.svelte-a6ws64{display:flex;justify-content:flex-start}.msg-row.out.svelte-a6ws64{justify-content:flex-end}.bubble.svelte-a6ws64{max-width:92%;padding:.55rem .75rem;border-radius:14px 14px 14px 4px;background:var(--bg-elevated);border:1px solid var(--border)}@media (min-width: 640px){.bubble.svelte-a6ws64{max-width:75%;padding:.6rem .9rem}}.msg-row.out.svelte-a6ws64 .bubble:where(.svelte-a6ws64){border-bottom-left-radius:14px;border-bottom-right-radius:4px;background:var(--private-blur);border-color:var(--accent-dim)}.bubble.private.svelte-a6ws64 .msg-content:where(.svelte-a6ws64):not(.blurred){color:var(--text-muted)}.msg-content.svelte-a6ws64{margin:0 0 .25rem;font-size:.95rem;word-break:break-word;white-space:pre-wrap}.msg-content.blurred.svelte-a6ws64{filter:blur(5px);-webkit-user-select:none;user-select:none;font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted)}.encrypted-label.svelte-a6ws64{font-size:.7rem;color:var(--accent-dim);text-transform:uppercase;letter-spacing:.05em}.decrypt-btn.svelte-a6ws64{margin-top:.35rem;padding:.25rem .5rem;font-size:.8rem;border:1px solid var(--accent-dim);border-radius:var(--radius-sm);background:var(--private-blur);color:var(--accent);cursor:pointer}.decrypt-btn.svelte-a6ws64:hover{filter:brightness(1.1)}.bubble-line.svelte-a6ws64{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem}.bubble-line.svelte-a6ws64 .msg-content:where(.svelte-a6ws64),.bubble-line.svelte-a6ws64 .encrypted:where(.svelte-a6ws64){flex:1;min-width:0}.bubble-right.svelte-a6ws64{flex-shrink:0;display:flex;align-items:center;gap:.5rem}.msg-value.svelte-a6ws64{font-size:.75rem;color:var(--accent);font-weight:500}.msg-time.svelte-a6ws64{font-size:.7rem;color:var(--text-muted)}.no-thread.svelte-a6ws64,.empty.svelte-a6ws64{color:var(--text-muted);padding:2rem;text-align:center}
