.chat.svelte-u02rs7{background:var(--color-bg-tertiary, #22323f);border:1px solid var(--color-border-primary, rgba(255, 255, 255, .07));border-radius:var(--radius-lg, 14px);padding:12px 14px;box-shadow:var(--shadow-md, 0 6px 22px rgba(0, 0, 0, .22));color:var(--color-text-primary, #edf3f8);display:flex;flex-direction:column;min-height:480px;height:100%}.chat-head.svelte-u02rs7{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.chat-title.svelte-u02rs7{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem}.chat-presence.svelte-u02rs7{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:var(--color-text-secondary, #9aa4b2);white-space:nowrap}.chat-presence.svelte-u02rs7 b:where(.svelte-u02rs7){color:var(--color-text-primary, #e8ecf2);font-weight:600}.chat-presence.svelte-u02rs7 .dot:where(.svelte-u02rs7){opacity:.5}.chat-list.svelte-u02rs7{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:3px;padding-right:4px;min-height:0}.chat-empty.svelte-u02rs7{color:var(--color-text-secondary, #9aa4b2);font-size:.85rem;margin:auto;text-align:center}.msg.svelte-u02rs7{border-radius:6px;padding:2px 7px;background:var(--color-bg-hover, rgba(255, 255, 255, .04));display:flex;align-items:center;justify-content:space-between;gap:6px}.msg-body.svelte-u02rs7{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.msg.svelte-u02rs7:first-child{margin-top:auto}.msg.me.svelte-u02rs7{background:color-mix(in srgb,var(--color-accent-primary, #2196f3) 12%,transparent)}.msg-line.svelte-u02rs7{max-width:100%;min-width:0;font-size:.78rem;line-height:1.3;overflow-wrap:anywhere}.msg-sep.svelte-u02rs7{margin-right:5px;color:var(--color-text-secondary, #9aa4b2)}.msg-gone.svelte-u02rs7{color:var(--color-text-secondary, #9aa4b2);font-style:italic}.msg-caption.svelte-u02rs7{width:min(280px,100%);margin-top:3px;font-size:.78rem;line-height:1.3;overflow-wrap:anywhere}.msg-meta.svelte-u02rs7{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;line-height:1.35;color:var(--color-text-secondary, #9aa4b2)}.msg-time.svelte-u02rs7{font-size:.62rem;white-space:nowrap;opacity:.8}.msg-del.svelte-u02rs7{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--color-text-secondary, #9aa4b2);cursor:pointer;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.msg.svelte-u02rs7:hover .msg-del:where(.svelte-u02rs7),.msg-del.svelte-u02rs7:focus-visible{opacity:1}.msg-del.svelte-u02rs7:hover{color:var(--color-error, #ef4444);background:color-mix(in srgb,var(--color-error, #ef4444) 14%,transparent)}.msg-del.svelte-u02rs7:disabled{cursor:default;opacity:.4}@media(hover:none){.msg-del.svelte-u02rs7{opacity:.55}}.msg-cpm.svelte-u02rs7{display:inline-flex;align-items:center;font-size:.55rem;white-space:nowrap;opacity:.75}.chat-input.svelte-u02rs7{margin-top:8px}.input-row.svelte-u02rs7{display:flex;gap:8px}.input-row.svelte-u02rs7 input:where(.svelte-u02rs7){flex:1;min-width:0;background:var(--color-bg-input, rgba(255, 255, 255, .05));border:1px solid var(--color-border, rgba(255, 255, 255, .12));border-radius:7px;color:inherit;font:inherit;font-size:.88rem;padding:7px 11px}.input-row.svelte-u02rs7 input:where(.svelte-u02rs7):focus{outline:none;border-color:var(--color-accent-primary, #2196f3)}.input-row.svelte-u02rs7 button:where(.svelte-u02rs7){display:inline-flex;align-items:center;justify-content:center;width:38px;border:none;border-radius:7px;background:var(--color-accent-primary, #2196f3);color:#fff;cursor:pointer}.input-row.svelte-u02rs7 button:where(.svelte-u02rs7):disabled{opacity:.45;cursor:default}.input-meta.svelte-u02rs7{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:5px;min-height:1.1em;font-size:.74rem;color:var(--color-text-secondary, #9aa4b2)}.input-cpm.svelte-u02rs7{color:var(--color-accent-primary, #2196f3)}.input-cpm.paste.svelte-u02rs7{color:var(--color-text-secondary, #9aa4b2);display:inline-flex;align-items:center;gap:4px}.input-error.svelte-u02rs7{color:var(--color-error, #ef5350)}.input-count.svelte-u02rs7{margin-left:auto}.msg-img.svelte-u02rs7{display:block;margin:4px 0 2px;padding:0;border:1px solid var(--color-border-primary, rgba(255, 255, 255, .1));border-radius:10px;overflow:hidden;background:#0003;cursor:zoom-in;width:min(280px,100%);max-height:320px}.msg-img.svelte-u02rs7 img:where(.svelte-u02rs7){display:block;width:100%;height:100%;object-fit:cover}.msg-img.svelte-u02rs7:hover{border-color:var(--color-accent-primary, #2196f3)}.attach.svelte-u02rs7{display:flex;align-items:center;gap:9px;padding:6px 8px;margin-bottom:6px;border:1px solid var(--color-border-primary, rgba(255, 255, 255, .1));border-radius:9px;background:#0000002e}.attach-thumb.svelte-u02rs7{width:40px;height:40px;object-fit:cover;border-radius:6px;flex:none}.attach-info.svelte-u02rs7{font-size:.74rem;color:var(--color-text-secondary, #9aa4b2);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-drop.svelte-u02rs7{margin-left:auto;flex:none;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1px solid var(--color-border-primary, rgba(255, 255, 255, .12));background:#ffffff0f;color:var(--color-text-secondary, #9aa4b2);cursor:pointer}.attach-drop.svelte-u02rs7:hover{color:var(--color-error, #ef5350)}.attach-btn.svelte-u02rs7{flex:none;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;border:1px solid var(--color-border-primary, rgba(255, 255, 255, .12));background:#ffffff0d;color:var(--color-text-secondary, #9aa4b2);cursor:pointer}.attach-btn.svelte-u02rs7:hover:not(:disabled){color:var(--color-accent-primary, #2196f3);border-color:var(--color-accent-primary, #2196f3)}.attach-btn.svelte-u02rs7:disabled{opacity:.45;cursor:default}.chat-locked.svelte-u02rs7{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:8px;padding:10px 12px;border:1px dashed var(--color-border-primary, rgba(255, 255, 255, .16));border-radius:10px;background:#00000029;font-size:.82rem;color:var(--color-text-secondary, #9aa4b2)}.chat-locked.svelte-u02rs7 svg{color:#f5c451;flex:none}.chat-locked.svelte-u02rs7 b:where(.svelte-u02rs7){color:var(--color-text-primary, #edf3f8)}.chat-locked-cta.svelte-u02rs7{margin-left:auto;font-weight:700;text-decoration:none;color:#fff;background:var(--color-accent-primary, #2196f3);padding:4px 12px;border-radius:8px;white-space:nowrap}.chat-locked-cta.svelte-u02rs7:hover{filter:brightness(1.08)}.chat.svelte-u02rs7{position:relative}.chat.dragover.svelte-u02rs7{outline:2px dashed var(--color-accent-primary, #2196f3);outline-offset:-4px}.drop-hint.svelte-u02rs7{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg, 14px);background:#141e28b8;color:#fff;font-weight:700;pointer-events:none}.lightbox.svelte-u02rs7{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000d1;cursor:zoom-out;border:none}.lightbox.svelte-u02rs7 img:where(.svelte-u02rs7){max-width:100%;max-height:100%;border-radius:10px;box-shadow:0 10px 40px #00000080}.chat-page.svelte-17zoqu8{max-width:1200px;margin:0 auto;padding:14px 14px 24px}.columns.svelte-17zoqu8{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:100%;gap:12px;height:calc(100vh - 253px);min-height:560px}.left.svelte-17zoqu8{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0}.left.svelte-17zoqu8>.feed{flex:1 1 0;min-height:240px}.left.svelte-17zoqu8>.feed .feed-rows{max-height:none;flex:1;min-height:0}.right.svelte-17zoqu8{min-width:0;display:flex;flex-direction:column}.locked.svelte-17zoqu8{max-width:520px;margin:48px auto;text-align:center;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:10px;background:var(--color-bg-tertiary, #22323f);border:1px solid var(--color-border-primary, rgba(255, 255, 255, .07));border-radius:var(--radius-lg, 14px);box-shadow:var(--shadow-md, 0 6px 22px rgba(0, 0, 0, .22))}.locked.svelte-17zoqu8 h1:where(.svelte-17zoqu8){font-size:1.25rem;margin:0}.locked.svelte-17zoqu8 p:where(.svelte-17zoqu8){margin:0;color:var(--color-text-secondary, #9aa4b2);font-size:.9rem;line-height:1.5}.locked-cta.svelte-17zoqu8{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:6px}.locked-login.svelte-17zoqu8{width:100%;max-width:320px;margin-top:4px}.locked-or.svelte-17zoqu8{font-size:.78rem;color:var(--color-text-muted, #6f8699);margin-bottom:8px}.btn.svelte-17zoqu8{font-size:.86rem;font-weight:700;text-decoration:none;padding:8px 18px;border-radius:9px;border:1px solid var(--color-border-primary, rgba(255, 255, 255, .14));color:var(--color-text-primary, #edf3f8);background:#ffffff0f}.btn.svelte-17zoqu8:hover{background:#ffffff1a}.btn.primary.svelte-17zoqu8{background:var(--color-accent-primary, #2196f3);color:#fff;border-color:transparent}.btn.primary.svelte-17zoqu8:hover{filter:brightness(1.08)}@media(max-width:900px){.columns.svelte-17zoqu8{grid-template-columns:1fr;grid-template-rows:none;height:auto;min-height:0}.right.svelte-17zoqu8{order:-1}.left.svelte-17zoqu8>.feed{flex:none;min-height:0}.left.svelte-17zoqu8>.feed .feed-rows{max-height:300px}}
