*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#f0f2f5;color:#1f2329}.auth-wrap{min-height:100%;display:flex;align-items:center;justify-content:center;padding:16px}.auth-card{width:100%;max-width:360px;background:#fff;border-radius:12px;padding:32px 28px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:14px}.auth-card h1{margin:0;font-size:22px;text-align:center}.auth-sub{margin:0;text-align:center;color:#8a919f;font-size:14px}.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#4e5665}.auth-card input{padding:9px 12px;border:1px solid #d5d9e0;border-radius:8px;font-size:15px;outline:none;transition:border-color .15s}.auth-card input:focus{border-color:#3370ff}.auth-card button[type=submit]{margin-top:4px;padding:10px;border:none;border-radius:8px;background:#3370ff;color:#fff;font-size:15px;cursor:pointer}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-switch{margin:0;text-align:center;font-size:13px;color:#8a919f}.auth-switch a{color:#3370ff;text-decoration:none}.server-box{width:100%;max-width:360px;background:#fff;border:1px solid #d5d9e0;border-radius:12px;padding:14px 16px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px}.server-box-title{font-size:13px;font-weight:600;color:#4e5665}.server-box-row{display:flex;gap:8px}.server-box-row input{flex:1;min-width:0;padding:7px 10px;border:1px solid #d5d9e0;border-radius:8px;font-size:13px;outline:none}.server-box-row input:focus{border-color:#3370ff}.server-box-row button{padding:0 14px;border:none;border-radius:8px;background:#3370ff;color:#fff;font-size:13px;cursor:pointer;white-space:nowrap}.server-box-msg{font-size:12px}.server-box-msg.ok{color:#00a870}.server-box-msg.err{color:#e54545}.server-box-tip{font-size:12px;color:#8a919f}.alert{padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.5}.alert-error{background:#fff1f0;color:#cf1322;border:1px solid #ffccc7}.muted{color:#8a919f;font-size:13px;line-height:1.6}.home{max-width:680px;margin:0 auto;padding:20px 16px 40px;display:flex;flex-direction:column;gap:16px}.home-header{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 2px 8px #0000000d}.avatar{width:44px;height:44px;border-radius:50%;background:#3370ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;flex-shrink:0}.home-user{flex:1;min-width:0}.home-nick{font-size:16px;font-weight:600}.home-username{font-size:13px;color:#8a919f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-ghost{border:1px solid #d5d9e0;background:#fff;color:#4e5665;border-radius:8px;padding:7px 14px;font-size:13px;cursor:pointer;flex-shrink:0}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.card h2{margin:0 0 6px;font-size:17px}.card .muted{margin:0 0 14px}.row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.row button{border:none;background:#3370ff;color:#fff;border-radius:8px;padding:8px 16px;font-size:14px;cursor:pointer}.row button:disabled{opacity:.55;cursor:not-allowed}.ws-state{font-size:13px;padding:4px 10px;border-radius:999px;background:#f0f2f5;color:#4e5665}.ws-state-open{background:#f6ffed;color:#389e0d;border:1px solid #b7eb8f}.ws-log{margin:12px 0 0;padding:10px 12px;background:#1f2329;color:#b6e2a1;border-radius:8px;font-size:12px;font-family:Consolas,Menlo,monospace;line-height:1.6;min-height:60px;max-height:220px;overflow:auto;white-space:pre-wrap;word-break:break-all}.chat-shell{height:100%;display:flex;min-height:0}.sidebar{width:288px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e5e6eb;min-height:0}.sidebar-head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #f0f2f5;flex-shrink:0}.sidebar-user{flex:1;min-width:0}.sidebar-nick{font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-username{font-size:12px;color:#8a919f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-btn{width:34px;height:34px;border:none;border-radius:8px;background:#f0f2f5;color:#4e5665;font-size:17px;line-height:1;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:#e5e9f0}.link-btn{border:none;background:none;color:#3370ff;font-size:12px;cursor:pointer;padding:0 2px}.conn-bar{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fafbfc;border-bottom:1px solid #f0f2f5;flex-shrink:0}.conn-text{font-size:12px;color:#4e5665;flex:1}.conn-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.conn-on{background:#52c41a}.conn-connecting{background:#faad14}.conn-off{background:#ff4d4f}.conv-list{flex:1;overflow-y:auto;padding:6px 0}.conv-empty{padding:28px 14px;text-align:center}.conv-item{width:100%;display:flex;align-items:center;gap:8px;padding:11px 14px;border:none;background:transparent;cursor:pointer;text-align:left;color:inherit;font:inherit}.conv-item:hover{background:#f5f7fa}.conv-item-active,.conv-item-active:hover{background:#e8f0fe}.conv-item-main{flex:1;min-width:0}.conv-item-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-item-last{font-size:12px;color:#8a919f;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-item-time{font-size:11px;color:#c0c4cc;flex-shrink:0;align-self:flex-start;margin-top:2px}.chat{flex:1;min-width:0;display:flex;flex-direction:column;background:#f7f8fa;min-height:0}.chat-empty{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8a919f;background:#f7f8fa}.chat-empty-icon{font-size:44px}.chat-empty p{margin:0;font-size:14px}.chat-head{padding:12px 18px;background:#fff;border-bottom:1px solid #e5e6eb;flex-shrink:0;display:flex;align-items:baseline;gap:12px}.chat-head-title{font-size:16px;font-weight:600}.chat-head-sub{font-size:12px}.msg-list{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:10px;min-height:0}.msg-loading{text-align:center;padding:18px 0}.msg-row{display:flex}.msg-row-mine{justify-content:flex-end}.msg-bubble{max-width:68%;background:#fff;border-radius:10px;padding:9px 12px;box-shadow:0 1px 2px #0000000d;min-width:0}.msg-row-mine .msg-bubble{background:#d4e8ff}.msg-text{font-size:14px;line-height:1.55;word-break:break-word}.msg-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px;font-size:11px;color:#8a919f}.msg-row-mine .msg-meta{color:#4e6fa5}.msg-text-with-spin{display:flex;align-items:flex-start;gap:5px;min-width:0}.msg-text-with-spin .msg-text{flex:0 1 auto;min-width:0}.msg-state-sending{display:inline-block;flex:none;width:12px;height:12px;margin-top:5px;border-radius:50%;border:1.5px solid rgba(78,111,165,.25);border-top-color:#4e6fa5f2;animation:msg-spin .7s linear infinite}@keyframes msg-spin{to{transform:rotate(360deg)}}.msg-resend{color:#cf1322}.msg-err{margin-top:4px;font-size:11px;color:#cf1322}.btn-back{display:none;align-self:center}@media(max-width:760px){.btn-back{display:inline-flex}.chat-shell.has-active .sidebar{display:none}.chat-shell:not(.has-active) .chat-empty{display:none}.chat-shell:not(.has-active) .sidebar{width:100%;border-right:0}}.composer{background:#fff;border-top:1px solid #e5e6eb;padding:12px 16px;flex-shrink:0}.composer-row{display:flex;gap:10px;align-items:center}.composer-input{flex:1;min-width:0;padding:10px 12px;border:1px solid #d5d9e0;border-radius:8px;font-size:14px;outline:none;background:#f7f8fa}.composer-input:focus{border-color:#3370ff;background:#fff}.composer-err{color:#cf1322;font-size:12px;margin-bottom:6px}.btn-primary{border:none;background:#3370ff;color:#fff;border-radius:8px;padding:10px 20px;font-size:14px;cursor:pointer;flex-shrink:0}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f232973;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;max-height:70%}.modal-head{display:flex;align-items:center;justify-content:space-between}.modal-head h3{margin:0;font-size:16px}.search-results{display:flex;flex-direction:column;gap:4px;overflow-y:auto;min-height:60px}.search-hint{text-align:center;padding:10px 0}.search-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border:none;background:transparent;cursor:pointer;text-align:left;border-radius:8px;font:inherit;color:inherit}.search-item:hover{background:#f0f4ff}.search-item:disabled{opacity:.6;cursor:not-allowed}.avatar-sm{width:32px;height:32px;font-size:15px}.search-item-name{font-size:14px;font-weight:500}.search-item-username{font-size:12px}.msg-image{display:flex;align-items:center;min-width:60px;min-height:40px}.img-zoom-btn{border:none;padding:0;background:none;cursor:zoom-in;display:block;line-height:0;border-radius:8px;overflow:hidden}.img-thumb{display:block;max-width:240px;max-height:200px;width:auto;height:auto;object-fit:contain;border-radius:8px;background:#f2f3f5}.img-loading,.img-bad{font-size:13px;color:#4e5665}.msg-image-err{display:flex;align-items:center;gap:8px}.msg-image-err .msg-err{margin-top:0}.img-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0a0c10e0;display:flex;align-items:center;justify-content:center;padding:40px;cursor:zoom-out}.img-zoom-close{position:absolute;top:16px;right:16px;width:34px;height:34px;background:#ffffff29;color:#fff;border-radius:50%;font-size:14px}.img-zoom-img{max-width:calc(100vw - 96px);max-height:calc(100vh - 96px);width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 8px 40px #00000080}.msg-file{display:flex;align-items:center;gap:10px;min-width:200px;max-width:320px}.file-icon{font-size:26px;flex-shrink:0;line-height:1}.file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.file-name{font-size:13px;color:#2f3542;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.msg-row-mine .file-name{color:#1f3c6e}.file-size{font-size:11px;color:#8a919f}.file-dl-btn{flex-shrink:0;border:1px solid #c9d3e6;border-radius:6px;background:#fff;color:#3370ff;font-size:12px;padding:4px 10px;cursor:pointer}.msg-row-mine .file-dl-btn{background:#eaf3ff;border-color:#bcd6f5}.file-dl-btn:hover{background:#f0f6ff}.file-dl-btn:disabled{opacity:.6;cursor:not-allowed}.composer-row .icon-btn:disabled{opacity:.5;cursor:not-allowed}.voice-bubble{display:flex;align-items:center;gap:8px;min-width:120px;max-width:220px}.voice-play-btn{width:34px;height:34px;flex-shrink:0;border:none;border-radius:50%;background:#3370ff;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.msg-row-mine .voice-play-btn{background:#2f63d8}.voice-play-btn:hover{filter:brightness(1.08)}.voice-info{min-width:0}.voice-duration{font-size:13px;color:#4e5665;white-space:nowrap}.msg-row-mine .voice-duration{color:#3c5c95}.hold-talk{flex:1;min-width:0;border:1px solid #d5d9e0;border-radius:10px;background:#f2f4f7;color:#2f3542;font-size:15px;font-weight:500;padding:12px 8px;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:none}.hold-talk:hover{border-color:#3370ff;color:#3370ff}.hold-talk-rec{border-color:#cf1322;background:#fff1f0;color:#cf1322}.hold-talk:disabled{opacity:.7;cursor:not-allowed}.chat-head{align-items:center}.call-start{margin-left:auto}.call-start:hover{background:#e8f0fe}.call-mask{z-index:120}.call-incoming{max-width:300px;align-items:center;text-align:center;padding:28px 20px}.call-incoming h3{margin:0;font-size:18px}.call-avatar{width:64px;height:64px;border-radius:50%;background:#e8f0fe;color:#3370ff;font-size:30px;display:flex;align-items:center;justify-content:center}.call-incoming-actions{display:flex;gap:18px;justify-content:center}.btn-call{border:none;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;padding:10px 18px;display:inline-flex;align-items:center;gap:6px;color:#fff}.btn-call-accept{background:#52c41a}.btn-call-reject,.btn-call-hangup{background:#ff4d4f}.btn-call:hover{filter:brightness(1.06)}.call-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:130;display:flex;align-items:center;gap:12px;background:#1f2329;color:#fff;padding:10px 16px;border-radius:999px;box-shadow:0 6px 24px #00000047;max-width:calc(100vw - 32px)}.call-bar-on{background:#182d1e;border:1px solid #2c5c38}.call-bar-name{font-size:14px;font-weight:600;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.call-bar-status{font-size:13px;min-width:52px;text-align:center;font-variant-numeric:tabular-nums}.call-mute{width:32px;height:32px;background:#ffffff24;color:#fff;font-size:15px}.call-mute:hover{background:#ffffff3d}.call-mute[data-muted=true]{background:#faad14}.call-toast{position:fixed;left:20px;bottom:20px;z-index:140;background:#1f2329;color:#fff;font-size:13px;padding:9px 14px;border-radius:8px;box-shadow:0 4px 16px #0000003d;cursor:pointer;animation:call-toast-in .18s ease-out}@keyframes call-toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.call-start+.call-start{margin-left:6px}.video-call-mask{z-index:120;align-items:center;justify-content:center;padding:16px}.video-call{position:relative;width:min(94vw,860px);max-width:100%;aspect-ratio:16 / 9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0006}.video-call-remote{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#000}.video-call-local{position:absolute;top:12px;right:12px;width:150px;max-width:34%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.5);background:#111;transform:scaleX(-1);z-index:2}.video-call-head{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:#fff;font-size:14px;font-weight:600;background:linear-gradient(to bottom,rgba(0,0,0,.45),transparent);pointer-events:none}.video-call-name{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-call-controls{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:3;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;max-width:calc(100% - 24px);padding:8px 12px;background:#1f2329b8;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-ctl{width:40px;height:40px;border:none;border-radius:50%;background:#ffffff29;color:#fff;font-size:17px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.video-ctl:hover:not(:disabled){background:#ffffff4d}.video-ctl:disabled{opacity:.4;cursor:not-allowed}.video-ctl[data-muted=true]{background:#faad14}.video-ctl[data-on=false]{background:#ff4d4f}.msg-col{display:flex;flex-direction:column;gap:3px;max-width:68%;min-width:0}.msg-row:not(.msg-row-mine) .msg-col{align-items:flex-start}.msg-row-mine .msg-col{align-items:flex-end}.msg-col .msg-bubble{max-width:none}.msg-sender-name{font-size:12px;color:#8a919f;line-height:1.3;padding-left:2px}.msg-recalled{color:#aeb6c2;font-style:italic}.msg-read{margin-top:3px;text-align:right;font-size:11px;color:#4e6fa5;line-height:1.2}.msg-recall-wrap{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;margin-top:2px;line-height:1}.msg-recall-more{width:20px;height:20px;border:none;background:transparent;color:#4e6fa5;font-size:14px;letter-spacing:1px;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.msg-recall-more:hover{color:#3370ff}.msg-recall-menu{position:absolute;right:0;bottom:calc(100% + 4px);background:#fff;border:1px solid #e5e6eb;border-radius:8px;padding:2px 4px;box-shadow:0 2px 8px #1f23291f;white-space:nowrap;z-index:6}.msg-recall-btn{color:#cf1322;font-size:13px}.msg-recall-btn:hover{text-decoration:underline}.presence-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#c3c9d2;margin-right:4px;vertical-align:1px}.presence-on{background:#34c759}.chat-head .presence-dot{margin-right:0;margin-left:4px}.conv-item .conv-presence-dot{margin-right:5px;vertical-align:1.5px;flex:none}.chat-notice{position:fixed;left:50%;bottom:84px;transform:translate(-50%);max-width:min(420px,calc(100vw - 48px));background:#1f2329e0;color:#fff;font-size:13px;border-radius:999px;padding:9px 18px;box-shadow:0 4px 14px #1f232933;z-index:90;cursor:pointer;text-align:center}.newconv-tabs{display:flex;gap:4px;background:#f2f4f7;border-radius:8px;padding:3px}.newconv-tab{flex:1;border:none;background:transparent;border-radius:6px;padding:7px 0;font-size:14px;color:#4e5665;cursor:pointer}.newconv-tab.active{background:#fff;color:#3370ff;font-weight:600;box-shadow:0 1px 2px #1f232914}.newconv-group-name{flex-shrink:0}.group-chips{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:4px}.group-chip{display:inline-flex;align-items:center;gap:4px;background:#e8f1ff;color:#1f4fd8;border-radius:999px;padding:3px 10px;font-size:13px}.group-chip-x{border:none;background:transparent;color:inherit;font-size:14px;cursor:pointer;padding:0;line-height:1}.search-item.selected{background:#e8f1ff}.search-item-check{width:18px;font-size:15px;color:#3370ff;flex-shrink:0}.modal-foot{display:flex;justify-content:center;padding-top:2px;flex-shrink:0}.modal-foot .btn-primary{width:100%}.group-members{display:flex;flex-direction:column;gap:4px;overflow-y:auto;min-height:0;max-height:260px}.group-member{display:flex;align-items:center;gap:10px;padding:7px 6px;border-radius:8px}.group-member:hover{background:#f0f4ff}.group-member-main{flex:1;min-width:0}.group-member-name{font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;min-width:0}.group-member-sub{font-size:12px}.role-badge{display:inline-block;flex-shrink:0;background:#fff4dc;color:#b25e00;border:1px solid #ffd98a;border-radius:4px;font-size:11px;padding:0 4px;line-height:1.4}.group-member .presence-dot{flex-shrink:0}.btn-danger-sm{border:1px solid #ffcfcf;background:#fff1f0;color:#cf1322;border-radius:6px;font-size:12px;padding:4px 10px;cursor:pointer;flex-shrink:0}.btn-danger-sm:hover:not(:disabled){background:#cf1322;color:#fff}.btn-danger-sm:disabled{opacity:.6;cursor:not-allowed}.btn{border:1px solid #d5d9e0;background:#fff;color:#2f3542;border-radius:8px;padding:8px 18px;font-size:14px;cursor:pointer}.btn:hover:not(:disabled){border-color:#3370ff;color:#3370ff}.btn-danger{border-color:#ffcfcf;background:#fff1f0;color:#cf1322}.btn-danger:hover:not(:disabled){background:#cf1322;border-color:#cf1322;color:#fff}.group-add{display:flex;flex-direction:column;gap:6px;padding:4px 0;border-top:1px dashed #e5e6eb;max-height:180px;overflow-y:auto}.chat-head .chat-head-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
