.hwc-frame{--bg-0:#1e1f22;--bg-1:#2b2d31;--bg-2:#313338;--bg-3:#383a40;--bg-4:#404249;--border:rgba(255,255,255,0.06);--border-strong:rgba(255,255,255,0.14);--text-1:#f2f3f5;--text-2:#b5bac1;--text-3:#80848e;--accent:#fb923c;--accent-muted:rgba(251,146,60,0.15);--accent-strong:#f97316;--green:#23a55a;--red:#f23f43;--yellow:#f0b232;--blue:#5865f2;--purple:#8b5cf6;--radius-sm:4px;--radius-md:8px;width:100vw;height:100vh;display:flex;background:var(--bg-2);color:var(--text-2);font-family:gg sans,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.375;overflow:hidden}.hwc-frame button{cursor:pointer;border:0}.hwc-frame button,.hwc-frame input,.hwc-frame textarea{font-family:inherit;font-size:inherit;background:transparent;color:inherit}.hwc-frame ::-webkit-scrollbar{width:10px;height:10px}.hwc-frame ::-webkit-scrollbar-track{background:transparent}.hwc-frame ::-webkit-scrollbar-thumb{background:var(--bg-3);border-radius:8px;border:2px solid transparent;background-clip:padding-box}.hwc-frame ::-webkit-scrollbar-thumb:hover{background:var(--border-strong);background-clip:padding-box;border:2px solid transparent}.hwc-server-rail{width:72px;flex-shrink:0;background:var(--bg-0);display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:8px;overflow-y:auto}.hwc-server-rail::-webkit-scrollbar{display:none}.hwc-server-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:white;cursor:pointer;position:relative;transition:border-radius .15s cubic-bezier(.55,0,.1,1),background .15s;flex-shrink:0;letter-spacing:-.02em;text-decoration:none}.hwc-server-icon:hover{border-radius:30%}.hwc-server-icon.active:before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:4px;height:36px;background:#fff;border-radius:0 4px 4px 0}.hwc-server-icon.active{border-radius:30%}.hwc-server-icon.add,.hwc-server-icon.dm{background:var(--bg-2)}.hwc-server-icon.add{color:var(--green);font-size:24px}.hwc-server-icon.add:hover{background:var(--green);color:white;border-radius:30%}.hwc-rail-divider{width:32px;height:1px;background:var(--border-strong);margin:4px 0}.hwc-rail-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--red);color:white;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-1);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:0}.hwc-channel-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-left:auto;flex-shrink:0}.hwc-channel.unread .hwc-name{color:var(--text-1);font-weight:500}.hwc-channel-pane{width:240px;flex-shrink:0;background:var(--bg-1);display:flex;flex-direction:column}.hwc-channel-header{height:48px;padding:0 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 1px 0 rgba(0,0,0,.2)}.hwc-channel-header h2{font-size:15px;font-weight:700;margin:0;color:var(--text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hwc-channel-list{flex:1 1;overflow-y:auto;padding:8px 8px 16px}.hwc-channel-category{margin-top:16px;padding:4px 8px 2px;font-size:11px;text-transform:uppercase;font-weight:700;color:var(--text-3);letter-spacing:.06em;cursor:pointer;display:flex;align-items:center;gap:4px}.hwc-channel-category:hover{color:var(--text-2)}.hwc-channel{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:var(--radius-sm);color:var(--text-3);font-size:15px;font-weight:500;cursor:pointer;margin:1px 0;border:0;background:transparent;width:100%;text-align:left;transition:background .08s,color .08s}.hwc-channel:hover{background:rgba(255,255,255,.06);color:var(--text-2)}.hwc-channel.active{background:rgba(255,255,255,.1);color:var(--text-1)}.hwc-channel .hwc-icon{color:var(--text-3);flex-shrink:0;display:flex;align-items:center}.hwc-channel.active .hwc-icon{color:var(--text-2)}.hwc-channel .hwc-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hwc-user-card{height:52px;background:var(--bg-0);padding:0 8px;gap:8px}.hwc-avatar,.hwc-user-card{display:flex;align-items:center;flex-shrink:0}.hwc-avatar{border-radius:50%;justify-content:center;font-weight:700;color:white;position:relative}.hwc-user-card .hwc-avatar{width:32px;height:32px;font-size:13px}.hwc-user-card .hwc-meta{flex:1 1;min-width:0}.hwc-user-card .hwc-uname{font-size:14px;font-weight:600;color:var(--text-1)}.hwc-user-card .hwc-sub{font-size:11px;color:var(--green);font-weight:500}.hwc-main{flex:1 1;flex-direction:column;min-width:0}.hwc-channel-bar,.hwc-main{display:flex;background:var(--bg-2)}.hwc-channel-bar{height:48px;border-bottom:1px solid var(--border);padding:0 12px 0 16px;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 1px 0 rgba(0,0,0,.2)}.hwc-channel-bar .hwc-title{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--text-1);min-width:0;font-size:15px}.hwc-channel-bar .hwc-title .hash{color:var(--text-3);font-weight:400;font-size:20px;margin-right:-2px}.hwc-channel-bar .hwc-title .topic{color:var(--text-3);font-weight:400;padding-left:12px;margin-left:4px;border-left:1px solid var(--border-strong);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hwc-messages{flex:1 1;overflow-y:auto;padding:0 0 8px;display:flex;flex-direction:column;gap:0}.hwc-day-divider{display:flex;align-items:center;gap:12px;margin:16px 0 8px;font-size:11px;color:var(--text-3);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.hwc-day-divider:after,.hwc-day-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.hwc-msg{display:flex;gap:16px;padding:2px 48px 2px 72px;margin:0}.hwc-msg:hover{background:rgba(0,0,0,.06)}.hwc-msg .hwc-mavatar{position:absolute;left:16px;top:2px;width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:white;font-size:14px;cursor:pointer}.hwc-msg-body{flex:1 1;min-width:0}.hwc-msg-head{display:flex;align-items:baseline;gap:8px}.hwc-msg-head .hwc-mname{font-weight:500;color:var(--text-1);font-size:15px;cursor:pointer}.hwc-msg-head .hwc-mname:hover{text-decoration:underline}.hwc-msg-head .hwc-ts{font-size:11px;color:var(--text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hwc-msg .hwc-content{color:var(--text-2);margin-top:2px;word-wrap:break-word;line-height:1.375}.hwc-msg.continuation{padding-top:0;padding-bottom:0}.hwc-msg.continuation .hwc-mavatar{display:none}.hwc-msg.continuation:hover:before{content:attr(data-ts);position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:10px;color:var(--text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:48px;text-align:right}.hwc-msg:not(.continuation){margin-top:17px}.hwc-empty{padding:48px 24px;text-align:center;color:var(--text-3);font-size:14px}.hwc-composer{margin:0 16px 24px;background:var(--bg-3);border-radius:var(--radius-md);padding:11px 16px;display:flex;gap:12px;align-items:flex-end}.hwc-composer textarea{flex:1 1;border:0;outline:none;resize:none;font-size:14px;line-height:1.5;padding:4px 0;min-height:22px;max-height:200px}.hwc-composer textarea::placeholder{color:var(--text-3)}.hwc-composer .hwc-add-btn{width:28px;height:28px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;color:var(--text-2);flex-shrink:0;margin-bottom:2px}.hwc-composer .hwc-add-btn:hover,.hwc-composer .hwc-send-btn{background:var(--accent);color:var(--bg-0)}.hwc-composer .hwc-send-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.hwc-composer .hwc-send-btn:hover{background:var(--accent-strong)}.hwc-composer .hwc-send-btn:disabled{opacity:.5;cursor:not-allowed}.hwc-right-pane{width:240px;flex-shrink:0;background:var(--bg-1);border-left:1px solid var(--border);overflow-y:auto;padding:16px 12px}.hwc-right-pane h3{font-size:11px;text-transform:uppercase;font-weight:600;color:var(--text-3);letter-spacing:.06em;padding:0 8px;margin:12px 0 4px}.hwc-member-row{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:6px;cursor:pointer}.hwc-member-row:hover{background:var(--bg-2)}.hwc-member-row .hwc-avatar{width:26px;height:26px;font-size:11px}.hwc-member-row .hwc-mn{font-size:13px;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hwc-audio-card{margin-top:8px;border:1px solid var(--border);background:linear-gradient(135deg,var(--bg-1),var(--bg-2));border-radius:var(--radius-md);padding:14px 16px;max-width:540px}.hwc-ac-head{gap:10px;margin-bottom:10px}.hwc-ac-head,.hwc-ac-play{display:flex;align-items:center}.hwc-ac-play{width:36px;height:36px;border-radius:50%;background:var(--accent);justify-content:center;color:var(--bg-0);flex-shrink:0;transition:transform .1s}.hwc-ac-play:hover{transform:scale(1.05)}.hwc-ac-filename{font-weight:600;font-size:13px;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hwc-ac-more{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.hwc-ac-more:hover{background:var(--bg-3);color:var(--text-1)}.hwc-ac-meta{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--text-3);flex-wrap:wrap}.hwc-badge{background:var(--bg-3);color:var(--text-2);padding:2px 7px;border-radius:4px;font-weight:500}.hwc-badge.bpm{color:var(--accent);background:var(--accent-muted)}.hwc-badge.key{color:var(--green);background:rgba(52,211,153,.15)}.hwc-ac-waveform{margin:10px 0;position:relative;cursor:crosshair;border-radius:4px}.hwc-ac-waveform svg{width:100%;height:64px;display:block}.hwc-ac-marker{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;border:2px solid var(--bg-0);transform:translate(-50%,-50%);cursor:pointer;pointer-events:auto}.hwc-ac-timeline{display:flex;justify-content:space-between;font-size:10px;color:var(--text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:4px}.hwc-ac-comments{margin-top:10px;padding-top:10px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.hwc-ac-comment{display:flex;align-items:flex-start;gap:8px;font-size:12px}.hwc-ts-pill{background:var(--accent);color:var(--bg-0);padding:1px 6px;border-radius:4px;font-size:10px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0;cursor:pointer;border:0}.hwc-ac-author{font-weight:600;color:var(--text-1);margin-right:4px}.hwc-ac-text{color:var(--text-2)}.hwc-ac-add{display:flex;gap:8px;align-items:center}.hwc-ac-add input{flex:1 1;background:var(--bg-3);border:1px solid var(--border);border-radius:6px;padding:6px 10px;outline:none;font-size:12px}.hwc-ac-add input:focus{border-color:var(--accent)}.hwc-ac-add-send{background:var(--accent);color:var(--bg-0);font-weight:600;font-size:11px;padding:6px 12px;border-radius:6px}.hwc-ac-hint{margin-top:8px;font-size:11px;color:var(--text-3);font-style:italic}.hwc-reactions{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap;align-items:center;position:relative}.hwc-reaction{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;font-size:12px;color:var(--text-2);cursor:pointer}.hwc-reaction:hover{border-color:var(--border-strong);color:var(--text-1)}.hwc-reaction.mine{background:var(--accent-muted);border-color:var(--accent);color:var(--accent)}.hwc-reaction-count{font-weight:600}.hwc-reaction.add{color:var(--text-3);padding:4px 8px}.hwc-reaction.add:hover{color:var(--accent);border-color:var(--accent)}.hwc-emoji-pop{position:absolute;bottom:calc(100% + 4px);left:0;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:6px;display:flex;gap:2px;z-index:10;box-shadow:0 8px 20px rgba(0,0,0,.4)}.hwc-emoji-btn{width:30px;height:30px;border-radius:6px;font-size:16px;display:flex;align-items:center;justify-content:center}.hwc-emoji-btn:hover{background:var(--bg-3)}.hwc-reply-chip{display:flex;align-items:center;gap:6px;font-size:12px;margin-bottom:2px}.hwc-reply-arrow,.hwc-reply-chip{color:var(--text-3)}.hwc-reply-mini-avatar{width:14px;height:14px;border-radius:50%;font-size:8px;color:white;display:flex;align-items:center;justify-content:center;font-weight:700}.hwc-reply-text strong{color:var(--accent)}.hwc-reply-snippet{color:var(--text-2)}.hwc-file-attach{margin-top:8px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:var(--bg-1);border:1px solid var(--border);border-radius:10px;text-decoration:none;color:inherit}.hwc-file-attach:hover{border-color:var(--accent)}.hwc-file-ext{width:36px;height:36px;background:var(--purple);color:white;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;flex-shrink:0}.hwc-file-name{font-weight:500;font-size:13px}.hwc-file-meta{font-size:11px;color:var(--text-3)}.hwc-image-attach{display:inline-block;margin-top:8px;border-radius:10px;overflow:hidden;max-width:480px;max-height:360px;border:1px solid var(--border)}.hwc-image-attach img{height:auto;object-fit:contain}.hwc-image-attach img,.hwc-video-attach{display:block;width:100%;max-height:360px;background:#000}.hwc-video-attach{margin-top:8px;max-width:480px;border-radius:10px}.hwc-msg{position:relative}.hwc-msg-actions{position:absolute;top:-14px;right:16px;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:2px;display:none;gap:0;z-index:5;box-shadow:0 4px 12px rgba(0,0,0,.3)}.hwc-msg:hover .hwc-msg-actions{display:flex}.hwc-msg-actions button{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text-2)}.hwc-msg-actions button:hover{background:var(--bg-3);color:var(--text-1)}.hwc-edit-form{margin-top:4px}.hwc-edit-form textarea{width:100%;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:8px 12px;outline:none;resize:vertical;font-family:inherit;font-size:14px;color:var(--text-1)}.hwc-edit-form textarea:focus{border-color:var(--accent)}.hwc-edit-hint{display:flex;gap:6px;align-items:center;font-size:11px;color:var(--text-3);margin-top:4px}.hwc-edit-hint span{flex:1 1}.hwc-edit-hint button{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.hwc-edit-hint button:hover{background:var(--bg-3);color:var(--text-1)}.hwc-edit-hint .hwc-edit-save{background:var(--accent);color:var(--bg-0)}.hwc-edited{font-size:10px;color:var(--text-3);margin-left:4px}.hwc-pinned-tag{display:inline-flex;align-items:center;gap:3px;background:var(--accent-muted);color:var(--accent);font-size:10px;font-weight:600;padding:1px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.04em}.hwc-composer-wrap{margin:0 24px 20px}.hwc-reply-bar{background:var(--bg-2);border-radius:8px 8px 0 0;padding:6px 12px;font-size:12px;color:var(--text-3);display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-bottom:0}.hwc-reply-bar strong{color:var(--accent);font-weight:600}.hwc-reply-bar .hwc-reply-preview{color:var(--text-2);margin-left:4px}.hwc-reply-bar button{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.hwc-reply-bar button:hover{background:var(--bg-3);color:var(--text-1)}.hwc-pending-file{background:var(--bg-1);border:1px solid var(--border);border-bottom:0;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:12px}.hwc-pending-file button{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.hwc-pending-file button:hover{background:var(--bg-3);color:var(--text-1)}.hwc-composer-right{display:flex;gap:4px;align-items:center;flex-shrink:0}.hwc-c-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.hwc-c-icon:hover{background:var(--bg-3);color:var(--text-1)}.hwc-cb-actions{display:flex;gap:4px;align-items:center}.hwc-cb-actions button{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text-2)}.hwc-cb-actions button:hover{background:var(--bg-2);color:var(--text-1)}.hwc-cb-actions button.active{background:var(--accent-muted);color:var(--accent)}.hwc-status{position:absolute;bottom:-1px;right:-1px;width:9px;height:9px;border-radius:50%;border:2px solid var(--bg-1)}.hwc-status.online{background:var(--green)}.hwc-status.idle{background:#fbbf24}.hwc-status.dnd{background:var(--red)}.hwc-status.offline{background:var(--text-3)}.hwc-member-row.offline{opacity:.55}.hwc-voice-pill{background:var(--bg-0);padding:8px;display:flex;align-items:center;gap:6px;font-size:12px;border-bottom:1px solid rgba(0,0,0,.2)}.hwc-voice-pill .hwc-vp-icon{width:20px;height:20px;color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hwc-voice-pill .hwc-vp-info{flex:1 1;min-width:0}.hwc-voice-pill .hwc-vp-status{font-weight:600;color:var(--green);font-size:11px}.hwc-voice-pill .hwc-vp-channel{color:var(--text-3);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hwc-voice-pill .hwc-vp-actions{display:flex;gap:2px}.hwc-voice-pill .hwc-vp-actions button{width:26px;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.hwc-voice-pill .hwc-vp-actions button:hover{background:var(--bg-3);color:var(--text-2)}.hwc-voice-pill .hwc-vp-actions .hwc-leave:hover{background:rgba(243,63,67,.15);color:var(--red)}.hwc-vc-members{padding:2px 0 4px 8px}.hwc-vcm-row{gap:8px;padding:2px 8px;border-radius:var(--radius-sm);color:var(--text-3);font-size:13px;cursor:default}.hwc-vcm-avatar,.hwc-vcm-row{display:flex;align-items:center}.hwc-vcm-avatar{width:20px;height:20px;border-radius:50%;justify-content:center;font-size:8px;font-weight:700;color:white;flex-shrink:0}.hwc-vcm-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.hwc-player{height:64px;background:var(--bg-1);border-top:1px solid var(--border);display:flex;align-items:center;padding:0 16px;gap:16px;flex-shrink:0}.hwc-player .hwc-now-playing{display:flex;align-items:center;gap:12px;min-width:200px;max-width:280px}.hwc-player .hwc-cover{width:44px;height:44px;border-radius:6px;background:linear-gradient(135deg,#fb923c,#a78bfa);flex-shrink:0}.hwc-player .hwc-np-info{flex:1 1;min-width:0}.hwc-player .hwc-np-title{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hwc-player .hwc-np-artist{font-size:11px;color:var(--text-3)}.hwc-player .hwc-controls{flex:1 1;flex-direction:column;max-width:600px;margin:0 auto}.hwc-player .hwc-controls,.hwc-player .hwc-ctrl-row{display:flex;align-items:center;gap:6px}.hwc-player .hwc-ctrl-row button{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-2)}.hwc-player .hwc-ctrl-row button:hover{color:var(--text-1);background:var(--bg-2)}.hwc-player .hwc-ctrl-row .hwc-play-big{width:32px;height:32px;background:var(--text-1);color:var(--bg-0)}.hwc-player .hwc-ctrl-row .hwc-play-big:hover{background:var(--accent)}.hwc-player .hwc-progress-row{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--text-3);width:100%;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hwc-player .hwc-scrubber{flex:1 1;height:4px;background:var(--bg-3);border-radius:2px;position:relative;cursor:pointer}.hwc-player .hwc-scrubber .hwc-fill{position:absolute;top:0;left:0;height:100%;background:var(--accent);border-radius:2px}.hwc-side-panel{width:320px;background:var(--bg-1);border-left:1px solid var(--border);flex-shrink:0;display:flex;flex-direction:column}.hwc-side-panel-head{height:48px;padding:0 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.hwc-side-panel-head h3{margin:0;font-size:14px;font-weight:600}.hwc-side-panel-head button{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text-2);font-size:18px}.hwc-side-panel-head button:hover{background:var(--bg-2);color:var(--text-1)}.hwc-side-panel-body{flex:1 1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:4px}.hwc-side-msg{padding:10px 12px;background:var(--bg-2);border-radius:8px;display:flex;align-items:flex-start;gap:10px}.hwc-side-msg:hover{background:var(--bg-3)}.hwc-qs-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding-top:12vh}.hwc-qs{width:600px;max-width:92vw;background:var(--bg-1);border:1px solid var(--border);border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.55);overflow:hidden;display:flex;flex-direction:column;max-height:70vh}.hwc-qs-search{padding:16px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border);color:var(--text-3)}.hwc-qs-search input{flex:1 1;background:transparent;border:0;outline:none;color:var(--text-1);font-size:16px}.hwc-qs-search input::placeholder{color:var(--text-3)}.hwc-qs-hint{font-size:11px;color:var(--text-3);background:var(--bg-2);padding:2px 8px;border-radius:4px;font-family:var(--mono,monospace)}.hwc-qs-list{flex:1 1;overflow-y:auto;padding:4px}.hwc-qs-empty{padding:24px;text-align:center;color:var(--text-3);font-size:13px}.hwc-qs-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;width:100%;text-align:left;font-size:14px;color:var(--text-2);cursor:pointer}.hwc-qs-item.active{background:var(--accent-muted);color:var(--text-1)}.hwc-qs-item:hover{background:var(--bg-2)}.hwc-qs-icon{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:11px;flex-shrink:0}.hwc-qs-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hwc-qs-sub{color:var(--text-3);font-size:12px}.hwc-qs-kind{opacity:.6}.hwc-qs-footer,.hwc-qs-kind{color:var(--text-3);font-size:11px}.hwc-qs-footer{padding:10px 16px;border-top:1px solid var(--border);display:flex;gap:16px}.hwc-qs-footer kbd{background:var(--bg-2);border:solid var(--border);border-width:1px 1px 2px;border-radius:3px;padding:1px 5px;font-size:10px;font-family:var(--mono,monospace);margin-right:4px}.hwc-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.hwc-modal{width:480px;max-width:100%;max-height:90vh;background:var(--bg-1);border:1px solid var(--border);border-radius:14px;box-shadow:0 24px 64px rgba(0,0,0,.55);overflow:hidden;display:flex;flex-direction:column}.hwc-modal-head{height:52px;border-bottom:1px solid var(--border);padding:0 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.hwc-modal-head h3{margin:0;font-size:16px;font-weight:600}.hwc-modal-head button{font-size:22px;line-height:1}.hwc-modal-body{padding:20px;overflow-y:auto;flex:1 1;min-height:0}.hwc-modal-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.hwc-modal-field label{font-size:11px;text-transform:uppercase;font-weight:600;color:var(--text-3);letter-spacing:.06em}.hwc-modal-field input{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:10px 14px;outline:none;font:inherit;color:var(--text-1)}.hwc-modal-field input:focus{border-color:var(--accent)}.hwc-modal-foot{border-top:1px solid var(--border);padding:14px 20px;display:flex;gap:8px;justify-content:flex-end;flex-shrink:0}.hwc-modal-cancel{padding:8px 14px;border-radius:7px;color:var(--text-2);font-weight:500}.hwc-modal-cancel:hover{background:var(--bg-2);color:var(--text-1)}.hwc-modal-confirm{padding:9px 18px;border-radius:7px;background:var(--accent);color:var(--bg-0);font-weight:600}.hwc-modal-confirm:hover:not(:disabled){background:var(--accent-strong)}.hwc-modal-confirm:disabled{opacity:.5;cursor:not-allowed}.hwc-tip-presets{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:14px}.hwc-tip-preset{padding:10px 8px;border-radius:8px;background:var(--bg-2);border:1px solid var(--border);font-weight:600;font-size:14px;cursor:pointer}.hwc-tip-preset.active,.hwc-tip-preset:hover{border-color:var(--accent);color:var(--accent)}.hwc-tip-preset.active{background:var(--accent-muted)}.hwc-tip-custom{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.hwc-tip-custom label{font-size:11px;text-transform:uppercase;font-weight:600;color:var(--text-3);letter-spacing:.06em}.hwc-tip-input{display:flex;align-items:center;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:0 14px}.hwc-tip-input span{color:var(--text-3);margin-right:4px}.hwc-tip-input input{background:none;border:0;outline:none;padding:10px 0;flex:1 1;font:inherit;color:var(--text-1);font-size:16px}.hwc-tip-fees{background:var(--bg-2);border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;font-size:13px}.hwc-tip-fees>div{display:flex;justify-content:space-between;align-items:center}.hwc-tip-net{border-top:1px solid var(--border);padding-top:8px;margin-top:4px}.hwc-tip-net strong{font-size:16px}.hwc-tip-error{margin-top:12px;padding:10px 12px;background:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.3);color:#fca5a5;border-radius:8px;font-size:13px}.hwc-toaster{position:fixed;bottom:80px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:2000;pointer-events:none}.hwc-toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:var(--bg-2);border:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.4);min-width:280px;max-width:420px;font-size:13px;animation:hwc-toast-in .2s ease-out}@keyframes hwc-toast-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.hwc-toast-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.hwc-toast-success{border-color:rgba(52,211,153,.5)}.hwc-toast-success .hwc-toast-icon{background:rgba(52,211,153,.2);color:#34d399}.hwc-toast-error{border-color:rgba(248,113,113,.5)}.hwc-toast-error .hwc-toast-icon{background:rgba(248,113,113,.2);color:#fca5a5}.hwc-toast-info .hwc-toast-icon{background:var(--bg-3);color:var(--text-2)}.hwc-toast>span:nth-child(2){flex:1 1}.hwc-toast-close{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text-3);font-size:16px}.hwc-toast-close:hover{background:var(--bg-3);color:var(--text-1)}.hwc-ac-waveform .hwc-ac-progress{position:absolute;top:0;left:0;height:100%;background:rgba(251,146,60,.18);border-right:2px solid var(--accent);pointer-events:none;border-radius:3px}.hwc-voice-room{display:flex;flex-direction:column;flex:1 1;min-height:0;background:var(--bg-2)}.hwc-voice-participants{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-content:center;flex:1 1;padding:16px;overflow-y:auto}.hwc-voice-participants--strip{flex:0 0 auto;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;justify-content:flex-start;padding:8px 16px;align-items:center;border-top:1px solid var(--border)}.hwc-voice-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:200px;height:150px;border-radius:8px;background:var(--bg-1);border:2px solid transparent;overflow:hidden;transition:border-color .15s,box-shadow .15s;flex-shrink:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hwc-voice-participants--strip .hwc-voice-tile{width:80px;height:64px;border-radius:6px}.hwc-voice-tile.speaking{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.hwc-voice-tile.muted{opacity:.6}.hwc-vt-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 12px));width:72px;height:72px;border-radius:50%;border:none;padding:0;background:transparent}.hwc-voice-participants--strip .hwc-vt-ring{width:32px;height:32px;transform:translate(-50%,-60%)}.hwc-vt-avatar{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#fff}.hwc-voice-participants--strip .hwc-vt-avatar{width:32px;height:32px;font-size:12px}.hwc-vt-name{position:relative;width:100%;padding:4px 8px 6px;background:rgba(0,0,0,.6);font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:4px;flex-shrink:0}.hwc-voice-participants--strip .hwc-vt-name{font-size:10px;padding:2px 4px 3px}.hwc-vt-muted{margin-left:auto;flex-shrink:0;color:var(--red);display:flex;align-items:center}.hwc-vt-connecting{position:absolute;top:8px;left:50%;transform:translateX(-50%);font-size:10px;color:var(--yellow);background:rgba(0,0,0,.5);padding:2px 8px;border-radius:10px}.hwc-voice-empty{color:var(--text-3);font-size:14px;text-align:center;padding:24px;align-self:center}.hwc-voice-error{background:rgba(243,63,67,.1);border:1px solid rgba(243,63,67,.3);color:#fca5a5;border-radius:var(--radius-md);padding:10px 14px;font-size:13px;margin:16px}.hwc-screen-view{flex:1 1;display:flex;flex-direction:column;min-height:0;background:#000}.hwc-screen-label{font-size:11px;color:var(--text-3);text-align:center;padding:6px;background:var(--bg-1)}.hwc-screen-video{width:100%;flex:1 1;min-height:0;object-fit:contain}.hwc-screen-active{font-size:12px;color:var(--green);text-align:center;padding:6px 16px;background:rgba(35,165,90,.08);flex-shrink:0}.hwc-voice-controls{gap:8px;padding:14px 24px;border-top:1px solid var(--border);background:var(--bg-1);flex-shrink:0}.hwc-vc-btn,.hwc-voice-controls{display:flex;align-items:center;justify-content:center}.hwc-vc-btn{width:44px;height:44px;border-radius:50%;background:var(--bg-3);border:none;color:var(--text-2);cursor:pointer;transition:background .1s,color .1s,transform .1s}.hwc-vc-btn:hover{background:var(--bg-4);color:var(--text-1);transform:scale(1.05)}.hwc-vc-btn.active{background:rgba(251,146,60,.2);color:var(--accent)}.hwc-vc-btn.active:hover{background:rgba(251,146,60,.3)}.hwc-vc-btn.active.screen{background:rgba(35,165,90,.2);color:var(--green)}.hwc-vc-btn.leave{background:rgba(243,63,67,.15);color:var(--red)}.hwc-vc-btn.leave:hover{background:rgba(243,63,67,.25);transform:scale(1.05)}.hwc-mobile-backdrop,.hwc-mobile-menu{display:none}@media (max-width:1100px){.hwc-right-pane{display:none}}@media (max-width:800px){.hwc-channel-pane{width:220px}.hwc-side-panel{width:280px}}@media (max-width:600px){.hwc-frame{height:100vh;height:100dvh}.hwc-server-rail{left:0;z-index:220;width:72px;transform:translateX(-100%);padding-bottom:env(safe-area-inset-bottom)}.hwc-channel-pane,.hwc-server-rail{position:fixed;top:0;bottom:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.hwc-channel-pane{display:flex;left:72px;z-index:215;width:min(76vw,260px);transform:translateX(calc(-100% - 72px));box-shadow:2px 0 16px rgba(0,0,0,.4)}.hwc-frame.nav-open .hwc-channel-pane,.hwc-frame.nav-open .hwc-server-rail{transform:translateX(0)}.hwc-mobile-backdrop{display:block;position:fixed;inset:0;z-index:210;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .25s}.hwc-frame.nav-open .hwc-mobile-backdrop{opacity:1;pointer-events:auto}.hwc-main{width:100%}.hwc-mobile-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:-8px;margin-right:4px;border-radius:var(--radius-sm);color:var(--text-2);flex-shrink:0}.hwc-mobile-menu:active{background:var(--bg-3)}.hwc-channel-bar{padding:0 8px}.hwc-cb-actions button:nth-child(n+3),.hwc-channel-bar .topic{display:none}.hwc-composer-wrap{margin:0 8px 8px;padding-bottom:env(safe-area-inset-bottom)}.hwc-composer{padding:10px 12px}.hwc-composer textarea{font-size:16px}.hwc-msg{padding:2px 12px 2px 56px}.hwc-msg:not(.continuation){margin-top:12px}.hwc-msg .hwc-mavatar{left:12px;width:36px;height:36px;font-size:12px}.hwc-msg.continuation:hover:before{display:none}.hwc-msg-actions{right:8px;top:-10px}.hwc-side-panel{position:fixed;inset:0;width:100%;z-index:160}.hwc-player{padding:0 12px;gap:12px}.hwc-player .hwc-now-playing{min-width:0;flex:1 1;max-width:none}.hwc-player .hwc-controls{display:none}.hwc-voice-tile{width:100%;max-width:440px;height:180px}.hwc-voice-participants{padding:12px}.hwc-right-pane{display:block;position:fixed;top:0;right:0;bottom:0;width:min(82vw,300px);z-index:165;box-shadow:-2px 0 16px rgba(0,0,0,.45);padding-bottom:env(safe-area-inset-bottom)}.hwc-modal,.hwc-qs{width:92vw}}