:root{
  --brand:#ff3b30;--orange:#ff6a00;--text:#202020;--muted:#8d8d8d;--line:#ededed;
  --page:#f4f5f7;--card:#fff;--nav-h:78px;--top-h:62px;
}
*{box-sizing:border-box}html{background:var(--page);-webkit-text-size-adjust:100%}body{margin:0;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:var(--page)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.mobile-app{width:min(100%,760px);min-height:100vh;margin:0 auto;background:#fff;position:relative;box-shadow:0 0 34px rgba(0,0,0,.08);padding-bottom:var(--nav-h)}.mobile-topbar{height:var(--top-h);display:flex;align-items:center;gap:10px;padding:0 22px;border-bottom:1px solid #f0f0f0;background:#fff;position:sticky;top:0;z-index:80}.top-title{flex:1;text-align:center;font-weight:800;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-icon{width:38px;height:38px;border:0;background:transparent;padding:6px;color:#181818;display:grid;place-items:center}.top-icon svg{width:30px;height:30px}.quick-menu{position:fixed;z-index:100;top:54px;right:max(calc((100vw - 760px)/2 + 16px),16px);width:160px;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.16);overflow:hidden}.quick-menu a{display:block;padding:13px 18px;border-bottom:1px solid #f2f2f2}.quick-menu a:last-child{border:0}.mobile-content{min-height:calc(100vh - var(--top-h) - var(--nav-h))}.flash-message{margin:12px 18px 0;padding:12px 14px;border-radius:10px;font-size:14px}.flash-message.success{background:#eaf9ef;color:#208044}.flash-message.warning{background:#fff6e5;color:#a86200}.flash-message.error{background:#ffecee;color:#b32c38}.hero-section{padding:18px 26px 26px;background:linear-gradient(180deg,#fff4e7 0,#fff 73%)}.brand-strip{display:flex;align-items:center;gap:13px;padding:14px 0}.brand-logo{width:50px;height:50px;border-radius:10px;background:linear-gradient(145deg,#ff4034,#ff5b21);color:#fff;display:grid;place-items:center;font-size:25px;font-weight:900;flex:0 0 auto;box-shadow:0 5px 14px rgba(255,65,49,.2)}.brand-copy{min-width:0;flex:1}.brand-copy strong{font-size:17px;line-height:1.5}.brand-copy p{margin:2px 0 0;color:#606060;font-size:14px}.register-pill{background:linear-gradient(90deg,#ff4134,#ff5930);color:#fff;padding:11px 22px;border-radius:25px;font-weight:700;white-space:nowrap;box-shadow:0 7px 18px rgba(255,64,47,.18)}.notice-row{display:flex;align-items:center;gap:11px;margin:22px 0 18px}.notice-dot{width:37px;height:37px;border-radius:50%;background:var(--brand);color:#fff;font-weight:900;display:grid;place-items:center;flex:0 0 auto}.notice-text{flex:1;color:#4e4e4e;line-height:1.6}.customer-link{color:#777;display:flex;align-items:center;gap:5px;white-space:nowrap}.customer-link svg{width:22px;height:22px;color:#ef6a20}.home-search{display:flex;align-items:center;gap:14px;margin-top:12px}.home-search input{min-width:0;flex:1;height:58px;border:1px solid #dedede;border-radius:30px;padding:0 23px;color:#333;outline:none;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.02) inset}.home-search input:focus{border-color:#ff8a45}.home-search button{height:58px;padding:0 30px;border:0;border-radius:30px;background:linear-gradient(90deg,#ff7c00,#ff6100);color:#fff;font-weight:800;font-size:17px}.service-entry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:28px}.service-entry{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;color:#555;font-size:14px}.service-entry svg{width:43px;height:43px;color:#050505}.service-entry:hover{color:var(--brand)}.wechat-banner{margin:0 26px 25px;padding:22px 20px;min-height:142px;background:linear-gradient(90deg,#ffe8e2,#ffe7f3);display:flex;align-items:center;border-radius:2px}.wechat-banner-copy{flex:1}.wechat-banner h2{margin:0 0 12px;font-size:20px}.wechat-banner p{margin:7px 0;color:#6c6c6c;font-size:15px}.wechat-qr{width:77px;height:77px;border-radius:14px;background:linear-gradient(145deg,#3d8cff,#1779ea);color:#fff;display:grid;place-items:center;font-weight:900;font-size:18px;box-shadow:0 5px 16px rgba(33,126,244,.25)}.section-block{padding:12px 26px 24px}.section-title{font-size:24px;text-align:center;margin:15px 0 26px;font-weight:800}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px 12px}.game-item{display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;font-size:14px}.game-badge{width:61px;height:61px;border-radius:15px;color:#fff;display:grid;place-items:center;font-size:19px;font-weight:900;box-shadow:0 8px 16px rgba(0,0,0,.08)}.game-badge.gray{background:linear-gradient(145deg,#ddd,#aaa)}.game-badge.purple{background:linear-gradient(145deg,#7059e9,#4e38bd)}.game-badge.cyan{background:linear-gradient(145deg,#42c8f6,#1baadf)}.game-badge.orange{background:linear-gradient(145deg,#ff9a5a,#ff6b4d)}.game-badge.green{background:linear-gradient(145deg,#4ee09a,#24c986)}.game-badge.yellow{background:linear-gradient(145deg,#ffc85c,#ffa13c)}.game-badge.lavender{background:linear-gradient(145deg,#c599ef,#ad75de)}.game-badge.pink{background:linear-gradient(145deg,#ff9bb8,#f57aa0)}.game-badge.blue{background:linear-gradient(145deg,#8dc8f6,#66aee7)}.game-badge.more{background:#f6f6f6;color:#999;box-shadow:none}.classified-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.classified-card{height:175px;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;background:#fff;border:1px solid #f1f1f1}.classified-card::before{content:"";position:absolute;inset:0 0 auto;height:117px;background:linear-gradient(180deg,#ffe1d9,#fff0ed)}.classified-card.blue::before{background:linear-gradient(180deg,#dce7ff,#f1f5ff)}.classified-card.yellow::before{background:linear-gradient(180deg,#fff0c9,#fff9e8)}.classified-card svg{width:52px;height:52px;margin-top:28px;z-index:1;color:#090909}.classified-card strong{z-index:1;margin-top:33px;font-size:17px}.classified-card small{z-index:1;color:#999;margin-top:4px}.product-section{background:#f7f7f7;padding-top:22px}.product-tabs{display:flex;gap:18px;justify-content:center;margin-bottom:20px}.product-tabs a{padding:8px 13px;color:#777;border-bottom:2px solid transparent}.product-tabs a.active{color:#222;font-weight:800;border-color:var(--brand)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;min-width:0}.product-cover{aspect-ratio:1.35/1;background:linear-gradient(135deg,#f5d7cc,#f7ae89);display:grid;place-items:center;position:relative;color:#fff;font-size:38px;font-weight:900}.product-cover img{width:100%;height:100%;object-fit:cover}.product-tag{position:absolute;left:8px;top:8px;background:rgba(255,65,47,.92);padding:4px 8px;border-radius:10px;font-size:11px}.product-body{padding:12px}.product-body h3{margin:0 0 7px;font-size:15px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{font-size:12px;color:#999;display:flex;justify-content:space-between;gap:8px}.product-price{font-weight:900;color:#f0442f;font-size:18px;margin-top:10px}.pagination{display:flex;justify-content:center;gap:7px;padding:24px 0}.pagination a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #ddd}.pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.bottom-navigation{position:fixed;z-index:90;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,760px);height:var(--nav-h);background:rgba(255,255,255,.98);border-top:1px solid #ededed;display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:max(4px,env(safe-area-inset-bottom));box-shadow:0 -4px 12px rgba(0,0,0,.03)}.bottom-item{color:#8b8b8b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:13px}.bottom-item>svg{width:27px;height:27px}.bottom-item.active{color:#222;font-weight:700}.bottom-item.sell{position:relative;color:#ff3c31;font-weight:700}.bottom-item.sell i{width:64px;height:64px;margin-top:-32px;background:linear-gradient(145deg,#ff4935,#ff272c);border:6px solid #fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 6px 14px rgba(255,50,45,.28)}.bottom-item.sell i svg{width:34px;height:34px;color:#fff}.login-float-bar{position:fixed;z-index:85;left:50%;transform:translateX(-50%);bottom:82px;width:min(calc(100% - 48px),704px);height:70px;border-radius:15px;background:rgba(35,35,35,.94);color:#fff;display:flex;align-items:center;padding:0 22px;box-shadow:0 8px 24px rgba(0,0,0,.25)}.login-float-bar span{flex:1;font-size:16px}.login-float-bar a{background:linear-gradient(90deg,#ff4533,#ff5c25);padding:12px 24px;border-radius:23px;font-weight:800}.page-shell{padding:22px 24px;background:#f7f7f7;min-height:calc(100vh - 140px)}.page-card{background:#fff;border-radius:15px;padding:20px;margin-bottom:14px;border:1px solid #eee}.page-card h1,.page-card h2{margin-top:0}.filter-bar{display:flex;gap:10px;overflow:auto;padding-bottom:10px}.filter-chip{white-space:nowrap;padding:8px 14px;border-radius:18px;background:#eee;color:#666}.filter-chip.active{background:#ff5b26;color:#fff}.search-large{display:flex;gap:10px;margin-bottom:15px}.search-large input,.form-control{width:100%;border:1px solid #dcdcdc;border-radius:10px;padding:13px 14px;outline:none;background:#fff}.search-large button,.primary-button{border:0;border-radius:10px;background:linear-gradient(90deg,#ff7430,#ff4b32);color:#fff;padding:12px 20px;font-weight:700}.secondary-button{border:1px solid #ff5e33;border-radius:10px;background:#fff;color:#ff5e33;padding:11px 18px}.danger-button{border:0;border-radius:10px;background:#e63a45;color:#fff;padding:11px 18px}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:repeat(2,1fr)}.form-field label{display:block;margin-bottom:7px;font-weight:700}.form-field small{display:block;margin-top:5px;color:#999}.form-field textarea{min-height:130px;resize:vertical}.image-upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.upload-box{aspect-ratio:1;border:1px dashed #bbb;border-radius:10px;display:grid;place-items:center;color:#888;background:#fafafa}.auth-page{padding:34px 24px;min-height:calc(100vh - 140px);background:linear-gradient(180deg,#fff2e9,#fff 45%)}.auth-card{background:#fff;border-radius:18px;padding:26px 22px;box-shadow:0 10px 32px rgba(0,0,0,.07)}.auth-card h1{text-align:center;margin:0 0 24px}.auth-links{text-align:center;color:#777;margin-top:18px}.auth-links a{color:#ff5a31}.profile-header{background:linear-gradient(135deg,#ff7c4e,#ff3f32);color:#fff;padding:27px 22px;border-radius:16px;display:flex;align-items:center;gap:15px}.avatar{width:62px;height:62px;border-radius:50%;background:rgba(255,255,255,.25);display:grid;place-items:center;font-size:28px;font-weight:900}.profile-info{flex:1}.profile-info h2{margin:0 0 5px}.profile-info p{margin:0;opacity:.86}.user-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}.user-menu-grid a{padding:15px 5px;border-radius:10px;background:#fafafa}.user-menu-grid strong{display:block;font-size:20px;color:#ff5730;margin-bottom:5px}.order-card{padding:15px;border:1px solid #eee;border-radius:12px;margin-bottom:10px}.order-head,.order-foot{display:flex;justify-content:space-between;gap:10px}.order-head{font-size:13px;color:#888}.order-title{font-weight:800;margin:12px 0}.status-label{color:#ff5730}.detail-gallery{background:#f7f7f7}.detail-main-image{aspect-ratio:1.1/1;background:linear-gradient(135deg,#ffd1bf,#ff8a60);display:grid;place-items:center;color:#fff;font-size:72px;font-weight:900}.detail-main-image img{width:100%;height:100%;object-fit:cover}.detail-card{padding:20px}.detail-card h1{font-size:22px;line-height:1.5;margin:0 0 12px}.detail-price{font-size:30px;color:#f13d2d;font-weight:900}.detail-stats{display:flex;gap:18px;color:#999;margin:12px 0}.detail-description{line-height:1.85;color:#555;white-space:pre-wrap}.detail-action-bar{position:sticky;bottom:78px;background:#fff;border-top:1px solid #eee;padding:10px 15px;display:grid;grid-template-columns:70px 70px 1fr;gap:9px;z-index:40}.icon-action{border:0;background:#fff;color:#666;display:flex;flex-direction:column;align-items:center;font-size:12px}.icon-action svg{width:23px;height:23px;margin-bottom:3px}.buy-button{border:0;border-radius:25px;background:linear-gradient(90deg,#ff7b00,#ff3b30);color:#fff;font-weight:800}.help-list details{border-bottom:1px solid #eee;padding:14px 0}.help-list summary{font-weight:700;cursor:pointer}.help-list p{line-height:1.8;color:#666}.chat-page{height:calc(100vh - var(--top-h) - var(--nav-h));display:flex;flex-direction:column}.chat-header{padding:15px 18px;border-bottom:1px solid #eee;display:flex;align-items:center}.chat-header div{flex:1}.chat-header h1{font-size:20px;margin:0}.chat-header p{margin:5px 0 0;color:#999;font-size:13px}.online-state{width:12px;height:12px;border-radius:50%;background:#26c66d}.chat-messages{flex:1;overflow:auto;padding:18px;background:#f5f5f5}.chat-bubble{max-width:78%;padding:11px 14px;border-radius:14px;margin:10px 0;line-height:1.5;word-break:break-word}.chat-bubble.user{margin-left:auto;background:#ff6c21;color:#fff;border-bottom-right-radius:3px}.chat-bubble.admin{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:3px}.chat-bubble.system{margin:9px auto;background:#e8e8e8;color:#777;font-size:12px;text-align:center}.chat-input-bar{display:flex;gap:9px;padding:11px;background:#fff;border-top:1px solid #eee}.chat-input-bar input{flex:1;min-width:0;border:1px solid #ddd;border-radius:23px;padding:11px 15px}.chat-input-bar button{border:0;border-radius:23px;background:#ff5a2a;color:#fff;padding:0 22px}.contact-modal{position:fixed;z-index:150;inset:0}.contact-modal-mask{position:absolute;inset:0;background:rgba(0,0,0,.38)}.contact-modal-panel{position:absolute;right:max(calc((100vw - 760px)/2 + 16px),16px);bottom:90px;width:min(390px,calc(100vw - 32px));height:540px;background:#fff;border-radius:17px;display:flex;flex-direction:column;box-shadow:0 18px 50px rgba(0,0,0,.25);overflow:hidden}.contact-modal-panel header{padding:15px 17px;background:#ff5b2b;color:#fff;display:flex;align-items:center}.contact-modal-panel header div{flex:1}.contact-modal-panel header small{display:block;opacity:.8;margin-top:3px}.contact-modal-panel header button{border:0;background:transparent;color:#fff;font-size:26px}.modal-messages{flex:1;overflow:auto;padding:15px;background:#f6f6f6}.modal-chat-form{display:flex;padding:11px;gap:7px}.modal-chat-form input{flex:1;min-width:0;border:1px solid #ddd;border-radius:20px;padding:10px 13px}.modal-chat-form button{border:0;background:#ff5b2b;color:#fff;border-radius:20px;padding:0 18px}.empty-state{text-align:center;padding:45px 18px;color:#999}.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:10px;font-size:12px;background:#eee;color:#555}.badge.red{background:#ffe8e5;color:#f04431}.badge.green{background:#e5f8ec;color:#188a45}.badge.orange{background:#fff1df;color:#b66500}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:700px}.data-table th,.data-table td{padding:12px;border-bottom:1px solid #eee;text-align:left}.data-table th{background:#fafafa}.checkbox-row{display:flex;align-items:center;gap:8px}.toast{position:fixed;z-index:300;left:50%;top:90px;transform:translateX(-50%);background:#222;color:#fff;padding:11px 18px;border-radius:22px;box-shadow:0 8px 22px rgba(0,0,0,.22)}
@media(max-width:560px){:root{--top-h:58px}.mobile-topbar{padding:0 16px}.top-title{font-size:17px}.hero-section{padding:14px 18px 22px}.brand-logo{width:46px;height:46px}.brand-copy strong{font-size:15px}.register-pill{padding:10px 15px}.notice-text{font-size:14px}.home-search input,.home-search button{height:53px}.home-search button{padding:0 23px}.service-entry svg{width:37px;height:37px}.service-entry{font-size:12px}.wechat-banner{margin:0 18px 20px;padding:18px 16px;min-height:132px}.wechat-banner h2{font-size:18px}.section-block{padding-left:18px;padding-right:18px}.section-title{font-size:21px}.game-grid{gap:21px 7px}.game-badge{width:52px;height:52px;border-radius:13px;font-size:16px}.game-item{font-size:12px}.classified-grid{gap:7px}.classified-card{height:155px}.classified-card::before{height:103px}.classified-card svg{width:43px;height:43px;margin-top:24px}.classified-card strong{font-size:14px;margin-top:31px}.login-float-bar{width:calc(100% - 36px);height:67px;padding:0 15px}.login-float-bar span{font-size:14px}.login-float-bar a{padding:11px 18px}.form-grid.two{grid-template-columns:1fr}.product-grid{gap:8px}.product-body{padding:9px}.product-body h3{font-size:14px}.user-menu-grid{grid-template-columns:repeat(2,1fr)}.contact-modal-panel{right:12px;bottom:84px;width:calc(100vw - 24px);height:70vh}}

.floating-sidebar{position:fixed;z-index:70;right:max(calc((100vw - 760px)/2 + 10px),10px);top:45%;transform:translateY(-50%);display:flex;flex-direction:column;gap:7px}.floating-sidebar a{width:54px;min-height:54px;padding:7px 3px;border-radius:12px;background:rgba(255,255,255,.96);border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#555;font-size:10px}.floating-sidebar svg{width:22px;height:22px;color:#ff5b2b;margin-bottom:3px} @media(max-width:560px){.floating-sidebar{right:6px}.floating-sidebar a{width:46px;min-height:46px;font-size:9px}.floating-sidebar svg{width:19px;height:19px}}

.banner-carousel{position:relative;margin:0 26px 25px;min-height:142px;overflow:hidden}.banner-carousel .wechat-banner{position:absolute;inset:0;margin:0;opacity:0;pointer-events:none;transition:opacity .35s ease}.banner-carousel .wechat-banner.active{opacity:1;pointer-events:auto}.carousel-dots{position:absolute;z-index:3;left:20px;bottom:10px;display:flex;gap:5px}.carousel-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.2)}.carousel-dots button.active{width:15px;border-radius:4px;background:#ff5b2b}@media(max-width:560px){.banner-carousel{margin:0 18px 20px;min-height:132px}}

/* v4 消息中心：按照参考图精修，并沿用站点红橙品牌色 */
.message-center-page{background:#fff}
.message-center-page .mobile-topbar{display:none}
.message-center-page .mobile-content{min-height:calc(100vh - var(--nav-h));background:#fff}
.message-center-page .login-float-bar,.message-center-page .floating-sidebar,.message-center-page .contact-modal{display:none!important}
.wechat-message-page{height:calc(100vh - var(--nav-h));background:#fff;overflow:hidden;color:#202020}
.conversation-list-view,.conversation-chat-view{height:100%;display:flex;flex-direction:column;background:#fff}

/* 顶部搜索：尺寸、留白和灰底贴近参考图 */
.conversation-search-wrap{height:56px;margin:12px 28px 8px;border-radius:30px;background:linear-gradient(180deg,#f3f4f5,#f1f2f3);display:flex;align-items:center;padding:0 20px;color:#aaa;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.conversation-search-wrap svg{width:25px;height:25px;flex:0 0 auto;margin-right:10px;opacity:.72}
.conversation-search-wrap input{border:0;outline:0;background:transparent;min-width:0;flex:1;font-size:17px;color:#303030;line-height:1}
.conversation-search-wrap input::placeholder{color:#aaa}

/* 四分类：选中项为米黄色胶囊，使用站点红色文字 */
.conversation-tabs{height:72px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:7px;padding:5px 27px 9px;background:#fff;border-bottom:1px solid #f0f0f0}
.conversation-tabs button{height:46px;border:0;border-radius:25px;background:transparent;color:#777;font-size:17px;font-weight:500;white-space:nowrap;transition:background .16s ease,color .16s ease,transform .16s ease}
.conversation-tabs button:active{transform:scale(.97)}
.conversation-tabs button.active{background:linear-gradient(90deg,#fff1d8 0%,#fff7e9 100%);color:#e9433f;font-weight:800;box-shadow:0 4px 14px rgba(255,106,0,.08)}

/* 会话列表：头像、标题、摘要和时间比例严格按参考图调整 */
.conversation-list{flex:1;overflow:auto;background:#fff;overscroll-behavior:contain}
.conversation-loading,.wechat-chat-loading{padding:46px 20px;text-align:center;color:#aaa;font-size:15px}
.conversation-row{position:relative;width:100%;min-height:94px;border:0;border-bottom:1px solid rgba(255,255,255,.95);background:#fff;display:flex;align-items:center;gap:15px;padding:15px 27px 15px 24px;text-align:left;color:#202020;transition:filter .15s ease,opacity .15s ease}
.conversation-row.service-row{background:linear-gradient(90deg,#f0f2ff 0%,#f5f5ff 64%,#f8f8ff 100%)}
.conversation-row.group-row{background:linear-gradient(90deg,#fff8f4 0%,#fffaf7 100%)}
.conversation-row:active{filter:brightness(.985)}.conversation-row.opening{opacity:.68;pointer-events:none}.conversation-row.opening::after{content:"连接中…";position:absolute;right:25px;bottom:10px;color:#a6a6ad;font-size:12px}
.conversation-avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(145deg,#e3e9ff,#d7ddff);color:#4d6bd4;display:grid;place-items:center;flex:0 0 auto;font-size:16px;font-weight:900;letter-spacing:-1px;box-shadow:0 5px 14px rgba(81,103,195,.08)}
.conversation-avatar.group{border-radius:18px;background:linear-gradient(145deg,#ff8a58,#ff5e3b);color:#fff;box-shadow:0 5px 14px rgba(255,94,59,.15)}
.conversation-copy{min-width:0;flex:1;align-self:center}
.conversation-title-line{display:flex;align-items:center;gap:14px;line-height:1.2}
.conversation-title-line strong{min-width:0;flex:1;font-size:18px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#171717}
.conversation-title-line time{color:#b7b7bd;font-size:13px;font-weight:400;white-space:nowrap;margin-top:2px}
.conversation-preview{display:block;margin-top:7px;color:#8c8c94;font-size:14px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:4px}
.conversation-unread{position:absolute;right:25px;bottom:10px;min-width:20px;height:20px;padding:0 6px;border-radius:11px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700;box-shadow:0 3px 8px rgba(255,59,48,.24)}
.wechat-empty-list{padding:88px 25px;text-align:center;color:#aaa}
.wechat-empty-list>div{font-size:38px;margin-bottom:12px;opacity:.48}
.wechat-empty-list p{margin:0;font-size:15px}

/* 进入会话后保持微信式聊天体验，同时统一本站红橙色 */
.wechat-chat-header{height:61px;display:flex;align-items:center;border-bottom:1px solid #e9e9e9;background:#f8f8f8;padding:0 8px;flex:0 0 auto}
.wechat-back,.wechat-chat-more{width:48px;height:48px;border:0;background:transparent;color:#202020;font-size:34px;display:grid;place-items:center}
.wechat-chat-more{width:auto;min-width:58px;padding:0 10px;font-size:13px;font-weight:700;letter-spacing:0;border-radius:18px;color:#666}
.wechat-chat-heading{min-width:0;flex:1;text-align:center}
.wechat-chat-heading strong{display:block;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wechat-chat-heading small{display:block;color:#929292;font-size:12px;margin-top:2px}
.wechat-chat-messages{flex:1;overflow:auto;background:#ededed;padding:18px 14px 24px;overscroll-behavior:contain}
.wechat-system-message{width:max-content;max-width:80%;margin:10px auto;padding:5px 10px;border-radius:5px;background:#d6d6d6;color:#777;font-size:12px;text-align:center}
.wechat-message-row{display:flex;align-items:flex-start;gap:10px;margin:16px 0}
.wechat-message-row.mine{flex-direction:row-reverse}
.wechat-message-avatar{width:42px;height:42px;border-radius:9px;background:#fff;color:#536db5;border:1px solid #e0e0e0;display:grid;place-items:center;flex:0 0 auto;font-size:13px;font-weight:800}
.wechat-message-row.mine .wechat-message-avatar{background:linear-gradient(145deg,#ff7d54,#ff5b36);color:#fff;border-color:#ff6844}
.wechat-message-body{max-width:72%;display:flex;flex-direction:column;align-items:flex-start}
.wechat-message-row.mine .wechat-message-body{align-items:flex-end}
.wechat-message-body>small{margin:0 0 4px 2px;color:#8c8c8c;font-size:12px}
.wechat-message-bubble{position:relative;min-height:42px;padding:10px 13px;border-radius:7px;background:#fff;color:#252525;line-height:1.55;word-break:break-word;box-shadow:0 0 0 1px rgba(0,0,0,.03)}
.wechat-message-bubble::before{content:"";position:absolute;left:-7px;top:14px;border-width:6px 8px 6px 0;border-style:solid;border-color:transparent #fff transparent transparent}
.wechat-message-row.mine .wechat-message-bubble{background:linear-gradient(145deg,#ff7650,#ff603a);color:#fff}
.wechat-message-row.mine .wechat-message-bubble::before{left:auto;right:-7px;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #ff6842}
.chat-mention{color:#576b95;font-weight:700}
.wechat-message-row.mine .chat-mention{color:#fff2b6}
.chat-image-button{border:0;background:transparent;padding:0;max-width:min(230px,60vw)}
.chat-image-button img{display:block;max-width:100%;max-height:300px;border-radius:8px;object-fit:cover;background:#ddd}
.wechat-compose{position:relative;min-height:59px;display:flex;align-items:flex-end;gap:8px;padding:9px 10px max(9px,env(safe-area-inset-bottom));background:#f7f7f7;border-top:1px solid #ddd;flex:0 0 auto}
.wechat-compose textarea{min-width:0;flex:1;min-height:44px;max-height:108px;resize:none;border:1px solid #ddd;border-radius:14px;background:#fff;padding:11px 13px;outline:0;line-height:1.45;-webkit-appearance:none;appearance:none}
.wechat-tool-button{width:40px;height:40px;border:1px solid #cfcfcf;border-radius:50%;background:#fff;color:#333;display:grid;place-items:center;font-size:19px;font-weight:700;flex:0 0 auto}
.image-tool{font-size:27px;font-weight:400}
.wechat-send-button{height:42px;min-width:76px;border:0;border-radius:21px;background:linear-gradient(90deg,#ff6a42,#ff4938);color:#fff;padding:0 18px;font-weight:800;flex:0 0 auto;box-shadow:0 4px 10px rgba(255,73,56,.18)}
.mention-picker{position:absolute;z-index:20;left:10px;right:10px;bottom:64px;max-height:210px;overflow:auto;padding:9px;border-radius:12px;background:#fff;box-shadow:0 -8px 28px rgba(0,0,0,.16);border:1px solid #eee}
.mention-picker button{display:block;width:100%;border:0;border-bottom:1px solid #f1f1f1;background:#fff;text-align:left;padding:11px 12px;color:#576b95}
.mention-picker button:last-child{border-bottom:0}

@media(max-width:560px){
  .conversation-search-wrap{height:54px;margin:11px 21px 7px;padding:0 17px}
  .conversation-search-wrap input{font-size:16px}
  .conversation-tabs{height:68px;padding:4px 20px 9px;gap:4px}
  .conversation-tabs button{height:44px;font-size:16px}
  .conversation-row{min-height:88px;gap:13px;padding:13px 20px 13px 18px}
  .conversation-avatar{width:50px;height:50px;font-size:15px}
  .conversation-title-line strong{font-size:17px}
  .conversation-title-line time{font-size:12px}
  .conversation-preview{font-size:14px;margin-top:6px}
  .conversation-unread{right:20px}
}
@media(min-width:761px){
  .wechat-message-page{height:calc(100vh - var(--nav-h));border-left:1px solid #eee;border-right:1px solid #eee}
  .conversation-row:hover{filter:brightness(.988)}
}

/* v4.2 消息中心修复：缩小客服会话行，并使用独立聊天地址确保点击必达 */
.message-center-page [hidden]{display:none!important}
.conversation-row{min-height:74px;gap:11px;padding:10px 18px 10px 16px}
.conversation-avatar{width:42px;height:42px;font-size:13px;letter-spacing:0;box-shadow:0 4px 10px rgba(81,103,195,.07)}
.conversation-copy{min-height:42px;display:flex;flex-direction:column;justify-content:center}
.conversation-title-line{gap:10px}
.conversation-title-line strong{font-size:16px;line-height:1.15}
.conversation-title-line time{font-size:12px;margin-top:0}
.conversation-preview{font-size:13px;margin-top:5px;line-height:1.2}
.conversation-unread{right:17px;bottom:8px;min-width:18px;height:18px;padding:0 5px;font-size:11px}
.conversation-row.opening::after{right:18px;bottom:7px;font-size:11px}
.message-retry-button{margin-top:16px;border:0;border-radius:18px;padding:8px 18px;background:linear-gradient(90deg,#ff6a42,#ff4938);color:#fff}
.wechat-chat-error{margin:44px 22px;padding:20px;border-radius:14px;background:#fff;text-align:center;color:#777;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.wechat-chat-error p{margin:0 0 15px;line-height:1.6}
.wechat-chat-error button{border:0;border-radius:18px;padding:8px 18px;background:var(--brand);color:#fff}
@media(max-width:560px){
  .conversation-row{min-height:72px;gap:10px;padding:9px 17px 9px 15px}
  .conversation-avatar{width:40px;height:40px;font-size:12px}
  .conversation-copy{min-height:40px}
  .conversation-title-line strong{font-size:15.5px}
  .conversation-title-line time{font-size:11.5px}
  .conversation-preview{font-size:12.5px;margin-top:4px}
  .conversation-unread{right:16px;bottom:7px}
}


/* v4.3 聊天输入栏修复：适配 iPhone Safari 动态地址栏与软键盘 */
.message-center-page{overflow:hidden}
.message-center-page .mobile-app{
  height:var(--message-viewport-height,100dvh);
  min-height:var(--message-viewport-height,100dvh);
  padding-bottom:0;
  overflow:hidden;
}
.message-center-page .mobile-content{
  height:calc(var(--message-viewport-height,100dvh) - var(--nav-h));
  min-height:0;
  overflow:hidden;
}
.message-center-page .wechat-message-page{
  height:100%;
  min-height:0;
}
.message-center-page .conversation-list-view,
.message-center-page .conversation-chat-view{
  height:100%;
  min-height:0;
}
.message-center-page .wechat-chat-messages{
  min-height:0;
  padding-bottom:20px;
}
.message-center-page .wechat-compose{
  position:relative;
  z-index:92;
  width:100%;
  min-height:64px;
  padding:10px 10px max(12px,env(safe-area-inset-bottom));
  background:#f7f7f7;
  box-shadow:0 -2px 10px rgba(0,0,0,.055);
}
.message-center-page.message-keyboard-open .bottom-navigation{
  display:none;
}
.message-center-page.message-keyboard-open .mobile-content{
  height:var(--message-viewport-height,100dvh);
}
.message-center-page.message-keyboard-open .wechat-compose{
  padding-bottom:max(10px,env(safe-area-inset-bottom));
}
@supports not (height:100dvh){
  .message-center-page .mobile-app{height:var(--message-viewport-height,100vh);min-height:var(--message-viewport-height,100vh)}
  .message-center-page .mobile-content{height:calc(var(--message-viewport-height,100vh) - var(--nav-h))}
}

/* v4.4 未登录导航限制 */
.bottom-item.login-required{position:relative;opacity:.72}
.bottom-item.login-required::after{content:"";position:absolute;top:9px;right:calc(50% - 21px);width:8px;height:8px;border:2px solid currentColor;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:0;opacity:.72}
.bottom-item.login-required::before{content:"";position:absolute;top:16px;right:calc(50% - 22px);width:11px;height:9px;border-radius:2px;background:currentColor;opacity:.72}

.chat-members-panel{position:absolute;top:70px;right:12px;width:min(290px,calc(100% - 24px));max-height:58%;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 16px 36px rgba(0,0,0,.18);border:1px solid #ececec;z-index:45}.chat-members-panel__header{display:flex;align-items:center;justify-content:space-between;padding:14px;border-bottom:1px solid #f0f0f0}.chat-members-panel__header button{border:0;background:transparent;color:#888;font-size:24px;line-height:1}.chat-members-panel__body{max-height:330px;overflow:auto;padding:8px 10px 12px}.chat-members-item{display:flex;align-items:center;gap:10px;padding:10px 6px;border-bottom:1px solid #f5f5f5}.chat-members-item:last-child{border-bottom:0}.chat-members-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#556fd4;font-size:13px;font-weight:800;flex:0 0 auto}.chat-members-avatar.admin{background:linear-gradient(145deg,#ff8a58,#ff5e3b);color:#fff}.chat-members-copy{min-width:0;flex:1}.chat-members-copy strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-members-copy small{display:block;color:#999;font-size:12px;margin-top:2px}.chat-members-empty{padding:22px;text-align:center;color:#999}

/* v4.7：历史消息分页与滚动状态 */
.wechat-history-loading{position:sticky;top:6px;z-index:4;width:max-content;max-width:80%;margin:4px auto 10px;padding:6px 12px;border-radius:14px;background:rgba(255,255,255,.9);color:#888;font-size:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.wechat-chat-empty{padding:42px 12px;text-align:center;color:#aaa;font-size:14px}

/* V4.8 已读状态 */
.wechat-read-receipt{display:block;margin-top:4px;padding:0 2px;font-size:11px;line-height:1.2;color:#b2b2b2;text-align:right}
.wechat-read-receipt.read{color:#ff6a42}
.wechat-message-row.mine .wechat-message-body{min-width:0}

/* V4.9 iOS Safari 键盘布局：固定到 visualViewport，禁止 focus scrollIntoView 把输入栏卷到顶部 */
body.message-center-page{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  overflow:hidden;
  overscroll-behavior:none;
}
.message-center-page .mobile-app{
  position:fixed;
  top:var(--message-viewport-top,0px);
  left:50%;
  transform:translateX(-50%);
  width:min(100%,760px);
  height:var(--message-viewport-height,100dvh);
  min-height:0;
  max-height:var(--message-viewport-height,100dvh);
  padding-bottom:0;
  overflow:hidden;
}
.message-center-page .mobile-topbar{
  position:relative;
  top:auto;
  flex:0 0 var(--top-h);
}
.message-center-page .mobile-content{
  height:calc(var(--message-viewport-height,100dvh) - var(--top-h) - var(--nav-h));
  min-height:0;
  overflow:hidden;
}
.message-center-page.message-keyboard-open .mobile-content{
  height:calc(var(--message-viewport-height,100dvh) - var(--top-h));
}
.message-center-page .conversation-chat-view,
.message-center-page .wechat-message-page,
.message-center-page .wechat-chat-messages{
  min-height:0;
}
.message-center-page .wechat-chat-messages{
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:contain;
}
.message-center-page .wechat-compose{
  position:relative;
  bottom:auto;
  flex:0 0 auto;
  transform:none;
  padding-bottom:max(10px,env(safe-area-inset-bottom));
}
.message-center-page.message-keyboard-open .wechat-compose{
  padding-bottom:10px;
}
.message-center-page.message-keyboard-open .bottom-navigation{
  display:none!important;
}
@supports not (height:100dvh){
  .message-center-page .mobile-app{height:var(--message-viewport-height,100vh);max-height:var(--message-viewport-height,100vh)}
  .message-center-page .mobile-content{height:calc(var(--message-viewport-height,100vh) - var(--top-h) - var(--nav-h))}
  .message-center-page.message-keyboard-open .mobile-content{height:calc(var(--message-viewport-height,100vh) - var(--top-h))}
}
.message-center-page .wechat-compose textarea{
  font-size:16px;
  scroll-margin:0;
}


/* V4.10 默认头像、客服头像与全站实时消息提醒 */
.conversation-avatar{overflow:hidden;padding:0!important;background:#fff!important}.conversation-avatar img,.wechat-message-avatar img,.chat-members-avatar img,.wechat-chat-header-avatar{width:100%;height:100%;object-fit:cover;display:block}.wechat-chat-header-avatar{width:42px;height:42px;border-radius:50%;flex:0 0 auto;border:1px solid #eee}.wechat-message-avatar{overflow:hidden;background:#fff!important;padding:0!important}.chat-members-avatar{overflow:hidden;padding:0!important;background:#fff!important}.profile-header .avatar{overflow:hidden;padding:0;background:#fff}.profile-header .avatar img{width:100%;height:100%;display:block;object-fit:cover}.bottom-icon-wrap{position:relative;display:grid;place-items:center}.bottom-icon-wrap>svg{width:27px;height:27px}.global-message-badge{position:absolute;right:-13px;top:-9px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;border:2px solid #fff;background:#f04450;color:#fff;font-size:10px;line-height:14px;text-align:center;font-style:normal}.global-message-notice{position:fixed;z-index:180;top:max(12px,env(safe-area-inset-top));left:50%;transform:translate(-50%,-130%);width:min(calc(100% - 28px),620px);min-height:70px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 14px 38px rgba(0,0,0,.2);padding:10px 14px;display:flex;align-items:center;gap:12px;text-align:left;color:#222;opacity:0;transition:transform .22s ease,opacity .22s ease}.global-message-notice.show{transform:translate(-50%,0);opacity:1}.global-message-notice img{width:48px;height:48px;border-radius:12px;object-fit:cover;flex:0 0 auto}.global-message-notice span{min-width:0;display:block}.global-message-notice strong,.global-message-notice small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-message-notice strong{font-size:15px}.global-message-notice small{margin-top:5px;color:#777;font-size:13px}

/* V4.11 商品编号、咨询名片与发布图片压缩 */
.product-code-badge{display:inline-flex;max-width:100%;margin-bottom:6px;padding:3px 7px;border-radius:999px;background:#fff1ea;color:#e95a32;font-size:11px;font-weight:700;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-code-line{margin-bottom:8px;color:#8a8a8a;font-size:13px}.product-code-line strong{color:#ef5b35}.publish-image-status{margin-top:9px;padding:10px 12px;border-radius:9px;background:#f5f6f8;color:#666;font-size:13px;line-height:1.5}.publish-image-status.working{background:#fff6e9;color:#9c6400}.publish-image-status.success{background:#eaf8ef;color:#247b45}.publish-image-status.error{background:#ffeded;color:#b8323d}.product-chat-card{width:min(310px,72vw);overflow:hidden;border:1px solid #e7e7e7;border-radius:14px;background:#fff;color:#222;box-shadow:0 3px 12px rgba(0,0,0,.06)}.product-chat-cover{height:142px;background:#f2f2f2;display:grid;place-items:center;overflow:hidden}.product-chat-cover img{width:100%;height:100%;object-fit:cover;display:block}.product-chat-placeholder{font-size:22px;font-weight:800;color:#aaa}.product-chat-copy{padding:12px}.product-chat-copy>strong{display:block;margin-bottom:9px;font-size:15px;line-height:1.4}.product-chat-copy dl{display:grid;gap:6px;margin:0}.product-chat-copy dl>div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:7px;font-size:12px;line-height:1.45}.product-chat-copy dt{color:#999}.product-chat-copy dd{margin:0;min-width:0;overflow-wrap:anywhere}.product-chat-copy dd.price{color:#e94d2e;font-weight:800}.product-chat-action{display:block;margin-top:11px;padding:9px 11px;border-radius:9px;background:#ff653c;color:#fff!important;text-align:center;font-size:13px;font-weight:700}.product-chat-action.disabled{background:#ececec;color:#999!important}.wechat-message-row.mine .product-chat-card{border-color:#dfdfdf}.wechat-message-row.mine .wechat-message-body>.product-chat-card{color:#222}.chat-bubble.product-card-message{max-width:330px!important;padding:0!important;background:transparent!important}.product-chat-card.compact{width:min(300px,78vw)}.modal-chat-image{display:block;max-width:230px;max-height:260px;border-radius:10px;object-fit:contain}
@media(max-width:420px){.product-chat-card{width:min(290px,76vw)}.product-chat-cover{height:128px}.product-chat-copy dl>div{grid-template-columns:66px minmax(0,1fr)}}

/* V4.12 手机号注册、实名认证与全新个人中心 */
.auth-card-modern{text-align:left}.auth-card-modern h1{text-align:center;margin:8px 0}.auth-brand-mark{width:62px;height:62px;margin:0 auto;border-radius:20px;background:linear-gradient(145deg,#ff4f3a,#ff7a36);color:#fff;display:grid;place-items:center;font-size:30px;font-weight:900;box-shadow:0 10px 24px rgba(255,91,52,.22)}.auth-subtitle{text-align:center;color:#888;font-size:14px;line-height:1.6;margin:0 0 20px}.narrow-shell{max-width:620px}.section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-title-row h1{margin:0 0 6px;font-size:24px}.section-title-row p{margin:0;color:#888;line-height:1.6}.identity-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.identity-badge.status-unverified{background:#f0f0f0;color:#777}.identity-badge.status-pending{background:#fff2d9;color:#a86a00}.identity-badge.status-approved{background:#e8f8ee;color:#218049}.identity-badge.status-rejected,.identity-badge.status-revoked{background:#ffebed;color:#bd3040}.realname-welcome{margin-bottom:16px;padding:13px 15px;border-radius:12px;background:#fff5e8;color:#9a5d00;line-height:1.6}.identity-result{padding:18px;border-radius:14px;line-height:1.7}.identity-result strong{font-size:18px}.identity-result p{margin:8px 0}.identity-result small{color:#777}.success-panel{background:#ecf9f1;color:#276b43}.pending-panel{background:#fff7e8;color:#8c6107}.reject-panel{margin-bottom:16px;background:#fff0f1;color:#a8323e}.privacy-confirm{display:flex;align-items:flex-start;gap:8px;color:#666;font-size:13px;line-height:1.6}.privacy-confirm input{margin-top:4px}.wide-button{display:block;margin-top:12px;text-align:center}.realname-note{margin-top:18px;padding:14px;border-radius:12px;background:#f7f7f8;color:#666;font-size:13px;line-height:1.65}.realname-note p{margin:6px 0 0}
.user-center-shell{padding:0 18px 24px;background:#f5f6f8;min-height:calc(100vh - var(--top-h) - var(--nav-h))}.user-center-head{margin:0 -18px;padding:28px 22px 22px;background:linear-gradient(145deg,#ff6741,#ff9c4b);color:#fff;display:flex;align-items:center;gap:14px}.user-avatar-large{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.78);background:#fff;flex:0 0 auto}.user-avatar-large img{width:100%;height:100%;object-fit:cover;display:block}.user-center-identity{min-width:0;flex:1}.user-center-identity h1{margin:0 0 6px;font-size:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-center-identity p{margin:0 0 8px;font-size:14px;opacity:.95}.user-center-head .identity-badge{background:rgba(255,255,255,.22);color:#fff;border:1px solid rgba(255,255,255,.35)}.user-settings-button{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);color:#fff;flex:0 0 auto}.user-settings-button svg{width:25px;height:25px}.user-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:-2px 0 14px;background:#fff;border-radius:0 0 18px 18px;overflow:hidden}.user-stat-grid a{padding:17px 6px;text-align:center;position:relative}.user-stat-grid a:not(:last-child)::after{content:"";position:absolute;right:0;top:24%;height:52%;width:1px;background:#f0f0f0}.user-stat-grid strong,.user-stat-grid span{display:block}.user-stat-grid strong{font-size:21px}.user-stat-grid span{margin-top:5px;color:#777;font-size:13px}.realname-reminder{display:flex;align-items:center;gap:12px;margin:14px 0;padding:14px 15px;border-radius:14px;background:linear-gradient(90deg,#fff3dd,#fffaf0);color:#754900}.realname-reminder>span{min-width:0;flex:1}.realname-reminder strong,.realname-reminder small{display:block}.realname-reminder small{margin-top:4px;color:#9c7a42;font-size:12px;line-height:1.5}.realname-reminder b{padding:8px 11px;border-radius:18px;background:#ff6b37;color:#fff;font-size:12px;white-space:nowrap}.user-panel{margin:14px 0;padding:18px;background:#fff;border-radius:17px}.user-panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.user-panel-title h2{margin:0;font-size:18px}.trade-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trade-entry-grid>a,.service-entry-grid>a{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:13px}.entry-icon,.service-entry-grid i{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff3ed;color:#ff693b}.entry-icon svg,.service-entry-grid svg{width:25px;height:25px}.entry-icon.publish{background:#edf5ff;color:#4d8fe8}.entry-icon.sold{background:#eefaf2;color:#36a263}.entry-icon.aftersale{background:#f4efff;color:#7c5cd6}.service-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 10px}.service-entry-grid i{width:45px;height:45px;border-radius:14px;background:#f5f6f8;color:#555}.subpage-title{display:grid;grid-template-columns:40px 1fr 55px;align-items:center;margin:-4px 0 16px}.subpage-title>a{font-size:30px;color:#555;line-height:1}.subpage-title h2{margin:0;text-align:center;font-size:19px}.subpage-title>span{text-align:right;color:#999;font-size:12px}.list-panel{padding-bottom:12px}.wanted-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid #f0f0f0}.wanted-item:last-child{border-bottom:0}.wanted-cover{width:92px;height:92px;border-radius:12px;overflow:hidden;background:#f1f2f4;display:grid;place-items:center;color:#aaa;font-weight:900}.wanted-cover img{width:100%;height:100%;object-fit:cover}.wanted-main{min-width:0}.wanted-main h3{margin:4px 0 6px;font-size:15px;line-height:1.45}.wanted-main p{margin:0;color:#777;font-size:13px}.wanted-main p strong{color:#ef5b35}.wanted-code{color:#ff6b38;font-size:11px;font-weight:800}.wanted-meta{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:8px;color:#999;font-size:11px}.wanted-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px}.wanted-actions a,.wanted-actions span{padding:7px 12px;border-radius:16px;background:#f3f4f6;color:#666;font-size:12px}.wanted-actions a.primary{background:#ff6638;color:#fff}.published-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid #f0f0f0}.published-cover{width:88px;height:88px;border-radius:12px;background:#f1f2f4;display:grid;place-items:center;overflow:hidden;color:#999;font-size:12px}.published-cover img{width:100%;height:100%;object-fit:cover}.published-main h3{margin:4px 0 7px;font-size:15px;line-height:1.4}.published-main small{color:#ff6b38}.published-main>strong{color:#ef5532}.published-main .status-label{display:inline-flex;margin-top:6px}.published-action{grid-column:1/-1;display:flex;justify-content:flex-end}.published-action button{padding:7px 14px}.notification-item{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid #f0f0f0}.notification-item>i{width:42px;height:42px;border-radius:13px;background:#fff0ea;color:#ff6a3b;display:grid;place-items:center;flex:0 0 auto}.notification-item svg{width:23px;height:23px}.notification-item div{min-width:0}.notification-item strong{display:block;font-size:15px}.notification-item p{margin:5px 0;color:#666;font-size:13px;line-height:1.55}.notification-item small{color:#aaa}.settings-list a{display:flex;align-items:center;gap:10px;min-height:54px;border-bottom:1px solid #f0f0f0}.settings-list a:last-child{border-bottom:0}.settings-list span{flex:1}.settings-list em{font-style:normal;color:#999;font-size:13px}.settings-list b{color:#bbb;font-size:22px}.settings-list .danger-row span{color:#d84551}.form-panel{max-width:620px;margin-left:auto;margin-right:auto}.safe-tip{margin-bottom:16px;padding:13px 14px;border-radius:12px;background:#f6f7f9;color:#666;line-height:1.65}.history-list{margin-top:22px}.history-list h3{font-size:16px}.history-list>div{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:12px 0;border-bottom:1px solid #f0f0f0}.history-list em{font-style:normal;color:#ff6a3c;font-size:12px}.history-list small{grid-column:1/-1;color:#999;font-size:11px}.security-summary{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#eee;border:1px solid #eee;border-radius:14px;overflow:hidden}.security-summary>div{padding:13px;background:#fff}.security-summary span,.security-summary strong{display:block}.security-summary span{color:#999;font-size:12px}.security-summary strong{margin-top:5px;font-size:13px;overflow-wrap:anywhere}.security-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.security-actions a,.security-actions button{width:100%;padding:10px 6px;border:0;border-radius:10px;background:#f3f4f6;color:#555;text-align:center;font-size:13px}.building-state{padding:40px 10px;text-align:center}.building-state i{width:72px;height:72px;margin:0 auto 14px;border-radius:24px;background:#fff1ea;color:#ff6b3a;display:grid;place-items:center}.building-state svg{width:36px;height:36px}.building-state strong{display:block;font-size:18px}.building-state p{color:#888}.building-state .primary-button{display:inline-block;margin-top:12px}.empty-state strong{display:block;margin-bottom:6px}.empty-state p{margin:0;color:#999;line-height:1.6}
@media(max-width:420px){.user-center-shell{padding-left:12px;padding-right:12px}.user-center-head{margin-left:-12px;margin-right:-12px;padding-left:16px;padding-right:16px}.user-avatar-large{width:62px;height:62px}.user-center-identity h1{font-size:19px}.trade-entry-grid,.service-entry-grid{gap-left:4px}.user-panel{padding:15px}.wanted-item{grid-template-columns:82px minmax(0,1fr)}.wanted-cover{width:82px;height:82px}.security-summary{grid-template-columns:1fr}.security-actions{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* V4.13 服务中心 */
.service-entry-grid a{position:relative}
.service-entry-grid a>small{position:absolute;top:0;right:2px;padding:1px 5px;border-radius:999px;background:#f2f2f2;color:#888;font-size:9px;line-height:1.5}
.service-center-shell{padding:14px 14px 110px;max-width:760px;margin:0 auto}
.service-page-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:20px;box-shadow:0 8px 28px rgba(0,0,0,.035)}
.service-page-title{align-items:flex-start;margin-bottom:16px}
.service-page-title>div{flex:1}
.service-page-title h1{font-size:25px;margin:0 0 4px}
.service-page-title p{margin:0;color:#8a8a8a;font-size:14px}
.service-rich-content{color:#3f3f3f;font-size:15px;line-height:1.85;word-break:break-word}
.service-rich-content h2{font-size:21px;margin:22px 0 10px}
.service-rich-content h3{font-size:18px;margin:18px 0 8px}
.service-rich-content p{margin:8px 0}
.service-rich-content ul,.service-rich-content ol{padding-left:22px;margin:10px 0}
.service-rich-content blockquote{margin:12px 0;padding:10px 14px;border-left:3px solid #222;background:#f7f7f7;border-radius:0 10px 10px 0}
.service-rich-content img{display:block;max-width:100%;height:auto;margin:12px auto;border-radius:12px}
.service-rich-content a{color:#1769aa;text-decoration:underline}
.service-top-content{background:#f8f9fa;border-radius:14px;padding:13px 15px;margin-bottom:18px;color:#555}
.service-detail-content{border-top:1px solid #eee;margin-top:24px;padding-top:20px}
.service-form{display:grid;gap:15px;margin:8px 0 24px}
.service-form .form-control{width:100%;box-sizing:border-box}
.service-form textarea.form-control{min-height:130px;resize:vertical}
.compact-form{border-top:1px solid #eee;padding-top:18px;margin-top:18px}
.service-record-list{border-top:1px solid #eee;padding-top:20px;margin-top:24px}
.service-record-list>h2,.ticket-thread>h3{font-size:18px;margin:0 0 14px}
.ticket-list-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #eee;color:#222;text-decoration:none}
.ticket-list-item>div{min-width:0;flex:1}
.ticket-list-item strong{display:block;font-size:15px;margin-bottom:5px}
.ticket-list-item p{margin:0 0 4px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ticket-list-item small{color:#aaa}
.ticket-status,.rights-status{flex:none;padding:5px 9px;border-radius:999px;background:#f1f1f1;color:#666;font-size:12px}
.ticket-status.status-processing{background:#e9f3ff;color:#2770b8}
.ticket-status.status-waiting{background:#fff5df;color:#a06b0c}
.ticket-status.status-completed,.rights-status.status-active{background:#e9f8ef;color:#21804a}
.ticket-status.status-closed,.rights-status.status-revoked,.rights-status.status-expired{background:#f2f2f2;color:#888}
.ticket-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 0 16px;border-bottom:1px solid #eee}
.ticket-detail-head small{color:#999}
.ticket-detail-head h2{font-size:21px;margin:5px 0}
.ticket-detail-head p{margin:0;color:#777;font-size:13px}
.ticket-description{background:#f8f8f8;border-radius:14px;padding:15px;margin:16px 0;line-height:1.75}
.ticket-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0 20px}
.ticket-image-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid #eee}
.ticket-thread{margin-top:20px}
.ticket-reply{max-width:88%;padding:12px 14px;border-radius:14px;margin:10px 0;background:#f3f3f3}
.ticket-reply.from-admin{background:#edf8f1;margin-right:auto}
.ticket-reply.from-user{background:#eef4ff;margin-left:auto}
.ticket-reply strong{font-size:13px}
.ticket-reply p{margin:6px 0;line-height:1.65}
.ticket-reply small{color:#999}
.risk-query-form{grid-template-columns:1fr auto;align-items:end}
.risk-query-form .primary-button{min-width:110px}
.risk-result{margin-top:22px;padding:18px;border:1px solid #eee;border-radius:16px}
.risk-result>small{color:#999}.risk-result>h2{margin:4px 0 16px;font-size:22px}
.risk-result-item{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:12px;margin:9px 0;font-weight:600}
.risk-result-item svg{width:24px;height:24px;fill:none;stroke:currentColor}
.risk-result-item.safe{background:#eaf8ef;color:#23774b}
.risk-result-item.warning{background:#fff0ed;color:#b84a37}
.risk-result>p{color:#999;font-size:12px;margin:14px 0 0}
.survey-list{display:grid;gap:12px}
.survey-list>a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid #eee;border-radius:14px;color:#222;text-decoration:none}
.survey-list strong{font-size:17px}.survey-list p{color:#666;margin:5px 0}.survey-list small{color:#aaa}.survey-list>a>span{color:#555;font-weight:600}
.survey-head{margin-bottom:20px}.survey-head h2{font-size:23px;margin:0 0 8px}.survey-head p{color:#666;line-height:1.7}
.survey-question{border:0;padding:0;margin:0 0 22px}.survey-question legend{font-weight:600;margin-bottom:12px;line-height:1.6}
.survey-option{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid #eee;border-radius:10px;margin:8px 0;background:#fff}
.code-input{text-transform:uppercase;letter-spacing:1px;font-weight:600}
.rights-order-list{display:grid;gap:12px}
.rights-order-list article{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:16px;border:1px solid #eee;border-radius:14px}
.rights-order-list small{color:#999}.rights-order-list h2{font-size:18px;margin:5px 0}.rights-order-list p{margin:4px 0;color:#666;font-size:13px}
.help-category-list{display:grid;gap:16px}.help-category-list section{border:1px solid #eee;border-radius:14px;padding:10px 16px}.help-category-list h2{font-size:17px;margin:5px 0 8px}.help-category-list a{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-top:1px solid #eee;color:#222;text-decoration:none}.help-category-list b{color:#999;font-size:20px}
.help-article>small{color:#999}.help-article>h2{font-size:24px;margin:7px 0 18px}
@media(max-width:520px){.service-page-card{padding:17px 15px;border-radius:18px}.risk-query-form{grid-template-columns:1fr}.risk-query-form .primary-button{width:100%}.ticket-image-grid{grid-template-columns:repeat(2,1fr)}}

/* V4.14 购买订单与横向 @ 成员栏 */
.trade-entry-grid.five-items{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:16px}
.trade-entry-grid.five-items>a{grid-column:span 2}
.trade-entry-grid.five-items>a:nth-child(4){grid-column:2/span 2}
.trade-entry-grid.five-items>a:nth-child(5){grid-column:4/span 2}
.entry-icon.purchase{background:#fff4e6;color:#e58a17}
.purchase-order-item{padding:15px 0;border-bottom:1px solid #eee;scroll-margin-top:82px}
.purchase-order-item:last-child{border-bottom:0}
.purchase-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:11px}
.purchase-order-head small,.purchase-order-head strong{display:block}.purchase-order-head small{color:#999;font-size:11px}.purchase-order-head strong{margin-top:3px;font-size:13px;overflow-wrap:anywhere}
.purchase-order-status{padding:6px 10px;border-radius:16px;background:#f1f2f4;color:#666;font-size:12px;white-space:nowrap}
.purchase-order-status.status-pending{background:#fff2dc;color:#9f6817}.purchase-order-status.status-processing,.purchase-order-status.status-paid{background:#eaf3ff;color:#3f74ae}.purchase-order-status.status-shipped{background:#eeeaff;color:#7050ad}.purchase-order-status.status-completed{background:#e9f8ee;color:#29804a}.purchase-order-status.status-cancelled,.purchase-order-status.status-refunded{background:#f3f3f3;color:#999}
.purchase-order-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px}.purchase-order-cover{width:88px;height:88px;border-radius:12px;overflow:hidden;background:#f0f1f3;display:grid;place-items:center;color:#999;font-weight:800}.purchase-order-cover img{width:100%;height:100%;object-fit:cover}.purchase-order-copy{min-width:0}.purchase-order-copy small{color:#ff6a3c;font-size:11px}.purchase-order-copy h3{margin:4px 0 6px;font-size:15px;line-height:1.4}.purchase-order-copy>strong{color:#e95431}.purchase-order-copy p{margin:7px 0 0;color:#999;font-size:11px}
.order-warning,.order-confirm-result,.order-cancel-note{margin-top:11px;padding:9px 11px;border-radius:10px;font-size:12px;line-height:1.55}.order-warning{background:#fff4df;color:#8b5d17}.order-confirm-result{background:#eef8f1;color:#2f7848}.order-cancel-note{background:#f5f5f5;color:#777}
.purchase-order-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.purchase-order-actions a,.purchase-order-actions span{padding:7px 12px;border-radius:17px;background:#f2f3f5;color:#666;font-size:12px}.purchase-order-actions a.primary{background:#ff6638;color:#fff}
.order-cancel-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:10px}.order-cancel-form select{min-width:0;border:1px solid #ddd;border-radius:10px;background:#fff;padding:9px 10px;color:#555}.order-cancel-form button{padding:9px 13px}
.mention-picker{left:8px;right:8px;bottom:66px;max-height:none;overflow:hidden;padding:8px;border-radius:14px;background:rgba(255,255,255,.98)}
.mention-picker-track{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:1px}.mention-picker-track::-webkit-scrollbar{display:none}
.mention-picker button{display:inline-flex;width:auto;flex:0 0 auto;align-items:center;border:1px solid #e2e5eb;border-radius:18px;background:#f7f8fa;padding:8px 12px;color:#576b95;white-space:nowrap}
.mention-picker button:last-child{border-bottom:1px solid #e2e5eb}
.order-chat-card{width:min(360px,72vw);overflow:hidden;border:1px solid #e1e4e8;border-radius:14px;background:#fff;color:#222;box-shadow:0 4px 14px rgba(0,0,0,.06)}
.order-chat-cover{height:145px;display:grid;place-items:center;overflow:hidden;background:#f1f3f5}.order-chat-cover img{width:100%;height:100%;object-fit:cover}.order-chat-placeholder{color:#999;font-weight:900}.order-chat-copy{padding:13px}.order-chat-copy>small{display:block;color:#ff6b3d;font-size:11px;font-weight:700}.order-chat-copy>strong{display:block;margin:4px 0 10px;font-size:15px;line-height:1.45}.order-chat-copy dl{display:grid;gap:6px;margin:0}.order-chat-copy dl>div{display:grid;grid-template-columns:74px minmax(0,1fr);gap:8px;font-size:12px}.order-chat-copy dt{color:#8c929a}.order-chat-copy dd{margin:0;overflow-wrap:anywhere}.order-chat-copy dd.price{color:#e94f30;font-weight:800}.order-chat-link{display:block;margin-top:11px;padding:9px;border-radius:9px;background:#f3f4f6;color:#555;text-align:center;font-size:12px}.order-chat-confirm{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.order-chat-confirm button{border:0;border-radius:9px;padding:9px 6px;background:#3da362;color:#fff;font-size:12px}.order-chat-confirm button.problem{background:#fff0e9;color:#d65a31;border:1px solid #f4c9b8}.order-chat-result{margin-top:10px;padding:9px 10px;border-radius:9px;font-size:12px}.order-chat-result.success{background:#eaf8ef;color:#2c7b47}.order-chat-result.problem{background:#fff0e9;color:#b94d2b}
.wechat-message-row.mine .wechat-message-body:has(.order-chat-card){max-width:84%}
@media(max-width:420px){.purchase-order-card{grid-template-columns:78px minmax(0,1fr)}.purchase-order-cover{width:78px;height:78px}.order-chat-card{width:min(330px,78vw)}}

/* =========================
   V4.15 用户钱包
   ========================= */
.user-wallet-card{margin:14px 12px 0;padding:16px;background:linear-gradient(135deg,#17191f,#2c303a);border-radius:16px;color:#fff;box-shadow:0 10px 28px rgba(20,23,30,.2)}
.user-wallet-head{display:flex;align-items:center;justify-content:space-between;color:#fff;text-decoration:none}
.user-wallet-head>span{display:flex;align-items:center;gap:9px}.user-wallet-head i{width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.12);display:grid;place-items:center}.user-wallet-head svg{width:21px;height:21px}.user-wallet-head strong{font-size:16px}.user-wallet-head b{font-size:12px;font-weight:500;color:rgba(255,255,255,.72)}
.user-wallet-balance{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:10px;margin-top:17px}.user-wallet-balance>div{min-width:0}.user-wallet-balance small{display:block;font-size:11px;color:rgba(255,255,255,.62);margin-bottom:6px}.user-wallet-balance strong{display:block;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-wallet-balance>div:not(:first-child) strong{font-size:14px}
.user-wallet-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}.user-wallet-actions a{display:block;text-align:center;padding:9px 4px;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;font-size:13px}
.wallet-page{width:min(720px,100%);margin:0 auto;padding:0 12px 86px}.wallet-page>.flash{margin:12px 0}.wallet-topbar{height:52px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center}.wallet-topbar h1{font-size:18px;text-align:center;margin:0}.wallet-topbar a{color:#202124;text-decoration:none;font-size:15px}.wallet-topbar a:first-child{font-size:30px;line-height:1}.wallet-topbar a:last-child{text-align:right}
.wallet-balance-card{padding:24px 20px 18px;border-radius:20px;background:linear-gradient(135deg,#191b22,#343944);color:#fff;box-shadow:0 12px 30px rgba(20,23,30,.2)}.wallet-balance-card>small{font-size:13px;color:rgba(255,255,255,.65)}.wallet-balance-card>strong{display:block;margin-top:8px;font-size:36px;letter-spacing:-1px}.wallet-balance-card>div{display:flex;justify-content:space-between;gap:12px;margin-top:17px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:rgba(255,255,255,.72)}
.wallet-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.wallet-actions a{padding:14px 8px;background:#fff;border-radius:14px;text-align:center;color:#222;text-decoration:none;box-shadow:0 3px 14px rgba(0,0,0,.05)}.wallet-actions i{width:38px;height:38px;margin:0 auto 7px;border-radius:13px;background:#f3f4f7;display:grid;place-items:center}.wallet-actions svg{width:22px;height:22px}.wallet-actions span{display:block;font-size:13px;font-weight:600}
.wallet-panel{background:#fff;border-radius:16px;padding:16px;margin-top:12px;box-shadow:0 3px 16px rgba(0,0,0,.05)}.wallet-panel .subpage-title{margin:-3px 0 14px}.wallet-panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wallet-panel-title h2{font-size:16px;margin:0}.wallet-panel-title a{font-size:13px;color:#f04444;text-decoration:none}
.wallet-contact-recharge{text-align:center;padding:24px 20px}.wallet-contact-recharge>.subpage-title{text-align:left}.wallet-contact-recharge>i{width:64px;height:64px;margin:15px auto 10px;border-radius:20px;background:#fff0f0;color:#ef4444;display:grid;place-items:center}.wallet-contact-recharge>i svg{width:34px;height:34px}.wallet-contact-recharge h3{font-size:18px;margin:8px 0}.wallet-contact-recharge p{font-size:13px;line-height:1.7;color:#777;margin:0 0 18px}
.wallet-rule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.wallet-rule-grid>div{padding:12px;border-radius:12px;background:#f7f8fa}.wallet-rule-grid span{display:block;font-size:11px;color:#888}.wallet-rule-grid strong{display:block;margin-top:5px;font-size:15px}.wallet-withdraw-form{display:grid;gap:14px}.money-input{position:relative}.money-input span{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-weight:700}.money-input input{padding-left:30px}.wallet-methods{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wallet-methods input{position:absolute;opacity:0}.wallet-methods span{display:block;padding:12px 8px;border:1px solid #e7e8eb;border-radius:11px;text-align:center;font-size:13px}.wallet-methods input:checked+span{border-color:#ef4444;background:#fff5f5;color:#d92525;font-weight:600}.wallet-file-input{height:auto;padding:10px}.wallet-withdraw-form .privacy-confirm{font-size:12px;color:#666}
.withdrawal-list{display:grid;gap:10px}.withdrawal-list article{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #f0f1f3}.withdrawal-list article:last-child{border-bottom:0}.withdrawal-list article>div:first-child{min-width:0}.withdrawal-list strong{font-size:14px}.withdrawal-list p{margin:4px 0;font-size:12px;color:#666}.withdrawal-list small{font-size:11px;color:#999}.withdrawal-list article>div:last-child{text-align:right;flex:0 0 auto}.withdrawal-list article>div:last-child>b{display:block;font-size:15px;margin-bottom:6px}.withdraw-status{display:inline-block;padding:3px 7px;border-radius:999px;background:#f0f2f5;color:#666;font-size:11px}.withdraw-status.status-pending{background:#fff5dc;color:#a66a00}.withdraw-status.status-approved,.withdraw-status.status-processing{background:#eaf3ff;color:#1769aa}.withdraw-status.status-paid{background:#e9f8ee;color:#238648}.withdraw-status.status-rejected{background:#fff0f0;color:#c43b3b}
.wallet-ledger-list article{display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid #f0f1f3}.wallet-ledger-list article:last-child{border-bottom:0}.wallet-ledger-list i{width:38px;height:38px;border-radius:13px;display:grid;place-items:center}.wallet-ledger-list i.income{background:#eaf8ef;color:#238648}.wallet-ledger-list i.expense{background:#fff0f0;color:#c43b3b}.wallet-ledger-list svg{width:21px;height:21px}.wallet-ledger-list article>div{min-width:0}.wallet-ledger-list strong{font-size:14px}.wallet-ledger-list p{margin:3px 0;font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-ledger-list small{font-size:11px;color:#999}.wallet-ledger-list article>b{font-size:14px}.wallet-ledger-list b.income{color:#238648}.wallet-ledger-list b.expense{color:#c43b3b}
@media(max-width:420px){.user-wallet-balance{grid-template-columns:1.25fr 1fr}.user-wallet-balance>div:last-child{grid-column:1/-1}.wallet-balance-card>strong{font-size:32px}.wallet-balance-card>div{flex-direction:column;gap:5px}.wallet-rule-grid{grid-template-columns:1fr 1fr}}

/* =========================
   V4.16 品牌 Logo、商品多图与编辑
   ========================= */
.brand-logo,.auth-brand-mark,.notice-dot{overflow:hidden}
.brand-logo img,.auth-brand-mark img,.notice-dot img{display:block;width:100%;height:100%;object-fit:cover}
.brand-logo img,.auth-brand-mark img{border-radius:inherit}
.notice-dot img{border-radius:50%}
.product-image-editor{display:grid;gap:10px}
.product-image-editor>small{color:#888;line-height:1.55}
.product-image-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.product-image-item{position:relative;min-width:0;border:1px solid #e4e6ea;border-radius:13px;background:#fff;overflow:hidden;cursor:grab;box-shadow:0 3px 12px rgba(0,0,0,.035)}
.product-image-item.dragging{opacity:.45;cursor:grabbing}
.product-image-preview{aspect-ratio:1/1;background:#f1f3f5;overflow:hidden}
.product-image-preview img{width:100%;height:100%;object-fit:cover;display:block}
.product-image-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px 9px;font-size:11px;color:#888}
.product-image-order{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ff6337;color:#fff;font-weight:800}
.product-image-remove{position:absolute;top:6px;right:6px;width:27px;height:27px;border:0;border-radius:50%;background:rgba(20,20,20,.76);color:#fff;font-size:20px;line-height:1;cursor:pointer}
.product-image-drag{display:block;padding:0 9px 8px;color:#aaa;font-size:10px;text-align:center}
.publish-image-status{padding:9px 11px;border-radius:10px;background:#f3f4f6;color:#666;font-size:12px;line-height:1.5}
.publish-image-status.working{background:#eef4ff;color:#416fa8}.publish-image-status.success{background:#ebf8ef;color:#2a7b48}.publish-image-status.error{background:#fff0ed;color:#b64a36}
.published-action-stack{display:grid;gap:7px;align-self:center}.published-action-stack .secondary-button{width:100%;text-align:center;white-space:nowrap}.published-action-stack form{margin:0}
.detail-gallery{background:#fff;padding-bottom:10px}
.detail-main-image{position:relative;overflow:hidden;background:#f1f2f4;touch-action:pan-y}
.detail-gallery-image{display:none;width:100%;height:100%;object-fit:contain;background:#f1f2f4}
.detail-gallery-image.active{display:block}
.detail-gallery-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:38px;height:52px;border:0;border-radius:10px;background:rgba(0,0,0,.38);color:#fff;font-size:34px;line-height:1;cursor:pointer}
.detail-gallery-arrow.prev{left:10px}.detail-gallery-arrow.next{right:10px}
.detail-gallery-counter{position:absolute;right:12px;bottom:10px;z-index:3;padding:5px 9px;border-radius:13px;background:rgba(0,0,0,.5);color:#fff;font-size:12px}
.detail-gallery-counter b{font-weight:700}
.detail-gallery-dots{display:flex;justify-content:center;gap:7px;padding:10px 12px 5px}
.detail-gallery-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#cfd2d6;cursor:pointer}.detail-gallery-dots button.active{width:20px;border-radius:6px;background:#ff6337}
.detail-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:6px 12px 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.detail-gallery-thumbs::-webkit-scrollbar{display:none}
.detail-gallery-thumbs button{flex:0 0 64px;width:64px;height:64px;padding:2px;border:2px solid transparent;border-radius:10px;background:#fff;overflow:hidden;cursor:pointer}.detail-gallery-thumbs button.active{border-color:#ff6337}.detail-gallery-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}
@media(max-width:680px){.product-image-list{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-gallery-arrow{width:34px;height:46px;font-size:30px}.detail-gallery-thumbs button{flex-basis:58px;width:58px;height:58px}}
@media(max-width:390px){.product-image-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
