:root{--green: #00a884;--green-dark: #008069;--green-light: #d9fdd3;--bg: #f0f2f5;--panel: #ffffff;--header: #f0f2f5;--bubble-out: var(--green-light);--bubble-in: #ffffff;--text: #111b21;--text-muted: #667781;--border: #e9edef;--chat-bg: #efeae2;--danger: #d32f2f}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);overflow:hidden}button{font-family:inherit;cursor:pointer}.btn{border:none;border-radius:8px;padding:12px 16px;font-size:15px;font-weight:600}.btn--sm{padding:8px 12px;font-size:13px}.btn--primary{background:var(--green);color:#fff}.btn--primary:disabled{opacity:.6;cursor:default}.btn--ghost{background:transparent;color:var(--green-dark)}.iconbtn{border:none;background:transparent;font-size:20px;width:40px;height:40px;border-radius:50%;color:var(--text-muted)}.iconbtn:hover{background:#0000000f}.avatar{width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover}.avatar--sm{width:36px;height:36px;font-size:14px}.avatar--lg{width:180px;height:180px;font-size:64px}.splash,.empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);background:var(--bg);text-align:center;padding:24px}.splash__logo,.empty__logo{width:72px;height:72px;border-radius:50%;background:var(--green);color:#fff;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center}.login{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--green-dark) 0 220px,var(--bg) 220px);padding:24px}.login__card{width:100%;max-width:400px;background:var(--panel);border-radius:12px;box-shadow:0 6px 24px #0000001f;padding:32px 28px}.login__brand{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}.login__logo{width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center}.login__brand h1{margin:0;font-size:20px}.login__form{display:flex;flex-direction:column;gap:12px}.login__form label{font-size:13px;color:var(--text-muted);font-weight:600}.login__form input{padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:16px;outline:none}.login__form input:focus{border-color:var(--green)}.login__hint{font-size:12px;color:var(--text-muted);background:#f7f8fa;border:1px dashed var(--border);border-radius:8px;padding:10px 12px;margin:4px 0 0}.login__hint code{background:#eceff1;padding:1px 4px;border-radius:4px}.login__error{margin-top:14px;color:var(--danger);font-size:14px;text-align:center}.layout{height:100%;display:grid;grid-template-columns:minmax(300px,30%) 1fr;grid-template-rows:100%;min-height:0}.layout--info-open{grid-template-columns:minmax(300px,30%) 1fr min(420px,35%)}.layout__main{min-width:0;min-height:0;overflow:hidden;background:var(--chat-bg)}.sidebar{display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--panel);min-width:0;min-height:0}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--header)}.sidebar__me{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px;min-width:0}.sidebar__me span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__actions{display:flex}.sidebar__new{display:flex;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border);flex-wrap:wrap}.sidebar__new input{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:8px;min-width:0}.sidebar__new-error{flex-basis:100%;margin:0;color:var(--danger);font-size:12px}.sidebar__search{padding:8px 12px;background:var(--panel);border-bottom:1px solid var(--border)}.sidebar__search input{width:100%;padding:8px 14px;border:1px solid var(--border);border-radius:18px;background:var(--bg);font-size:14px}.sidebar__search input:focus{outline:none;border-color:var(--green);background:var(--panel)}.filterbar{display:flex;gap:8px;padding:8px 12px;background:var(--panel);border-bottom:1px solid var(--border);flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.filterbar::-webkit-scrollbar{display:none}.filterchip{border:none;background:var(--bg);color:var(--text-muted);padding:6px 14px;border-radius:16px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.filterchip:hover{background:#e5e9eb}.filterchip:focus-visible{outline:2px solid var(--green);outline-offset:1px}.filterchip--active{background:var(--green-light);color:var(--green-dark)}.filterchip__count{font-size:11px;font-weight:700;background:var(--green);color:#fff;border-radius:9px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center}.sidebar__list{flex:1;min-height:0;overflow-y:auto}.sidebar__empty{padding:24px 16px;color:var(--text-muted);font-size:14px;text-align:center}.convitem{display:flex;align-items:center;gap:12px;width:100%;border:none;background:transparent;padding:10px 16px;text-align:left;border-bottom:1px solid var(--border)}.convitem:hover{background:#f5f6f6}.convitem--active{background:#f0f2f5}.convitem__body{flex:1;min-width:0}.convitem__top,.convitem__bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.convitem__title{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:4px;min-width:0}.convitem__muted{font-size:13px;flex-shrink:0}.archived-toggle{display:flex;align-items:center;gap:12px;width:100%;border:none;background:transparent;padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:14px;font-weight:600}.archived-toggle:hover{background:#f5f6f6}.archived-toggle__icon{font-size:18px}.archived-toggle__label{flex:1}.archived-toggle__chevron{font-size:12px}.convitem__time{font-size:12px;color:var(--text-muted);flex-shrink:0}.convitem__preview{flex:1;min-width:0;font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{background:var(--green);color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.badge--dot{min-width:12px;width:12px;height:12px;border-radius:6px;padding:0}.chat{height:100%;display:flex;flex-direction:column;min-height:0}.chathdr{display:flex;align-items:center;gap:12px;padding:8px 16px;background:var(--header);border-bottom:1px solid var(--border)}.chathdr__back{display:none}.chathdr__id{flex:1;display:flex;align-items:center;gap:12px;min-width:0;border:none;background:transparent;padding:4px;margin:-4px;border-radius:8px;text-align:left}.chathdr__id:hover{background:#0000000a}.chathdr__info{flex:1;display:flex;flex-direction:column;min-width:0}.chathdr__title{font-weight:600;font-size:15px}.chathdr__status{font-size:12px;color:var(--text-muted)}.chathdr__actions{display:flex}.msglist{flex:1;min-height:0;overflow-y:auto;overflow-anchor:none;padding:16px;display:flex;flex-direction:column;gap:4px;position:relative}.msglist__info{text-align:center;color:var(--text-muted);font-size:13px;margin:auto}.msglist__loading{text-align:center;color:var(--text-muted);font-size:12px;margin:0 0 4px}.msglist__jump{position:sticky;bottom:8px;align-self:center;border:none;background:var(--green);color:#fff;font-size:13px;font-weight:600;padding:8px 14px;border-radius:16px;box-shadow:0 2px 6px #0003}.msglist__content{display:flex;flex-direction:column;gap:4px}.bubblerow{display:flex;justify-content:flex-start}.bubblerow--own{justify-content:flex-end}.bubble{max-width:65%;background:var(--bubble-in);border-radius:8px;padding:6px 9px 8px;box-shadow:0 1px .5px #00000021;position:relative}.bubble--own{background:var(--bubble-out)}.bubble--failed{border:1px solid var(--danger)}.bubble__body{font-size:14px;white-space:pre-wrap;word-wrap:break-word}.bubble__sender{display:block;font-size:13px;font-weight:600;color:var(--green-dark);margin-bottom:2px}.bubble__quote{display:flex;flex-direction:column;gap:1px;border-left:3px solid var(--green);background:#0000000a;border-radius:4px;padding:4px 8px;margin-bottom:4px;max-width:100%}.bubble__quote-sender{font-size:12px;font-weight:600;color:var(--green-dark)}.bubble__quote-text{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bubble__media{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:500}.bubble__media+.bubble__body{display:block;margin-top:2px;color:var(--text-muted)}.media-image,.media-video{display:block;width:280px;max-width:80vw;height:auto;border-radius:8px;background-color:#0000000a;background-size:cover;background-position:center;cursor:pointer}.media-video{cursor:default;background-color:#000;min-height:158px}.media-sticker{display:block;width:128px;height:128px;object-fit:contain;background:transparent}.media-caption{font-size:14px;font-weight:400;white-space:pre-wrap;word-wrap:break-word;color:var(--text)}.media-doc{display:flex;align-items:center;gap:10px;min-width:220px;max-width:320px;padding:10px 12px;border-radius:8px;background:#0000000d;text-decoration:none;color:inherit}.media-doc:hover{background:#00000014}.media-doc__icon{font-size:22px;flex:0 0 auto}.media-doc__info{display:flex;flex-direction:column;min-width:0}.media-doc__name{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-doc__meta{font-size:12px;font-weight:400;color:var(--text-muted)}.media-audio{display:flex;flex-direction:column;gap:4px;min-width:240px}.media-audio__head{display:flex;align-items:center;justify-content:space-between;font-size:13px}.media-audio__label{font-weight:500}.media-audio__duration{font-size:12px;font-weight:400;color:var(--text-muted)}.media-audio__player{width:100%;height:36px}.media-unavailable{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:400;font-style:italic;color:var(--text-muted);padding:8px 0}.media-unavailable__emoji{font-style:normal;font-size:16px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000d9;padding:32px}.lightbox__content{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 4px 24px #00000080}.lightbox__close{position:absolute;top:16px;right:20px;border:none;background:#0006;color:#fff;width:40px;height:40px;border-radius:50%;font-size:18px;line-height:1}.bubble__unsupported{display:block;font-size:13px;font-style:italic;color:var(--text-muted)}.bubble__meta{display:inline-flex;gap:4px;align-items:center;float:right;margin:4px 0 0 8px}.bubble__time,.bubble__check{font-size:11px;color:var(--text-muted)}.bubble__check--read{color:#53bdeb}.bubble--has-reactions{margin-bottom:14px}.bubble__reactions{position:absolute;bottom:-12px;left:6px;display:flex;flex-wrap:wrap;gap:3px;z-index:1}.bubble--own .bubble__reactions{left:auto;right:6px}.reaction-chip{display:inline-flex;align-items:center;gap:2px;padding:1px 5px;background:#fff;border:1px solid var(--border);border-radius:11px;box-shadow:0 1px 2px #00000026;font-size:12px;line-height:18px}.reaction-chip--own{border-color:var(--green)}.reaction-chip__emoji{font-size:13px}.reaction-chip__count{font-size:11px;color:var(--text-muted);font-weight:600}.composer{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--header);border-top:1px solid var(--border)}.composer__input{flex:1;padding:11px 14px;border:none;border-radius:20px;font-size:15px;outline:none;background:#fff}.composer__send{border:none;background:var(--green);color:#fff;width:44px;height:44px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center}.composer__send:disabled{opacity:.5;cursor:default}.composer__attach{border:none;background:transparent;color:var(--text-muted);width:40px;height:40px;border-radius:50%;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.composer__attach:hover:not(:disabled){background:#0000000f}.composer__attach:disabled{opacity:.5;cursor:default}.composer__uploading{font-size:13px;color:var(--text-muted);white-space:nowrap}.composer__uploading--error{color:#d32f2f}.connscreen{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--green-dark) 0 220px,var(--bg) 220px);padding:24px}.connscreen__card{width:100%;max-width:420px;background:var(--panel);border-radius:12px;box-shadow:0 6px 24px #0000001f;padding:32px 28px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.connscreen__brand{margin-bottom:4px}.connscreen__title{margin:0;font-size:20px}.connscreen__qr{background:#fff;padding:12px;border-radius:12px;border:1px solid var(--border);line-height:0}.connscreen__steps{margin:0;padding:0;list-style:none;color:var(--text-muted);font-size:14px;line-height:1.7;text-align:left}.connscreen__hint{margin:0;color:var(--text-muted);font-size:14px}.spinner{width:42px;height:42px;border-radius:50%;border:4px solid var(--border);border-top-color:var(--green);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.infopanel{display:flex;flex-direction:column;height:100%;min-width:0;min-height:0;background:var(--panel);border-left:1px solid var(--border)}.infopanel__header{display:flex;align-items:center;gap:16px;padding:10px 16px;background:var(--header);border-bottom:1px solid var(--border);min-height:59px}.infopanel__header-title{font-size:16px;font-weight:600}.infopanel__scroll{flex:1;min-height:0;overflow-y:auto;background:var(--bg)}.infopanel__id{display:flex;flex-direction:column;align-items:center;gap:4px;padding:28px 24px 24px;background:var(--panel);border-bottom:8px solid var(--bg)}.infopanel__avatar{margin-bottom:10px}.infopanel__name{margin:0;font-size:20px;font-weight:600;text-align:center;word-break:break-word}.infopanel__sub{font-size:14px;color:var(--text-muted)}.infopanel__media{padding:16px;background:var(--panel)}.infopanel__media-head{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--text-muted);margin-bottom:12px}.infopanel__media-count{font-size:13px;font-weight:600}.infopanel__about{padding:16px;background:var(--panel);border-bottom:8px solid var(--bg)}.infopanel__about-text{margin:0;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.infopanel__about-date{display:block;margin-top:6px;font-size:12px;color:var(--text-muted)}.infopanel__actions{padding:16px;background:var(--panel)}.infopanel__block{width:100%;padding:12px 16px;border:none;border-radius:8px;background:transparent;color:var(--danger);font-size:15px;font-weight:500;text-align:left;cursor:pointer}.infopanel__block:hover{background:#d32f2f1a}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.gallery__tile{position:relative;aspect-ratio:1 / 1;border:none;padding:0;border-radius:4px;overflow:hidden;background:var(--bg);cursor:pointer}.gallery__tile:disabled{cursor:default}.gallery__img{width:100%;height:100%;object-fit:cover;display:block}.gallery__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;background:#0000002e;text-shadow:0 1px 4px rgba(0,0,0,.6);pointer-events:none}.gallery__tile--video{background:#2a2f32}.gallery__play--big{font-size:30px;background:transparent}.gallery__file{position:relative;aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text-muted);text-decoration:none}a.gallery__file:hover{background:#e5e9eb}.gallery__file-icon{font-size:26px}.gallery__file-name{font-size:11px;text-align:center;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gallery__state{margin:0;padding:16px 0;font-size:13px;color:var(--text-muted);text-align:center}@media (max-width: 768px){.layout,.layout--info-open{grid-template-columns:1fr}.layout__main,.layout--chat-open .sidebar{display:none}.layout--chat-open .layout__main{display:block}.chathdr__back{display:flex}.bubble{max-width:80%}.infopanel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;border-left:none}}.bubble__action{position:absolute;top:2px;right:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#0000001f;color:var(--text-muted);font-size:13px;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease-in-out;z-index:2}.bubble:hover .bubble__action{opacity:1}.bubble__action:hover{background:#0003;color:var(--text)}.msginfo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000080;padding:24px}.msginfo__box{position:relative;width:100%;max-width:360px;max-height:80vh;overflow-y:auto;background:var(--panel);color:var(--text);border-radius:8px;box-shadow:0 8px 32px #00000059;padding:20px 18px 16px}.msginfo__close{position:absolute;top:10px;right:12px;width:30px;height:30px;border:none;background:transparent;color:var(--text-muted);font-size:16px;line-height:1;cursor:pointer;border-radius:50%}.msginfo__close:hover{background:var(--bg);color:var(--text)}.msginfo__title{margin:0 0 14px;font-size:16px;font-weight:600}.msginfo__row{padding:8px 0;border-top:1px solid var(--border)}.msginfo__name{display:block;font-size:14px;font-weight:600;margin-bottom:4px}.msginfo__step{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:2px 0}.msginfo__step-label{color:var(--text-muted)}.msginfo__step-time{color:var(--text)}.msginfo__state{font-size:13px;color:var(--text-muted);margin:6px 0 0}@media (max-width: 768px){.msginfo__box{max-width:none;max-height:90vh}}.acctbar{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--header);border-bottom:1px solid var(--border);overflow-x:auto}.acctbar--single{padding:4px 12px 6px}.acctbar__add{border:1px dashed var(--border);background:transparent;color:var(--text-muted);border-radius:16px;padding:5px 12px;font-size:13px;cursor:pointer;white-space:nowrap}.acctbar__add:hover{color:var(--text);border-color:var(--green)}.acctbar__add--icon{width:28px;height:28px;padding:0;border-radius:50%;font-size:18px;line-height:1;flex:0 0 auto}.acctchip{display:inline-flex;align-items:center;gap:2px;background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:0 4px 0 2px;flex:0 0 auto;max-width:180px}.acctchip--active{border-width:1.5px;border-color:var(--green);box-shadow:0 1px 3px #00000014}.acctchip__main{display:inline-flex;align-items:center;gap:7px;border:none;background:transparent;cursor:pointer;padding:6px 6px 6px 10px;min-width:0;font-size:13px;color:var(--text)}.acctchip--active .acctchip__main{font-weight:600}.acctchip__dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.acctchip__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acctchip__del{border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:11px;width:20px;height:20px;border-radius:50%;flex:0 0 auto}.acctchip__del:hover{background:var(--bg);color:var(--danger)}.acctchip__relink{border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;width:20px;height:20px;border-radius:50%;flex:0 0 auto}.acctchip__relink:hover{background:var(--bg);color:var(--green-dark)}.addacct{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000080;padding:24px}.addacct__box{position:relative;width:100%;max-width:380px;max-height:85vh;overflow-y:auto;background:var(--panel);color:var(--text);border-radius:10px;box-shadow:0 8px 32px #00000059;padding:24px 22px 20px}.addacct__close{position:absolute;top:10px;right:12px;width:30px;height:30px;border:none;background:transparent;color:var(--text-muted);font-size:16px;line-height:1;cursor:pointer;border-radius:50%}.addacct__close:hover{background:var(--bg);color:var(--text)}.addacct__title{margin:0 0 16px;font-size:18px;font-weight:600;text-align:center}.addacct__form{display:flex;flex-direction:column;gap:16px}.addacct__field{display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--text-muted)}.addacct__field input{padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;color:var(--text)}.addacct__colors{display:flex;gap:10px}.addacct__color{width:26px;height:26px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.addacct__color--active{border-color:var(--text);box-shadow:0 0 0 2px var(--panel) inset}.addacct__error{margin:0;color:var(--danger);font-size:13px}.addacct__submit{border:none;background:var(--green);color:#fff;border-radius:8px;padding:11px 16px;font-size:15px;font-weight:600;cursor:pointer}.addacct__submit:disabled{opacity:.6;cursor:default}.addacct__connect{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.addacct__qr{background:#fff;padding:12px;border-radius:12px;border:1px solid var(--border);line-height:0}.addacct__steps{margin:0;padding:0;list-style:none;color:var(--text-muted);font-size:13px;line-height:1.7;text-align:left}.addacct__hint{margin:0;color:var(--text-muted);font-size:14px}.viewtoggle{display:flex;gap:4px;padding:8px 12px 0;background:var(--panel)}.viewtoggle__btn{flex:1;border:1px solid var(--border);background:var(--bg);color:var(--text-muted);padding:6px 10px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.viewtoggle__btn:hover{background:#e5e9eb}.viewtoggle__btn:focus-visible{outline:2px solid var(--green);outline-offset:1px}.viewtoggle__btn--active{background:var(--green-light);color:var(--green-dark);border-color:var(--green)}.convitem__accts{display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.convitem__acctdot{width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.bubble__account{display:block;clear:both;font-size:11px;color:var(--text-muted);margin-top:2px}.chathdr__id--static{cursor:default}.chathdr__id--static:hover{background:transparent}.readonly-note{padding:12px 16px;background:var(--header);border-top:1px solid var(--border);color:var(--text-muted);font-size:13px;text-align:center}.composer__acct{flex:0 0 auto;max-width:130px;border:1px solid var(--border);background:#fff;border-radius:18px;padding:8px 10px;font-size:12px;font-weight:600;color:var(--text);cursor:pointer;outline:none}.composer__acct:focus-visible{border-color:var(--green)}.composer__acct:disabled{opacity:.6;cursor:default}.community{border-bottom:1px solid var(--border)}.community__header{display:flex;align-items:center;gap:10px;width:100%;border:none;background:var(--bg);padding:8px 16px;text-align:left}.community__header:hover{background:#e9edef}.community__title{flex:1;min-width:0;font-weight:700;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community__count,.community__chevron{flex-shrink:0;font-size:12px;color:var(--text-muted)}.community__groups .convitem{padding-left:28px}.convitem__announce{flex-shrink:0;font-size:13px}
