.chats-container.svelte-1shk419{max-width:900px;margin:0 auto;padding:var(--spacing-2xl) var(--spacing-md)}.header.svelte-1shk419{text-align:center;margin-bottom:var(--spacing-2xl)}.header.svelte-1shk419 h1:where(.svelte-1shk419){font-size:2.5rem;margin-bottom:var(--spacing-sm);color:var(--color-text-primary)}.subtitle.svelte-1shk419{color:var(--color-text-secondary);font-size:1.125rem}.info-banner.svelte-1shk419{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid var(--color-primary-light);border-radius:var(--radius-lg);padding:var(--spacing-md);margin-bottom:var(--spacing-xl);text-align:center}.info-banner.svelte-1shk419 p:where(.svelte-1shk419){margin:0;color:var(--color-text-primary)}.migrating-banner.svelte-1shk419{background:linear-gradient(135deg,#22c55e1a,#10b9811a);border:1px solid #22c55e;border-radius:var(--radius-lg);padding:var(--spacing-md);margin-bottom:var(--spacing-xl);text-align:center;animation:svelte-1shk419-pulse 1.5s ease-in-out infinite}.migrating-banner.svelte-1shk419 p:where(.svelte-1shk419){margin:0;color:var(--color-text-primary);font-weight:600}@keyframes svelte-1shk419-pulse{0%,to{opacity:1}50%{opacity:.7}}.loading-state.svelte-1shk419{text-align:center;padding:var(--spacing-2xl);color:var(--color-text-secondary)}.empty-state.svelte-1shk419{text-align:center;padding:var(--spacing-2xl) var(--spacing-md);background:var(--color-surface);border-radius:var(--radius-xl);margin-top:var(--spacing-2xl)}.empty-icon.svelte-1shk419{font-size:4rem;margin-bottom:var(--spacing-md)}.empty-state.svelte-1shk419 h2:where(.svelte-1shk419){color:var(--color-text-primary);margin-bottom:var(--spacing-sm)}.empty-state.svelte-1shk419 p:where(.svelte-1shk419){color:var(--color-text-secondary);margin-bottom:var(--spacing-xl)}.btn-primary.svelte-1shk419{padding:.875rem var(--spacing-xl);background:var(--color-primary);color:#000;border:none;border-radius:var(--radius-md);font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--transition-base)}.btn-primary.svelte-1shk419:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #f7971d4d}.chats-list.svelte-1shk419{display:flex;flex-direction:column;gap:var(--spacing-md)}.chat-card.svelte-1shk419{display:flex;gap:var(--spacing-md);padding:var(--spacing-lg);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.chat-card.svelte-1shk419:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.chat-card.svelte-1shk419:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #f7971d1a}.chat-avatar.svelte-1shk419{flex-shrink:0}.chat-avatar.svelte-1shk419 img:where(.svelte-1shk419){width:60px;height:60px;border-radius:var(--radius-lg);object-fit:cover;border:2px solid var(--color-border)}.avatar-placeholder.svelte-1shk419{width:60px;height:60px;border-radius:var(--radius-lg);background:var(--color-surface);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:var(--color-text-secondary)}.chat-info.svelte-1shk419{flex:1;min-width:0}.chat-header-row.svelte-1shk419{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xs)}.chat-info.svelte-1shk419 h3:where(.svelte-1shk419){margin:0;font-size:1.125rem;color:var(--color-text-primary)}.chat-date.svelte-1shk419{font-size:.875rem;color:var(--color-text-tertiary);flex-shrink:0;margin-left:var(--spacing-sm)}.chat-actions.svelte-1shk419{display:flex;align-items:center;gap:var(--spacing-sm)}.delete-btn.svelte-1shk419{background:none;border:none;padding:var(--spacing-xs);cursor:pointer;color:var(--color-text-tertiary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition-base)}.delete-btn.svelte-1shk419:hover{background:#ef44441a;color:#ef4444}.delete-btn.svelte-1shk419:active{transform:scale(.95)}.persona-nick.svelte-1shk419{display:block;font-size:.875rem;color:var(--color-primary);font-weight:600;margin-bottom:var(--spacing-sm)}.last-message.svelte-1shk419{color:var(--color-text-secondary);font-size:.9375rem;margin:var(--spacing-sm) 0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.last-message.svelte-1shk419 strong:where(.svelte-1shk419){color:var(--color-text-primary)}.no-messages.svelte-1shk419{color:var(--color-text-tertiary);font-style:italic;font-size:.875rem;margin:var(--spacing-sm) 0}.chat-meta.svelte-1shk419{display:flex;align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-sm)}.message-count.svelte-1shk419{font-size:.8125rem;color:var(--color-text-tertiary)}.status-badge.svelte-1shk419{padding:.25rem var(--spacing-sm);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.anonymous.svelte-1shk419{background:var(--color-text-tertiary);color:#fff}.status-badge.pending.svelte-1shk419{background:var(--color-warning);color:#fff}.status-badge.error.svelte-1shk419{background:var(--color-error);color:#fff}.status-badge.online.svelte-1shk419{background:var(--color-success);color:#fff}.status-badge.offline.svelte-1shk419{background:var(--color-text-tertiary);color:#fff;opacity:.6}@media(max-width:768px){.header.svelte-1shk419 h1:where(.svelte-1shk419){font-size:2rem}.chat-card.svelte-1shk419{padding:var(--spacing-md)}.chat-avatar.svelte-1shk419 img:where(.svelte-1shk419),.avatar-placeholder.svelte-1shk419{width:50px;height:50px}.chat-header-row.svelte-1shk419{flex-direction:column;align-items:flex-start;gap:var(--spacing-xs)}.chat-date.svelte-1shk419{margin-left:0}}
