:root{--primary:#1e3a8a;--secondary:#2563eb;--accent-light:#60a5fa;--light-bg:#eff6ff;--surface:#fff;--border:#2563eb2e;--text:#5b6b8c;--text-h:var(--primary);--bg:var(--light-bg);--accent:var(--secondary);--accent-text:#fff;--online:#16a34a;--offline:#9ca3af;--danger:#ef4444;--shadow:0 1px 3px #1e3a8a1a, 0 8px 28px #1e3a8a1a;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/1.45 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--primary:#bfdbfe;--secondary:#60a5fa;--accent-light:#93c5fd;--light-bg:#18233d;--surface:#101828;--border:#60a5fa38;--text:#93a3c2;--text-h:var(--primary);--bg:#0b1220;--accent:var(--secondary);--accent-text:#0b1220;--shadow:0 1px 3px #0000004d, 0 8px 28px #00000059}}*{box-sizing:border-box}html,body{height:100%}#app{justify-content:center;align-items:center;width:100%;height:100%;display:flex}body{color:var(--text-h);background:linear-gradient(150deg, var(--light-bg) 0%, var(--bg) 60%, var(--light-bg) 100%);justify-content:center;align-items:center;margin:0;padding:12px;display:flex;position:relative}body:before{content:"";opacity:.1;z-index:-1;background-image:url(/bg.jpg);background-position:50%;background-size:cover;position:fixed;inset:0}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:10px}button:focus-visible,input:focus-visible{outline:2px solid var(--secondary);outline-offset:1px}input[type=text]{font:inherit;color:var(--text-h);background:var(--light-bg);border:1.5px solid var(--border);border-radius:10px;padding:10px 12px;transition:border-color .15s,background .15s}input[type=text]:focus{background:var(--surface);border-color:var(--secondary)}input[type=text]::placeholder{color:var(--accent-light);opacity:1}h1,h2,h3{color:inherit;margin:0}p{margin:0}.onboarding.svelte-1nti7tk{scrollbar-width:none;-ms-overflow-style:none;text-align:center;flex-direction:column;flex:1;justify-content:center;gap:14px;min-height:0;padding:32px;display:flex;overflow-y:auto}.onboarding.svelte-1nti7tk::-webkit-scrollbar{width:0;height:0;display:none}h1.svelte-1nti7tk{font-size:24px}.hint.svelte-1nti7tk{color:var(--text);font-size:14px;line-height:1.5}input.svelte-1nti7tk{text-align:center;padding:13px;font-size:16px}button.primary.svelte-1nti7tk{background:linear-gradient(135deg, var(--secondary), var(--primary));color:#fff;border-radius:12px;padding:13px;font-weight:600}button.primary.svelte-1nti7tk:disabled{opacity:.5;cursor:default}.scanner.svelte-1i0kjfl{background:#000;flex-direction:column;flex:1;display:flex}header.svelte-1i0kjfl{color:#fff;align-items:center;gap:12px;padding:12px 16px;display:flex}header.svelte-1i0kjfl button:where(.svelte-1i0kjfl){background:#ffffff26;border-radius:22%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}video.svelte-1i0kjfl{object-fit:cover;flex:1;width:100%}.error.svelte-1i0kjfl{color:#f87171;padding:16px}.backdrop.svelte-m2e1w1{z-index:10;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.sheet.svelte-m2e1w1{background:var(--surface);width:100%;max-width:300px;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;gap:4px;padding:16px;display:flex}.title.svelte-m2e1w1{text-align:center;color:var(--text);padding:4px 0 10px;font-size:13px}button.svelte-m2e1w1{width:100%;color:var(--text-h);text-align:left;border-radius:12px;align-items:center;gap:14px;padding:13px 10px;font-size:15px;display:flex}button.svelte-m2e1w1:hover{background:var(--bg)}.icon.svelte-m2e1w1{width:24px;color:var(--secondary);justify-content:center;align-items:center;display:flex}.backdrop.svelte-axrg3{z-index:10;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.card.svelte-axrg3{background:var(--surface);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:28px;display:flex}.own-name.svelte-axrg3{color:var(--text-h);font-size:17px}.avatar.svelte-1g7j432{-webkit-user-select:none;user-select:none;border-radius:22%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.pulse.svelte-1g7j432{animation:.9s ease-in-out infinite alternate svelte-1g7j432-avatar-pulse}.grayscale.svelte-1g7j432{filter:grayscale()}@keyframes svelte-1g7j432-avatar-pulse{0%{opacity:.35}to{opacity:1}}.avatar-img.svelte-xd9h8h{object-fit:cover;border-radius:22%;flex-shrink:0}.avatar-img.grayscale.svelte-xd9h8h{filter:grayscale()}.pulse.svelte-xd9h8h{animation:.9s ease-in-out infinite alternate svelte-xd9h8h-avatar-pulse}@keyframes svelte-xd9h8h-avatar-pulse{0%{opacity:.35}to{opacity:1}}.page.svelte-246hdt{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.page.drag-over.svelte-246hdt{outline:3px dashed var(--accent);outline-offset:-3px}.drop-hint.svelte-246hdt{color:var(--accent);pointer-events:none;background:#7c3aed14;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.hidden-file-input.svelte-246hdt{display:none}header.svelte-246hdt{box-sizing:border-box;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;min-height:68px;padding:12px 16px;display:flex;position:relative}header.svelte-246hdt h1:where(.svelte-246hdt){letter-spacing:1px;font-size:18px;font-weight:800}.signaling-dot.svelte-246hdt{background:#fff6;border-radius:50%;flex-shrink:0;width:9px;height:9px;position:absolute;left:16px;box-shadow:0 0 0 4px #ffffff1f}.signaling-dot.online.svelte-246hdt{background:var(--online);box-shadow:0 0 0 4px #16a34a4d}.own-avatar.svelte-246hdt{border-radius:22%;line-height:0;position:absolute;right:16px}.error.svelte-246hdt{color:var(--danger);padding:0 20px 12px;font-size:14px}.contacts.svelte-246hdt{scrollbar-width:none;-ms-overflow-style:none;flex:1;margin:0;padding:8px 8px 0;list-style:none;overflow-y:auto}.contacts.svelte-246hdt::-webkit-scrollbar{width:0;height:0;display:none}.contacts.svelte-246hdt li:where(.svelte-246hdt){align-items:center;gap:4px;display:flex}.contacts.svelte-246hdt li:where(.svelte-246hdt) button.open:where(.svelte-246hdt){text-align:left;border-radius:12px;flex:1;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.contacts.svelte-246hdt li:where(.svelte-246hdt) button.open:where(.svelte-246hdt):hover{background:var(--bg)}.contacts.svelte-246hdt li:where(.svelte-246hdt) button.delete:where(.svelte-246hdt){color:var(--danger);opacity:.6;flex-shrink:0}.contacts.svelte-246hdt li:where(.svelte-246hdt) button.delete:where(.svelte-246hdt):hover{opacity:1}.name.svelte-246hdt{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.empty.svelte-246hdt{color:var(--text);padding:16px 12px;font-size:14px}.backdrop.svelte-246hdt{z-index:10;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.confirm-card.svelte-246hdt{background:var(--surface);max-width:320px;box-shadow:var(--shadow);border-radius:20px;padding:24px}.confirm-card.svelte-246hdt h2:where(.svelte-246hdt){color:var(--text-h);margin:0 0 8px;font-size:18px}.confirm-card.svelte-246hdt p:where(.svelte-246hdt){color:var(--text);margin:0 0 18px;font-size:14px;line-height:1.5}.confirm-actions.svelte-246hdt{justify-content:flex-end;gap:10px;display:flex}.confirm-actions.svelte-246hdt button:where(.svelte-246hdt){border-radius:10px;padding:8px 14px;font-weight:600}.confirm-actions.svelte-246hdt button.danger:where(.svelte-246hdt){color:var(--danger)}footer.svelte-246hdt{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:10px 12px;display:grid}.settings-button.svelte-246hdt{background:color-mix(in srgb, var(--secondary) 10%, transparent);border:1.5px solid var(--border);width:38px;height:38px;color:var(--secondary);border-radius:22%;justify-content:center;justify-self:start;align-items:center;font-size:16px;transition:background .15s;display:flex}.settings-button.svelte-246hdt:hover{background:color-mix(in srgb, var(--secondary) 18%, transparent)}.imprint-link.svelte-246hdt{color:var(--text);opacity:.7;white-space:nowrap;justify-self:center;font-size:12px}.imprint-link.svelte-246hdt:hover{opacity:1}.fab.svelte-246hdt{background:linear-gradient(135deg, var(--secondary), var(--primary));color:#fff;border-radius:22%;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;width:38px;height:38px;font-size:20px;line-height:1;transition:transform .12s,box-shadow .12s;display:flex}.fab.svelte-246hdt:hover{transform:scale(1.05);box-shadow:0 4px 14px #2563eb66}.fab.svelte-246hdt:active{transform:scale(.94)}.camera.svelte-ye779l{background:#000;flex-direction:column;flex:1;display:flex;position:relative}header.svelte-ye779l{padding:12px 16px}header.svelte-ye779l button:where(.svelte-ye779l){color:#fff;background:#ffffff26;border-radius:22%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}video.svelte-ye779l{object-fit:cover;flex:1;width:100%}.shutter.svelte-ye779l{background:#fff;border:4px solid #999;border-radius:50%;width:64px;height:64px;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}img.svelte-ngzyco{object-fit:cover;width:220px;height:220px;display:block}.image-button.svelte-ngzyco{border-radius:12px;padding:0;display:block;overflow:hidden}.lightbox.svelte-ngzyco{z-index:30;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.lightbox-img.svelte-ngzyco{object-fit:contain;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:100%}.close-button.svelte-ngzyco{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;right:16px}.close-button.svelte-ngzyco:hover{background:#ffffff47}.maps-button.svelte-ngzyco{background:var(--surface);color:var(--text-h);box-shadow:var(--shadow);border-radius:20px;padding:10px 18px;font-weight:600;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}audio.svelte-ngzyco{max-width:220px}.file-link.svelte-ngzyco{color:inherit;align-items:center;gap:10px;min-width:160px;text-decoration:none;display:flex}.file-info.svelte-ngzyco{flex-direction:column;display:flex;overflow:hidden}.file-name.svelte-ngzyco{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.file-size.svelte-ngzyco{opacity:.8;font-size:12px}.loading.svelte-ngzyco{opacity:.8;margin:0;font-size:13px}header.svelte-1w5ilk3{box-sizing:border-box;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-height:68px;padding:12px 16px;display:flex;position:relative}.icon-button.svelte-1w5ilk3{color:#fff;background:#ffffff26;border-radius:22%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;transition:background .15s;display:flex}.icon-button.svelte-1w5ilk3:hover{background:#ffffff47}.title.svelte-1w5ilk3{pointer-events:none;justify-content:center;align-items:center;min-width:0;display:flex;position:absolute;inset:0 16px}.title.svelte-1w5ilk3 strong:where(.svelte-1w5ilk3){color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.avatar-group.svelte-1w5ilk3{flex-shrink:0;align-items:center;gap:6px;display:flex}.header-avatar.svelte-1w5ilk3{border-radius:22%;flex-shrink:0;display:flex;box-shadow:0 0 0 2px #fff6}.messages.svelte-1w5ilk3{background:var(--bg);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:10px;margin:0;padding:16px;list-style:none;display:flex;overflow-y:auto}.messages.svelte-1w5ilk3::-webkit-scrollbar{width:0;height:0;display:none}.messages.svelte-1w5ilk3 li:where(.svelte-1w5ilk3){background:var(--surface);border:1px solid var(--border);max-width:78%;color:var(--text-h);-webkit-user-select:none;user-select:none;border-radius:18px 18px 18px 4px;align-self:flex-start;padding:9px 13px;animation:.18s svelte-1w5ilk3-msgIn;position:relative}@keyframes svelte-1w5ilk3-msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.reactions.svelte-1w5ilk3{gap:2px;display:flex;position:absolute;bottom:-18px;right:8px}.reaction-badge.svelte-1w5ilk3{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:1px 8px;font-size:26px}.reaction-picker.svelte-1w5ilk3{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);z-index:20;border-radius:20px;gap:4px;padding:4px 6px;display:flex;position:absolute}.reaction-picker.expanded.svelte-1w5ilk3{flex-wrap:wrap;max-width:260px}.reaction-picker.svelte-1w5ilk3 button:where(.svelte-1w5ilk3){background:0 0;border:none;padding:2px;font-size:20px}.reaction-picker.svelte-1w5ilk3 button.more:where(.svelte-1w5ilk3){opacity:.55;color:var(--text);font-weight:700}.messages.svelte-1w5ilk3 li.outgoing:where(.svelte-1w5ilk3){background:var(--accent);color:var(--accent-text);border:none;border-bottom-right-radius:4px;border-bottom-left-radius:18px;align-self:flex-end;box-shadow:0 1px 3px #00000014}.messages.svelte-1w5ilk3 li.photo:where(.svelte-1w5ilk3){box-shadow:none;background:0 0;border:none;border-radius:12px;padding:0;overflow:hidden}.messages.svelte-1w5ilk3 li:where(.svelte-1w5ilk3) p:where(.svelte-1w5ilk3){white-space:pre-wrap;word-break:break-word;margin:0}.messages.svelte-1w5ilk3 li:where(.svelte-1w5ilk3) p.jumbo:where(.svelte-1w5ilk3){font-size:2em;line-height:1.2}.empty.svelte-1w5ilk3{box-shadow:none;color:var(--text);background:0 0;align-self:center;font-size:14px}.tick.svelte-1w5ilk3{opacity:.85;font-size:11px}.tick.read.svelte-1w5ilk3{opacity:1}form.svelte-1w5ilk3{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}form.svelte-1w5ilk3 input:where(.svelte-1w5ilk3){background:var(--bg);border:1.5px solid var(--border);min-width:0;height:42px;color:var(--text-h);border-radius:14px;flex:1;padding:0 16px;transition:border-color .2s,box-shadow .2s,background .2s}form.svelte-1w5ilk3 input:where(.svelte-1w5ilk3):focus{background:var(--surface);border-color:var(--secondary);box-shadow:0 0 0 3px color-mix(in srgb, var(--secondary) 15%, transparent)}.round-button.svelte-1w5ilk3{background:color-mix(in srgb, var(--secondary) 10%, transparent);border:1.5px solid var(--border);width:38px;height:38px;color:var(--secondary);border-radius:22%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:flex}.round-button.svelte-1w5ilk3:hover:not(:disabled){background:color-mix(in srgb, var(--secondary) 18%, transparent)}.round-button.svelte-1w5ilk3:active:not(:disabled){transform:scale(.92)}.round-button.svelte-1w5ilk3:disabled{opacity:.4;cursor:default}.send-button.svelte-1w5ilk3{background:linear-gradient(135deg, var(--secondary), var(--primary));color:#fff;border-radius:22%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .12s,box-shadow .12s;display:flex}.send-button.svelte-1w5ilk3:not(:disabled):hover{transform:scale(1.05);box-shadow:0 4px 14px #2563eb66}.send-button.svelte-1w5ilk3:disabled{opacity:.4;cursor:default}form.svelte-1w5ilk3 button.recording:where(.svelte-1w5ilk3){background:var(--danger);border-color:var(--danger);color:#fff;animation:1s ease-in-out infinite svelte-1w5ilk3-recordPulse}@keyframes svelte-1w5ilk3-recordPulse{0%,to{box-shadow:0 0 #ef444473}50%{box-shadow:0 0 0 8px #ef444400}}.hidden-file-input.svelte-1w5ilk3{display:none}.media-error.svelte-1w5ilk3{color:var(--danger);padding:4px 16px;font-size:13px}header.svelte-1qbdpss{box-sizing:border-box;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;min-height:68px;padding:12px 16px;display:flex;position:relative}.scroll-area.svelte-1qbdpss{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow-y:auto}.scroll-area.svelte-1qbdpss::-webkit-scrollbar{width:0;height:0;display:none}header.svelte-1qbdpss h1:where(.svelte-1qbdpss){font-size:20px}.icon-button.svelte-1qbdpss{color:#fff;background:#ffffff26;border-radius:22%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;transition:background .15s;display:flex;position:absolute;left:16px}.icon-button.svelte-1qbdpss:hover{background:#ffffff47}.card.svelte-1qbdpss{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;margin:16px 20px;padding:16px}.label.svelte-1qbdpss{color:var(--text);margin-bottom:6px;font-size:13px}.danger-zone.svelte-1qbdpss{border-color:var(--danger)}.hint.svelte-1qbdpss{color:var(--text);margin-bottom:12px;font-size:13px}button.danger.svelte-1qbdpss{background:var(--danger);color:#fff;border-radius:10px;width:100%;padding:11px;font-weight:600}button.danger.secondary.svelte-1qbdpss{color:var(--danger);background:0 0}button.danger.svelte-1qbdpss:disabled{opacity:.6;cursor:default}input[type=range].svelte-1qbdpss{width:100%;accent-color:var(--accent)}.switch-row.svelte-1qbdpss{justify-content:space-between;align-items:center;gap:16px;display:flex}.no-margin.svelte-1qbdpss{margin:0}.switch.svelte-1qbdpss{background:var(--border);border-radius:13px;flex-shrink:0;width:44px;height:26px;transition:background .15s;position:relative}.switch.on.svelte-1qbdpss{background:var(--accent)}.switch.svelte-1qbdpss .knob:where(.svelte-1qbdpss){background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:3px;left:3px}.switch.on.svelte-1qbdpss .knob:where(.svelte-1qbdpss){transform:translate(18px)}footer.svelte-1qbdpss{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:10px 12px;display:flex}.footer-note.svelte-1qbdpss{color:var(--text);opacity:.7;margin:0;font-size:12px}header.svelte-1ap4unu{box-sizing:border-box;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;flex-shrink:0;align-items:center;gap:12px;min-height:68px;padding:12px 16px;display:flex}header.svelte-1ap4unu h1:where(.svelte-1ap4unu){font-size:18px}.icon-button.svelte-1ap4unu{color:#fff;background:#ffffff26;border-radius:22%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;transition:background .15s;display:flex}.icon-button.svelte-1ap4unu:hover{background:#ffffff47}.scroll-area.svelte-1ap4unu{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow-y:auto}.scroll-area.svelte-1ap4unu::-webkit-scrollbar{width:0;height:0;display:none}.card.svelte-1ap4unu{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;margin:16px 20px;padding:16px}h2.svelte-1ap4unu{letter-spacing:.08em;text-transform:uppercase;color:var(--secondary);margin-bottom:8px;font-size:11px;font-weight:700}address.svelte-1ap4unu,p.svelte-1ap4unu{color:var(--text);font-size:13px;font-style:normal;line-height:1.6}p.svelte-1ap4unu+p:where(.svelte-1ap4unu),.contact.svelte-1ap4unu{margin-top:8px}a.svelte-1ap4unu{color:var(--secondary)}main.svelte-1n46o8q{background:var(--surface);border:1px solid var(--border);width:100%;max-width:560px;height:100%;max-height:860px;box-shadow:var(--shadow);border-radius:18px;flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}.error.svelte-1n46o8q{color:var(--danger);padding:16px}.loading.svelte-1n46o8q{color:var(--text);padding:16px}@media (width<=480px){main.svelte-1n46o8q{border:none;border-radius:0;max-height:100dvh}}
