@charset "UTF-8";
/* 淘宝 × 京东 融合增强层 · 冻品 B2B 场景 */

/* ========== 顶栏下信任条（京东式） ========== */
.tvm-trust-strip{
  background:linear-gradient(90deg,#fafafa 0%,#fff 50%,#fafafa 100%);
  border-bottom:1px solid #eee;
}
.tvm-trust-strip-inner{
  max-width:var(--tvm-wrap,1200px);
  margin:0 auto;
  padding:10px 10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px 6px;
  justify-content:space-between;
}
.tvm-trust-item{
  flex:1 1 140px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:10px;
  transition:background .15s,box-shadow .15s;
  min-width:0;
}
.tvm-trust-item:hover{
  background:var(--tvm-primary-soft,#fff3e8);
  box-shadow:0 2px 8px rgba(255,87,34,.08);
}
.tvm-trust-item--hot{
  background:var(--tvm-primary-soft,#fff3e8);
  border:1px solid rgba(255,87,34,.2);
}
.tvm-trust-ico{
  width:36px;height:36px;border-radius:10px;flex-shrink:0;
  background:var(--tvm-primary-soft,#fff3e8) center/22px no-repeat;
}
.tvm-trust-ico--z{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff5722'%3E%3Cpath d='M12 2l2.4 4.9 5.4.8-3.9 3.8.9 5.3L12 14.8 7.2 17.8l.9-5.3-3.9-3.8 5.4-.8z'/%3E%3C/svg%3E")}
.tvm-trust-ico--c{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2'%3E%3Cpath d='M12 3v18M5 8h14M8 5l4-2 4 2'/%3E%3C/svg%3E");background-color:#e6fffa}
.tvm-trust-ico--s{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5722' stroke-width='2'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E")}
.tvm-trust-ico--b{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff5722' stroke-width='2'%3E%3Cpath d='M3 21h18M6 21V7l6-4 6 4v14'/%3E%3C/svg%3E")}
.tvm-trust-ico--tel{background:linear-gradient(135deg,var(--tvm-primary,#ff5722),#ff8a50);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.8 19.8 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.8 19.8 0 012.12 4.18 2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");background-color:var(--tvm-primary,#ff5722)}
.tvm-trust-txt{display:flex;flex-direction:column;gap:2px;min-width:0}
.tvm-trust-txt strong{font-size:13px;color:#333;white-space:nowrap}
.tvm-trust-txt span{font-size:11px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media(max-width:900px){
  .tvm-trust-item{flex:1 1 45%}
  .tvm-trust-txt span{display:none}
}

/* ========== 商品卡（淘宝卡片 + 京东价格条） ========== */
.tvm-rec-card-wrap{position:relative}
.tvm-rec-card-wrap .tvm-card-badge{
  position:absolute;top:8px;left:8px;z-index:3;
  padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;
  background:linear-gradient(90deg,#ff5722,#ff7043);
  box-shadow:0 2px 6px rgba(255,87,34,.35);
}
.tvm-rec-card-wrap .tvm-card-badge--ship{
  left:auto;right:8px;background:linear-gradient(90deg,#0d9488,#14b8a6);
}
.tvm-rec-card-price .p::before{content:'¥';font-size:13px;margin-right:1px}
.tvm-rec-card-price .o::before{content:'¥';font-size:11px}
.tvm-rec-card-price .p-label{
  display:block;font-size:11px;color:var(--tvm-primary,#ff5722);
  font-weight:600;margin-bottom:2px;
}
.tvm-rec-card:hover .tvm-rec-addcart{
  opacity:1;transform:translateY(0);
}
.tvm-rec-addcart{
  transition:opacity .2s,transform .2s,background .2s;
}

/* ========== 秒杀：桌面 6 列铺满，窄屏横滑 ========== */
.tvm-seckill .tvm-seckill-grid{
  display:flex!important;flex-wrap:wrap!important;
  overflow:visible;gap:12px;padding-bottom:0;
}
.tvm-seckill .tvm-seckill-grid > .tvm-rec-card-wrap{
  flex:0 0 calc((100% - 60px) / 6)!important;
  width:calc((100% - 60px) / 6)!important;
  scroll-snap-align:unset;
}
@media (max-width:1100px){
  .tvm-seckill .tvm-seckill-grid{
    flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:8px;
    scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
  }
  .tvm-seckill .tvm-seckill-grid > .tvm-rec-card-wrap{
    flex:0 0 200px!important;width:200px!important;
    scroll-snap-align:start;
  }
  .tvm-seckill .tvm-seckill-grid::-webkit-scrollbar{height:6px}
  .tvm-seckill .tvm-seckill-grid::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.35);border-radius:3px;
  }
}

/* ========== 列表页排序（淘宝胶囊 + 京东清晰） ========== */
.tvm-plist-sort{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
}
.tvm-plist-sort > span{color:#999;font-size:13px}
.tvm-plist-sort a{
  display:inline-block;padding:6px 16px;font-size:13px;color:#666;
  background:#f5f5f5;border-radius:20px;border:1px solid transparent;
  transition:all .15s;
}
.tvm-plist-sort a:hover{
  color:var(--tvm-primary,#ff5722);
  border-color:var(--tvm-primary-soft,#fff3e8);
  background:var(--tvm-primary-soft,#fff3e8);
}
.tvm-plist-sort a.is-active{
  color:#fff!important;
  background:var(--tvm-primary,#ff5722)!important;
  border-color:var(--tvm-primary,#ff5722)!important;
  font-weight:600;
  box-shadow:0 2px 8px rgba(255,87,34,.25);
}
.tvm-plist-toolbar{
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:12px;
  padding:14px 16px!important;
  background:#fff!important;
}
.tvm-plist-title{margin:0!important;font-size:18px!important}
.tvm-plist-sub,
.tvm-plist-lead{margin:4px 0 0;font-size:12px;color:#999;line-height:1.5}
.tvm-rec-card-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px}
.tvm-rec-card-price .p-label{width:100%;flex-basis:100%}
.tvm-plist-side-box .tvm-plist-cats li a{
  border-radius:8px;margin:2px 4px;
}
.tvm-plist-tags a{
  border:1px solid #eee;
  transition:all .15s;
}

/* ========== 详情页（京东价格面板 + 服务图标） ========== */
.tvm-item-services{
  display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
  margin:16px 0;padding:14px;
  background:#fafafa;border-radius:12px;border:1px solid #f0f0f0;
}
.tvm-item-svc{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  text-align:center;font-size:12px;color:#666;
}
.tvm-item-svc strong{color:#333;font-size:13px}
.tvm-item-svc-ico{
  width:40px;height:40px;border-radius:50%;
  background:var(--tvm-primary-soft,#fff3e8);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;line-height:1;
}
.tvm-item-price-box{
  position:relative;padding:16px 16px 16px 72px!important;
}
.tvm-item-price-box::before{
  content:'到手价';
  position:absolute;left:14px;top:50%;transform:translateY(-50%);
  font-size:12px;color:#fff;background:var(--tvm-primary,#ff5722);
  padding:4px 8px;border-radius:4px;font-weight:700;
}
.tvm-item-price{font-size:32px!important}
.tvm-item-actions .tvm-btn-cart{
  min-width:160px;font-size:16px;padding:14px 28px;
  box-shadow:0 4px 14px rgba(255,87,34,.35);
}
.tvm-item-actions .tvm-btn-buy{
  min-width:140px;font-size:16px;padding:14px 24px;
  font-weight:700;
}

/* ========== 右侧用户塔（京东会员感） ========== */
.tvm-user-tower .tvm-user-card{
  background:linear-gradient(180deg,#fff 0%,#fffaf7 100%);
}
.tvm-user-shortcuts a span{
  background:linear-gradient(135deg,var(--tvm-primary-soft,#fff3e8),#fff)!important;
  color:var(--tvm-primary,#ff5722)!important;
}

/* ========== 活动带图标可视化 ========== */
.tvm-activity-item .tvm-activity-ico{
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(145deg,var(--tvm-primary-soft,#fff3e8),#fff);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;
}
.tvm-activity-item--sk .tvm-activity-ico::after{content:'⚡'}
.tvm-activity-item--cp .tvm-activity-ico::after{content:'🎫'}
.tvm-activity-item--tg .tvm-activity-ico::after{content:'📦'}
.tvm-activity-item--biz .tvm-activity-ico::after{content:'🏢'}
.tvm-activity-item--hot .tvm-activity-ico::after{content:'🔥'}
.tvm-activity-item--new .tvm-activity-ico::after{content:'✨'}

/* ========== 搜索联想下拉（淘宝式 + 京东商品行） ========== */
.tvm-search-suggest{
  max-height:min(420px,70vh);
  overflow-y:auto;
  padding:0!important;
  border-radius:12px;
  border:1px solid #eee;
}
.tvm-suggest-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 14px 6px;
}
.tvm-suggest-head strong{font-size:12px;color:#999;font-weight:600}
.tvm-suggest-clear{
  border:none;background:transparent;color:#999;font-size:11px;cursor:pointer;padding:0;
}
.tvm-suggest-clear:hover{color:var(--tvm-primary,#ff5722)}
.tvm-suggest-chips{
  display:flex;flex-wrap:wrap;gap:8px;
  padding:0 14px 12px;
}
.tvm-suggest-chip{
  display:inline-block;padding:5px 12px;font-size:12px;color:#666;
  background:#f7f7f7;border-radius:16px;border:1px solid #eee;
  transition:all .15s;
}
.tvm-suggest-chip:hover,
.tvm-suggest-chip.is-active{
  color:var(--tvm-primary,#ff5722);
  border-color:var(--tvm-primary-soft,#fff3e8);
  background:var(--tvm-primary-soft,#fff3e8);
}
.tvm-suggest-prods{display:flex;flex-direction:column}
.tvm-suggest-prod{
  display:flex;align-items:center;gap:10px;
  padding:10px 14px;border-top:1px solid #f5f5f5;
  transition:background .12s;
}
.tvm-suggest-prod:hover,
.tvm-suggest-prod.is-active{background:#fffaf7}
.tvm-suggest-prod-img{
  flex-shrink:0;width:48px;height:48px;border-radius:8px;
  background:#fafafa;overflow:hidden;border:1px solid #f0f0f0;
}
.tvm-suggest-prod-img img{width:100%;height:100%;object-fit:contain}
.tvm-suggest-prod-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.tvm-suggest-prod-title{
  font-size:13px;color:#333;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.tvm-suggest-prod-price{font-size:14px;font-weight:700;color:var(--tvm-primary,#ff5722)}
.tvm-suggest-loading,
.tvm-suggest-empty,
.tvm-suggest-hint{
  padding:8px 14px 14px;font-size:12px;color:#999;margin:0;
}
.tvm-suggest-foot{
  padding:10px 14px;border-top:1px solid #f0f0f0;background:#fafafa;
  border-radius:0 0 12px 12px;
}
.tvm-suggest-all{
  display:block;text-align:center;font-size:13px;font-weight:600;
  color:var(--tvm-primary,#ff5722)!important;
}
.tvm-suggest-all:hover{text-decoration:underline}
.tvm-suggest-all.is-active{background:var(--tvm-primary-soft,#fff3e8);border-radius:8px}

/* ========== 列表快捷筛选 chip ========== */
.tvm-plist-chips{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;
  padding:12px 16px;margin-bottom:12px;
  background:#fff;border-radius:12px;border:1px solid #f0f0f0;
}
.tvm-plist-chips-label{
  font-size:12px;color:#999;flex-shrink:0;
  padding-right:4px;
}
.tvm-chip{
  display:inline-block;padding:5px 14px;font-size:12px;color:#666;
  background:#f7f7f7;border:1px solid #eee;border-radius:20px;
  transition:all .15s;
}
.tvm-chip:hover{
  color:var(--tvm-primary,#ff5722);
  border-color:var(--tvm-primary-soft,#fff3e8);
  background:var(--tvm-primary-soft,#fff3e8);
}
.tvm-chip.is-on,
.tvm-price-chip.is-on{
  color:#fff!important;
  background:var(--tvm-primary,#ff5722)!important;
  border-color:var(--tvm-primary,#ff5722)!important;
}

/* ========== 易优 screening 筛选 ========== */
.tvm-screening{
  padding:12px 16px;margin-bottom:12px;
  background:#fff;border-radius:12px;border:1px solid #f0f0f0;
}
.tvm-screening-row{
  display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px 12px;
  padding:8px 0;border-bottom:1px dashed #f5f5f5;
}
.tvm-screening-row:last-child{border-bottom:none;padding-bottom:0}
.tvm-screening-label{
  flex:0 0 auto;min-width:56px;font-size:12px;color:#999;
  padding-top:6px;
}
.tvm-screening-opts{
  flex:1;display:flex;flex-wrap:wrap;gap:8px;
}
.tvm-screening-opts a{
  display:inline-block;padding:5px 14px;font-size:12px;color:#666;
  background:#f7f7f7;border:1px solid #eee;border-radius:20px;
  text-decoration:none;transition:all .15s;
}
.tvm-screening-opts a:hover,
.tvm-screening-opts a.is-on{
  color:#fff!important;
  background:var(--tvm-primary,#ff5722)!important;
  border-color:var(--tvm-primary,#ff5722)!important;
}

/* ========== 列表价格区间 ========== */
.tvm-plist-price{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;
  padding:12px 16px;margin-bottom:12px;
  background:#fff;border-radius:12px;border:1px solid #f0f0f0;
}
.tvm-plist-price .tvm-price-chip{
  cursor:pointer;font-family:inherit;
}
.tvm-plist-price-custom{
  display:inline-flex;align-items:center;gap:6px;margin-left:4px;
}
.tvm-price-input{
  width:72px;height:30px;padding:0 8px;
  border:1px solid #ddd;border-radius:8px;font-size:12px;
}
.tvm-price-apply{
  height:30px;padding:0 12px;border:none;border-radius:8px;
  background:var(--tvm-primary,#ff5722);color:#fff;font-size:12px;cursor:pointer;
}
.tvm-price-apply:hover{background:var(--tvm-primary-hover,#f4511e)}
.tvm-plist-price-hint{
  flex:1 1 100%;font-size:11px;color:#bbb;margin:0;
}
.tvm-plist-empty{
  text-align:center;padding:40px 16px;font-size:14px;color:#999;
  background:#fff;border-radius:12px;border:1px dashed #eee;margin-bottom:12px;
}
.tvm-card-badge--new{
  background:linear-gradient(90deg,#ff7b00,#ffb74d)!important;
}
.tvm-card-badge--pop{
  background:linear-gradient(90deg,#7c4dff,#b39ddb)!important;
}

/* ========== 详情规格表（京东式） ========== */
.tvm-spec-table{
  width:100%;border-collapse:collapse;font-size:13px;
  background:#fff;border-radius:12px;overflow:hidden;
  border:1px solid #f0f0f0;
}
.tvm-spec-table th,
.tvm-spec-table td{
  padding:12px 16px;border-bottom:1px solid #f5f5f5;
  text-align:left;vertical-align:top;
}
.tvm-spec-table th{
  width:120px;background:#fafafa;color:#666;font-weight:600;
}
.tvm-spec-table tr:last-child th,
.tvm-spec-table tr:last-child td{border-bottom:none}
.tvm-spec-table td a{color:var(--tvm-primary,#ff5722)}
.tvm-spec-table td a:hover{text-decoration:underline}

@media(max-width:768px){
  .tvm-item-services{grid-template-columns:repeat(2,1fr)}
  .tvm-item-price-box{padding-left:16px!important}
  .tvm-item-price-box::before{position:static;transform:none;display:inline-block;margin-bottom:8px}
  .tvm-spec-table th{width:88px;padding:10px 12px}
  .tvm-spec-table td{padding:10px 12px}
}

/* ========== 购物车预览浮层（淘宝/京东式） ========== */
.tvm-cart-pop{
  width:320px;padding:0;border-radius:12px;overflow:hidden;
  border:1px solid #eee;
}
.tvm-cart-pop-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 14px;border-bottom:1px solid #f5f5f5;background:#fafafa;
}
.tvm-cart-pop-title{margin:0;font-size:14px;font-weight:700;color:#333}
.tvm-cart-pop-close{
  border:none;background:transparent;font-size:22px;line-height:1;
  color:#999;cursor:pointer;padding:0 4px;
}
.tvm-cart-pop-close:hover{color:var(--tvm-primary,#ff5722)}
.tvm-cart-pop-body{max-height:240px;overflow-y:auto;padding:10px 14px}
.tvm-cart-pop-empty{margin:12px 0;font-size:13px;color:#999;text-align:center;line-height:1.6}
.tvm-cart-pop-empty a{color:var(--tvm-primary,#ff5722);font-weight:600}
.tvm-cart-pop-list{margin:0;padding:0}
.tvm-cart-pop-item{
  display:flex;justify-content:space-between;gap:10px;align-items:flex-start;
  padding:10px 0;border-bottom:1px dashed #f0f0f0;
}
.tvm-cart-pop-item:last-child{border-bottom:none}
.tvm-cart-pop-item .t{
  flex:1;font-size:13px;color:#333;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.tvm-cart-pop-item .m{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}
.tvm-cart-pop-item .p{font-size:13px;font-weight:700;color:var(--tvm-primary,#ff5722)}
.tvm-cart-pop-item .q{font-size:11px;color:#999}
.tvm-cart-pop-foot{
  padding:12px 14px;border-top:1px solid #f5f5f5;background:#fffaf7;
}
.tvm-cart-pop-sum{margin:0 0 10px;font-size:14px;font-weight:700;color:#333}
.tvm-cart-pop-actions{display:flex;gap:10px}
.tvm-cart-pop-ghost{
  flex:1;height:36px;border:1px solid #ddd;border-radius:18px;
  background:#fff;color:#666;font-size:13px;cursor:pointer;
}
.tvm-cart-pop-ghost:hover{border-color:var(--tvm-primary,#ff5722);color:var(--tvm-primary,#ff5722)}
.tvm-cart-pop-btn{
  flex:1;height:36px;line-height:36px;padding:0;border-radius:18px;
  font-size:13px;font-weight:600;
}
.tvm-cart-pop-mask{
  position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1001;
}
#tvmCartBadge.is-bump{animation:tvm-badge-bump .45s ease}
@keyframes tvm-badge-bump{
  0%,100%{transform:scale(1)}
  40%{transform:scale(1.35)}
}
@media (max-width:768px){
  .tvm-cart-pop{
    position:fixed;left:0;right:0;bottom:56px;top:auto;width:auto;
    max-height:min(70vh,520px);border-radius:16px 16px 0 0;
    box-shadow:0 -8px 32px rgba(0,0,0,.15);
  }
  .tvm-cart-pop.is-open{z-index:1002}
  body.tvm-cart-pop-open{overflow:hidden}
}

/* ========== 帮助中心侧栏 ========== */
.tvm-help-side ul li a.on,
.tvm-channel-side ul li a.on,
.tvm-store-page .tvm-help-side ul li a.on,
.tvm-store-page .tvm-channel-side ul li a.on{
  background:var(--tvm-primary-soft,#fff3e8);
  color:var(--tvm-primary,#ff5722);
  font-weight:600;
  border-left:3px solid var(--tvm-primary,#ff5722);
}

/* 图集网格增强 */
.tvm-store-page .tvm-gallery-grid{
  gap:14px;
}
.tvm-store-page .tvm-gallery-grid img{
  border-radius:12px;border-color:#eee;
  transition:transform .2s,box-shadow .2s;
}
.tvm-store-page .tvm-gallery-grid img:hover{
  transform:scale(1.02);
  box-shadow:0 8px 20px rgba(0,0,0,.1);
}

/* 品牌专区文字徽标 */
.tvm-brand-cell{display:block;text-align:center}
.tvm-brand-ico{
  display:flex;align-items:center;justify-content:center;
  width:72px;height:72px;margin:0 auto 10px;border-radius:16px;
  font-size:28px;font-weight:800;color:#fff;
  background:linear-gradient(145deg,var(--tvm-primary,#ff5722),#ff8a50);
  box-shadow:0 4px 12px rgba(255,87,34,.2);
}
.tvm-brand-ico--b{background:linear-gradient(145deg,#0d9488,#14b8a6)}
.tvm-brand-ico--c{background:linear-gradient(145deg,#5c6bc0,#7986cb)}
.tvm-brand-ico--d{background:linear-gradient(145deg,#ef5350,#e57373)}
.tvm-brand-ico--e{background:linear-gradient(145deg,#ab47bc,#ba68c8)}
.tvm-brand-ico--f{background:linear-gradient(145deg,#26a69a,#4db6ac)}
.tvm-brand-ico--g{background:linear-gradient(145deg,#42a5f5,#64b5f6)}
.tvm-brand-ico--h{background:linear-gradient(145deg,#ffa726,#ffb74d)}
.tvm-brand-ico--i{background:linear-gradient(145deg,#8d6e63,#a1887f)}
.tvm-brand-ico--j{background:linear-gradient(145deg,#ec407a,#f06292)}
.tvm-brand-ico--k{background:linear-gradient(145deg,#7e57c2,#9575cd)}
.tvm-brand-ico--l{background:linear-gradient(145deg,#78909c,#90a4ae)}
.tvm-brand-grid li a:hover .tvm-brand-ico{transform:scale(1.05);transition:transform .15s}
.tvm-user-brands-head{display:flex;justify-content:space-between;align-items:center}
.tvm-user-brands-more{font-size:11px;font-weight:400;color:var(--tvm-primary,#ff5722)}

/* 列表/搜索空状态 */
.tvm-list-empty-slot[hidden]{display:none!important}
.tvm-list-empty-slot .tvm-empty-state{
  margin:32px 0;padding:48px 24px;
  background:#fff;border-radius:12px;
  border:1px dashed #eee;text-align:center;
}
.tvm-empty-state-ico{
  width:80px;height:80px;margin:0 auto 16px;
  border-radius:50%;background:var(--tvm-primary-soft,#fff3e8);
  display:flex;align-items:center;justify-content:center;
  font-size:36px;line-height:1;
}
.tvm-empty-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#333}
.tvm-empty-desc{margin:0 0 20px;font-size:14px;color:#999;line-height:1.6}
.tvm-empty-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.tvm-btn-empty{
  display:inline-block;padding:10px 22px;border-radius:22px;
  font-size:14px;font-weight:600;text-decoration:none;
  border:1px solid #ddd;color:#666;background:#fff;
}
.tvm-btn-empty--primary{
  border-color:var(--tvm-primary,#ff5722);
  background:var(--tvm-primary,#ff5722);color:#fff;
}
.tvm-btn-empty:hover{opacity:.92}
