.chat-bubble-btn{z-index:9999;background:var(--primary);height:44px;color:var(--primary-foreground);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:none;border-radius:9999px;outline:none;align-items:center;gap:8px;padding:0 20px 0 14px;transition:box-shadow .18s,transform .24s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 1px 2px #0000000f,0 3px 14px #00000029,inset 0 1px #ffffff2e;box-shadow:0 1px 2px lab(0% 0 0/.06),0 3px 14px lab(0% 0 0/.16),inset 0 1px lab(100% 0 0/.18)}.chat-bubble-btn:hover{cursor:grab;transform:translateY(-4px);box-shadow:0 2px 4px #00000012,0 10px 30px #0003,inset 0 1px #ffffff38;box-shadow:0 2px 4px lab(0% 0 0/.07),0 10px 30px lab(0% 0 0/.2),inset 0 1px lab(100% 0 0/.22)}.chat-bubble-btn:active:not(.chat-bubble-btn--dragging){transition:transform 60ms,box-shadow 60ms,opacity .2s;transform:translateY(1px)scale(.97);box-shadow:0 1px 3px #0000001a,inset 0 1px 3px #0000001a;box-shadow:0 1px 3px lab(0% 0 0/.1),inset 0 1px 3px lab(0% 0 0/.1)}.chat-bubble-btn--hidden{opacity:0;pointer-events:none;transform:translateY(12px)scale(.82)}.chat-bubble-btn--dragging{transition:box-shadow .1s,transform .1s,opacity .2s;transform:scale(1.06)translateY(-3px);box-shadow:0 2px 6px #00000014,0 16px 40px #00000042,inset 0 1px #fff3;box-shadow:0 2px 6px lab(0% 0 0/.08),0 16px 40px lab(0% 0 0/.26),inset 0 1px lab(100% 0 0/.2);cursor:grabbing!important}.chat-bubble-grip{opacity:0;color:var(--primary-foreground);pointer-events:none;line-height:0;transition:opacity .18s;position:absolute;top:4px;left:5px}.chat-bubble-btn:hover .chat-bubble-grip,.chat-bubble-btn--dragging .chat-bubble-grip{opacity:.5}.chat-bubble-label{letter-spacing:-.01em;font-size:13.5px;font-weight:600;line-height:1}.chat-bubble-badge{color:#fff;color:lab(100% 0 0);letter-spacing:-.02em;border:2.5px solid var(--background);pointer-events:none;background:#e62b34;background:lab(51.3582% 69.7345 44.3509);border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10.5px;font-weight:700;animation:.3s cubic-bezier(.34,1.56,.64,1) both chat-badge-pop;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 8px #0003;box-shadow:0 2px 8px lab(0% 0 0/.2)}@keyframes chat-badge-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes chat-hint-in{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes chat-hint-out{0%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(-4px)}}.chat-bubble-hint-label{color:#fff;color:lab(100% 0 0);white-space:nowrap;pointer-events:none;z-index:10000;background:#060606e0;background:lab(1.5609% 0 0/.88);border-radius:8px;padding:5px 12px;font-size:11.5px;font-weight:500;animation:.28s cubic-bezier(.34,1.56,.64,1) both chat-hint-in;position:fixed;transform:translate(-50%)}.chat-bubble-hint-label:after{content:"";border:5px solid #0000;border-top-color:oklch(12% 0 0/.88);position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes chat-bubble-nudge{0%{transform:translate(0)}18%{transform:translate(-8px)}42%{transform:translate(6px)}62%{transform:translate(-4px)}80%{transform:translate(2px)}to{transform:translate(0)}}.chat-bubble-btn--hint{animation:.7s cubic-bezier(.36,.07,.19,.97) chat-bubble-nudge}.chat-panel-wrap{z-index:9997;opacity:0;pointer-events:none;transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;transform:translate(3%)}.chat-panel-wrap--open{opacity:1;pointer-events:all;transform:translate(0)}.chat-panel{background:var(--background);border:none;border-radius:0;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.chat-reconnect-banner{z-index:10;text-align:center;background:var(--muted);color:var(--muted-foreground);border-bottom:1px solid var(--border);justify-content:center;align-items:center;gap:6px;padding:6px 16px;font-size:12px;display:flex;position:absolute;top:0;left:0;right:0}.chat-dm-list{border-right:1px solid var(--border);background:var(--sidebar);flex-direction:column;flex-shrink:0;width:340px;height:100%;display:flex}.chat-dm-me{border-bottom:1px solid var(--border);background:var(--sidebar);flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}.chat-dm-me-avatar{background:var(--primary);width:40px;height:40px;color:var(--primary-foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.chat-dm-me-info{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-dm-me-name{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.chat-dm-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.chat-dm-header-brand{align-items:center;gap:10px;display:flex}.chat-dm-logo{flex-shrink:0;width:auto;height:26px}.chat-dm-title{color:var(--foreground);font-size:18px;font-weight:700}.chat-dm-close-btn{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:flex}.chat-dm-close-btn:hover{background:var(--accent);color:var(--foreground)}.chat-dm-search-wrap{flex-shrink:0;padding:12px 14px;position:relative}.chat-search-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:25px;transform:translateY(-50%)}.chat-dm-search{border-radius:var(--radius-md,.5rem);border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);box-sizing:border-box;outline:none;padding:9px 12px 9px 34px;font-size:14px;transition:border-color .15s}.chat-dm-search::placeholder{color:var(--muted-foreground)}.chat-dm-search:focus{border-color:var(--ring)}.chat-dm-users{flex:1;padding:4px 8px 16px;overflow-y:auto}.chat-dm-users::-webkit-scrollbar{width:4px}.chat-dm-users::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.chat-dm-empty{text-align:center;color:var(--muted-foreground);padding:32px 16px;font-size:14px}.chat-dm-skeleton{flex-direction:column;gap:4px;padding:4px 0;display:flex}.chat-dm-skeleton-row{align-items:center;gap:10px;padding:10px 12px;display:flex}.chat-dm-skeleton-avatar{background:var(--muted);border-radius:50%;flex-shrink:0;width:36px;height:36px;animation:1.4s ease-in-out infinite chat-skeleton-pulse}.chat-dm-skeleton-lines{flex-direction:column;flex:1;gap:6px;display:flex}.chat-dm-skeleton-name{background:var(--muted);border-radius:6px;width:65%;height:12px;animation:1.4s ease-in-out infinite chat-skeleton-pulse}.chat-dm-skeleton-role{background:var(--muted);border-radius:6px;width:40%;height:10px;animation:1.4s ease-in-out .2s infinite chat-skeleton-pulse}@keyframes chat-skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-dm-user{border-radius:var(--radius-md,.5rem);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 10px;transition:background .12s;display:flex;position:relative}.chat-dm-user:hover,.chat-dm-user--active{background:var(--accent)}.chat-dm-user:disabled{opacity:.7;cursor:default}.chat-dm-avatar{background:var(--primary);width:46px;height:46px;color:var(--primary-foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex;position:relative}.chat-dm-avatar-initials{pointer-events:none;-webkit-user-select:none;user-select:none}.chat-dm-online-dot{border:2px solid var(--sidebar);background:#ee343b;background:lab(53.6853% 69.6775 43.7724);border-radius:9999px;width:11px;height:11px;position:absolute;bottom:2px;right:2px}.chat-dm-online-dot--online{background:#51c148;background:lab(69.7169% -50.5724 49.3033)}.chat-dm-online-dot--away{background:#edb417;background:lab(76.9793% 12.5021 75.791)}.chat-dm-online-dot--busy{background:#8fa9bc;background:lab(67.5589% -6.05622 -12.9617)}.chat-dm-online-dot--offline{background:#ee343b;background:lab(53.6853% 69.6775 43.7724)}.chat-dm-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.chat-dm-name-row{justify-content:space-between;align-items:center;gap:6px;display:flex}.chat-dm-name{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.chat-dm-unread{color:#fff;color:lab(100% 0 0);background:#51c148;background:lab(69.7169% -50.5724 49.3033);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:flex}.chat-dm-meta{align-items:center;gap:6px;display:flex}.chat-role-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;padding:2px 7px;font-size:10px;font-weight:600}.chat-role-badge--driver{color:#00476d;color:lab(27.7363% -8.18346 -36.9692);background:#aedeff33;background:lab(86.1198% -11.3238 -25.6372/.2)}.chat-role-badge--staff{color:#00482e;color:lab(26.1704% -43.1675 11.893);background:#96edc733;background:lab(87.4157% -33.6017 9.63773/.2)}.chat-role-badge--admin{color:#452e86;color:lab(25.8096% 28.3369 -46.7444);background:#ccc5ff33;background:lab(81.4815% 14.4835 -34.3632/.2)}.dark .chat-role-badge--driver{color:#70b6e7;color:lab(70.991% -12.9073 -31.6937);background:#003f6059;background:lab(24.4811% -7.8918 -24.9024/.35)}.dark .chat-role-badge--staff{color:#4dbc92;color:lab(69.115% -40.8548 11.6308);background:#00382559;background:lab(19.9822% -31.8818 8.86663/.35)}.dark .chat-role-badge--admin{color:#ada0f5;color:lab(69.5677% 18.5122 -40.8856);background:#34266159;background:lab(19.6239% 18.9223 -33.4752/.35)}.chat-dm-user--no-chat{opacity:.55;cursor:default}.chat-dm-user--no-chat:hover{background:0 0}.chat-dm-no-chat-label{color:var(--muted-foreground);font-size:10px;font-style:italic}.chat-dm-loading{color:var(--muted-foreground);flex-shrink:0;align-items:center;margin-left:4px;display:flex}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-spin{animation:.7s linear infinite chat-spin}.chat-window{background:var(--background);flex-direction:column;flex:1;min-width:0;height:100%;display:flex;position:relative}.chat-window--empty{justify-content:center;align-items:center;position:relative}.chat-window-empty-state{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:48px 32px;display:flex}.chat-window-empty-state p{margin:0;font-size:15px}.chat-window-header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;min-height:65px;padding:14px 16px 14px 20px;display:flex}.chat-window-close-btn{width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0;transition:background .12s,color .12s;display:flex}.chat-window-close-btn:hover{background:var(--accent);color:var(--foreground)}.chat-window--empty .chat-window-close-btn{margin-left:0;position:absolute;top:14px;right:16px}.chat-window-avatar{background:var(--primary);width:42px;height:42px;color:var(--primary-foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.chat-window-user-info{flex-direction:column;gap:2px;display:flex}.chat-window-user-name{color:var(--foreground);font-size:16px;font-weight:600}.chat-window-user-info .chat-role-badge{align-self:flex-start}.chat-messages{background-image:none;flex-direction:column;flex:1;gap:2px;padding:16px 20px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.chat-date-separator{justify-content:center;align-items:center;margin:14px 0 8px;display:flex}.chat-date-separator span{color:var(--muted-foreground);background:var(--muted);border-radius:9999px;padding:3px 12px;font-size:12px;font-weight:500}.chat-msg-row{align-items:flex-end;gap:8px;max-width:100%;margin-top:2px;display:flex}.chat-msg-row--mine{flex-direction:row-reverse}.chat-msg-row--grouped{margin-top:1px}.chat-msg-avatar{background:var(--secondary);width:32px;height:32px;color:var(--secondary-foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.chat-msg-avatar--hidden{visibility:hidden}.chat-msg-content{flex-direction:column;gap:3px;max-width:60%;display:flex}.chat-msg-row--mine .chat-msg-content{align-items:flex-end}.chat-msg-row--theirs .chat-msg-content{align-items:flex-start}.chat-msg-sender{color:var(--muted-foreground);padding:0 6px;font-size:12px;font-weight:500}.chat-bubble{word-break:break-word;white-space:pre-wrap;border-radius:14px;max-width:100%;padding:9px 14px;line-height:1.5}.chat-bubble--sent{background:var(--primary);color:var(--primary-foreground);border-bottom-right-radius:4px}.chat-bubble--received{background:var(--secondary);color:var(--secondary-foreground);border-bottom-left-radius:4px}.chat-bubble--sending{opacity:.6}.chat-bubble-text{font-size:14px}.chat-msg-time{color:var(--muted-foreground);padding:0 4px;font-size:11px}.chat-no-messages{color:var(--muted-foreground);text-align:center;flex:1;justify-content:center;align-items:center;padding:32px;font-size:14px;display:flex}.chat-no-messages p{margin:0}.chat-load-error{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;font-size:14px;display:flex}.chat-retry-btn{border-radius:var(--radius-md,.5rem);border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;padding:8px 20px;font-size:13px;transition:background .12s}.chat-retry-btn:hover{background:var(--accent)}@keyframes chat-shimmer{0%{opacity:.4}50%{opacity:.85}to{opacity:.4}}.chat-messages-skeleton{flex-direction:column;gap:14px;padding:8px 0;display:flex}.chat-skeleton-row{display:flex}.chat-skeleton-row--right{justify-content:flex-end}.chat-skeleton-bubble{background:var(--muted);border-radius:14px;height:42px;animation:1.4s ease-in-out infinite chat-shimmer}.chat-input-area{border-top:1px solid var(--border);background:var(--background);flex-direction:column;flex-shrink:0;gap:8px;padding:10px 16px 12px;display:flex}.chat-input-row{align-items:flex-end;gap:8px;display:flex}.chat-file-input{display:none}.chat-input{resize:none;border-radius:var(--radius-md,.5rem);border:1px solid var(--input);background:var(--background);color:var(--foreground);box-sizing:border-box;outline:none;flex:1;min-height:42px;max-height:130px;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .15s;overflow-y:auto}.chat-input::placeholder{color:var(--muted-foreground)}.chat-input:focus{border-color:var(--ring)}.chat-send-btn{border-radius:var(--radius-md,.5rem);background:var(--primary);width:42px;height:42px;color:var(--primary-foreground);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.chat-send-btn:disabled{opacity:.35;cursor:default}.chat-send-btn:not(:disabled):hover{opacity:.82}.chat-attach-btn{border-radius:var(--radius-md,.5rem);width:36px;height:36px;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:3px;padding:0;transition:background .12s,color .12s;display:flex}.chat-attach-btn:hover:not(:disabled){background:var(--accent);color:var(--foreground)}.chat-attach-btn:disabled{opacity:.4;cursor:default}.chat-img-preview-bar{background:var(--muted);border-radius:var(--radius-md,.5rem);border:1px solid var(--border);align-items:center;gap:10px;padding:8px 10px;display:flex}.chat-img-preview-thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:48px;height:48px}.chat-img-preview-name{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;overflow:hidden}.chat-img-preview-remove{width:26px;height:26px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:flex}.chat-img-preview-remove:hover:not(:disabled){background:var(--destructive);color:#fff;color:lab(100% 0 0)}.chat-bubble--image-only{padding:0;overflow:hidden}.chat-bubble-image{object-fit:contain;cursor:pointer;border-radius:10px;width:100%;max-width:260px;height:auto;max-height:300px;transition:opacity .12s;display:block}.chat-bubble--image-only .chat-bubble-image{border-radius:inherit}.chat-bubble-image:hover{opacity:.9}.chat-bubble-image--uploading{opacity:.55;cursor:default;filter:blur(.5px)}.chat-bubble-image--placeholder{background:var(--muted);border-radius:10px;width:200px;height:140px;animation:1.4s ease-in-out infinite chat-shimmer;display:block}.chat-bubble-image+.chat-bubble-text{margin-top:6px;display:block}.chat-window-back-btn{display:none}@media (max-width:768px){.chat-dm-list{width:100%}.chat-panel--has-active .chat-dm-list,.chat-panel:not(.chat-panel--has-active) .chat-window{display:none}.chat-window-back-btn{width:34px;height:34px;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:-6px;margin-right:-2px;padding:0;transition:background .12s;display:flex}.chat-window-back-btn:hover{background:var(--accent)}}@media (min-width:769px) and (max-width:1024px){.chat-dm-list{width:280px}}.chat-schedule-btn{border:1.5px solid var(--border);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:6px;outline:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:6px;transition:background .15s,color .15s,border-color .15s;display:flex}.chat-schedule-btn:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--primary)}.chat-schedule-btn--pending{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);animation:1.4s ease-in-out infinite chat-schedule-pulse}@keyframes chat-schedule-pulse{0%,to{opacity:1}50%{opacity:.6}}.chat-newgroup-btn{border:1.5px solid var(--border);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:6px;outline:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;transition:background .15s,color .15s,border-color .15s;display:flex}.chat-newgroup-btn:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--primary)}.chat-dm-tabs{flex-shrink:0;align-items:center;gap:6px;padding:4px 14px 0;display:flex}.chat-dm-tab{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:8px 10px;font-size:13px;font-weight:600;transition:color .12s,border-color .12s}.chat-dm-tab:hover{color:var(--foreground)}.chat-dm-tab--active{color:var(--primary);border-bottom-color:var(--primary)}.chat-dm-tabs-action{margin-left:2px}.chat-dm-section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);padding:8px 14px 4px;font-size:11px;font-weight:700}.chat-dm-avatar--group{background:var(--accent);width:46px;height:46px;color:var(--accent-foreground)}.chat-dm-group-meta,.chat-window-group-meta{color:var(--muted-foreground);font-size:12px}.chat-window-avatar--group{background:var(--accent);color:var(--accent-foreground)}.chat-group-modal-overlay{z-index:30;background:#00000073;background:lab(0% 0 0/.45);justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.chat-group-modal{background:var(--sidebar);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:340px;max-height:90%;display:flex;overflow:hidden;box-shadow:0 12px 40px #0000004d;box-shadow:0 12px 40px lab(0% 0 0/.3)}.chat-group-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-group-modal-title{color:var(--foreground);font-size:16px;font-weight:700}.chat-group-modal-close{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;display:flex}.chat-group-modal-close:hover{background:var(--accent);color:var(--foreground)}.chat-group-name-input{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;outline:none;margin:14px 16px 4px;padding:9px 12px;font-size:14px}.chat-group-name-input:focus{border-color:var(--primary)}.chat-group-members-label{color:var(--muted-foreground);padding:10px 16px 6px;font-size:12px;font-weight:600}.chat-group-members-list{flex:1;min-height:80px;padding:0 8px;overflow-y:auto}.chat-group-member-row{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:7px 8px;display:flex}.chat-group-member-row:hover{background:var(--accent)}.chat-group-member-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.chat-group-member-avatar{width:34px;height:34px;font-size:12px}.chat-group-member-info{flex-direction:column;gap:3px;min-width:0;display:flex}.chat-group-modal-actions{border-top:1px solid var(--border);gap:10px;padding:14px 16px;display:flex}.chat-group-cancel-btn,.chat-group-create-btn{cursor:pointer;border-radius:8px;flex:1;padding:9px 12px;font-size:14px;font-weight:600;transition:background .15s,opacity .15s}.chat-group-cancel-btn{border:1px solid var(--border);color:var(--foreground);background:0 0}.chat-group-cancel-btn:hover{background:var(--accent)}.chat-group-create-btn{background:var(--primary);color:var(--primary-foreground);border:none}.chat-group-create-btn:disabled,.chat-group-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.chat-tag-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-tag-name-row{align-items:center;gap:8px;min-width:0;display:flex}.chat-tag-count{background:var(--accent);min-width:18px;height:18px;color:var(--accent-foreground);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.chat-tag-desc{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chat-tag-preview{color:var(--muted-foreground);border-top:1px solid var(--border);padding:8px 16px;font-size:12px;font-weight:500}.chat-window-headmain{border-radius:8px;flex:1;align-items:center;gap:12px;min-width:0;margin:-2px;padding:2px;display:flex}.chat-window-headmain--clickable{cursor:pointer;transition:background .12s}.chat-window-headmain--clickable:hover{background:var(--accent)}.chat-system-msg{justify-content:center;margin:8px 0;display:flex}.chat-system-msg span{color:var(--muted-foreground);background:var(--accent);text-align:center;border-radius:9999px;max-width:80%;padding:4px 12px;font-size:12px}.chat-groupinfo{z-index:20;background:var(--background);flex-direction:column;display:flex;position:absolute;inset:0}.chat-groupinfo-header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;min-height:65px;padding:14px 16px;display:flex}.chat-groupinfo-back{width:32px;height:32px;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;display:flex}.chat-groupinfo-back:hover{background:var(--accent)}.chat-groupinfo-title{color:var(--foreground);font-size:16px;font-weight:700}.chat-groupinfo-body{flex:1;padding-bottom:16px;overflow-y:auto}.chat-groupinfo-top{border-bottom:8px solid var(--accent);flex-direction:column;align-items:center;gap:8px;padding:24px 16px 16px;display:flex}.chat-groupinfo-avatar{background:var(--accent);width:84px;height:84px;color:var(--accent-foreground);border-radius:9999px;justify-content:center;align-items:center;display:flex}.chat-groupinfo-name-row{align-items:center;gap:8px;display:flex}.chat-groupinfo-name{color:var(--foreground);text-align:center;font-size:20px;font-weight:700}.chat-groupinfo-count{color:var(--muted-foreground);font-size:13px}.chat-groupinfo-edit-row{align-items:center;gap:6px;width:100%;display:flex}.chat-groupinfo-name-input{flex:1;margin:0}.chat-groupinfo-icon-btn{width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-groupinfo-icon-btn:hover{background:var(--accent);color:var(--foreground)}.chat-groupinfo-section{border-bottom:1px solid var(--border);padding:14px 16px}.chat-groupinfo-section-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.chat-groupinfo-section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:12px;font-weight:700}.chat-groupinfo-text-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 4px;font-size:13px;font-weight:600}.chat-groupinfo-text-btn:hover{background:var(--accent)}.chat-groupinfo-text-btn--danger{color:#e62b34;color:lab(51.3582% 69.7345 44.3509)}.chat-groupinfo-text-btn:disabled{opacity:.5;cursor:not-allowed}.chat-groupinfo-desc{color:var(--foreground);white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px}.chat-groupinfo-desc-empty{color:var(--muted-foreground);font-style:italic}.chat-groupinfo-desc-edit{flex-direction:column;gap:8px;display:flex}.chat-groupinfo-desc-input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);resize:vertical;border-radius:8px;outline:none;padding:9px 12px;font-family:inherit;font-size:14px}.chat-groupinfo-desc-input:focus{border-color:var(--primary)}.chat-groupinfo-desc-actions{justify-content:flex-end;gap:8px;display:flex}.chat-groupinfo-members{flex-direction:column;display:flex}.chat-groupinfo-member{align-items:center;gap:10px;padding:8px 0;display:flex}.chat-groupinfo-member-info{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.chat-groupinfo-admin-badge{text-transform:uppercase;letter-spacing:.03em;color:#00893c;color:lab(49.7747% -48.7973 32.7656);background:#00893c24;background:lab(49.7747% -48.7973 32.7656/.14);border-radius:9999px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:700}.chat-groupinfo-member-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.chat-groupinfo-danger{border-bottom:none;flex-direction:column;gap:10px;display:flex}.chat-groupinfo-leave-btn,.chat-groupinfo-delete-btn,.chat-groupinfo-delete-confirm{cursor:pointer;border:1px solid var(--border);color:#e62b34;color:lab(51.3582% 69.7345 44.3509);background:0 0;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;font-weight:600;transition:background .12s}.chat-groupinfo-leave-btn:hover,.chat-groupinfo-delete-btn:hover{background:#e62b341a;background:lab(51.3582% 69.7345 44.3509/.1)}.chat-groupinfo-delete-confirm{color:#fff;background:#e62b34;background:lab(51.3582% 69.7345 44.3509);border:none;flex:1;width:auto}.chat-groupinfo-confirm{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.chat-groupinfo-confirm>span{color:var(--foreground);font-size:13px}.chat-groupinfo-confirm-actions{gap:8px;display:flex}.chat-groupinfo-leave-btn:disabled,.chat-groupinfo-delete-btn:disabled,.chat-groupinfo-delete-confirm:disabled{opacity:.5;cursor:not-allowed}.chat-dm-broadcast{border:1px solid var(--border);background:var(--accent);margin-bottom:6px}.chat-dm-broadcast:hover{background:var(--accent);border-color:var(--primary)}.chat-dm-avatar--broadcast,.chat-window-avatar--broadcast{color:#fff;color:lab(100% 0 0);background:#dd503f;background:lab(54.2309% 55.4525 41.0688)}.chat-broadcast-refresh{margin-left:auto}.chat-broadcast-receipt{flex-direction:column;align-items:flex-end;gap:4px;max-width:100%;display:flex}.chat-broadcast-receipt-summary{color:#00893c;color:lab(49.7747% -48.7973 32.7656);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:11.5px;font-weight:500;display:flex}.chat-broadcast-receipt-summary:disabled{cursor:default;color:var(--muted-foreground)}.chat-broadcast-receipt-summary svg{flex-shrink:0}.chat-broadcast-note{color:var(--muted-foreground);font-size:11px}.chat-broadcast-note--fail{color:#e62b34;color:lab(51.3582% 69.7345 44.3509)}.chat-broadcast-recipients{flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:320px;display:flex}.chat-broadcast-recipient{background:var(--secondary);color:var(--secondary-foreground);border-radius:9999px;padding:2px 8px;font-size:11px}
