*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,PingFang SC,sans-serif;background:#f0f2f5;color:#333}#root{height:100vh}.app-layout{height:100vh;display:flex;overflow:hidden}.left-nav{width:60px;min-width:60px;background:#2b2d31;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px 0}.nav-top{display:flex;flex-direction:column;align-items:center;gap:4px}.nav-bottom{display:flex;flex-direction:column;align-items:center;gap:8px}.nav-item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;cursor:pointer;color:#b5bac1;font-size:20px;transition:all .15s}.nav-item:hover{background:#383a40;color:#fff}.nav-item.active{background:#5865f2;color:#fff}.nav-avatar{padding:2px}.content-area{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.page-container{flex:1;overflow-y:auto;padding:24px}.chat-layout{flex:1;display:flex;overflow:hidden}.chat-sidebar-skeleton{width:280px;min-width:280px;border-right:1px solid #f0f0f0;background:#fafafa}.chat-profile-skeleton{width:310px;min-width:310px;border-left:1px solid #f0f0f0;background:#fff}.chat-loading-center{flex:1;display:flex;align-items:center;justify-content:center;background:#f7f8fa}.character-sidebar{width:280px;min-width:280px;border-right:1px solid #f0f0f0;background:#fafafa;display:flex;flex-direction:column}.sidebar-header{padding:14px 16px;border-bottom:1px solid #f0f0f0}.sidebar-list{flex:1;overflow-y:auto;padding:8px 0}.character-item{display:flex;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;transition:all .15s;margin:0 8px;border-radius:10px}.character-item:hover{background:#f0f0f5}.character-item.active{background:#e8e4ff;box-shadow:inset 3px 0 #667eea}.character-item.locked{opacity:.55;cursor:pointer}.character-item.locked:hover{background:#f0f0f0!important}.sidebar-section-label{font-size:11px;color:#aaa;padding:16px 16px 6px;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:6px}.character-item .item-info{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:4px}.character-item .item-name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.character-item .item-style{font-size:12px;color:#888;line-height:1}.character-item.active .item-name{color:#667eea}.character-item .ant-avatar{width:52px!important;height:52px!important;border-radius:6px!important}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;position:relative}.chat-back-fab{display:none;position:absolute;top:10px;left:10px;z-index:20;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);background:#ffffffe6;align-items:center;justify-content:center;cursor:pointer;color:#555;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .15s}.chat-back-fab:hover{background:#fff;border-color:#0003}.chat-back-fab:active{transform:scale(.94)}@media (max-width:768px){.chat-back-fab{display:flex}}.chat-scenario-banner{background:linear-gradient(135deg,#f8f0ff,#fff0f5);padding:16px 20px;text-align:center;border-bottom:1px solid #f0e6f6}.chat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999}.chat-header,.mobile-view-header{display:none!important}.chat-header-info{flex:1}.chat-header-name{font-size:15px;font-weight:600}.chat-header-status{font-size:12px;color:#999}.chat-body{flex:1;overflow-y:auto;padding:16px;background:#f7f8fa}.chat-body .msg{margin-bottom:16px;display:flex;align-items:flex-start;gap:4px;max-width:70%}.chat-body .msg.me{margin-left:auto;flex-direction:row-reverse;max-width:55%}.chat-body .msg.gf{max-width:65%}.chat-body .msg.locked{position:relative}.msg-lock-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#ffffff8c;border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.chat-body .msg.me .bubble{background:#95ec69;color:#111;border-radius:14px;position:relative}.chat-body .msg.me .bubble:after{content:"";position:absolute;top:14px;right:-4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #95ec69}.chat-body .msg.gf .bubble{background:#fff;color:#333;border-radius:14px;position:relative}.chat-body .msg.gf .bubble:before{content:"";position:absolute;top:14px;left:-4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #fff}.chat-body .bubble{padding:12px 16px;font-size:15px;line-height:1.6;display:inline-block;word-break:break-word;overflow-wrap:break-word;max-width:100%}.msg-avatar-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center}.msg-avatar{width:36px;height:36px;border-radius:4px;object-fit:cover}.msg-avatar-me{background:#1890ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.msg-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:4px}.avatar-guest-label{color:#fff;font-size:12px;font-weight:600;line-height:1}.msg-avatar.gf-clickable{cursor:pointer;transition:all .15s}.msg-avatar.gf-clickable:hover{transform:scale(1.08);box-shadow:0 2px 8px #00000026}.msg-avatar.gf-clickable:active{transform:scale(.95)}.msg-name{font-size:11px;color:#999;margin-top:2px;max-width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-content{overflow:hidden}.chat-time-badge{text-align:center;margin:16px 0}.chat-time-badge span{display:inline-block;padding:3px 12px;background:#00000014;border-radius:4px;font-size:12px;color:#888}.chat-input-bar{display:flex;align-items:flex-end;padding:16px 20px;border-top:1px solid #f0f0f0;gap:12px;background:#fff}.chat-input-bar textarea{overflow:hidden!important;scrollbar-width:none}.chat-input-bar textarea::-webkit-scrollbar{display:none}.chat-input-bar .ant-btn{height:38px!important;min-height:38px!important}.character-profile{width:310px;min-width:310px;border-left:1px solid #f0f0f0;overflow-y:auto;padding:20px 18px;background:#fff;position:relative}.character-profile.collapsed{width:60px;min-width:60px;padding:16px 8px}.profile-toggle{position:absolute;top:12px;right:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:#999;z-index:2;transition:all .15s}.profile-toggle:hover{background:#f0f0f0;color:#333}.character-profile.collapsed .profile-toggle{right:18px}.profile-collapsed-strip{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:28px}.profile-collapsed-name{writing-mode:vertical-lr;font-size:13px;font-weight:600;color:#333;letter-spacing:2px}.profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.profile-header{text-align:center;margin-bottom:18px}.profile-header .ant-avatar{border-radius:6px!important}.profile-name{font-size:18px;font-weight:700;margin-top:14px}.profile-tags{margin-top:10px;display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.profile-bio-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;padding:12px;background:#fafafa;border-radius:10px}.bio-cell{display:flex;flex-direction:column;gap:1px}.bio-label{font-size:11px;color:#999}.bio-value{font-size:13px;font-weight:500;color:#333}.affinity-card{background:#fff5f8;border-radius:12px;padding:14px 16px;margin-bottom:12px}.affinity-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.affinity-title{font-size:15px;font-weight:700;color:#333;flex:1}.affinity-score{font-size:24px;font-weight:800;color:#ff4d8f}.affinity-sub{display:flex;justify-content:space-between;font-size:10px;color:#ccc;margin-top:4px;padding:0 2px}.stat-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.stat-icon{font-size:16px}.stat-label-text{font-size:13px;color:#555;flex:1}.stat-num{font-size:18px;font-weight:700;color:#667eea}.stage-mood-row{display:flex;gap:8px;margin-bottom:12px}.stage-badge{padding:6px 14px;border-radius:16px;color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;flex:1}.mood-badge{padding:6px 14px;border-radius:16px;border:2px solid;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;background:#fff}.interaction-row{display:flex;gap:16px;font-size:12px;color:#999}.interact-item{display:flex;align-items:center;gap:4px}.interact-item b{color:#333}.bio-section{padding:4px 0}.expand-link{font-size:12px;color:#667eea;cursor:pointer;-webkit-user-select:none;user-select:none}.expand-link:hover{text-decoration:underline}.guest-stats-hint{text-align:center;padding:24px 0;color:#bbb;font-size:13px;display:flex;flex-direction:column;align-items:center;gap:8px}.stat-label{font-size:11px;color:#999;margin-bottom:2px}.voice-intro-card{padding:0}.voice-intro-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.voice-waveform{display:flex;align-items:center;gap:12px;background:#fafafa;border-radius:12px;padding:10px 14px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.voice-waveform:hover{background:#f0f0f5}.wave-bars{display:flex;align-items:center;gap:2px;flex:1;height:40px}.wave-bar{flex:1;border-radius:2px;min-width:2px;height:12px;align-self:center;background:#d9d9d9;transition:background .3s}.wave-bar.played{background:#ff4d8f}.voice-waveform.playing .wave-bar{animation:wave-dance .7s ease-in-out infinite alternate}.voice-waveform.playing .wave-bar:nth-child(odd){animation-delay:.1s}.voice-waveform.playing .wave-bar:nth-child(3n){animation-delay:.2s}.voice-waveform.playing .wave-bar:nth-child(5n+2){animation-delay:.35s}@keyframes wave-dance{0%{height:8px}50%{height:22px}to{height:14px}}.wave-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.wave-btn{font-size:16px;color:#667eea;line-height:1}.wave-time{font-size:11px;color:#999;min-width:30px}.voice-msg-wrap{cursor:pointer}.voice-row{display:flex;align-items:center;gap:4px}.voice-transcript-text{font-size:13px;color:#00000080;line-height:1.6;max-width:320px;word-break:break-word;margin-top:6px}.msg.me .voice-transcript-text{color:#00000080}.voice-bar-wx{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 18px;border-radius:6px;-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.voice-bar-wx.gf{background:#95ec69;flex-direction:row}.voice-bar-wx.me{background:#95ec69;border-radius:6px;flex-direction:row-reverse}.voice-bar-wx.me.playing{background:#7ddb55}.voice-icon-wrap{display:flex;align-items:center;transition:transform .15s,opacity .15s}.voice-icon-wrap.playing{animation:voice-blink .5s ease-in-out infinite}.voice-bar-wx.gf .voice-icon-wrap,.voice-bar-wx.me .voice-icon-wrap{color:#0a5e2e}@keyframes voice-blink{0%,to{opacity:1}50%{opacity:.15}}.voice-bar-wx.playing.gf .voice-icon-wrap,.voice-bar-wx.playing.me .voice-icon-wrap{color:#0a5e2e}.voice-dur-wx{font-size:14px;font-weight:500}.voice-bar-wx.gf .voice-dur-wx,.voice-bar-wx.me .voice-dur-wx{color:#0a5e2e}.voice-trans-special{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f0f0f0;font-size:10px;font-weight:700;color:#999;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;margin-left:4px;align-self:center;transition:all .2s}.voice-trans-special:hover{background:#667eea;color:#fff;transform:scale(1.1)}.voice-trans-special.active{background:#667eea;color:#fff}.msg.me .voice-trans-special{background:#00000014;color:#0006}.msg.me .voice-trans-special:hover,.msg.me .voice-trans-special.active{background:#667eea;color:#fff}.voice-bar-blink{width:6px;height:6px;border-radius:50%;background:#fa5151;opacity:0;transition:opacity .2s}.voice-bar-wx.playing .voice-bar-blink{animation:blink-dot .6s ease-in-out infinite}@keyframes blink-dot{0%,to{opacity:0}50%{opacity:1}}.voice-transcript-row,.voice-transcript-link{display:none}.voice-tip-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;pointer-events:auto}.voice-tip-mask{position:absolute;top:0;left:0;right:0;bottom:0}.voice-tip-float{position:fixed;transform:translate(-50%);background:#333;color:#fff;border-radius:8px;padding:6px 0;font-size:14px;text-align:center;min-width:80px;box-shadow:0 4px 16px #00000040}.voice-tip-float:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #333}.voice-tip-item{padding:6px 16px;cursor:pointer;white-space:nowrap}.voice-tip-item:hover{background:#ffffff26}.voice-tip-item:active{background:#ffffff40}.emoji-btn-wrap{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:8px;color:#999;transition:color .15s}.emoji-btn-wrap:hover{color:#667eea}.emoji-btn-wrap .anticon{font-size:28px}.emoji-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99;opacity:0;pointer-events:none;transition:opacity .2s ease}.emoji-overlay.open{opacity:1;pointer-events:auto}.chat-input-bar{position:relative;z-index:100}.emoji-picker{position:relative;z-index:100;width:100%;background:#fff;border-top:1px solid #f0f0f0;overflow:hidden;flex-shrink:0;max-height:0;opacity:0;transition:max-height .2s ease,opacity .2s ease}.emoji-picker.open{max-height:280px;opacity:1}.emoji-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:4px;padding:8px;max-height:220px;overflow-y:auto;overflow-x:hidden}.emoji-item{display:flex;align-items:center;justify-content:center;font-size:32px;cursor:pointer;padding:4px;border-radius:4px;transition:background .15s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.emoji-item:hover{background:#f0f0f0}.emoji-tabs{display:flex;border-top:1px solid #f0f0f0;padding:4px 8px;overflow-x:auto;gap:2px;scrollbar-width:none}.emoji-tabs::-webkit-scrollbar{display:none}.emoji-tab{font-size:20px;padding:6px 10px;cursor:pointer;border-radius:6px;transition:background .15s;-webkit-tap-highlight-color:transparent}.emoji-tab:hover,.emoji-tab.active{background:#f0f0f0}.subscription-page{padding:0;max-width:900px;margin:0 auto}.sub-status-bar{text-align:center;margin-bottom:24px;padding:16px 20px;background:#f8f9fb;border-radius:12px}.sub-status-active{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.sub-status-icon{color:#52c41a;font-size:16px}.sub-status-tier{font-weight:600;font-size:15px;color:#333}.sub-status-detail{font-size:13px;color:#888}.sub-status-free{font-size:14px;color:#666;display:flex;flex-direction:column;gap:4px;align-items:center}.sub-status-free .has-quota{color:#52c41a}.sub-status-free .no-quota{color:#ff4d4f}.quota-exhausted{color:#ff4d4f;font-size:13px}.sub-plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.sub-plan-card{position:relative;border-radius:14px;background:#fff;border:1.5px solid #eee;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:default}.sub-plan-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014;border-color:var(--plan-color,#ccc)}.sub-plan-card.active{border-color:var(--plan-color,#52c41a);box-shadow:0 0 0 2px var(--plan-color,#52c41a)}.sub-plan-card-inner{text-align:center;padding:24px 16px 20px}.sub-plan-header{margin-bottom:12px}.sub-plan-name{font-size:14px;font-weight:600;color:var(--plan-color,#667eea);background:color-mix(in srgb,var(--plan-color,#667eea) 10%,transparent);padding:3px 14px;border-radius:20px}.sub-plan-price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:8px}.sub-plan-currency{font-size:20px;font-weight:700;color:#333;align-self:flex-start;line-height:1.4}.sub-plan-amount{font-size:36px;font-weight:800;color:#333;line-height:1.1}.sub-plan-period{font-size:13px;color:#999}.sub-plan-desc{font-size:13px;color:#888;margin-bottom:18px}.sub-plan-btn{width:100%;padding:10px 0;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;background:var(--plan-color,#667eea);color:#fff;transition:opacity .2s,transform .2s}.sub-plan-btn:hover:not(:disabled){opacity:.88;transform:scale(1.02)}.sub-plan-btn:active:not(:disabled){transform:scale(.98)}.sub-plan-btn.active{background:#f5f5f5;color:#999;cursor:default}.sub-plan-btn:disabled{opacity:.7;cursor:not-allowed}.sub-pay-modal{text-align:center;padding:20px 0}.sub-pay-tip{font-size:13px;color:#666;margin-bottom:12px;display:block}.sub-pay-waiting{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#667eea;font-size:13px}.sub-pay-error{color:#ff4d4f;font-size:12px;margin-top:12px}@media (max-width:768px){.subscription-page{max-width:100%}.sub-status-bar{padding:12px 16px;margin-bottom:16px;border-radius:10px}.sub-status-tier{font-size:14px}.sub-status-detail{font-size:12px}.sub-status-free{font-size:13px}.quota-exhausted{font-size:12px}.sub-plan-grid{grid-template-columns:1fr 1fr;gap:10px}.sub-plan-card-inner{padding:16px 10px 14px}.sub-plan-name{font-size:13px;padding:2px 10px}.sub-plan-amount{font-size:28px}.sub-plan-currency{font-size:16px}.sub-plan-period{font-size:11px}.sub-plan-desc{font-size:12px;margin-bottom:12px}.sub-plan-btn{font-size:13px;padding:8px 0}}@media (max-width:360px){.sub-plan-grid{grid-template-columns:1fr}}@media (min-width:769px){.subscription-page-dt{max-width:860px}.sub-dt-table{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.sub-dt-row{display:grid;grid-template-columns:1.2fr 1fr 2fr 110px;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid #f0f0f0;transition:background .15s}.sub-dt-row:last-child{border-bottom:none}.sub-dt-row:hover:not(.sub-dt-head){background:#fafbfd}.sub-dt-row.active{background:#f6f9fc}.sub-dt-head{background:#fafafa;font-size:13px;font-weight:600;color:#888;padding:10px 24px;border-bottom:1px solid #eee}.sub-dt-cell{display:flex;align-items:center;gap:8px}.sub-dt-plan-badge{font-size:13px;font-weight:600;padding:4px 14px;border-radius:16px;white-space:nowrap}.sub-dt-current-badge{color:#52c41a;font-size:16px;flex-shrink:0}.sub-dt-price{font-size:22px;font-weight:800;color:#333}.sub-dt-period{font-size:13px;color:#999}.sub-dt-feat{font-size:13px;color:#666;white-space:nowrap}.sub-dt-feat+.sub-dt-feat:before{content:"·";margin:0 8px;color:#ddd}.sub-dt-btn{padding:8px 20px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;background:var(--plan-color,#667eea);color:#fff;transition:opacity .2s}.sub-dt-btn:hover:not(:disabled){opacity:.85}.sub-dt-btn.active{background:#f0f0f0;color:#aaa;cursor:default}.sub-dt-btn:disabled{opacity:.6;cursor:not-allowed}}.profile-page-dt{display:flex;gap:28px;max-width:960px;margin:0 auto;align-items:flex-start}.profile-dt-sidebar{width:220px;min-width:220px;display:flex;flex-direction:column;gap:16px}.profile-dt-user-card{background:#fff;border-radius:14px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 1px 3px #0000000f}.profile-dt-avatar{width:72px;height:72px;border-radius:12px;overflow:hidden;border:2px solid #f0f0f0}.profile-dt-avatar img{width:100%;height:100%;object-fit:cover}.profile-dt-user-info{text-align:center}.profile-dt-nickname{font-size:17px;font-weight:700;color:#222;display:flex;align-items:center;justify-content:center;gap:6px}.profile-dt-crown{color:#faad14;font-size:16px}.profile-dt-phone{font-size:13px;color:#888;margin-top:2px}.profile-dt-menu{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.profile-dt-menu-item{display:flex;align-items:center;gap:10px;padding:13px 18px;font-size:14px;color:#444;cursor:pointer;transition:background .15s;border-bottom:1px solid #f5f5f5}.profile-dt-menu-item:last-child{border-bottom:none}.profile-dt-menu-item:hover{background:#f8f9fb}.profile-dt-menu-item.active{background:#eef0ff;color:#667eea;font-weight:600}.profile-dt-main{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.profile-dt-quota-card{background:#fff;border-radius:14px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000f}.profile-dt-quota-label{font-size:13px;color:#999;margin-bottom:4px}.profile-dt-quota-number{display:flex;align-items:baseline;gap:4px}.profile-dt-quota-number .has{font-size:36px;font-weight:800;color:#52c41a;line-height:1.1}.profile-dt-quota-number .empty{font-size:36px;font-weight:800;color:#ff4d4f;line-height:1.1}.profile-dt-quota-total{font-size:14px;color:#999}.profile-dt-quota-right{text-align:center}.profile-dt-quota-used{font-size:28px;font-weight:700;color:#333}.profile-dt-quota-used-label{font-size:12px;color:#999;margin-top:2px}.profile-dt-sub-card{background:#fff;border-radius:14px;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000f;cursor:pointer;transition:box-shadow .15s}.profile-dt-sub-card:hover{box-shadow:0 2px 8px #0000001a}.profile-dt-sub-left{display:flex;align-items:center;gap:12px}.profile-dt-sub-icon{font-size:28px;color:#faad14}.profile-dt-sub-tier{font-size:15px;font-weight:600;color:#333}.profile-dt-sub-detail{font-size:13px;color:#888;margin-top:2px}.profile-dt-meta{font-size:13px;color:#aaa;display:flex;align-items:center;gap:6px;padding:4px 0}.profile-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-order-filters{display:flex;gap:8px}.profile-orders-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.profile-orders-thead{display:grid;grid-template-columns:2fr 1.2fr 1fr 100px 1.5fr;padding:12px 20px;background:#fafafa;font-size:13px;font-weight:600;color:#666;border-bottom:1px solid #f0f0f0}.profile-orders-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 100px 1.5fr;padding:14px 20px;font-size:13px;color:#333;align-items:center;border-bottom:1px solid #f5f5f5}.profile-orders-row:last-child{border-bottom:none}.profile-orders-row .col-desc{font-weight:500}.profile-orders-row .col-no{color:#888;font-size:12px;font-family:monospace}.profile-orders-row .col-amount{font-weight:600;color:#1677ff}.profile-orders-row .col-time{color:#999;font-size:12px}.profile-orders-row .col-paid-at{color:#bbb}.profile-mb-header{background:#fff;border-radius:16px;padding:24px 20px;margin-bottom:16px;color:#333}.profile-mb-header-inner{display:flex;align-items:center;gap:14px}.profile-mb-avatar{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid #f0f0f0;flex-shrink:0}.profile-mb-avatar img{width:100%;height:100%;object-fit:cover}.profile-mb-name{font-size:18px;font-weight:600}.profile-mb-phone{font-size:13px;color:#888;margin-top:2px}.profile-mb-join{font-size:11px;color:#aaa;margin-top:2px}.profile-mb-quota{border-radius:12px;padding:16px 18px;margin-bottom:12px;display:flex;align-items:flex-start;gap:12px}.profile-mb-quota.has{background:#f6ffed;border:1px solid #b7eb8f}.profile-mb-quota.empty{background:#fff2f0;border:1px solid #ffccc7}.profile-mb-quota-label{font-size:12px;color:#999}.profile-mb-quota-num{font-size:28px;font-weight:700}.profile-mb-quota-total{font-size:13px;color:#999;margin-left:4px}.profile-mb-sub-banner{background:#fff;border-radius:12px;padding:14px 18px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #0000000f;cursor:pointer}.profile-mb-menu{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000f;margin-bottom:12px}.profile-mb-menu-item{display:flex;align-items:center;gap:10px;padding:14px 18px;cursor:pointer;border-bottom:1px solid #f5f5f5}.profile-mb-menu-text{flex:1;font-size:14px;text-align:left}.profile-mb-menu-item>.anticon:first-child{font-size:20px;flex-shrink:0}.profile-mb-menu-item>.anticon:last-child{color:#bbb;flex-shrink:0}.login-modal .ant-modal-content{border-radius:20px;overflow:hidden;padding:0}.login-modal .ant-modal-body{padding:0}.login-modal-inner{padding:36px 40px 28px;position:relative}.login-brand{text-align:center}.login-brand-icon{font-size:40px;margin-bottom:4px}.login-footer{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:20px}.login-close{position:absolute;top:16px;right:18px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:#999;font-size:16px;transition:all .15s}.login-close:hover{background:#f0f0f0;color:#333}.login-modal .ant-input-affix-wrapper{display:flex;align-items:center}.login-modal .ant-input-prefix{display:flex;align-items:center;margin-inline-end:8px}.login-modal .ant-input-suffix{display:flex;align-items:center}.login-modal .ant-input-prefix .anticon{line-height:1;vertical-align:0}@media (max-width:1200px){.character-profile{display:none}}@media (max-width:800px){.character-sidebar{width:200px;min-width:200px}}@media (max-width:600px){.character-sidebar{display:none}.chat-body .msg{max-width:92%}}@media (max-width: 768px){html,body{font-size:18px!important}.ant-input,.ant-input-affix-wrapper,.ant-input-password{font-size:17px!important;height:50px!important}.ant-input-password input{font-size:17px!important;height:48px!important}.ant-btn{font-size:16px!important;min-height:44px!important}.ant-btn-sm{font-size:14px!important;min-height:34px!important}.ant-btn-lg{font-size:17px!important;min-height:50px!important}.ant-tabs-tab{font-size:16px!important}.ant-card-head-title{font-size:17px!important}.ant-tag{font-size:13px!important}.ant-list-item,.ant-descriptions-item-label,.ant-descriptions-item-content{font-size:15px!important}.ant-statistic-content{font-size:22px!important}.ant-statistic-title{font-size:14px!important}.ant-typography{font-size:inherit}h1.ant-typography{font-size:26px!important}h2.ant-typography{font-size:22px!important}h3.ant-typography{font-size:19px!important}.page-container .ant-statistic-content{font-size:24px!important}.chat-body .bubble{font-size:17px!important;padding:8px 12px!important}.chat-header-name{font-size:17px!important}.voice-bar-wx{height:44px!important}.voice-dur-wx{font-size:16px!important}.msg-avatar{width:42px!important;height:42px!important}.msg-name,.avatar-guest-label,.chat-time-badge span{font-size:13px!important}.character-sidebar .item-name{font-size:17px!important}.character-sidebar .item-style{font-size:13px!important}.profile-name{font-size:20px!important}.affinity-title{font-size:17px!important}.affinity-score{font-size:26px!important}.stat-label-text{font-size:15px!important}.stat-num{font-size:20px!important}.mobile-nav-item{font-size:13px!important}.mobile-nav-icon{font-size:28px!important}.mobile-bottom-nav{height:62px!important;min-height:62px!important}.chat-body .msg{max-width:92%!important}.chat-body .msg.me,.chat-body .msg.gf{max-width:85%!important}.page-container{padding:16px!important}.sidebar-header{display:none!important}.character-sidebar{display:flex!important;width:100%!important;min-width:0!important;border-right:none!important}.character-sidebar .item-name,.character-sidebar .sidebar-header span{font-weight:400!important}.character-profile{display:block!important;width:100%!important;min-width:0!important;border-left:none!important}.character-profile.collapsed{width:100%!important;min-width:0!important}.chat-main{min-width:0!important}.app-layout.mobile{flex-direction:column;height:100dvh;height:100vh}.mobile-content-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.mobile-bottom-nav{display:flex;align-items:center;justify-content:space-around;height:56px;min-height:56px;background:#fff;border-top:1px solid #f0f0f0;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 16px;cursor:pointer;font-size:10px;font-weight:500;color:#999;transition:color .2s;-webkit-tap-highlight-color:transparent}.mobile-nav-item.active{color:#667eea}.mobile-nav-icon{font-size:22px;line-height:1}.mobile-chat-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.mobile-chat-wrapper{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden}.mobile-chat-wrapper .chat-header{display:none}.mobile-chat-wrapper .chat-input-bar{padding:8px 12px!important;gap:6px!important}.mobile-chat-wrapper .chat-input-bar textarea{height:38px!important;min-height:38px!important;padding:8px 12px!important;font-size:15px!important;line-height:22px!important;border-radius:8px!important;resize:none!important;overflow-y:auto!important}.mobile-chat-wrapper .chat-input-bar textarea::placeholder{color:transparent}.mobile-chat-wrapper .chat-input-bar .ant-btn{height:36px!important;padding:0 16px!important;border:none!important;border-radius:6px!important;background:#667eea!important;color:#fff!important;font-size:14px!important;font-weight:500!important;line-height:36px!important;box-shadow:none!important;flex-shrink:0!important}.mobile-chat-wrapper .chat-input-bar .ant-btn .anticon,.mobile-chat-wrapper .chat-input-bar .ant-btn .anticon-send,.mobile-chat-wrapper .chat-input-bar .ant-btn .anticon-send svg,.mobile-chat-wrapper .chat-input-bar .ant-btn .anticon:first-child{display:none!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important;margin:0!important;padding:0!important}.mobile-chat-wrapper .chat-input-bar .ant-btn .ant-btn-icon{display:none!important}.mobile-chat-wrapper .chat-input-bar .ant-btn>span:not(.anticon){margin:0!important;padding:0!important}.mobile-chat-wrapper .chat-input-bar .emoji-btn-wrap{padding:6px}.mobile-chat-wrapper .chat-input-bar .emoji-btn-wrap .anticon{font-size:28px!important}.mobile-back-btn,.mobile-profile-btn{position:absolute;top:8px;z-index:10;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border-radius:50%;cursor:pointer;font-size:16px;color:#555;box-shadow:0 1px 4px #00000014;-webkit-tap-highlight-color:transparent}.mobile-back-btn{left:12px}.mobile-profile-btn{right:12px}.mobile-profile-view{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.mobile-profile-view .profile-toggle{display:none!important}.mobile-profile-view .character-profile{flex:1;overflow-y:auto}.mobile-view-header{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fff;font-size:17px;font-weight:600;color:#333;flex-shrink:0}.mobile-view-header>:first-child,.mobile-view-header>:last-child{width:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-back-arrow{display:inline-block!important;width:10px!important;height:10px!important;border-left:2px solid #333!important;border-bottom:2px solid #333!important;transform:rotate(45deg)!important;cursor:pointer!important}.mobile-view-header .mobile-back-btn{position:static;box-shadow:none}.login-modal{max-width:calc(100vw - 32px)!important}.login-modal-inner{padding:28px 24px 20px!important}.voice-msg-wrap,.voice-msg-wrap *,.voice-bar-wx,.voice-bar-wx *{-webkit-tap-highlight-color:transparent!important}.voice-trans-special:hover{background:#f0f0f0!important;color:#999!important;transform:none!important}.voice-trans-special.active:hover{background:#667eea!important;color:#fff!important}}
