.chat-module__Yf7yya__thread{background:var(--bg-surface);box-sizing:border-box;flex-direction:column;width:100%;min-height:0;display:flex}.chat-module__Yf7yya__header{padding:max(20px,env(safe-area-inset-top)) 18px 16px;border-bottom:1px solid var(--border-subtle);background:var(--bg-surface);flex-shrink:0;align-items:center;gap:12px;display:flex}.chat-module__Yf7yya__iconButton{cursor:pointer;width:44px;height:44px;color:var(--text-secondary);background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-module__Yf7yya__iconButton:hover{background:var(--bg-raised)}.chat-module__Yf7yya__avatar{background:var(--primary-bg);width:44px;height:44px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:750;display:flex;overflow:hidden}.chat-module__Yf7yya__title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:750;overflow:hidden}.chat-module__Yf7yya__subtitle{color:var(--text-secondary);margin:3px 0 0;font-size:12px;line-height:1.4}.chat-module__Yf7yya__messages{scroll-behavior:auto;overscroll-behavior:contain;flex-direction:column;flex:1;gap:3px;min-height:0;padding:20px 18px 12px;display:flex;overflow-y:auto}.chat-module__Yf7yya__row{flex-direction:column;align-items:flex-start;display:flex}.chat-module__Yf7yya__own{align-items:flex-end}.chat-module__Yf7yya__sender{color:var(--text-secondary);margin:12px 0 5px 12px;font-size:12px}.chat-module__Yf7yya__bubble{background:var(--bg-raised);max-width:min(82%,560px);color:var(--text-primary);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:20px 20px 20px 5px;padding:10px 14px;font-size:15px;line-height:1.5}.chat-module__Yf7yya__own .chat-module__Yf7yya__bubble{background:var(--primary);color:var(--on-primary);border-radius:20px 20px 5px}.chat-module__Yf7yya__pending{opacity:.65}.chat-module__Yf7yya__failed{outline:1px solid var(--red)}.chat-module__Yf7yya__time{color:var(--text-tertiary);margin:4px 5px 8px;font-size:10px}.chat-module__Yf7yya__day{text-align:center;color:var(--text-secondary);margin:16px 0;font-size:11px;font-weight:600}.chat-module__Yf7yya__composer{padding:10px 14px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--border-subtle);background:var(--bg-surface);flex-shrink:0}.chat-module__Yf7yya__composeRow{align-items:flex-end;gap:8px;display:flex}.chat-module__Yf7yya__input{border:1px solid var(--border-subtle);background:var(--bg-raised);min-width:0;color:var(--text-primary);font:inherit;resize:none;box-sizing:border-box;border-radius:23px;flex:1;max-height:140px;padding:12px 16px;font-size:16px;line-height:1.4}.chat-module__Yf7yya__send{background:var(--primary);color:var(--on-primary)}.chat-module__Yf7yya__send:hover{background:var(--primary)}.chat-module__Yf7yya__send:disabled{background:var(--bg-raised);color:var(--text-tertiary);cursor:default}.chat-module__Yf7yya__attachments{gap:8px;padding:6px 6px 12px;display:flex;overflow-x:auto}.chat-module__Yf7yya__attachment{flex-shrink:0;position:relative}.chat-module__Yf7yya__remove{background:var(--bg-surface);border:1px solid var(--border-default);width:24px;height:24px;position:absolute;top:-5px;right:-5px}.chat-module__Yf7yya__notice{background:var(--red-bg);color:var(--red);border-radius:12px;margin:8px 16px;padding:12px 14px;font-size:13px;line-height:1.5}.chat-module__Yf7yya__retry{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:7px;text-decoration:underline}.chat-module__Yf7yya__older{border:1px solid var(--border-subtle);background:var(--bg-surface);min-height:40px;color:var(--text-secondary);cursor:pointer;font:inherit;border-radius:20px;margin:0 auto 14px;padding:10px 18px;font-size:12px}.chat-module__Yf7yya__jump{border:1px solid var(--border-subtle);background:var(--bg-surface);color:var(--primary);cursor:pointer;font:inherit;box-shadow:var(--shadow-sm);border-radius:24px;align-self:center;margin:0 0 8px;padding:10px 18px;font-size:13px}.chat-module__Yf7yya__empty{text-align:center;min-height:180px;color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex}.chat-module__Yf7yya__empty strong{color:var(--text-primary);font-size:18px}.chat-module__Yf7yya__empty p{max-width:280px;margin:0;font-size:14px;line-height:1.6}.chat-module__Yf7yya__inbox{width:100%;max-width:900px;margin:0 auto}.chat-module__Yf7yya__inboxRow{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:13px;width:100%;padding:13px 10px;display:flex}.chat-module__Yf7yya__inboxRow:hover{background:var(--bg-raised)}.chat-module__Yf7yya__filters{border-bottom:1px solid var(--border-subtle);gap:22px;margin-bottom:8px;padding:2px 24px 0;display:flex}.chat-module__Yf7yya__filter{color:var(--text-secondary);cursor:pointer;font:inherit;background:0 0;border:0;border-bottom:3px solid #0000;padding:13px 0;font-size:14px}.chat-module__Yf7yya__filter[aria-pressed=true]{color:var(--primary);border-bottom-color:var(--primary);font-weight:700}.chat-module__Yf7yya__iconButton:focus-visible,.chat-module__Yf7yya__older:focus-visible,.chat-module__Yf7yya__jump:focus-visible,.chat-module__Yf7yya__inboxRow:focus-visible,.chat-module__Yf7yya__filter:focus-visible,.chat-module__Yf7yya__input:focus-visible{outline:2px solid var(--primary);outline-offset:3px}@media (min-width:800px){.chat-module__Yf7yya__thread{border-inline:1px solid var(--border-subtle);max-width:900px;margin:0 auto}.chat-module__Yf7yya__messages{padding-inline:36px}.chat-module__Yf7yya__header{padding:22px 28px}.chat-module__Yf7yya__composer{padding:16px 28px 24px}.chat-module__Yf7yya__inbox{padding:12px 24px 0}}.chat-module__Yf7yya__channelLink{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:12px 0 0;font-weight:650;display:flex}@media (min-width:800px){:is(#app-root:has(>.chat-module__Yf7yya__thread),#app-root:has(>[data-tab=meldinger][aria-hidden=false] .chat-module__Yf7yya__inbox)){max-width:1000px}}