*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:#1e1e1e;overflow:hidden}.auth-root{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden;background:transparent}.auth-wave-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.auth-container{width:100%;max-width:250px;position:relative;z-index:10;border:0}.auth-card{background-color:#ffffffe6;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;padding:20px;text-align:center;width:100%}.auth-title{margin:0 0 14px;font-size:1.5rem;font-weight:600;text-align:center;color:#4a0e4e}.auth-tabs{display:flex;margin-bottom:16px}.auth-tab{flex:1;padding:8px;border:none;background:transparent;cursor:pointer;border-bottom:2px solid transparent}.auth-tab--active{border-bottom-color:#ee3325;font-weight:600}.auth-form-group{margin-bottom:10px}.auth-form{display:flex;flex-direction:column;gap:0}.auth-form input{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.25rem;font-size:1rem;line-height:1.5}.auth-error{color:#d32f2f;font-size:12px;text-align:center;margin-bottom:10px}.auth-submit{margin-top:0;background-color:#ee3325;color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:.25rem;width:100%;cursor:pointer;border:none}.auth-submit--secondary{width:100%;margin-top:0;background-color:#c8e8ff;color:#000;border:none}.app-root{display:grid;grid-template-columns:260px 1fr;height:100dvh;max-height:100dvh;overflow:hidden}.sidebar{border-right:1px solid #e0e0e0;display:flex;flex-direction:column;min-height:0;position:relative}.sidebar-resizer{position:absolute;top:0;right:-3px;width:6px;height:100%;cursor:col-resize;z-index:30}.sidebar-resizer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:background .12s ease}.sidebar-resizer:hover:before,.sidebar-resizer--active:before{background:#1976d22e}.sidebar-header{padding:12px 10px;font-weight:600;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar-menu-btn{width:50px;height:34px;border-radius:10px;border:0px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.sidebar-menu-btn:hover{background:#f5f5f5}.sidebar-search{flex:1;min-width:0}.chat-search-input--top{border-radius:12px;padding:8px 10px}.header-actions{display:flex;gap:6px;position:relative}.chat-list{list-style:none;margin:0;padding:8px 0;overflow-y:auto;min-height:0}.chat-search-wrap{display:none}.tg-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:2500;opacity:0;pointer-events:none;transition:opacity .18s ease}.tg-drawer-backdrop--open{opacity:1;pointer-events:auto}.tg-drawer{position:absolute;top:0;left:0;height:100%;width:min(250px,86vw);background:#fff;box-shadow:0 12px 36px #00000040;transform:translate(-18px);opacity:0;transition:transform .18s cubic-bezier(.2,.9,.2,1),opacity .18s ease;will-change:transform,opacity;padding:0;display:flex;flex-direction:column}.tg-drawer--open{transform:translate(0);opacity:1}@media (prefers-reduced-motion: reduce){.tg-drawer-backdrop,.tg-drawer{transition:none!important}}.tg-drawer-top{padding:16px 14px 12px;background:#fff;border-bottom:1px solid #eaeaea;display:flex;gap:12px;align-items:center}.tg-drawer-user{min-width:0;display:flex;flex-direction:column;gap:2px}.tg-drawer-name{font-weight:700;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-drawer-login{color:#6b6b6b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-drawer-menu{padding:8px 0}.tg-drawer-item{width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:14px}.tg-drawer-item:hover{background:#f5f5f5}.chat-search-input{width:100%;border:0px solid #d5d5d5;background-color:#f5f5f5;border-radius:15px;padding:8px 13px;font-size:13px;outline:none}.chat-search-input:focus{border-color:#1976d2}.chat-list-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px}.chat-list-item--active{background-color:#e3f2fd;font-weight:600}.chat-list-item:hover{background-color:#f0f4ff}.chat-list-avatar{flex-shrink:0}.favorites-avatar{width:45px;height:45px;border-radius:50%;background:#d1d5db;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;-webkit-user-select:none;user-select:none}.chat-list-title{font-size:14px;margin-bottom:2px;font-weight:600}.chat-list-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-list-main{min-width:0;flex:1}.chat-list-top-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.chat-list-title--unread{font-weight:600}.chat-list-meta-right{display:flex;align-items:center;gap:4px}.chat-unread-badge{min-width:18px;height:18px;padding:0 6px;border-radius:9px;background:#1976d2;color:#fff;font-size:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chat-mention-badge{min-width:22px;height:18px;padding:0 6px;border-radius:9px;background:#ffecb3;color:#8a5a00;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chat-list-last{display:flex;justify-content:space-between;font-size:12px;color:#666}.chat-list-last-text{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.chat-list-last-text--unread{font-weight:500;color:#000;font-size:14px}.chat-list-last-time{flex-shrink:0;font-size:12px;color:#b1b1b1}.chat-list-empty{padding:10px 16px;color:#777;font-size:13px}.search-highlight{background:#fff176;color:inherit;padding:0 1px;border-radius:2px}.new-chat-btn{padding:4px 8px;font-size:12px;border-radius:4px;border:1px solid #1976d2;background:#fff;color:#1976d2;cursor:pointer}.new-chat-btn:disabled{opacity:.6;cursor:default}.new-chat-btn--icon{width:28px;height:28px;padding:0;border-radius:50%;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.new-chat-menu{position:absolute;top:100%;right:12px;margin-top:4px;padding:4px 0;background:#fff;border-radius:8px;box-shadow:0 8px 20px #00000026;z-index:10;min-width:140px}.new-chat-menu-item{width:100%;padding:6px 10px;border:none;background:transparent;font-size:13px;text-align:left;cursor:pointer}.new-chat-menu-item:hover{background:#f5f5f5}.user-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.user-picker{width:360px;max-height:70vh;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0003;display:flex;flex-direction:column}.user-picker-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e0e0e0;font-weight:500}.user-picker-close{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1}.user-picker-list{padding:8px;overflow-y:auto}.user-picker-item{width:100%;display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;border:none;background:transparent;cursor:pointer}.user-picker-item-wrap{display:flex;align-items:center;gap:8px}.user-picker-item:hover{background:#f5f5f5}.user-avatar-placeholder{width:45px;height:45px;border-radius:50%;background:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}.user-picker-text{text-align:left}.user-picker-name{font-size:14px}.user-picker-email{font-size:12px;color:#666}.user-picker-empty{padding:12px;font-size:14px;color:#666}.group-form{padding:8px;border-bottom:1px solid #efefef}.group-name-input{width:100%;border:1px solid #d5d5d5;border-radius:6px;padding:8px 10px;font-size:13px;outline:none}.group-name-input:focus{border-color:#1976d2}.group-actions{padding:8px;border-top:1px solid #efefef;display:flex;justify-content:flex-end}.chat{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.chat-messages-wrap{flex:1;display:flex;flex-direction:column;min-height:0}.pinned-banner{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:#ffffffeb;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}.pinned-banner:hover{background:#fff}.pinned-banner-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#0000000f;flex-shrink:0}.pinned-banner-text{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pinned-banner-count{margin-left:auto;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:#0000000f;color:#444;font-size:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chat-header{padding:7px 16px;border-bottom:1px solid #e0e0e0;font-weight:500;background:#fff;position:relative}.chat-header-row{display:flex;align-items:center;gap:8px}.chat-header-row--clickable{cursor:pointer;border-radius:12px;padding:4px 8px;margin-left:-8px;margin-right:44px}.chat-header-row--clickable:hover{background:#0000000a}.chat-header-row--clickable:focus-visible{outline:2px solid rgba(25,118,210,.45);outline-offset:2px}.chat-header-text{display:flex;flex-direction:column}.chat-header-title{font-size:15px;font-weight:500;display:flex;align-items:center;gap:4px}.chat-header-sub{font-size:12px;color:#666}.chat-header-status{font-size:12px;color:#4caf50}.chat-header-typing{font-size:12px;color:#1976d2}.participants-btn{margin-left:auto;padding:6px 10px;border-radius:6px;border:1px solid #1976d2;background:#fff;color:#1976d2;cursor:pointer;font-size:12px}.chat-header-actions{position:absolute;top:10px;right:12px;display:flex;align-items:center;gap:8px;z-index:5}.header-more-wrap{position:relative}.header-more-btn{width:34px;height:34px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.header-more-btn:hover{background:#f5f5f5}.header-more-menu{position:absolute;top:calc(100% + 6px);right:0;padding:6px 0;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000002e;border:1px solid rgba(0,0,0,.08);min-width:160px;z-index:50}.header-more-item{width:100%;padding:8px 12px;border:none;background:transparent;font-size:13px;text-align:left;cursor:pointer}.header-more-item:hover{background:#f5f5f5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-card{width:min(520px,calc(100vw - 24px));background:#fff;border-radius:12px;box-shadow:0 12px 36px #00000040;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e0e0e0;font-weight:600}.modal-close{border:none;background:transparent;cursor:pointer;font-size:16px;padding:6px 8px;border-radius:8px}.modal-close:hover{background:#f5f5f5}.modal-body{padding:12px 14px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.setting-title{font-weight:600}.setting-sub{font-size:12px;color:#666;margin-top:2px}.setting-hint{margin-top:8px;font-size:12px;color:#8a2a2a;background:#fff5f5;border:1px solid #ffd2d2;padding:8px 10px;border-radius:10px}.switch{position:relative;display:inline-flex;align-items:center}.switch input{position:absolute;opacity:0;pointer-events:none}.switch-slider{width:44px;height:26px;border-radius:999px;background:#00000038;position:relative;transition:background .15s ease}.switch-slider:after{content:"";width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .15s ease;box-shadow:0 2px 8px #00000040}.switch input:checked+.switch-slider{background:#22c55e}.switch input:checked+.switch-slider:after{transform:translate(18px)}.switch--disabled{opacity:.6}.chat-messages{flex:1;overflow-y:auto;padding:12px 16px;background-color:#f5f5f5;min-height:0}.first-unread-btn{align-self:center;margin:6px 0 2px;padding:4px 10px;font-size:12px;border-radius:999px;border:1px solid #1976d2;background:#fff;color:#1976d2;cursor:pointer}.first-unread-btn:hover{background:#e3f2fd}.chat-date-header{position:sticky;top:0;z-index:3;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;padding:2px 10px;border-radius:999px;background:#f5f5f5e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:12px;color:#555}.message{margin-bottom:12px;transition:background-color .25s ease;-webkit-touch-callout:none}.message--flash{background:#ffeb9c47;border-radius:10px}.message--mention .message-content{border:1px solid #ffd173;box-shadow:0 0 0 2px #ffd17338}.message--own{display:block}.message--own .message-content{background:#f2fff0;border:0px solid rgba(34,197,94,.22)}.message--own .message-content:before{border-right-color:#e7ffdb;filter:drop-shadow(0 1px 0 rgba(34,197,94,.18))}.message-row{display:flex;align-items:flex-end;gap:8px}.avatar-wrapper{position:relative;cursor:default}.avatar-img,.avatar-placeholder{width:32px;height:32px;border-radius:50%;flex-shrink:0;cursor:pointer}.chat-list-avatar .avatar-img,.chat-list-avatar .avatar-placeholder{width:45px;height:45px}.avatar-img{object-fit:cover}.avatar-placeholder{background:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}.group-avatar-wrapper{cursor:pointer}.online-dot{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;background:#4caf50;border:2px solid #fff}.message-content{max-width:85%;background:#fff;border-radius:12px;padding:6px 10px;box-shadow:0 1px 2px #0000000f;position:relative;margin-left:6px}.message-content:before{content:"";position:absolute;left:-6px;bottom:8px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #ffffff;filter:drop-shadow(0 1px 0 rgba(0,0,0,.06))}.message-meta{font-size:12px;color:#666;display:flex;justify-content:space-between;gap:8px}.message-forwarded{margin-top:2px;font-size:12px;font-weight:600;color:#1976d2}.msg-select-check{width:22px;height:22px;border-radius:50%;border:2px solid rgba(25,118,210,.55);display:inline-flex;align-items:center;justify-content:center;color:#1976d2;font-weight:800;flex-shrink:0;margin-top:6px}.message--selected .msg-select-check{background:#1976d226;border-color:#1976d2}.multi-select-bar{position:sticky;bottom:0;z-index:10;display:flex;align-items:center;gap:10px;padding:8px 10px;border-top:1px solid rgba(0,0,0,.08);background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.multi-select-count{flex:1;font-size:13px;color:#333}.multi-select-btn{border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer;font-size:13px}.multi-select-btn--primary{border-color:#1976d280;color:#1976d2;font-weight:700}.multi-select-btn:disabled{opacity:.55;cursor:not-allowed}.message-text-row{display:flex;align-items:flex-end;gap:8px}.message-text-content{min-width:0;flex:1}.message-time-inline{flex-shrink:0;font-size:11px;color:#3c3c3cb8;display:inline-flex;align-items:center;gap:2px;white-space:nowrap;margin-bottom:1px}.message--own .message-time-inline{color:#285028b8}.message-text{font-size:14px;margin-top:2px;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.message-reply-ref{width:100%;margin:4px 0 6px;border:none;border-left:3px solid #7fb0ff;background:#f1f7ff;border-radius:0 8px 8px 0;padding:5px 8px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:2px}.message-reply-ref:hover{background:#e5f0ff}.message-reply-ref-author{font-size:12px;font-weight:600;color:#2f5fad}.message-reply-ref-text{font-size:12px;color:#5b6880}.message-reply-btn{margin-top:6px;border:none;background:transparent;color:#2e6fd3;font-size:12px;cursor:pointer;padding:0}.message-reply-btn:hover{text-decoration:underline}.message-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.message-attachment-image-wrap,.message-attachment-video-wrap{position:relative;width:min(220px,100%);border-radius:10px;overflow:hidden;border:1px solid #d7e0ee;background:#f3f6fb;text-decoration:none}.message-attachment-image-wrap{padding:0;cursor:zoom-in}.message-attachment-image,.message-attachment-video{width:100%;max-height:180px;display:block;object-fit:cover}.message-attachment-video-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#00000073;color:#fff;font-size:14px}.message-attachment-link{display:inline-flex;align-items:center;gap:8px;max-width:260px;padding:8px 10px;border-radius:10px;border:1px solid #d7e0ee;background:#f7f9fd;color:#1f4e95;text-decoration:none}.message-attachment-file-chip{display:inline-flex;align-items:center;gap:6px}.message-attachment-link-wrap{position:relative;display:inline-flex;align-items:center}.message-attachment-image-btn{display:block;padding:0;border:none;background:transparent;width:100%;cursor:zoom-in}.message-attachment-remove{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;border:none;background:#00000073;color:#fff;cursor:pointer;font-size:12px;line-height:1;display:flex;align-items:center;justify-content:center}.message-attachment-remove:hover{background:#d32f2fd9}.message-actions{margin-top:6px;display:flex;align-items:center;gap:10px}.message-reactions{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px}.message-reaction-chip{border:none;border-radius:999px;padding:2px 6px;font-size:12px;background:#eef3fb;color:#44556b;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.message-reaction-chip--active{background:#d8e6ff;color:#1f4e95;font-weight:600}.message-reaction-emoji{font-size:14px;line-height:1}.message-reaction-count{font-size:11px}.message-reaction-picker{margin-top:4px;display:inline-flex;gap:4px;padding:2px 4px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0000001f}.message-reaction-picker-btn{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;padding:2px 4px}.message-delete-btn{border:none;background:transparent;color:#9e9e9e;font-size:12px;cursor:pointer;padding:0}.message-delete-btn:hover{color:#d32f2f}.message-attachment-link:hover{background:#eef4ff}.message-attachment-file-icon{font-size:16px;line-height:1}.message-attachment-file-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}@media (max-width: 620px){.message-attachment-file-name,.selected-file-name{max-width:120px}}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#080c13db;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px}.lightbox-content{position:relative;max-width:min(96vw,1200px);max-height:92vh;display:flex;flex-direction:column;align-items:center;gap:8px;touch-action:none}.lightbox-image{max-width:100%;max-height:calc(92vh - 54px);object-fit:contain;border-radius:10px;box-shadow:0 8px 30px #0000006b;transform-origin:center center;transition:transform .12s ease;cursor:zoom-in;-webkit-user-select:none;user-select:none}.lightbox-image--pannable{cursor:grab}.lightbox-image--dragging{cursor:grabbing;transition:none}.lightbox-caption{color:#e6edf8;font-size:13px;text-align:center}.lightbox-counter{color:#acb8cc}.lightbox-tools{position:absolute;top:-12px;left:10px;display:inline-flex;align-items:center;gap:4px}.lightbox-tool-btn{min-width:32px;height:28px;border:none;border-radius:8px;background:#00000073;color:#fff;font-size:13px;cursor:pointer;padding:0 8px}.lightbox-tool-btn:disabled{opacity:.45;cursor:default}.lightbox-close{position:absolute;top:-12px;right:-12px;width:32px;height:32px;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:22px;line-height:1;cursor:pointer;z-index:5}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:52px;border:none;border-radius:10px;background:#0000006b;color:#fff;font-size:30px;line-height:1;cursor:pointer}.lightbox-nav:disabled{opacity:.35;cursor:default}.lightbox-nav--prev{left:-54px}.lightbox-nav--next{right:-54px}.message-text p,.message-text ul,.message-text ol,.message-text blockquote,.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{margin:2px 0 0}.message-text ul,.message-text ol{padding-left:20px}.message-text blockquote{border-left:3px solid #d0d7e2;color:#556070;padding-left:8px}.message-spoiler{position:relative;display:inline;background:#c8d1de;color:transparent;border-radius:5px;padding:0 6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .18s ease,color .18s ease;text-shadow:none}.message-spoiler:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:5px;pointer-events:none;background:repeating-linear-gradient(115deg,#ffffff1f,#ffffff1f 5px,#ffffff05 5px,#ffffff05 10px);opacity:.9;animation:spoiler-shimmer 1.9s linear infinite}.message-spoiler:hover{background:#bbc6d6}.message-spoiler--open{color:inherit;background:#e9eef6;text-shadow:none}.message-spoiler--open:before{opacity:0;animation:none}.message-quote{margin:8px 0 0;border-left:3px solid #87b6ff;color:#3a4b63;background:#f4f8ff;border-radius:0 10px 10px 0;padding:7px 8px 7px 10px}.message-quote-content--collapsed{max-height:84px;overflow:hidden;position:relative;transition:max-height .24s ease}.message-quote-content{max-height:1200px;transition:max-height .24s ease}.message-quote-content--collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:26px;background:linear-gradient(to bottom,#f4f8ff00,#f4f8ff 70%)}.message-quote-toggle{margin-top:6px;border:none;background:transparent;color:#2a6edc;cursor:pointer;font-size:12px;padding:0;font-weight:500}.message-quote-toggle:hover{color:#1659c4;text-decoration:underline}.message-quote-toggle:focus-visible,.message-spoiler:focus-visible{outline:2px solid rgba(25,118,210,.45);outline-offset:2px}@keyframes spoiler-shimmer{0%{background-position:0 0}to{background-position:40px 0}}.message-auto-link{color:#1976d2;text-decoration:underline}.message-mention-link{color:#1c67d5;text-decoration:none;font-weight:600;background:#e8f1ff;border-radius:8px;padding:0 5px}.message-text code,.message-text pre{background:#f0f3f8;border-radius:4px;padding:1px 4px}.message-text pre{display:block;margin:6px 0 0;padding:8px;overflow-x:auto}.date-separator{text-align:center;margin:8px 0;font-size:12px;color:#777}.chat-input-row{display:flex;padding:8px;border-top:1px solid #e0e0e0;gap:8px}.reply-composer{display:flex;align-items:flex-start;gap:8px;margin:0 8px;padding:6px 8px;border-top:1px solid #e8edf4;background:#f8fbff}.reply-composer-line{width:3px;align-self:stretch;background:#6d9ff5;border-radius:999px}.reply-composer-body{flex:1;min-width:0}.reply-composer-title{font-size:12px;font-weight:600;color:#2f5fad}.reply-composer-text{font-size:12px;color:#58667f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-composer-close{border:none;background:transparent;color:#7f8ca1;cursor:pointer;font-size:18px;line-height:1;padding:0 2px}.mention-dropdown{margin:0 8px 6px;border:1px solid #d8e0ec;border-radius:10px;background:#fff;box-shadow:0 6px 16px #00000014;max-height:220px;overflow-y:auto}.mention-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:none;border-bottom:1px solid #f1f3f6;background:#fff;cursor:pointer;text-align:left;padding:8px 10px}.mention-item:last-child{border-bottom:none}.mention-item:hover,.mention-item--active{background:#eef4ff}.mention-item-name{font-size:13px;color:#1f3f75}.mention-item-email{font-size:12px;color:#6d7890}.mention-empty{padding:10px;font-size:12px;color:#6d7890}.chat-input{flex:1;padding:8px 10px;border-radius:4px;border:1px solid #ccc;resize:none;line-height:1.35;min-height:56px;max-height:180px;overflow-y:auto;font-family:inherit}.chat-send-btn{padding:8px 16px;border-radius:4px;border:none;background-color:#1976d2;color:#fff;cursor:pointer}.attach-btn{width:36px;height:36px;border-radius:6px;border:1px solid #d0d0d0;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.file-input-hidden{display:none}.selected-files{padding:0 12px 6px;font-size:12px;color:#666}.selected-files-header{margin-bottom:4px}.selected-files-list{display:flex;flex-wrap:wrap;gap:6px}.selected-file-item{display:inline-flex;align-items:center;max-width:220px;padding:4px 6px;border-radius:999px;background:#eef3fb;border:1px solid #d4deef;gap:4px}.selected-file-thumb img{width:26px;height:26px;border-radius:6px;object-fit:cover;display:block}.selected-file-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.selected-file-info{min-width:0;flex:1}.selected-file-name{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-file-remove{border:none;background:transparent;color:#6b7b95;cursor:pointer;font-size:14px;line-height:1;padding:0 2px}.selected-file-remove:hover{color:#d32f2f}.mobile-back-btn{border:none;background:transparent;color:#1976d2;font-size:14px;cursor:pointer;padding:0;margin-right:8px}.msg-check{font-size:11px;color:#888}.msg-check--double{color:#1976d2}.participants-modal{width:520px;max-width:calc(100vw - 24px)}.participants-add-row{display:flex;gap:8px;padding:8px;border-bottom:1px solid #efefef}.participants-select{flex:1;border:1px solid #d5d5d5;border-radius:6px;padding:8px 10px;font-size:13px}.participant-item{display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px}.participant-item:hover{background:#f7f7f7}.participant-role{font-size:12px;color:#666}.participant-remove-btn{padding:4px 8px;border:1px solid #d32f2f;color:#d32f2f;background:#fff;border-radius:4px;cursor:pointer;font-size:12px}.participant-actions{margin-left:auto;display:inline-flex;align-items:center;gap:6px}.participant-owner-btn{padding:4px 8px;border:1px solid #1976d2;color:#1976d2;background:#fff;border-radius:4px;cursor:pointer;font-size:12px}.participant-demote-btn{padding:4px 8px;border:1px solid #6b7280;color:#374151;background:#fff;border-radius:4px;cursor:pointer;font-size:12px}@media (max-width: 620px){.app-root{grid-template-columns:1fr}.sidebar,.chat{width:100%;height:100%}.mobile-hidden{display:none!important}.sidebar-header{position:sticky;top:0;background:#fff;z-index:2}.chat-header{display:flex;align-items:center;gap:8px;position:sticky;top:0;background:#fff;z-index:2;padding:8px 10px;min-height:56px}.chat-header .avatar-img,.chat-header .avatar-placeholder,.chat-header .favorites-avatar{width:28px;height:28px;font-size:14px}.chat-header-text{gap:0}.chat-header-row{flex:1;min-width:0}.chat-header-row--clickable{padding:2px 4px;margin-left:0;margin-right:0;border-radius:10px}.chat-header-title{font-size:14px;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-sub{font-size:11px;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-actions{position:static;margin-left:auto;flex-shrink:0;top:auto;right:auto}.mobile-back-btn{margin-right:2px;font-size:18px;white-space:nowrap;width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.chat-input-row{padding:8px;gap:6px}.chat-messages .message-row>.avatar-wrapper,.chat-messages .message-row>.msg-select-check{display:none!important}.chat-messages .message-row{gap:0}.chat-input{min-width:0;font-size:14px}.chat-send-btn{padding:8px 10px;font-size:12px;flex-shrink:0}.attach-btn{width:34px;height:34px;font-size:17px}.lightbox-nav{width:34px;height:44px}.lightbox-tools{top:6px;left:6px}.lightbox-tool-btn{height:26px;min-width:30px;font-size:12px}.lightbox-nav--prev{left:6px}.lightbox-nav--next{right:6px}}.install-app-wrap{position:relative}.install-app-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:12px;border:1px solid rgba(30,30,30,.25);border-radius:6px;background:transparent;color:#1e1e1e;cursor:pointer;white-space:nowrap}.install-app-btn:hover{background:#0000000f}.install-app-btn-icon{font-size:14px;line-height:1}.install-app-hint{position:absolute;top:100%;right:0;margin-top:6px;padding:10px 12px;max-width:260px;background:#1e1e1e;color:#fff;font-size:12px;line-height:1.4;border-radius:8px;box-shadow:0 4px 12px #0003;z-index:100}.install-app-hint p{margin:0}.profile-modal{padding-top:16px;padding-bottom:18px}.profile-modal-close{position:absolute;top:4px;right:4px}.profile-modal-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:14px}.profile-modal-avatar{position:relative;width:96px;height:96px}.profile-modal-avatar img,.profile-modal-avatar-placeholder{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block;background:#e3e7f0;font-size:38px;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:center}.profile-modal-online-dot{position:absolute;right:6px;bottom:6px;width:16px;height:16px;border-radius:50%;background:#22c55e;border:3px solid #ffffff}.profile-modal-name{font-weight:700;font-size:17px}.profile-modal-status{font-size:13px;color:#6b7280}.profile-modal-actions{margin-top:4px}.profile-modal-chat-btn{border:none;background:#0ea5e9;color:#fff;border-radius:999px;padding:6px 12px;font-size:13px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.profile-modal-chat-btn:hover{background:#0284c7}.profile-modal-body{border-top:1px solid #e5e7eb;margin-top:10px;padding-top:10px}.profile-modal-row{display:flex;justify-content:space-between;gap:8px;font-size:13px;padding:4px 0}.profile-modal-row-label{color:#6b7280}.profile-modal-row-value{font-weight:500;color:#111827;text-align:right}.profile-modal-danger-btn{width:100%;border:1px solid rgba(211,47,47,.45);background:#d32f2f0f;color:#d32f2f;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:600}.profile-modal-danger-btn:hover{background:#d32f2f1a}.msg-ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2600;background:transparent}.msg-ctx-menu{position:fixed;transform:translate(0);width:240px}.msg-ctx-reactions{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:18px;background:#fffffff5;box-shadow:0 10px 30px #0000002e;border:1px solid rgba(0,0,0,.08);margin-bottom:8px;width:fit-content}.msg-ctx-reaction-btn{width:34px;height:34px;border-radius:50%;border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1}.msg-ctx-reaction-btn:hover{background:#0000000f}.msg-ctx-actions{background:#fffffffa;border-radius:14px;box-shadow:0 10px 30px #0000002e;border:1px solid rgba(0,0,0,.08);overflow:hidden}.msg-ctx-item{width:100%;padding:11px 14px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:14px}.msg-ctx-item:hover{background:#0000000d}.msg-ctx-item--danger{color:#d32f2f}
