:root{--wx-brand: #07c160;--wx-brand-soft: rgba(7,193,96,.1);--wx-brand-strong: #06ad56;--wx-warn: #fa9d3b;--wx-danger: #fa5151;--wx-link: #576b95;--wx-bg: #ededed;--wx-bg-grad: linear-gradient(180deg, #ededed 0%, #e7e7e7 100%);--wx-panel: #ffffff;--wx-panel-soft: #f7f7f7;--wx-list-hover: #d9d9d9;--wx-list-active: #c7c7cc;--wx-text: #181818;--wx-text-muted: #888888;--wx-text-faint: #b2b2b2;--wx-divider: #e6e6e6;--wx-divider-strong: #d6d6d6;--wx-border: var(--wx-divider);--wx-text-secondary: var(--wx-text-muted);--wx-bubble-in: #ffffff;--wx-bubble-out: #95ec69;--wx-bubble-text: #181818;--wx-radius: 6px;--wx-radius-md: 10px;--wx-radius-lg: 18px;--wx-radius-card: 14px;--wx-shadow-card: 0 1px 0 rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04);--wx-shadow-elev: 0 18px 36px rgba(0,0,0,.1);--wx-font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", "Source Han Sans CN", sans-serif}:root[data-theme=dark]{--wx-bg: #111111;--wx-bg-grad: linear-gradient(180deg, #0e0e0e 0%, #111111 100%);--wx-panel: #1d1d1f;--wx-panel-soft: #161618;--wx-list-hover: #2a2a2c;--wx-list-active: #3a3a3c;--wx-text: #ededed;--wx-text-muted: #9a9a9a;--wx-text-faint: #5a5a5a;--wx-divider: #2a2a2c;--wx-divider-strong: #3a3a3c;--wx-bubble-in: #2a2a2c;--wx-bubble-out: #056c46;--wx-bubble-text: #ededed;--wx-shadow-card: 0 1px 0 rgba(255,255,255,.04), 0 12px 28px rgba(0,0,0,.22);--wx-shadow-elev: 0 24px 48px rgba(0,0,0,.42)}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100dvh}html,body{margin:0;padding:0}body{font-family:var(--wx-font);color:var(--wx-text);background:var(--wx-bg-grad);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;overscroll-behavior:none;touch-action:manipulation}button{font-family:inherit;color:inherit;cursor:pointer}input,select,textarea{font-family:inherit;color:inherit}a{color:var(--wx-link);text-decoration:none}::selection{background:#07c16040}.wx-shell{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;background:var(--wx-bg)}.wx-shell-content{flex:1 1 auto;min-height:0;display:flex}.wx-page{flex:1;min-height:0;overflow:auto;background:var(--wx-bg);padding-bottom:calc(60px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.wx-tabbar{height:56px;background:var(--wx-panel);border-top:1px solid var(--wx-divider);display:grid;grid-template-columns:repeat(4,1fr);position:sticky;bottom:0;z-index:30;padding-bottom:env(safe-area-inset-bottom,0px)}:root[data-theme=dark] .wx-tabbar{background:#1a1a1c;border-color:#2a2a2c}.wx-tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--wx-text-muted);font-size:11px;position:relative}.wx-tabbar-item.active{color:var(--wx-brand)}.wx-tabbar-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.wx-tabbar-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.wx-tabbar-item.active .wx-tabbar-icon svg{stroke:var(--wx-brand)}.wx-tabbar-label{line-height:1}.wx-tabbar-badge{position:absolute;top:4px;right:calc(50% - 18px);min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--wx-danger);color:#fff;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.wx-chat-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);flex:1;min-height:0;overflow:hidden}.wx-sidebar{display:flex;flex-direction:column;background:var(--wx-panel);border-right:1px solid var(--wx-divider);min-width:0;min-height:0}:root[data-theme=dark] .wx-sidebar{background:#1d1d1f;border-color:#2a2a2c}.wx-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 8px}.wx-sidebar-header h1{margin:0;font-size:18px;font-weight:600;letter-spacing:-.2px}.wx-sidebar-actions{display:flex;gap:4px}.wx-icon-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--wx-text-muted);background:transparent;transition:background .15s}.wx-icon-btn:hover{background:var(--wx-list-hover)}.wx-icon-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6}:root[data-theme=dark] .wx-icon-btn:hover{background:#2a2a2c}.wx-account-filter{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 8px;align-items:center;padding:0 12px 10px}.wx-account-filter label{font-size:11px;color:var(--wx-text-muted)}.wx-account-filter select{min-width:0;width:100%;height:34px;border:1px solid var(--wx-border);border-radius:8px;background:var(--wx-panel-soft);color:var(--wx-text);padding:0 30px 0 10px;font:inherit;outline:none}.wx-account-filter select:focus{border-color:var(--wx-brand);box-shadow:0 0 0 2px #07c1601f}.wx-account-filter>span{grid-column:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--wx-brand)}.wx-inbox-scopes{border-bottom:1px solid var(--wx-divider);padding-bottom:8px}.wx-account-tabs,.wx-platform-filter{display:flex;gap:6px;padding:0 12px 8px;overflow-x:auto;scrollbar-width:none}.wx-account-tabs::-webkit-scrollbar,.wx-platform-filter::-webkit-scrollbar{display:none}.wx-filter-chip{flex:0 0 auto;min-width:44px;height:30px;padding:0 13px;border-radius:999px;font-size:11px;color:var(--wx-text-muted);background:var(--wx-panel-soft);border:1px solid transparent;transition:all .15s;cursor:pointer}.wx-filter-chip.active{color:var(--wx-brand);background:var(--wx-brand-soft);border-color:#07c1604d;font-weight:600}.wx-account-tab{flex:0 0 auto;height:26px;padding:0 9px;border:0;border-radius:999px;color:var(--wx-text-muted);background:var(--wx-panel-soft);font-size:11px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.wx-account-tab.active{color:var(--wx-brand);background:var(--wx-brand-soft);font-weight:600}.wx-account-tab i{width:6px;height:6px;border-radius:50%;background:var(--wx-text-faint)}.wx-account-tab i.online{background:var(--wx-brand);box-shadow:0 0 0 2px #07c1601f}.wx-account-mini{display:inline-flex;align-items:center;margin-right:6px;color:var(--wx-brand);font-size:10px;font-weight:600}.wx-search{position:relative;padding:8px 12px 10px}.wx-search input{width:100%;background:var(--wx-panel-soft);border:1px solid transparent;border-radius:8px;padding:7px 10px 7px 32px;font-size:13px;outline:none;transition:border-color .15s,background .15s}.wx-search input:focus{border-color:var(--wx-brand);background:var(--wx-panel)}.wx-search-icon{position:absolute;left:22px;top:50%;transform:translateY(-50%);color:var(--wx-text-muted);width:16px;height:16px}.wx-search-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.wx-list{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom,0px)}.wx-list-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 14px;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--wx-divider);position:relative;transition:background .12s}.wx-list-item:hover{background:var(--wx-list-hover)}.wx-list-item.active{background:var(--wx-list-active)}:root[data-theme=dark] .wx-list-item{border-color:#262629}:root[data-theme=dark] .wx-list-item:hover{background:#262629}:root[data-theme=dark] .wx-list-item.active{background:#2f2f33}.wx-avatar{width:44px;height:44px;border-radius:6px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0;letter-spacing:.5px}.wx-avatar.lg{width:56px;height:56px;font-size:18px;border-radius:8px}.wx-list-text{flex:1;min-width:0}.wx-list-row1{display:flex;justify-content:space-between;align-items:center;gap:8px}.wx-list-name{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;gap:6px}.wx-list-time{font-size:11px;color:var(--wx-text-muted);flex-shrink:0}.wx-list-row2{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:2px}.wx-list-preview{font-size:13px;color:var(--wx-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;display:block}.wx-list-row2-right{display:inline-flex;align-items:center;gap:6px;min-width:8px}.wx-list-badges{display:inline-flex;gap:4px}.wx-pill-mini{font-size:10px;padding:1px 6px;border-radius:4px;background:var(--wx-panel-soft);color:var(--wx-text-muted);font-weight:500}.wx-pill-mini.danger{background:#fa51511f;color:var(--wx-danger)}.wx-pill-mini.brand{background:var(--wx-brand-soft);color:var(--wx-brand)}.wx-platform-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:16px;padding:0 5px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;background:var(--wx-link);vertical-align:middle}.wx-list-translation{margin-top:2px;font-size:12px;color:var(--wx-link);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--wx-danger)}.wx-unread-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--wx-danger);flex:0 0 auto}.wx-mute-dot{display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--wx-text-faint)}.wx-pinned-section{background:var(--wx-panel-soft);max-height:40%;overflow-y:auto;overscroll-behavior:contain}.wx-pinned-section .wx-list-item{background:var(--wx-panel-soft)}.wx-pinned-section .wx-pin-star{display:none}:root[data-theme=dark] .wx-pinned-section{background:#161618}.wx-pinned-section .wx-list-item{padding:10px 14px;border-bottom-color:transparent}.wx-pin-star{color:var(--wx-text-muted);font-size:11px}.wx-chat{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--wx-bg);position:relative;align-self:stretch}:root[data-theme=dark] .wx-chat{background:#111}.wx-chat.empty{display:flex;align-items:center;justify-content:center}.wx-chat-header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:6px;padding:max(6px,env(safe-area-inset-top,0px)) 8px 6px;background:var(--wx-panel);border-bottom:1px solid var(--wx-divider);flex-shrink:0;min-height:56px}.wx-chat-header>.wx-avatar{display:none}:root[data-theme=dark] .wx-chat-header{background:#1d1d1f;border-color:#2a2a2c}.wx-chat-header .wx-chat-title{font-size:16px;font-weight:600;line-height:1.2}.wx-chat-header .wx-chat-sub{font-size:11px;color:var(--wx-text-muted);display:inline-flex;align-items:center;gap:6px;margin-top:2px}.wx-chat-header-meta{display:flex;align-items:center;justify-content:center;flex-direction:column;min-width:0;cursor:pointer;text-align:center}.wx-chat-header .wx-chat-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-chat-header .wx-chat-sub{max-width:100%;justify-content:center;overflow:hidden;white-space:nowrap}.wx-chat-header .wx-chat-sub>span:not(.wx-chat-account-badge):not(:nth-last-child(-n+2)){display:none}.wx-chat-header-actions{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:2px}.wx-chat-header-actions .wx-icon-btn{width:36px;height:36px}.wx-chat-pin-btn.active{color:var(--wx-brand)}.wx-chat-overflow-menu{position:absolute;right:0;top:42px;z-index:20;min-width:150px;padding:6px;border-radius:8px;background:var(--wx-panel);box-shadow:var(--wx-shadow);border:1px solid var(--wx-divider)}.wx-chat-overflow-menu button{display:block;width:100%;padding:10px 12px;text-align:left;border:0;border-radius:6px;background:transparent;color:var(--wx-text)}.wx-chat-overflow-menu button:hover{background:var(--wx-panel-soft)}.wx-menu-divider{height:1px;background:var(--wx-divider);margin:4px 0}.wx-chat-overflow-menu .wx-menu-label{flex:1}.wx-chat-overflow-menu .wx-toggle{margin-left:8px;font-size:11px;padding:2px 6px;border-radius:4px;background:var(--wx-divider);color:var(--wx-text-secondary);font-weight:600}.wx-chat-overflow-menu .wx-toggle.on{background:var(--wx-brand);color:#fff}.wx-chat-overflow-menu button.toggle-on{background:var(--wx-panel-soft)}.wx-chat-more-btn{margin-left:0;width:36px;height:36px;border-radius:6px;background:transparent}.wx-chat-header-right .wx-icon-btn{width:34px;height:34px;border-radius:6px;background:transparent}.wx-online-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.wx-online-dot.live{background:#07c160}.wx-online-dot.busy{background:#fa9d3b}.wx-online-dot.off{background:#999}.wx-ar-badge{display:inline-flex;align-items:center;padding:1px 6px;border-radius:999px;background:#058cff1f;color:#058cff;font-size:10px;margin-left:4px;font-weight:600;border:1px solid rgba(5,140,255,.2)}[data-theme=dark] .wx-ar-badge{color:#4da6ff;background:#4da6ff1f;border-color:#4da6ff33}.wx-chat-sub{display:flex;align-items:center;flex-wrap:wrap;gap:3px}.wx-chat-title{font-size:15px;font-weight:600}.wx-chat-account-badge{height:18px;padding:0 6px;border-radius:4px;background:var(--wx-brand-soft);color:var(--wx-brand);display:inline-flex;align-items:center;font-size:10px;font-weight:700}.wx-chat-empty svg{width:70px;height:70px;stroke:var(--wx-text-faint);fill:none;stroke-width:1.4;margin-bottom:12px}.wx-ai-form{display:grid;gap:12px}.wx-ai-form label{display:grid;gap:6px;font-size:13px}.wx-ai-form input{width:100%;background:var(--wx-panel);border:1px solid var(--wx-divider);border-radius:8px;padding:9px 10px;font-size:13px;outline:none}.wx-ai-form input:focus{border-color:var(--wx-brand)}:root[data-theme=dark] .wx-ai-form input{background:#262629;border-color:#2f2f33;color:var(--wx-text)}.wx-ai-saved{display:none;font-size:13px;color:var(--wx-brand);font-weight:500}.wx-ai-saved.visible{display:block}.wx-ai-test-result{display:flex;align-items:center;gap:8px;font-size:13px;padding:10px 14px;border-radius:8px;font-weight:500}.wx-ai-test-result.ok{background:#3cc4761a;color:#2daa5a}.wx-ai-test-result.error{background:#fa51511a;color:var(--wx-danger)}.wx-ai-test-icon{font-size:16px}.wx-ai-actions{display:flex;gap:8px;padding-top:8px}.wx-ai-actions .ghost-btn{flex-shrink:0}.wx-chat-empty span{font-size:12px}:root[data-theme=dark] .wx-chat-header-right .wx-icon-btn{background:#262629}.wx-chat-header-right .wx-icon-btn:hover{background:var(--wx-list-hover)}:root[data-theme=dark] .wx-chat-header-right .wx-icon-btn:hover{background:#2f2f33}.wx-back-btn{display:none}.wx-chat-more-btn,.wx-back-btn{border:0;box-shadow:none;background:transparent}.wx-online-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--wx-brand)}.wx-online-dot.offline{background:var(--wx-text-muted)}.wx-messages{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px 0 16px;background:var(--wx-bg)}:root[data-theme=dark] .wx-messages{background:#111}.wx-messages-inner{width:min(100%,820px);margin:0 auto;padding:0 16px}.wx-day-separator{display:flex;justify-content:center;margin:8px 0}.wx-day-separator span{background:#0000001a;color:#fff;font-size:11px;padding:2px 8px;border-radius:4px;line-height:1.6}:root[data-theme=dark] .wx-day-separator span{background:#ffffff24;color:#fff}.wx-loadmore{text-align:center;padding:8px 0}.wx-loadmore button{color:var(--wx-link);font-size:12px;padding:4px 12px;background:transparent;border:0}.wx-loadmore button:disabled{opacity:.5;cursor:default}.wx-hidden-note{text-align:center;margin:6px auto 10px;width:fit-content;max-width:90%;padding:4px 10px;border-radius:999px;font-size:12px;color:var(--wx-text-muted);background:#0000000f}.wx-bubble-row{display:flex;gap:8px;align-items:flex-start;margin:4px 0;position:relative;padding:0 6px}.wx-bubble-row.out{flex-direction:row-reverse}.wx-bubble-row .bubble-avatar{width:40px;height:40px;border-radius:5px;flex-shrink:0;margin-top:0;font-size:14px}.wx-bubble-row>div:not(.bubble-avatar):not(.wx-bubble-actions){min-width:0;width:min(72vw,520px);max-width:calc(100% - 56px);display:flex;flex-direction:column;align-items:flex-start}.wx-bubble-row.out>div:not(.bubble-avatar):not(.wx-bubble-actions){align-items:flex-end}.wx-bubble{width:fit-content;min-width:34px;max-width:100%;background:var(--wx-bubble-in);color:var(--wx-bubble-text);padding:8px 10px;border-radius:var(--wx-radius);position:relative;word-wrap:break-word;overflow-wrap:anywhere;white-space:pre-wrap;line-height:1.45;font-size:14px;box-shadow:0 1px 1px #0000000a}.wx-bubble.in:before{content:"";position:absolute;left:-4px;top:12px;border:4px solid transparent;border-right-color:var(--wx-bubble-in)}.wx-bubble.out{background:var(--wx-bubble-out);color:var(--wx-bubble-text)}.wx-bubble.out:before{content:"";position:absolute;right:-4px;top:12px;border:4px solid transparent;border-left-color:var(--wx-bubble-out)}.wx-bubble.hidden{opacity:.55;font-style:italic}.wx-bubble-meta{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--wx-text-muted);margin-top:4px;line-height:1}.wx-bubble-row.out .wx-bubble-meta{justify-content:flex-end}.wx-bubble-actions{display:flex;gap:6px;margin-left:8px;opacity:0;transition:opacity .15s ease;align-self:flex-end}.wx-bubble-row:hover .wx-bubble-actions{opacity:1}.wx-bubble-action{font-size:11px;padding:2px 6px;border-radius:4px;background:var(--wx-panel-soft);color:var(--wx-text-muted);border:0}.wx-bubble-action:hover{color:var(--wx-text);background:var(--wx-list-hover)}.wx-bubble-status{font-size:10px;color:var(--wx-text-muted)}.wx-message-media{display:block;max-width:min(320px,100%);max-height:360px;object-fit:contain;border-radius:10px;margin-bottom:6px}.wx-bubble-content{min-width:0}.wx-auto-reply-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:12px;border:1px solid var(--wx-divider);border-radius:10px;background:var(--wx-panel-soft)}.wx-auto-reply-card div{display:grid;gap:3px}.wx-auto-reply-card span{font-size:12px;color:var(--wx-text-muted)}.wx-toggle-switch{width:44px;height:26px;padding:3px;border:0;border-radius:999px;background:var(--wx-divider);transition:.15s}.wx-toggle-switch span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;transition:.15s}.wx-toggle-switch.on{background:var(--wx-brand)}.wx-toggle-switch.on span{transform:translate(18px)}.wx-media-wrapper{display:contents}.wx-media-placeholder{width:120px;height:80px;border-radius:8px;background:var(--wx-panel-soft);animation:.6s pulse infinite}.wx-media-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:80px;min-height:60px;color:var(--wx-text-muted);font-size:11px}.wx-message-media{max-width:280px;max-height:320px;border-radius:8px;object-fit:cover;transition:opacity .2s}.wx-message-media.hidden{opacity:0}.wx-message-media.visible{opacity:1}.wx-media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:.15s fade-in}.wx-media-lightbox img,.wx-media-lightbox video{max-width:90vw;max-height:90vh;border-radius:12px;object-fit:contain}.wx-media-lightbox-close{position:absolute;top:16px;right:20px;background:#ffffff26;border:0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.wx-bubble-translation{margin-top:7px;padding-top:7px;border-top:1px solid rgba(0,0,0,.1);display:grid;gap:5px;color:var(--wx-text-secondary);font-size:12px;line-height:1.45;text-align:left;position:relative}.wx-bubble.out .wx-bubble-translation{border-top-color:#00000017}:root[data-theme=dark] .wx-bubble-translation{border-top-color:#ffffff1c;color:#b8b8bc}.wx-bubble-translation>span{min-width:0;overflow-wrap:anywhere;white-space:pre-wrap}.wx-bubble-translation .wx-translation-hide{position:absolute;right:0;top:5px;padding:1px 3px;font-size:0;line-height:1;color:var(--wx-text-faint)}.wx-bubble-translation .wx-translation-hide:after{content:"×";font-size:13px}.wx-translation-hide{opacity:0;pointer-events:none;transition:opacity .15s ease}.wx-bubble-row:hover .wx-translation-hide,.wx-bubble-row.is-active .wx-translation-hide{opacity:1;pointer-events:auto}.wx-composer{display:flex;flex-direction:column;background:var(--wx-panel);border-top:1px solid var(--wx-divider);flex:0 0 auto;position:relative;z-index:2;padding-bottom:env(safe-area-inset-bottom,0px)}:root[data-theme=dark] .wx-composer{background:#1d1d1f;border-color:#2a2a2c}.wx-composer-toolbar{display:flex;align-items:center;gap:8px;padding:6px 12px;border-bottom:1px solid var(--wx-divider)}:root[data-theme=dark] .wx-composer-toolbar{border-color:#2a2a2c}.wx-mode-pill{font-size:12px;padding:4px 10px;border-radius:999px;background:var(--wx-panel-soft);color:var(--wx-text-muted);border:0;display:inline-flex;align-items:center;gap:4px}:root[data-theme=dark] .wx-mode-pill{background:#262629;color:var(--wx-text-muted)}.wx-mode-pill.active{background:var(--wx-brand-soft);color:var(--wx-brand);font-weight:600}.wx-emoji-strip{display:flex;align-items:center;gap:4px;overflow-x:auto;padding:0 4px;max-width:220px}.wx-emoji-btn{width:28px;height:28px;border-radius:999px;background:transparent;border:0;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.wx-emoji-btn:hover{background:var(--wx-list-hover)}.wx-preview-strip{padding:8px 14px;background:var(--wx-bg);border-top:1px solid var(--wx-divider);font-size:13px;color:var(--wx-text-muted);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wx-preview-error{color:var(--wx-text-muted);font-style:italic}.wx-preview-strip .preview-text{display:inline-block;background:var(--wx-bubble-out);color:var(--wx-bubble-text);padding:4px 8px;border-radius:4px;max-width:82%;white-space:normal;overflow-wrap:anywhere}.wx-composer-input{display:flex;align-items:flex-end;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))}.wx-composer-input textarea{flex:1;background:var(--wx-panel-soft);border:1px solid transparent;border-radius:8px;padding:9px 12px;min-height:36px;max-height:140px;line-height:1.5;resize:none;outline:none;transition:border-color .15s}.wx-composer-input textarea:focus{border-color:transparent;background:#fff}.wx-wechat-composer-row{align-items:flex-end;gap:9px;padding:9px 10px calc(9px + env(safe-area-inset-bottom,0px))}.wx-wechat-composer-row textarea{min-height:40px;border:0;border-radius:5px;background:#fff;padding:9px 10px}.wx-composer-icon-btn{width:36px;height:40px;flex:0 0 36px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--wx-text);border:0}.wx-composer-icon-btn svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.wx-composer-plus.active{color:var(--wx-brand)}.wx-composer-tools-panel{min-height:152px;padding:16px 18px calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--wx-divider);background:var(--wx-panel-soft);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 12px}.wx-settings-account-entry{margin-top:16px;padding:16px;display:grid;gap:6px;border:1px solid var(--wx-divider);border-radius:10px;background:var(--wx-panel-soft)}.wx-settings-account-entry span{color:var(--wx-text-muted);font-size:13px}.wx-settings-account-entry .ghost-btn{justify-self:start}.wx-advanced-disclosure{margin-top:16px;border-top:1px solid var(--wx-divider);padding-top:12px}.wx-advanced-disclosure summary{cursor:pointer;color:var(--wx-text-muted);font-size:13px}.wx-advanced-disclosure[open] summary{margin-bottom:12px;color:var(--wx-text)}.wx-mode-choices{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wx-mode-choice{min-height:34px;border:1px solid var(--wx-divider);border-radius:999px;color:var(--wx-text-muted);background:var(--wx-panel);font-size:12px}.wx-mode-choice.active{color:var(--wx-brand);border-color:#07c16059;background:var(--wx-brand-soft);font-weight:600}.wx-operator-avatar svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:1.6}.wx-composer-tool{min-width:0;background:transparent;border:0;color:var(--wx-text-muted);font-size:11px;display:grid;justify-items:center;gap:7px}.wx-composer-tool>span{width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--wx-panel);color:var(--wx-text);border:1px solid var(--wx-divider)}.wx-composer-tool svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.wx-composer-tool.active{color:var(--wx-brand)}.wx-composer-tool.active>span{color:var(--wx-brand);border-color:#07c1604d;background:var(--wx-brand-soft)}.wx-composer-emoji-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.wx-composer-emoji-grid button{height:36px;border:0;border-radius:6px;background:var(--wx-panel);font-size:20px}:root[data-theme=dark] .wx-wechat-composer-row textarea,:root[data-theme=dark] .wx-composer-tool>span,:root[data-theme=dark] .wx-composer-emoji-grid button{background:#262629}:root[data-theme=dark] .wx-composer-input textarea{background:#262629}.wx-send-btn{background:var(--wx-brand);color:#fff;min-width:64px;height:36px;padding:0 14px;border:0;border-radius:6px;font-size:14px;font-weight:500}.wx-send-btn:disabled{opacity:.45;cursor:default}.wx-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center;color:var(--wx-text-muted);gap:4px}.wx-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#00000057;display:flex;justify-content:flex-end;animation:wx-fade-in .18s ease}@keyframes wx-slide-in{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.wx-contact-drawer{width:min(440px,100%);height:100%;background:var(--wx-bg);display:flex;flex-direction:column;animation:wx-slide-in .2s ease}.wx-contact-drawer-hero{padding:24px 18px 18px;display:grid;gap:12px;background:linear-gradient(180deg,var(--wx-brand-soft),transparent)}.wx-contact-drawer-hero h3{margin:6px 0 0;font-size:18px}.wx-contact-drawer-hero .wx-contact-remark{font-size:11px;color:var(--wx-brand);text-transform:uppercase;letter-spacing:.08em}.wx-contact-drawer-hero p{margin:0;font-size:12px;color:var(--wx-text-muted);word-break:break-all}.wx-contact-drawer-hero-actions{display:flex;gap:8px;margin-top:10px}.wx-mini-action{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--wx-panel);color:var(--wx-text);font-size:12px;border:1px solid var(--wx-divider)}.wx-mini-action svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.6}.wx-contact-drawer-tabs{display:flex;gap:8px;padding:8px 14px;background:var(--wx-panel);border-bottom:1px solid var(--wx-divider);position:sticky;top:0;z-index:1}:root[data-theme=dark] .wx-contact-drawer-tabs{background:#1d1d1f;border-color:#2a2a2c}.wx-drawer-tab{flex:1;min-height:32px;border-radius:8px;background:var(--wx-panel-soft);color:var(--wx-text-muted);font-size:12px;border:0;font-weight:500}:root[data-theme=dark] .wx-drawer-tab{background:#262629}.wx-drawer-tab.active{background:var(--wx-brand-soft);color:var(--wx-brand);font-weight:600}.wx-contact-drawer-body{padding:14px;display:grid;gap:12px;overflow:auto;flex:1}.wx-contact-card{background:var(--wx-panel);border-radius:var(--wx-radius-card);padding:0;box-shadow:var(--wx-shadow-card);overflow:hidden}:root[data-theme=dark] .wx-contact-card{background:#1d1d1f}.wx-contact-card-row{padding:14px;display:grid;gap:8px;border-bottom:1px solid var(--wx-divider)}.wx-contact-card-row:last-child{border-bottom:0}:root[data-theme=dark] .wx-contact-card-row{border-color:#262629}.wx-contact-card-label{font-size:11px;color:var(--wx-text-muted);text-transform:uppercase;letter-spacing:.05em}.wx-contact-card input,.wx-contact-card textarea{width:100%;background:var(--wx-panel-soft);border:1px solid transparent;border-radius:8px;padding:9px 10px;font-size:14px;outline:none}:root[data-theme=dark] .wx-contact-card input,:root[data-theme=dark] .wx-contact-card textarea{background:#262629;color:var(--wx-text)}.wx-contact-card input:focus,.wx-contact-card textarea:focus{border-color:var(--wx-brand);background:var(--wx-panel)}:root[data-theme=dark] .wx-contact-card input:focus,:root[data-theme=dark] .wx-contact-card textarea:focus{background:#1d1d1f}.wx-contact-card textarea{resize:vertical;min-height:64px;line-height:1.5}.wx-contact-card-hint{font-size:11px;color:var(--wx-text-muted)}.wx-contact-meta-list .wx-contact-meta-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;font-size:13px;border-bottom:1px solid var(--wx-divider)}.wx-contact-meta-list .wx-contact-meta-row:last-child{border-bottom:0}:root[data-theme=dark] .wx-contact-meta-list .wx-contact-meta-row{border-color:#262629}.wx-contact-meta-list .wx-contact-meta-row span{color:var(--wx-text-muted)}.wx-contact-meta-list .wx-contact-meta-row strong{font-weight:500;word-break:break-all}.wx-contact-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wx-contact-summary-card{padding:14px;border-radius:var(--wx-radius-card);background:var(--wx-panel);box-shadow:var(--wx-shadow-card);display:grid;gap:4px}:root[data-theme=dark] .wx-contact-summary-card{background:#1d1d1f}.wx-contact-summary-card span{font-size:11px;color:var(--wx-text-muted);text-transform:uppercase;letter-spacing:.05em}.wx-contact-summary-card strong{font-size:24px;font-weight:600}.wx-history-tips{padding:14px;border-radius:var(--wx-radius-card);background:var(--wx-panel);box-shadow:var(--wx-shadow-card);display:grid;gap:10px}:root[data-theme=dark] .wx-history-tips{background:#1d1d1f}.wx-history-tips p{margin:0;color:var(--wx-text-muted);font-size:12px;line-height:1.6}.wx-history-tips .ghost-btn{justify-self:start}.wx-drawer-actions{display:flex;justify-content:space-between;gap:10px;padding-top:4px}.wx-primary-btn{background:var(--wx-brand);color:#fff;padding:0 18px;min-height:40px;border:0;border-radius:8px;font-weight:600}.wx-primary-btn:disabled{opacity:.45;cursor:default}.ghost-btn{background:transparent;color:var(--wx-text);border:1px solid var(--wx-divider-strong);padding:0 14px;min-height:36px;border-radius:8px;font-size:13px}.ghost-btn.danger{color:var(--wx-danger);border-color:#fa515166}.ghost-btn.active{background:var(--wx-brand);color:#fff;border-color:var(--wx-brand)}.wx-empty-pill{background:var(--wx-panel-soft);border-radius:var(--wx-radius-card);padding:16px;text-align:center;color:var(--wx-text-muted);font-size:13px}.wx-current-persona{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;padding:2px 8px;border-radius:999px;background:var(--wx-brand-soft);color:var(--wx-brand);font-size:10px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.wx-current-persona:before{content:"✦";font-size:9px}.wx-persona-library-status{margin:0 0 10px;color:var(--wx-text-muted);font-size:12px}.wx-persona-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0}.wx-persona-card{min-width:0;display:grid;gap:7px;padding:14px;text-align:left;border:1px solid var(--wx-divider);border-radius:var(--wx-radius-card);background:var(--wx-panel);color:var(--wx-text);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.wx-persona-card:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--wx-shadow-elev);border-color:var(--wx-brand)}.wx-persona-card strong,.wx-persona-card p,.wx-persona-card span,.wx-persona-card em{min-width:0;overflow-wrap:anywhere}.wx-persona-card strong{font-size:14px}.wx-persona-card .wx-persona-card-meta{display:flex;align-items:center;gap:6px;margin-top:4px}.wx-persona-card p,.wx-persona-card span,.wx-persona-card em{margin:0;color:var(--wx-text-muted);font-size:12px;font-style:normal;line-height:1.45}.wx-persona-card.active{border-color:var(--wx-brand);background:var(--wx-brand-soft)}.wx-persona-card:disabled{opacity:.55;cursor:default}.wx-persona-card .wx-inline-btn{justify-self:start}.wx-persona-picker{width:min(460px,100%);height:100%;display:flex;flex-direction:column;background:var(--wx-bg)}.wx-persona-picker-header{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--wx-divider)}.wx-persona-picker-body{min-height:0;overflow:auto;padding:14px;display:grid;gap:12px}.wx-persona-default{display:grid;gap:6px;padding:14px;border:1px solid var(--wx-divider);border-radius:var(--wx-radius-card);background:var(--wx-panel)}.wx-persona-default span{color:var(--wx-text-muted);font-size:12px;overflow-wrap:anywhere}.wx-persona-default .ghost-btn{justify-self:start}@media (max-width: 600px){.wx-persona-grid{grid-template-columns:1fr}.wx-persona-picker{width:100%}}:root[data-theme=dark] .wx-empty-pill{background:#262629}.wx-empty-state{display:flex;flex-direction:column;align-items:center;padding:40px 24px;gap:10px;text-align:center}.wx-empty-state .wx-empty-illustration{font-size:56px;line-height:1;filter:grayscale(.3);opacity:.6;color:var(--wx-text-muted)}.wx-empty-state h3{margin:0;font-size:16px;font-weight:600;color:var(--wx-text)}.wx-empty-state p{margin:0;font-size:13px;color:var(--wx-text-muted);max-width:260px;line-height:1.5}.wx-empty-actions{margin-top:8px;background:var(--wx-panel-soft);border-radius:var(--wx-radius-card);padding:14px 16px;text-align:left;width:100%;max-width:300px}.wx-empty-tip{display:flex;align-items:center;gap:6px;color:var(--wx-brand);font-size:12px;font-weight:600;margin-bottom:8px}.wx-empty-tip svg{flex-shrink:0;stroke:var(--wx-brand)}.wx-empty-steps{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:5px}.wx-empty-steps li{font-size:12px;color:var(--wx-text-muted);line-height:1.5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0000005c;display:flex;align-items:center;justify-content:center;padding:16px;animation:wx-fade-in .18s ease}.modal{width:min(960px,100%);max-height:min(92vh,820px);background:var(--wx-panel);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--wx-shadow-elev)}:root[data-theme=dark] .modal{background:#1d1d1f}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--wx-divider)}:root[data-theme=dark] .modal-header{border-color:#2a2a2c}.modal-header h2{margin:0;font-size:17px;font-weight:600}.wx-settings-header{padding:18px 20px;gap:16px;align-items:flex-start}.wx-settings-header-meta{display:grid;gap:4px}.wx-settings-eyebrow{font-size:11px;color:var(--wx-brand);text-transform:uppercase;letter-spacing:.08em}.wx-settings-layout{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:0;min-width:0;flex:1;overflow:hidden}.modal-tabs{display:flex;gap:6px;padding:8px 12px;overflow-x:auto;border-bottom:1px solid var(--wx-divider)}:root[data-theme=dark] .modal-tabs{border-color:#2a2a2c}.wx-settings-nav{display:grid;grid-template-columns:1fr;gap:6px;padding:14px;border-right:1px solid var(--wx-divider);border-bottom:0;overflow:auto;align-content:start}:root[data-theme=dark] .wx-settings-nav{border-color:#2a2a2c}.tab{min-width:0;padding:10px 12px;border-radius:10px;color:var(--wx-text-muted);text-align:left;display:grid;gap:2px;background:transparent;border:0;font-size:13px}.tab small{font-size:11px;color:inherit;opacity:.78;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab:hover{background:var(--wx-panel-soft)}:root[data-theme=dark] .tab:hover{background:#262629}.tab.active{color:var(--wx-brand);background:var(--wx-brand-soft);font-weight:600}.modal-body{min-height:0;padding:16px;overflow:auto;-webkit-overflow-scrolling:touch}.wx-settings-body{padding:18px;background:var(--wx-bg)}:root[data-theme=dark] .wx-settings-body{background:#111}.modal-footer{flex:0 0 auto;display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--wx-divider)}:root[data-theme=dark] .modal-footer{border-color:#2a2a2c}.settings-section{display:grid;gap:14px}.settings-section.nested{margin-top:6px;padding-top:14px;border-top:1px dashed var(--wx-divider)}:root[data-theme=dark] .settings-section.nested{border-color:#2a2a2c}.settings-section h3{margin:0;font-size:13px;color:var(--wx-text-muted);text-transform:uppercase;letter-spacing:.05em}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-grid label{display:grid;gap:6px;font-size:13px}.settings-grid input,.settings-grid select,.settings-grid textarea{width:100%;background:var(--wx-panel);border:1px solid var(--wx-divider);border-radius:8px;padding:9px 10px;font-size:13px;outline:none}.settings-grid input:focus,.settings-grid select:focus,.settings-grid textarea:focus{border-color:var(--wx-brand)}.settings-grid textarea{resize:vertical;min-height:64px;line-height:1.5}:root[data-theme=dark] .settings-grid input,:root[data-theme=dark] .settings-grid select,:root[data-theme=dark] .settings-grid textarea{background:#262629;border-color:#2f2f33;color:var(--wx-text)}.settings-grid .full-span{grid-column:1 / -1}.checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px}.checkbox input{width:16px;height:16px;accent-color:var(--wx-brand)}.wx-theme-choice{display:flex;gap:8px;flex-wrap:wrap}.wx-theme-choice .ghost-btn.active{color:var(--wx-brand);border-color:var(--wx-brand);background:var(--wx-brand-soft)}.channels-grid{display:grid;gap:10px}.channel-card{background:var(--wx-panel);border:1px solid var(--wx-divider);border-radius:12px;padding:14px;display:grid;gap:8px}:root[data-theme=dark] .channel-card{background:#1d1d1f;border-color:#2a2a2c}.channel-card-header{display:flex;justify-content:space-between;align-items:center}.subtle{color:var(--wx-text-muted);font-size:12px}.platform-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.platform-toolbar>div:first-child{display:grid;gap:4px;min-width:200px}.platform-add-row{display:flex;gap:6px;flex-wrap:wrap}.platform-group{background:var(--wx-panel);border-radius:12px;padding:14px;box-shadow:var(--wx-shadow-card);display:grid;gap:10px}:root[data-theme=dark] .platform-group{background:#1d1d1f}.platform-group-title{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:13px;font-weight:600}.platform-group-title small{color:var(--wx-text-muted);font-weight:500}.platform-card{background:var(--wx-panel-soft);border-radius:10px;padding:12px;display:grid;gap:10px;border:1px solid var(--wx-divider)}:root[data-theme=dark] .platform-card{background:#262629;border-color:#2f2f33}.platform-card-header{display:flex;justify-content:space-between;align-items:center}.platform-command{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--wx-text-muted)}.platform-command code{background:var(--wx-bg);padding:4px 8px;border-radius:6px;font-family:ui-monospace,JetBrains Mono,monospace;font-size:12px;word-break:break-all;flex:1}.platform-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.platform-empty{padding:12px;text-align:center}.wx-swipe-wrap{position:relative;overflow:hidden;background:var(--wx-panel);touch-action:pan-y;user-select:none;-webkit-user-select:none}.wx-pinned-section .wx-swipe-wrap{background:var(--wx-panel-soft)}.wx-swipe-content{position:relative;z-index:2;background:inherit;transition:transform .18s cubic-bezier(.2,.7,.2,1);will-change:transform}.wx-swipe-wrap.is-dragging .wx-swipe-content{transition:none}.wx-swipe-actions{position:absolute;inset:0 0 0 auto;width:144px;display:flex;z-index:1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .1s linear,visibility 0s linear .1s}.wx-swipe-wrap.is-revealed .wx-swipe-actions{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.wx-swipe-action{flex:1;border:0;color:#fff;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.wx-swipe-action svg{width:18px;height:18px;color:#fff;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wx-swipe-action.pin{background:#5b8def}.wx-swipe-action.pin.is-active{background:#4a7ad6}.wx-swipe-action.danger{background:var(--wx-danger)}.wx-empty-svg{width:52px;height:52px;color:var(--wx-text-faint)}.wx-plugin-filters{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px}.wx-plugin-list{display:grid;gap:10px;padding:0 14px 14px}.wx-plugin-card{display:flex;gap:12px;background:var(--wx-panel);border-radius:var(--wx-radius-card);padding:14px;box-shadow:var(--wx-shadow-card);align-items:center;border-left:4px solid var(--wx-brand);transition:opacity .15s}:root[data-theme=dark] .wx-plugin-card{background:#1d1d1f}.wx-plugin-card.is-off{opacity:.6;border-left-color:var(--wx-text-faint)}.wx-plugin-status{font-size:12px;line-height:1.4}.wx-plugin-hooks{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-wrap:wrap;gap:4px}.wx-plugin-hooks li code{font-size:10px;padding:2px 6px;border-radius:4px;background:var(--wx-panel-soft);color:var(--wx-text-muted)}.wx-plugin-icon{width:44px;height:44px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wx-plugin-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.wx-plugin-body{flex:1;min-width:0;display:grid;gap:6px}.wx-plugin-row1{display:flex;justify-content:space-between;align-items:center;gap:8px}.wx-plugin-name{font-weight:600;font-size:14px}.wx-plugin-desc{font-size:12px;color:var(--wx-text-muted);line-height:1.45}.wx-plugin-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.wx-switch{position:relative;width:38px;height:22px;flex-shrink:0;display:inline-block}.wx-switch input{opacity:0;width:0;height:0}.wx-switch-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--wx-text-faint);border-radius:999px;transition:background .18s}.wx-switch-slider:before{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;background:#fff;border-radius:50%;transition:transform .18s;box-shadow:0 1px 3px #0000002e}.wx-switch input:checked+.wx-switch-slider{background:var(--wx-brand)}.wx-switch input:checked+.wx-switch-slider:before{transform:translate(16px)}.wx-switch.is-disabled{opacity:.45;cursor:not-allowed}.wx-switch.is-disabled .wx-switch-slider{cursor:not-allowed}.wx-contacts-page{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--wx-bg)}.wx-contacts-header{display:flex;align-items:flex-end;justify-content:space-between;padding:20px 18px 12px;background:var(--wx-panel)}.wx-contacts-header h2{margin:0;font-size:22px;font-weight:650}.wx-contacts-header p{margin:4px 0 0;font-size:12px;color:var(--wx-text-muted)}.wx-contacts-header>span{min-width:30px;height:24px;padding:0 8px;border-radius:999px;background:var(--wx-panel-soft);color:var(--wx-text-muted);font-size:12px;display:inline-flex;align-items:center;justify-content:center}.wx-contact-controls{background:var(--wx-panel);border-bottom:1px solid var(--wx-divider);padding-bottom:8px}.wx-contact-controls .wx-account-tabs{padding-bottom:3px}.wx-contact-search{padding-bottom:4px}.wx-contacts-scroll{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding:12px 14px 80px}.wx-contact-account-group{margin-bottom:14px}.wx-contact-group-title{height:34px;display:flex;align-items:center;gap:8px;padding:0 4px;color:var(--wx-text-muted)}.wx-contact-group-title span{color:var(--wx-brand);font-size:11px;font-weight:700}.wx-contact-group-title strong{font-size:12px;font-weight:500;flex:1}.wx-contact-group-title em{font-style:normal;font-size:11px}.wx-contact-list{border-radius:10px;background:var(--wx-panel);overflow:hidden;box-shadow:0 1px 1px #00000008}.wx-contact-row{min-height:66px}.wx-contact-row:disabled{opacity:.55}.wx-contact-subid{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--wx-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-contact-subid span{flex:0 0 auto;color:var(--wx-brand);font-weight:600}.wx-cell-arrow{width:18px;height:18px;stroke:var(--wx-text-faint);fill:none;stroke-width:1.7;margin-left:auto}.wx-cell-group{padding:14px 14px 0}.wx-cell-group-title{padding:0 4px 8px;font-size:11px;color:var(--wx-text-muted);text-transform:uppercase;letter-spacing:.06em}.wx-card-list{border-radius:var(--wx-radius-card);overflow:hidden;box-shadow:var(--wx-shadow-card);background:var(--wx-panel)}:root[data-theme=dark] .wx-card-list{background:#1d1d1f}.wx-contact-row,.wx-setting-row{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--wx-divider);text-align:left;background:transparent;border-top:0;border-left:0;border-right:0;font-size:14px}.wx-card-list .wx-contact-row:last-child,.wx-card-list .wx-setting-row:last-child{border-bottom:0}:root[data-theme=dark] .wx-contact-row,:root[data-theme=dark] .wx-setting-row{border-color:#262629}.wx-contact-name{font-size:15px;font-weight:500}.wx-contact-meta{min-width:0;display:grid;gap:3px}.wx-setting-row{justify-content:space-between}.wx-ai-entry>span:nth-child(2){display:grid;gap:3px;text-align:left;margin-right:auto}.wx-ai-entry small{color:var(--wx-text-muted);font-size:12px;font-weight:400}.wx-ai-status-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:16px;background:var(--wx-panel-soft);border-radius:var(--wx-radius-md);color:var(--wx-text-secondary);font-size:13px}.wx-chat{min-width:0}.wx-chat-header{min-height:58px;padding-top:env(safe-area-inset-top,0px)}.wx-chat-messages{min-height:0;overscroll-behavior:contain;scrollbar-gutter:stable}.wx-composer{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.wx-setting-row.multi{align-items:flex-start}.wx-setting-row-form select{min-width:140px;text-align:right;background:transparent;border:0;padding:4px 8px}.wx-setting-row.link{color:inherit;background:transparent}.wx-setting-row.link.danger{color:var(--wx-danger)}.wx-setting-row.link:active{background:var(--wx-list-hover)}.wx-setting-value{color:var(--wx-text-muted);font-size:13px;max-width:60%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-setting-value.wx-multiline{white-space:normal;text-align:right}.wx-setting-value.wx-mono{font-family:ui-monospace,JetBrains Mono,monospace;font-size:12px}.wx-inline-btn{color:var(--wx-brand);background:transparent;border:0;padding:0;font-size:13px}.wx-me-hero{display:flex;align-items:center;gap:16px;margin:14px;padding:20px 18px;border-radius:var(--wx-radius-card);background:var(--wx-panel);box-shadow:var(--wx-shadow-card);position:relative;overflow:hidden}.wx-me-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#07c1601a,#5b8def14);pointer-events:none}.wx-me-hero>*{position:relative}.wx-me-hero-meta{display:grid;gap:4px;min-width:0}.wx-me-name{font-size:18px;font-weight:600}.wx-me-sub{font-size:12px;color:var(--wx-text-muted)}.wx-me-status-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 8px;border-radius:999px;background:var(--wx-panel-soft);color:var(--wx-text-muted);font-weight:500}.pill.ok{background:var(--wx-brand-soft);color:var(--wx-brand)}.wx-discover-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wx-discover-card{background:var(--wx-panel);border-radius:var(--wx-radius-card);padding:16px;box-shadow:var(--wx-shadow-card);display:grid;gap:6px}.wx-discover-card .wx-info-title{font-size:11px;color:var(--wx-text-muted);text-transform:uppercase;letter-spacing:.05em}.wx-discover-card .wx-info-value{font-size:26px;font-weight:600}.wx-ump{padding:0}.wx-ump-header{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--wx-divider)}.wx-ump-back{width:34px;height:34px;border-radius:6px}.wx-ump-title{flex:1;font-size:16px;font-weight:600}.wx-ump-add-btn{font-size:13px;padding:5px 12px;border-radius:8px}.wx-ump-body{padding:16px}.wx-ump-loading,.wx-ump-empty{text-align:center;padding:32px 0;color:var(--wx-text-muted);font-size:14px}.wx-ump-error{color:var(--wx-danger);font-size:13px;padding:8px 10px;background:#dc26260f;border-radius:8px;margin-bottom:12px}.wx-ump-list{display:flex;flex-direction:column;gap:8px}.wx-ump-user-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--wx-panel-soft);border-radius:10px}:root[data-theme=dark] .wx-ump-user-row{background:#262629}.wx-ump-user-info{display:flex;align-items:center;gap:10px}.wx-ump-avatar{width:36px;height:36px;border-radius:50%;background:var(--wx-brand-soft);color:var(--wx-brand);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.wx-ump-username{font-size:14px;font-weight:500}.wx-ump-created{font-size:11px;color:var(--wx-text-muted);margin-top:2px}.wx-btn-danger-outline{font-size:12px;padding:5px 10px;border-radius:6px;border:1px solid var(--wx-danger);color:var(--wx-danger);background:transparent;cursor:pointer;transition:all .15s}.wx-btn-danger-outline:hover,.wx-btn-danger-outline.confirm{background:var(--wx-danger);color:#fff}.wx-ump-form{display:flex;flex-direction:column;gap:14px}.wx-ump-form .wx-field-input{padding-left:12px}.wx-ump-success{color:var(--wx-brand);font-size:13px;padding:8px 10px;background:#07c16014;border-radius:8px}.wx-ump-form-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:4px}.wx-btn-primary{background:var(--wx-brand);color:#fff;border:0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer}.wx-btn-primary:disabled{opacity:.45}.wx-btn-outline{background:transparent;border:1px solid var(--wx-divider);border-radius:8px;padding:8px 16px;font-size:14px;color:var(--wx-text);cursor:pointer}.wx-btn-outline:hover{background:var(--wx-panel-soft)}.wx-auth-shell{min-height:100dvh;display:grid;grid-template-columns:1fr 440px;background:linear-gradient(145deg,#e8f7ee,#f0f4f8,#f6f8fb)}:root[data-theme=dark] .wx-auth-shell{background:linear-gradient(145deg,#0d1a14,#101410,#111)}.wx-auth-left{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 48px;gap:48px}.wx-auth-brand{display:flex;flex-direction:column;align-items:center;gap:12px}.wx-auth-logo{width:72px;height:72px;border-radius:20px;background:var(--wx-brand);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #07c16047}.wx-auth-logo svg{width:40px;height:40px}.wx-auth-appname{font-size:30px;font-weight:700;color:var(--wx-text);margin:0;text-align:center}.wx-auth-tagline{font-size:14px;color:var(--wx-text-muted);margin:0;text-align:center;max-width:320px}.wx-auth-features{display:flex;flex-direction:column;gap:10px;width:100%;max-width:280px}.wx-auth-feature-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--wx-text-secondary)}.wx-auth-feature-dot{width:6px;height:6px;border-radius:50%;background:var(--wx-brand);flex-shrink:0}.wx-auth-right{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--wx-panel);border-radius:24px 0 0 24px;box-shadow:-8px 0 32px #0000000f}:root[data-theme=dark] .wx-auth-right{background:#1a1a1d;box-shadow:-8px 0 32px #0000004d}.wx-auth-card{width:100%;max-width:360px;display:flex;flex-direction:column;gap:20px}.wx-auth-tabs{display:flex;background:var(--wx-panel-soft);border-radius:10px;padding:3px;gap:2px}:root[data-theme=dark] .wx-auth-tabs{background:#262629}.wx-auth-tab{flex:1;height:36px;border:0;border-radius:8px;background:transparent;color:var(--wx-text-muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease}.wx-auth-tab.active{background:var(--wx-panel);color:var(--wx-text);font-weight:600;box-shadow:0 1px 4px #0000001a}:root[data-theme=dark] .wx-auth-tab.active{background:#2a2a2d;box-shadow:0 1px 4px #0000004d}.wx-auth-form{display:flex;flex-direction:column;gap:14px}.wx-field{display:flex;flex-direction:column;gap:6px}.wx-field-label{font-size:13px;font-weight:500;color:var(--wx-text-secondary)}.wx-field-input-wrap{position:relative;display:flex;align-items:center}.wx-field-icon{position:absolute;left:12px;color:var(--wx-text-muted);display:flex;align-items:center;pointer-events:none}.wx-field-input{width:100%;background:var(--wx-panel-soft);border:1.5px solid transparent;border-radius:10px;padding:11px 12px 11px 38px;font-size:14px;color:var(--wx-text);outline:none;transition:border-color .15s ease,background .15s ease;box-sizing:border-box}.wx-field-input:focus{border-color:var(--wx-brand);background:var(--wx-panel)}.wx-field-input::placeholder{color:var(--wx-text-muted)}:root[data-theme=dark] .wx-field-input{background:#262629;color:var(--wx-text);border-color:#2f2f33}:root[data-theme=dark] .wx-field-input:focus{border-color:var(--wx-brand);background:#2a2a2d}.wx-auth-error{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--wx-danger);padding:8px 10px;background:#dc26260f;border-radius:8px;border:1px solid rgba(220,38,38,.15)}:root[data-theme=dark] .wx-auth-error{background:#dc26261a;border-color:#dc262633}.wx-auth-submit{width:100%;height:46px;background:var(--wx-brand);color:#fff;border:0;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .1s ease;margin-top:2px}.wx-auth-submit:hover:not(:disabled){opacity:.92}.wx-auth-submit:active:not(:disabled){transform:scale(.99)}.wx-auth-submit:disabled{opacity:.45;cursor:default}.wx-auth-hint{text-align:center;font-size:13px;color:var(--wx-text-muted);margin:0}.wx-auth-link{background:none;border:none;color:var(--wx-brand);font-size:13px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.wx-auth-link:hover{opacity:.8}@media (max-width: 760px){.wx-auth-shell{grid-template-columns:1fr}.wx-auth-left{display:none}.wx-auth-right{border-radius:0;background:var(--wx-bg);box-shadow:none;min-height:100dvh;padding:32px 20px}:root[data-theme=dark] .wx-auth-right{background:#111}}.wx-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);background:#000000c7;color:#fff;padding:8px 16px;border-radius:999px;font-size:13px;z-index:200}@media (max-width: 760px){.modal-backdrop{padding:0;align-items:stretch}.wx-chat-layout{grid-template-columns:1fr;height:100%}.wx-chat-layout.mobile-list-open .wx-sidebar{display:flex;height:100%}.wx-chat-layout.mobile-list-open .wx-chat,.wx-chat-layout.mobile-chat-open .wx-sidebar{display:none}.wx-chat-layout.mobile-chat-open .wx-chat{display:flex;height:100%;min-height:0;align-self:stretch}.wx-tab-bar.is-chat-hidden{display:none}.wx-composer-input textarea{font-size:16px}.wx-composer-toolbar{overflow-x:auto;scrollbar-width:none}.wx-composer-toolbar::-webkit-scrollbar{display:none}.wx-back-btn{display:inline-flex}.wx-chat-header{padding:8px;gap:8px}.wx-chat-header .wx-avatar{width:36px;height:36px;font-size:13px}.wx-messages-inner{padding:0 10px}.wx-settings-layout{grid-template-columns:1fr;min-height:0}.wx-settings-nav{display:flex;grid-template-columns:none;gap:8px;padding:8px 12px;border-right:0;border-bottom:1px solid var(--wx-divider);max-height:none;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none}.wx-settings-nav::-webkit-scrollbar{display:none}.wx-settings-nav .tab{flex:0 0 auto;min-width:max-content;padding:8px 11px;display:inline-flex;align-items:center;gap:0;white-space:nowrap}.wx-settings-nav .tab small{display:none}.wx-settings-body{padding:16px 14px calc(20px + env(safe-area-inset-bottom,0px))}.modal-footer{padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));background:var(--wx-panel)}:root[data-theme=dark] .wx-settings-nav,:root[data-theme=dark] .modal-footer{border-color:#2a2a2c;background:#1d1d1f}.wx-contact-drawer{width:100%}.wx-discover-grid{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}.wx-login-shell{grid-template-columns:1fr;padding:32px 20px}.wx-login-hero{padding:24px}.wx-login-card{width:100%}.modal{width:100vw;height:100dvh;max-height:100dvh;border-radius:0}.modal-body{-webkit-overflow-scrolling:touch}}.wx-account-page{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--wx-bg)}.wx-account-page-header{min-height:58px;flex:0 0 auto;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;padding:env(safe-area-inset-top,0px) 10px 0;background:var(--wx-panel);border-bottom:1px solid var(--wx-divider)}.wx-account-page-header h2{margin:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.wx-page-header{padding:20px 18px 12px;background:var(--wx-panel);border-bottom:1px solid var(--wx-divider)}.wx-page-header h2,.wx-page-header p{margin:0}.wx-section-list{background:var(--wx-panel);border-radius:var(--wx-radius-card);overflow:hidden;box-shadow:var(--wx-shadow-card)}.wx-account-summary{margin:14px 14px 8px;padding:12px 14px;border-radius:var(--wx-radius-md);background:var(--wx-brand-soft);color:var(--wx-text-secondary);font-size:13px;display:flex;align-items:center;gap:6px}.wx-account-summary strong{color:var(--wx-brand);font-size:20px}.wx-account-summary span{margin-left:auto;color:var(--wx-warn)}.wx-account-list{margin:0 14px;min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}.wx-account-row{width:100%;min-height:72px;display:flex;align-items:center;gap:12px;padding:12px 14px;border:0;border-bottom:1px solid var(--wx-divider);background:transparent;text-align:left}.wx-account-row-title{display:flex;align-items:center;gap:7px;min-width:0}.wx-account-row-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-account-row-main small{color:var(--wx-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-account-avatar{width:44px;height:44px;flex:0 0 auto;border-radius:12px;background:var(--wx-brand-soft);color:var(--wx-brand);display:inline-flex;align-items:center;justify-content:center}.wx-account-avatar.lg{width:64px;height:64px;border-radius:18px}.wx-account-avatar svg,.wx-primary-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.wx-account-primary{padding:2px 7px;border-radius:999px;background:var(--wx-brand-soft);color:var(--wx-brand);font-size:10px}.wx-cell-chevron{color:var(--wx-text-faint);font-size:22px}.wx-account-loading,.wx-account-error,.wx-account-empty{margin:12px 14px;padding:20px;border:0;border-radius:var(--wx-radius-card);background:var(--wx-panel);color:var(--wx-text-muted);text-align:center}.wx-account-loading{display:flex;align-items:center;justify-content:center;gap:10px}.wx-account-empty{display:grid;justify-items:center;gap:8px}.wx-account-empty svg{width:44px;height:44px;stroke:var(--wx-text-faint);fill:none}.wx-account-empty h3,.wx-account-empty p{margin:0}.wx-account-add-bar{flex:0 0 auto;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:var(--wx-panel);border-top:1px solid var(--wx-divider)}.wx-primary-btn{min-height:44px;width:100%;border:0;border-radius:var(--wx-radius-md);background:var(--wx-brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.wx-account-detail-hero{margin:14px;padding:24px 18px;border-radius:var(--wx-radius-card);background:var(--wx-panel);display:grid;justify-items:center;gap:8px;box-shadow:var(--wx-shadow-card)}.wx-account-detail-hero h3,.wx-account-detail-hero p{margin:0}.wx-account-detail-hero p{color:var(--wx-text-muted)}.wx-account-danger-zone{margin-bottom:24px}.wx-account-qr-content{min-height:0;flex:1;overflow-y:auto;padding:28px 18px calc(28px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.wx-account-qr-content h3,.wx-account-qr-content p{margin:0}.wx-account-qr-brand{width:52px;height:52px;border-radius:14px;background:var(--wx-brand-soft);color:var(--wx-brand);display:grid;place-items:center}.wx-account-qr-brand svg{width:28px;height:28px;fill:none;stroke:currentColor}.wx-account-qr-box{width:min(320px,100%);aspect-ratio:1;padding:16px;border-radius:18px;background:#fff;display:grid;place-items:center;box-shadow:var(--wx-shadow-elev)}.wx-account-qr-box img{display:block;width:100%;height:100%;object-fit:contain}.wx-account-qr-empty{color:#555}.wx-account-qr-expiry{color:var(--wx-text-muted);font-size:12px}.wx-setting-row-icon{width:34px;height:34px;flex:0 0 auto;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:var(--wx-brand-soft);color:var(--wx-brand)}.wx-skeleton-msg-list{width:100%}.wx-translation-alert{flex:0 0 auto;width:100%;min-height:42px;border:0;border-bottom:1px solid rgba(250,157,59,.25);padding:8px 14px;background:#fa9d3b1f;color:#ad6500;display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px}.wx-translation-alert strong{color:var(--wx-brand)}.wx-translation-alert.error{color:var(--wx-danger);background:#fa51511a;border-color:#fa515133}@media (min-width: 900px){.wx-shell{align-items:center;padding:24px;background:radial-gradient(circle at top,rgba(7,193,96,.08),transparent 40%),var(--wx-bg)}.wx-shell-content{width:min(1440px,100%);border-radius:18px;overflow:hidden;box-shadow:var(--wx-shadow-elev)}.wx-tab-bar{display:none}.wx-page,.wx-account-page{max-width:1120px;margin-inline:auto;width:100%}}@keyframes wx-skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.wx-skeleton{background:linear-gradient(90deg,var(--wx-panel-soft) 25%,var(--wx-list-active) 37%,var(--wx-panel-soft) 63%);background-size:800px 100%;animation:wx-skeleton-shimmer 1.3s ease infinite;border-radius:6px}:root[data-theme=dark] .wx-skeleton{background:linear-gradient(90deg,var(--wx-panel-soft) 25%,#2f2f33 37%,var(--wx-panel-soft) 63%);background-size:800px 100%}.wx-skeleton-msg{display:flex;gap:8px;margin-bottom:14px;align-items:flex-end}.wx-skeleton-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0}.wx-skeleton-bubble{height:34px;border-radius:16px;width:220px}.wx-skeleton-bubble.short{width:120px;height:28px}.wx-skeleton-bubble.long{width:280px;height:34px}.wx-skeleton-bubble.right{margin-left:auto}.wx-skeleton-line{height:12px;border-radius:6px;margin:10px 0}.wx-skeleton-line.short{width:40%}.wx-skeleton-line.medium{width:65%}@keyframes wx-spin{to{transform:rotate(360deg)}}.wx-spinner{width:20px;height:20px;border:2px solid var(--wx-divider);border-top-color:var(--wx-brand);border-radius:50%;animation:wx-spin .75s linear infinite;flex-shrink:0}.wx-spinner.sm{width:14px;height:14px;border-width:1.5px}.wx-spinner.lg{width:28px;height:28px;border-width:2.5px}.wx-send-btn{background:var(--wx-brand);color:#fff;border:none;border-radius:8px;padding:0 14px;height:32px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s,opacity .15s;display:flex;align-items:center;gap:5px;min-width:52px;justify-content:center}.wx-send-btn:hover{background:var(--wx-brand-strong)}.wx-send-btn:active{transform:scale(.95)}.wx-send-btn:disabled{background:var(--wx-text-faint);cursor:not-allowed;transform:none;opacity:.7}.wx-send-btn .wx-spinner{border-color:#ffffff4d;border-top-color:#fff}.wx-send-btn.sending{animation:none}.wx-composer{background:var(--wx-panel);border-top:1px solid var(--wx-divider);padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:6px}:root[data-theme=dark] .wx-composer{border-color:#2a2a2c}.wx-composer-input{display:flex;gap:8px;align-items:flex-end}.wx-composer-input textarea{flex:1;min-height:40px;border:1px solid var(--wx-divider);border-radius:10px;padding:9px 12px;font-size:14px;font-family:inherit;resize:none;outline:none;background:var(--wx-panel-soft);line-height:1.5;max-height:140px;overflow-y:auto;transition:border-color .15s}:root[data-theme=dark] .wx-composer-input textarea{border-color:#2a2f33;background:#161618;color:var(--wx-text)}.wx-composer-input textarea:focus{border-color:var(--wx-brand)}.wx-mode-pill{background:var(--wx-panel-soft);border:1px solid var(--wx-divider);border-radius:8px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer;color:var(--wx-text-muted);display:flex;align-items:center;gap:4px;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.wx-mode-pill.active{background:var(--wx-brand-soft);border-color:var(--wx-brand);color:var(--wx-brand)}.wx-mode-badge{background:var(--wx-brand);color:#fff;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:700;margin-left:2px;letter-spacing:.02em}.wx-preview-strip{background:var(--wx-brand-soft);border:1px solid var(--wx-brand);border-radius:8px;padding:6px 10px;font-size:12px;display:flex;gap:6px;align-items:flex-start;animation:wx-fade-in .15s ease}.wx-preview-strip .preview-text{color:var(--wx-brand);font-weight:500;flex:1;word-break:break-all}.wx-preview-error{background:#fa515114;border-color:var(--wx-danger);color:var(--wx-danger)}.wx-preview-label{color:var(--wx-text-muted);flex-shrink:0}@keyframes wx-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes wx-slide-in-right{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes wx-fade-in{0%{opacity:0}to{opacity:1}}.wx-page{animation:wx-slide-up .2s ease}.wx-chat-layout{animation:wx-slide-in-right .18s ease}.wx-tab-bar{position:sticky;bottom:0;background:var(--wx-panel);border-top:1px solid var(--wx-divider);display:flex;z-index:20;padding-bottom:env(safe-area-inset-bottom,0px)}:root[data-theme=dark] .wx-tab-bar{border-color:#2a2a2c}.wx-tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px 6px;border:0;background:transparent;color:var(--wx-text-muted);font-size:10px;cursor:pointer;transition:color .2s,transform .15s;position:relative}.wx-tab-btn:active{transform:scale(.9)}.wx-tab-btn.active{color:var(--wx-brand)}.wx-tab-btn>span[aria-hidden]{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.wx-tab-btn>span[aria-hidden] svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.wx-tab-btn.active>span[aria-hidden] svg{stroke:var(--wx-brand)}.wx-tab-badge{position:absolute;top:4px;right:calc(50% - 14px);background:var(--wx-danger);color:#fff;border-radius:999px;min-width:16px;height:16px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;animation:wx-fade-in .2s ease}.wx-retry-btn{border:0;background:transparent;color:var(--wx-danger);padding:0 2px;font-size:11px;font-weight:600;cursor:pointer}.wx-new-message-btn{position:sticky;bottom:12px;z-index:8;display:block;margin:-40px auto 10px;border:0;border-radius:999px;padding:7px 14px;background:var(--wx-panel);color:var(--wx-brand);box-shadow:var(--wx-shadow-elev);font-size:12px;font-weight:600;cursor:pointer}.wx-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;color:var(--wx-text-muted);text-align:center;gap:10px}.wx-empty-illustration{font-size:56px;line-height:1;filter:grayscale(.3);opacity:.6}.wx-empty h3{margin:0;font-size:16px;font-weight:600;color:var(--wx-text)}.wx-empty p{margin:0;font-size:13px;color:var(--wx-text-muted);max-width:260px;line-height:1.5}.wx-empty .wx-spinner{margin:8px auto;display:flex}.wx-empty-state-row{display:flex;flex-direction:column;align-items:center;gap:6px}.wx-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#000000b8;color:#fff;padding:10px 20px;border-radius:22px;font-size:14px;font-weight:500;z-index:200;white-space:nowrap;pointer-events:none;animation:wx-toast-in .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes wx-toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px) scale(.9)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.wx-bubble-row{position:relative}.wx-bubble-row:active .wx-bubble-actions{opacity:1}.wx-bubble-actions{opacity:0;transition:opacity .15s}.wx-bubble{background:var(--wx-bubble-in);color:var(--wx-bubble-text);padding:9px 13px;border-radius:16px 16px 16px 4px;font-size:15px;line-height:1.5;max-width:min(72%,460px);word-break:break-word;position:relative;box-shadow:0 1px 2px #0000000a}.wx-bubble.out{background:var(--wx-bubble-out);border-bottom-left-radius:16px;border-bottom-right-radius:4px}.wx-bubble.out:before{display:none}.wx-bubble-meta{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--wx-text-muted);margin-top:3px;padding:0 4px}.wx-bubble-status.failed{color:var(--wx-danger)}.wx-bubble-status.sending{color:var(--wx-text-faint)}.wx-day-separator{display:flex;align-items:center;justify-content:center;margin:12px 0 6px}.wx-day-separator span{background:#0000000f;color:var(--wx-text-muted);border-radius:8px;padding:3px 10px;font-size:11px;font-weight:500}:root[data-theme=dark] .wx-day-separator span{background:#ffffff0f}.wx-hidden-note{background:var(--wx-panel-soft);border-radius:8px;padding:8px 12px;font-size:12px;color:var(--wx-text-muted);text-align:center;margin-bottom:8px}.wx-translation-line{background:var(--wx-brand-soft);border-radius:8px;padding:6px 10px;font-size:12px;margin-top:4px;display:flex;gap:5px;align-items:flex-start;flex-wrap:wrap}.wx-translation-label{color:var(--wx-brand);font-weight:600;flex-shrink:0}.wx-translation-text{color:var(--wx-brand);flex:1;word-break:break-word}.wx-contact-drawer{background:var(--wx-panel);display:flex;flex-direction:column;height:100%}.wx-contact-drawer-hero{padding:16px;background:linear-gradient(135deg,var(--wx-brand-soft) 0%,transparent 60%);border-bottom:1px solid var(--wx-divider)}.wx-contact-drawer-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.wx-contact-card{display:grid;gap:12px}.wx-contact-card-row{display:grid;gap:6px}.wx-contact-card-row span{font-size:12px;color:var(--wx-text-muted)}.wx-contact-card-row input,.wx-contact-card-row textarea{width:100%;border:1px solid var(--wx-divider);border-radius:8px;padding:9px 11px;font-size:13px;background:var(--wx-panel-soft);outline:none;box-sizing:border-box;font-family:inherit;color:var(--wx-text)}.wx-contact-card-row input:focus,.wx-contact-card-row textarea:focus{border-color:var(--wx-brand)}.wx-contact-card-row textarea{resize:vertical;min-height:72px}.wx-contact-card-hint{font-size:11px;color:var(--wx-text-faint)}.wx-contact-meta-list{display:grid;gap:6px;background:var(--wx-panel-soft);border-radius:8px;padding:10px 12px}.wx-contact-meta-row{display:flex;justify-content:space-between;font-size:12px;gap:12px}.wx-contact-meta-row span{color:var(--wx-text-muted)}.wx-contact-meta-row strong{color:var(--wx-text);word-break:break-all;text-align:right}.wx-sidebar-nav{display:none}@media (min-width: 768px){.wx-shell-content{flex-direction:row}.wx-sidebar-nav{display:flex;width:72px;background:var(--wx-panel);border-right:1px solid var(--wx-divider);flex-direction:column;align-items:center;padding:18px 0;gap:6px;flex-shrink:0;box-shadow:inset -1px 0 #00000005}:root[data-theme=dark] .wx-sidebar-nav{background:#1d1d1f;border-color:#2a2a2c;box-shadow:inset -1px 0 #ffffff0a}.wx-sidebar-nav .wx-nav-btn{width:52px;height:56px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--wx-text-muted);background:transparent;border:0;cursor:pointer;position:relative;transition:background .15s,color .15s;padding:0}.wx-sidebar-nav .wx-nav-btn:hover{background:var(--wx-list-hover);color:var(--wx-text)}.wx-sidebar-nav .wx-nav-btn.active{color:var(--wx-brand);background:var(--wx-brand-soft)}.wx-sidebar-nav .wx-nav-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.wx-sidebar-nav .wx-nav-label{font-size:10px;line-height:1;font-weight:500}.wx-sidebar-nav .wx-nav-badge{position:absolute;top:4px;right:6px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--wx-danger);color:#fff;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.wx-chat-layout{grid-template-columns:280px 1fr}@media (min-width: 1100px){.wx-chat-layout{grid-template-columns:320px 1fr}}@media (min-width: 1400px){.wx-chat-layout{grid-template-columns:360px 1fr}}.wx-tab-bar{display:none!important}.wx-page,.wx-chat-layout{height:100%}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--wx-brand)!important;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.wx-settings-page{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--wx-bg)}.wx-settings-page-header{display:flex;align-items:center;gap:6px;padding:16px 16px 8px;background:var(--wx-bg);position:relative}.wx-settings-page-header h2{margin:0;font-size:20px;font-weight:650;flex:1}.wx-page-header-back{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}.wx-page-header-back svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wx-settings-page .wx-setting-row strong{font-size:15px;font-weight:500;display:block}.wx-settings-page .wx-setting-row small{font-size:12px;color:var(--wx-text-muted);display:block;margin-top:2px}.wx-settings-page .wx-setting-row-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wx-settings-page .wx-setting-row-icon svg{width:22px;height:22px;stroke:var(--wx-brand);fill:none;stroke-width:1.6}.wx-settings-page .wx-setting-row:active{background:var(--wx-list-hover)}.wx-settings-subpage{background:var(--wx-bg)}.wx-settings-subpage-body{padding:0 0 80px;overflow-y:auto;min-height:0;flex:1;overscroll-behavior:contain}.wx-empty-tip{padding:12px 16px;font-size:12px;color:var(--wx-text-muted);border-bottom:1px solid var(--wx-divider)}.wx-empty-tip:last-child{border-bottom:0}.wx-me-hero{align-items:flex-start}.wx-me-qr-btn{width:38px;height:38px;border-radius:10px;background:var(--wx-panel-soft);border:0;color:var(--wx-text-secondary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;align-self:center}.wx-me-qr-btn:hover{background:var(--wx-list-hover)}.wx-me-qr-btn:active{background:var(--wx-divider)}.wx-me-qr-btn svg{width:22px;height:22px;fill:currentColor}.wx-me-hero>.wx-avatar{flex-shrink:0}.wx-setting-row:focus-visible{outline:2px solid var(--wx-brand);outline-offset:-2px}.wx-setting-row.link{transition:background .12s}.pill{padding:3px 9px;border-radius:999px;font-size:11px;font-weight:500;line-height:1.4}.pill.ok{background:#07c1601f;color:#07c160}.pill.muted{background:var(--wx-panel-soft);color:var(--wx-text-muted)}:root[data-theme=dark] .pill.ok{background:#07c16033;color:#25d366}:root[data-theme=dark] .pill.muted{background:#2a2a2d;color:#8a8a8e}.wx-account-page{height:100%;min-height:0;overflow-y:auto;background:var(--wx-bg);overscroll-behavior:none;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.wx-account-page-header{position:sticky;top:0;z-index:8;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:56px;padding:env(safe-area-inset-top,0px) 8px 0;background:color-mix(in srgb,var(--wx-panel) 96%,transparent);border-bottom:1px solid var(--wx-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.wx-account-page-header h2{margin:0;text-align:center;font-size:17px;font-weight:600;color:var(--wx-text)}.wx-account-header-spacer{width:44px}.wx-account-page-header .wx-icon-btn{width:44px;height:44px;display:grid;place-items:center;color:var(--wx-text)}.wx-account-page-header .wx-icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wx-account-summary{display:flex;align-items:baseline;gap:6px;padding:16px;color:var(--wx-text-secondary);font-size:13px}.wx-account-summary strong{font-size:24px;color:var(--wx-brand);font-weight:650}.wx-account-summary span{margin-left:auto;color:var(--wx-danger)}.wx-account-list{margin:0;background:var(--wx-panel);border-top:1px solid var(--wx-border);border-bottom:1px solid var(--wx-border)}.wx-account-row{width:100%;min-height:76px;border:0;border-bottom:1px solid var(--wx-border);background:transparent;display:flex;align-items:center;gap:12px;padding:10px 14px;text-align:left;color:var(--wx-text)}.wx-account-row:last-child{border-bottom:0}.wx-account-row:active{background:var(--wx-hover)}.wx-account-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(145deg,#17c871,#059e50);color:#fff}.wx-account-avatar.lg{width:68px;height:68px;flex-basis:68px;border-radius:12px}.wx-account-avatar svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}.wx-account-row-main{min-width:0;flex:1;display:grid;gap:5px}.wx-account-row-title{display:flex;align-items:center;gap:7px}.wx-account-row-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.wx-account-row-main small{color:var(--wx-text-secondary);font-size:12px}.wx-account-primary{font-size:10px;color:#946200;background:#fff2be;border-radius:4px;padding:2px 5px;white-space:nowrap}.wx-account-status{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:12px;color:var(--wx-text-secondary)}.wx-account-status-dot{width:7px;height:7px;border-radius:50%;background:#aaa}.wx-account-status.online .wx-account-status-dot{background:var(--wx-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--wx-brand) 14%,transparent)}.wx-account-status.pending .wx-account-status-dot{background:#f0a020}.wx-account-status.error .wx-account-status-dot{background:var(--wx-danger)}.wx-account-status.offline .wx-account-status-dot,.wx-account-status.disabled .wx-account-status-dot{background:#999}.wx-cell-chevron{color:var(--wx-text-muted);font-size:20px}.wx-account-add-bar{position:fixed;left:0;right:0;bottom:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--wx-panel) 96%,transparent);border-top:1px solid var(--wx-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:9}.wx-account-add-bar .wx-primary-btn{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px}.wx-account-add-bar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.wx-account-empty{padding:56px 20px;text-align:center;color:var(--wx-text-secondary)}.wx-account-empty svg{width:48px;height:48px;fill:none;stroke:var(--wx-text-muted);stroke-width:1.3}.wx-account-empty h3{margin:14px 0 6px;color:var(--wx-text);font-size:17px}.wx-account-empty p{margin:0;font-size:13px}.wx-account-loading,.wx-account-error{margin:14px auto;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--wx-text-secondary)}.wx-account-error{border:0;background:transparent;color:var(--wx-danger)}.wx-account-detail-hero{display:grid;justify-items:center;gap:8px;padding:28px 16px 24px;background:var(--wx-panel);border-bottom:1px solid var(--wx-border)}.wx-account-detail-hero h3{margin:5px 0 0;font-size:21px}.wx-account-detail-hero p{margin:0;color:var(--wx-text-secondary);font-size:13px}.wx-account-danger-zone{margin-top:28px}.wx-account-entry{display:grid!important;grid-template-columns:34px 1fr auto 16px;gap:8px}.wx-setting-row-icon{width:30px;height:30px;border-radius:7px;display:grid;place-items:center;color:#fff;background:var(--wx-brand)}.wx-setting-row-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.wx-account-qr-content{display:grid;justify-items:center;text-align:center;padding:38px 24px}.wx-account-qr-brand{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--wx-brand)}.wx-account-qr-brand svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.5}.wx-account-qr-content h3{margin:18px 0 6px;font-size:20px}.wx-account-qr-content>p{max-width:360px;margin:0;color:var(--wx-text-secondary);line-height:1.55}.wx-account-qr-box{width:min(76vw,300px);aspect-ratio:1;margin:28px auto 14px;padding:14px;display:grid;place-items:center;background:#fff;border-radius:14px;box-shadow:0 8px 30px #00000014}.wx-account-qr-box img{width:100%;height:100%;object-fit:contain}.wx-account-qr-empty{color:#666;font-size:13px}.wx-account-qr-expiry{font-size:12px!important}@media (min-width:760px){.wx-account-page{max-width:760px;margin:0 auto;border-left:1px solid var(--wx-border);border-right:1px solid var(--wx-border)}.wx-account-add-bar{left:50%;right:auto;width:760px;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.wx-account-page *{animation:none!important;transition:none!important}}
