.comms-module__TGRCaG__page{height:calc(100vh - var(--topbar-height) - 48px);border:1px solid var(--rescue-border);border-radius:var(--radius-lg);grid-template-columns:320px 1fr;animation:.4s ease-out comms-module__TGRCaG__fadeIn;display:grid;overflow:hidden}@keyframes comms-module__TGRCaG__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.comms-module__TGRCaG__leftPanel{background:var(--rescue-dark);border-right:1px solid var(--rescue-border);flex-direction:column;display:flex;overflow:hidden}.comms-module__TGRCaG__leftHeader{border-bottom:1px solid var(--rescue-border);flex-shrink:0;padding:20px 16px 12px}.comms-module__TGRCaG__leftTitleRow{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.comms-module__TGRCaG__leftTitleRow h2{color:var(--rescue-text);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.comms-module__TGRCaG__newChannelBtn{background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:var(--radius-md);width:28px;height:28px;color:var(--rescue-muted);cursor:pointer;justify-content:center;align-items:center;font-size:16px;font-weight:600;transition:all .15s;display:flex}.comms-module__TGRCaG__newChannelBtn:hover{background:var(--rescue-border);color:var(--rescue-text)}.comms-module__TGRCaG__searchBox{margin-bottom:10px;position:relative}.comms-module__TGRCaG__searchSvg{color:#52525b;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.comms-module__TGRCaG__searchInput{background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:var(--radius-md);width:100%;color:var(--rescue-text);font-size:var(--text-xs);outline:none;padding:8px 12px 8px 32px;font-family:inherit;transition:border-color .2s}.comms-module__TGRCaG__searchInput::placeholder{color:#52525b}.comms-module__TGRCaG__searchInput:focus{border-color:var(--rescue-brand)}.comms-module__TGRCaG__filterRow{gap:4px;display:flex;overflow-x:auto}.comms-module__TGRCaG__filterBtn{border-radius:var(--radius-sm);color:#52525b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s}.comms-module__TGRCaG__filterBtn:hover{color:var(--rescue-text-secondary);background:var(--rescue-surface)}.comms-module__TGRCaG__filterBtnActive{color:var(--rescue-text);background:var(--rescue-surface);border-color:var(--rescue-border)}.comms-module__TGRCaG__channelList{flex:1;padding:6px 8px;overflow-y:auto}.comms-module__TGRCaG__channelItem{border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:flex-start;gap:10px;width:100%;margin-bottom:2px;padding:10px;transition:all .15s;display:flex}.comms-module__TGRCaG__channelItem:hover{background:#3b82f60a}.comms-module__TGRCaG__channelActive{border-color:#3b82f626;background:#3b82f614!important}.comms-module__TGRCaG__channelActive .comms-module__TGRCaG__channelName{color:var(--rescue-text)}.comms-module__TGRCaG__channelIcon{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.comms-module__TGRCaG__channelEmoji{font-size:18px;line-height:1}.comms-module__TGRCaG__channelPulse{background:var(--rescue-critical);border:2px solid var(--rescue-dark);border-radius:50%;width:10px;height:10px;animation:2s infinite comms-module__TGRCaG__channelPulseAnim;position:absolute;bottom:-1px;right:-1px}@keyframes comms-module__TGRCaG__channelPulseAnim{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 4px #ef444400}}.comms-module__TGRCaG__channelBody{flex:1;min-width:0}.comms-module__TGRCaG__channelTop{justify-content:space-between;align-items:center;gap:6px;display:flex}.comms-module__TGRCaG__channelName{color:var(--rescue-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.comms-module__TGRCaG__channelTime{color:#52525b;font-size:10px;font-family:var(--font-mono);flex-shrink:0}.comms-module__TGRCaG__channelBottom{margin-top:3px}.comms-module__TGRCaG__channelPreview{color:#52525b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.comms-module__TGRCaG__channelMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.comms-module__TGRCaG__channelTypeBadge{font-size:9px;font-weight:700;font-family:var(--font-mono);letter-spacing:.06em;border:1px solid;border-radius:4px;padding:1px 5px}.comms-module__TGRCaG__unreadBadge{background:var(--rescue-critical);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex}.comms-module__TGRCaG__statusBar{border-top:1px solid var(--rescue-border);flex-shrink:0;align-items:center;gap:8px;padding:14px 16px;display:flex}.comms-module__TGRCaG__statusDot{background:var(--rescue-success);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 6px #22c55e80}.comms-module__TGRCaG__statusText{color:#52525b;font-size:11px}.comms-module__TGRCaG__rightPanel{background:#09090b;flex-direction:column;display:flex;overflow:hidden}.comms-module__TGRCaG__chatHeader{border-bottom:1px solid var(--rescue-border);-webkit-backdrop-filter:blur(16px);background:#111113b3;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.comms-module__TGRCaG__chatHeaderLeft{align-items:center;gap:12px;display:flex}.comms-module__TGRCaG__chatIcon{font-size:20px;line-height:1;position:relative}.comms-module__TGRCaG__chatIconPulse{background:var(--rescue-critical);border:2px solid #111113;border-radius:50%;width:10px;height:10px;animation:2s infinite comms-module__TGRCaG__channelPulseAnim;position:absolute;bottom:-2px;right:-4px}.comms-module__TGRCaG__chatTitle{color:var(--rescue-text);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.comms-module__TGRCaG__chatTypeBadge{font-size:9px;font-weight:700;font-family:var(--font-mono);letter-spacing:.04em;border-radius:4px;padding:2px 6px}.comms-module__TGRCaG__chatSubtitle{color:#52525b;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.comms-module__TGRCaG__chatOnline{color:var(--rescue-success)}.comms-module__TGRCaG__chatDot{opacity:.3}.comms-module__TGRCaG__chatCritical{color:var(--rescue-critical);letter-spacing:.04em;font-size:10px;font-weight:700;animation:2s infinite comms-module__TGRCaG__criticalBlink}@keyframes comms-module__TGRCaG__criticalBlink{0%,to{opacity:1}50%{opacity:.5}}.comms-module__TGRCaG__chatHeaderActions{align-items:center;gap:4px;display:flex}.comms-module__TGRCaG__headerAction{border-radius:var(--radius-md);color:#52525b;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.comms-module__TGRCaG__headerAction:hover{background:var(--rescue-surface);border-color:var(--rescue-border);color:var(--rescue-text)}.comms-module__TGRCaG__messagesArea{flex-direction:column;flex:1;gap:2px;padding:20px 24px;display:flex;overflow-y:auto}.comms-module__TGRCaG__messageGroup{border-radius:var(--radius-md);gap:12px;padding:10px 12px;transition:background .15s;animation:.3s ease-out both comms-module__TGRCaG__msgSlide;display:flex}.comms-module__TGRCaG__messageGroup:hover{background:#ffffff05}.comms-module__TGRCaG__messageAlert{border:1px solid var(--alert-border);border-left:3px solid var(--alert-border);background:var(--alert-bg)!important}@keyframes comms-module__TGRCaG__msgSlide{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.comms-module__TGRCaG__avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:2px;font-size:11px;font-weight:700;display:flex}.comms-module__TGRCaG__messageContent{flex:1;min-width:0}.comms-module__TGRCaG__messageMeta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.comms-module__TGRCaG__senderName{color:var(--rescue-text);font-size:13px;font-weight:650}.comms-module__TGRCaG__senderRole{color:#52525b;background:var(--rescue-surface);border:1px solid var(--rescue-border);font-size:10px;font-weight:600;font-family:var(--font-mono);border-radius:4px;padding:1px 6px}.comms-module__TGRCaG__messageTime{color:#3f3f46;font-size:10px;font-family:var(--font-mono)}.comms-module__TGRCaG__priorityTag{font-size:9px;font-weight:800;font-family:var(--font-mono);letter-spacing:.04em;border:1px solid;border-radius:4px;padding:1px 6px}.comms-module__TGRCaG__messageText{color:#a1a1aa;font-size:13.5px;line-height:1.6}.comms-module__TGRCaG__attachment{background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:var(--radius-md);align-items:center;gap:10px;max-width:400px;margin-top:8px;padding:8px 12px;display:flex}.comms-module__TGRCaG__attachment_location{border-left:3px solid var(--rescue-brand)}.comms-module__TGRCaG__attachment_photo{border-left:3px solid #8b5cf6}.comms-module__TGRCaG__attachIcon{flex-shrink:0;font-size:18px}.comms-module__TGRCaG__attachInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.comms-module__TGRCaG__attachLabel{color:var(--rescue-text);font-size:12px;font-weight:600}.comms-module__TGRCaG__attachMeta{color:#52525b;font-size:10px;font-family:var(--font-mono)}.comms-module__TGRCaG__attachAction{color:var(--rescue-brand);cursor:pointer;white-space:nowrap;background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;flex-shrink:0;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s}.comms-module__TGRCaG__attachAction:hover{background:#3b82f633}.comms-module__TGRCaG__reactions{gap:6px;margin-top:6px;display:flex}.comms-module__TGRCaG__reaction{background:var(--rescue-surface);border:1px solid var(--rescue-border);cursor:pointer;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;transition:all .15s;display:flex}.comms-module__TGRCaG__reaction:hover{border-color:var(--rescue-brand);background:#3b82f614}.comms-module__TGRCaG__reactionCount{color:#71717a;font-size:11px;font-weight:600;font-family:var(--font-mono)}.comms-module__TGRCaG__systemMessage{justify-content:center;align-items:center;gap:12px;padding:8px 0;animation:.3s ease-out both comms-module__TGRCaG__msgSlide;display:flex}.comms-module__TGRCaG__systemLine{background:var(--rescue-border);flex:1;height:1px}.comms-module__TGRCaG__systemText{color:#52525b;white-space:nowrap;background:var(--rescue-surface);border-radius:20px;align-items:center;gap:6px;padding:3px 12px;font-size:11px;font-weight:500;display:flex}.comms-module__TGRCaG__systemTime{font-family:var(--font-mono);color:#3f3f46;font-size:10px}.comms-module__TGRCaG__inputArea{border-top:1px solid var(--rescue-border);-webkit-backdrop-filter:blur(16px);background:#11111380;flex-shrink:0;padding:12px 20px 16px}.comms-module__TGRCaG__typingIndicator{color:#52525b;align-items:center;gap:6px;min-height:16px;margin-bottom:8px;font-size:11px;display:flex}.comms-module__TGRCaG__typingDots{gap:3px;display:flex}.comms-module__TGRCaG__typingDot{background:#52525b;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite comms-module__TGRCaG__typingBounce}.comms-module__TGRCaG__typingDot:nth-child(2){animation-delay:.2s}.comms-module__TGRCaG__typingDot:nth-child(3){animation-delay:.4s}@keyframes comms-module__TGRCaG__typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}}.comms-module__TGRCaG__inputRow{background:var(--rescue-surface);border:1px solid var(--rescue-border);border-radius:10px;align-items:center;gap:0;padding:4px;transition:border-color .2s;display:flex}.comms-module__TGRCaG__inputRow:focus-within{border-color:var(--rescue-brand);box-shadow:0 0 0 3px #3b82f614}.comms-module__TGRCaG__inputActions{align-items:center;gap:0;padding-left:4px;display:flex}.comms-module__TGRCaG__inputBtn{color:#52525b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.comms-module__TGRCaG__inputBtn:hover{background:var(--rescue-border);color:var(--rescue-text)}.comms-module__TGRCaG__chatInput{color:var(--rescue-text);background:0 0;border:none;outline:none;flex:1;padding:8px 10px;font-family:inherit;font-size:13px}.comms-module__TGRCaG__chatInput::placeholder{color:#3f3f46}.comms-module__TGRCaG__sendBtn{background:var(--rescue-brand);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.comms-module__TGRCaG__sendBtn:hover{background:#2563eb;transform:scale(1.04)}@media (max-width:900px){.comms-module__TGRCaG__page{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 64px)}.comms-module__TGRCaG__leftPanel{display:none}.comms-module__TGRCaG__chatHeader{padding:12px 16px}.comms-module__TGRCaG__messagesArea{padding:16px}.comms-module__TGRCaG__inputArea{padding:10px 16px 14px}}
