/* ============================================================
   ABOVE-THE-FOLD ZONE
   ============================================================ */
.topfold { background: var(--grad-hero); padding: 16px 0 28px; position: relative; overflow: hidden; }
.topfold::before { content: ''; position: absolute; right: -80px; top: -40px; width: 360px; height: 360px; background: url('assets/logo.png') center/contain no-repeat; opacity: 0.04; pointer-events: none; }

.topfold-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 14px; flex-wrap: wrap; }
.topfold-intro h1 { font-size: 22px; font-weight: 800; line-height: 1.2; color: var(--fg-1); }
.topfold-intro .gradient-text { background: var(--grad-headline); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.topfold-stats { display: flex; gap: 18px; font-size: 12px; color: var(--fg-3); }
.topfold-stats span { display: inline-flex; align-items: center; gap: 6px; }
.topfold-stats strong { font-size: 16px; font-weight: 800; color: var(--primary); font-variant-numeric: tabular-nums; }

.topfold-grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: stretch; }

/* HOT BANNER */
.hot-banner { background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; display: flex; flex-direction: column; }
.hot-banner-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.hot-banner-header h2 { font-size: 16px; font-weight: 800; color: var(--fg-1); display: flex; align-items: center; gap: 8px; margin: 0; }
.hot-banner-header h2 i { color: var(--primary); }
.hot-banner-tabs { display: flex; gap: 4px; }
.hot-banner-tabs button { padding: 6px 14px; font-size: 12px; font-weight: 600; color: var(--fg-3); border-radius: var(--radius-pill); border: 1px solid var(--border); background: white; transition: all 0.2s; cursor: pointer; }
.hot-banner-tabs button:hover { color: var(--primary); border-color: var(--primary); }
.hot-banner-tabs button.active { background: var(--primary); color: white; border-color: var(--primary); }

.hot-carousel { position: relative; flex: 1; overflow: hidden; }
.hot-track { display: flex; transition: transform 0.5s ease; height: 100%; }
.hot-slide { min-width: 100%; display: grid; grid-template-columns: 280px 1fr; gap: 0; }
.hot-slide-image { position: relative; background: linear-gradient(180deg, #fff8f2, #f7f8ff); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hot-slide-image img { width: 100%; height: 100%; object-fit: cover; }
.hot-slide-image .pill-badge { position: absolute; top: 12px; left: 12px; background: var(--grad-hot); color: white; font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: var(--radius-pill); letter-spacing: 0.02em; box-shadow: 0 4px 12px rgba(255,71,87,0.35); }
.hot-slide-info { padding: 18px 20px; display: flex; flex-direction: column; justify-content: center; }

.hot-slide--product .hot-slide-info { gap: 10px; }
.hot-slide--blog .hot-slide-info { gap: 12px; }

.hot-slide-tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: var(--radius-pill); }
.hot-slide-tag--product { background: #fff1f0; color: var(--danger); }
.hot-slide-tag--blog { background: rgba(108,92,231,0.10); color: var(--info); }

.hot-slide-title { font-size: 17px; font-weight: 800; color: var(--fg-1); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hot-slide-rating { font-size: 12px; color: var(--warning); display: flex; align-items: center; gap: 4px; }
.hot-slide-rating em { color: var(--fg-3); font-style: normal; font-weight: 600; margin-left: 4px; }

.hot-slide-prices { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: linear-gradient(135deg, #fff8f0, #fff); padding: 8px 12px; border-radius: var(--radius-md); }
.price-current { font-size: 22px; font-weight: 900; color: var(--primary-dark); font-variant-numeric: tabular-nums; }
.price-original { font-size: 13px; color: #b2bec3; text-decoration: line-through; font-variant-numeric: tabular-nums; }
.price-save { font-size: 11px; font-weight: 700; color: var(--success); background: #e6fff7; padding: 3px 9px; border-radius: var(--radius-pill); }

.hot-slide-ctas { display: flex; gap: 8px; }
.hot-cta { flex: 1; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; font-size: 13px; font-weight: 700; border-radius: var(--radius-sm); color: white; text-decoration: none;}
.hot-cta--shopee { background: var(--grad-shopee); }
.hot-cta--tiktok { background: var(--grad-tiktok); }
.hot-cta.is-cheapest { box-shadow: 0 0 0 2px var(--accent), 0 4px 16px rgba(0,0,0,0.15); }
.hot-cta.is-cheapest::after { content: '👑 Rẻ nhất'; position: absolute; top: -10px; right: -8px; background: var(--accent); color: var(--fg-1); font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: var(--radius-pill); }

.hot-slide-excerpt { font-size: 13px; color: var(--fg-3); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-meta { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--fg-4); }
.blog-meta .author { display: inline-flex; align-items: center; gap: 4px; }
.blog-meta .author img { width: 18px; height: 18px; border-radius: 50%; }
.blog-cta { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; font-size: 13px; font-weight: 700; background: var(--info); color: white; border-radius: var(--radius-pill); transition: all 0.2s; text-decoration: none;}
.blog-cta:hover { background: #5849d6; transform: translateY(-1px); }

/* Carousel chrome */
.hot-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.95); box-shadow: 0 2px 10px rgba(0,0,0,0.18); color: var(--fg-1); font-size: 14px; display: flex; align-items: center; justify-content: center; z-index: 2; border: none; cursor: pointer;}
.hot-arrow.prev { left: 12px; }
.hot-arrow.next { right: 12px; }
.hot-arrow:hover { background: white; color: var(--primary); }
.hot-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; padding: 6px 10px; background: rgba(255,255,255,0.85); border-radius: var(--radius-pill); z-index: 2; }
.hot-dots .dot { width: 7px; height: 7px; border-radius: 50%; background: #d8dde6; transition: all 0.3s; }
.hot-dots .dot.active { background: var(--primary); width: 22px; border-radius: 4px; }

/* LIVE RAIL */
.live-rail { background: var(--grad-live-bg); border-radius: var(--radius-lg); padding: 16px 14px 18px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; color: white; margin: 0; }
.live-rail::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0%, rgba(255,59,48,0.18), transparent 55%); pointer-events: none; }
.live-rail-header { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.live-rail-header h3 { font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; color: white; letter-spacing: 0.02em; margin: 0; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 0 rgba(255,59,48,0.7); animation: livePulse 1.6s infinite; }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(255,59,48,0.65); } 70% { box-shadow: 0 0 0 9px rgba(255,59,48,0); } 100% { box-shadow: 0 0 0 0 rgba(255,59,48,0); } }
.live-rail-header a { font-size: 11px; color: rgba(255,255,255,0.65); display: inline-flex; align-items: center; gap: 4px; text-decoration: none;}
.live-rail-header a:hover { color: white; }

.live-stack { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; min-height: 0; }
.live-card { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 10px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius-md); transition: all 0.4s ease; align-items: center; }
.live-card:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.22); transform: translateX(-2px); }
.live-card.is-incoming { animation: liveSlideIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
@keyframes liveSlideIn { from { opacity: 0; transform: translateY(20px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.live-thumb { position: relative; width: 86px; height: 110px; border-radius: var(--radius-sm); overflow: hidden; background: #2a2a3e; }
.live-thumb img { width: 100%; height: 100%; object-fit: cover; }
.live-thumb .badge-live { position: absolute; top: 6px; left: 6px; background: var(--live); color: white; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.05em; display: inline-flex; align-items: center; gap: 3px; }
.live-thumb .badge-live::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: white; animation: livePulse 1.6s infinite; }
.live-thumb .viewers { position: absolute; bottom: 6px; right: 6px; background: rgba(0,0,0,0.6); color: white; font-size: 10px; font-weight: 600; padding: 2px 6px; border-radius: 4px; display: inline-flex; align-items: center; gap: 3px; }

.live-info { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.live-title { font-size: 12.5px; font-weight: 700; color: white; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.live-host { font-size: 11px; color: rgba(255,255,255,0.6); display: inline-flex; align-items: center; gap: 5px; }
.live-host .ai-pill { background: rgba(105,201,208,0.18); color: var(--accent); font-size: 9px; font-weight: 800; padding: 1px 6px; border-radius: 4px; letter-spacing: 0.04em; }
.live-cta { align-self: flex-start; display: inline-flex; align-items: center; gap: 4px; padding: 5px 10px; background: var(--live); color: white; font-size: 10px; font-weight: 800; border-radius: var(--radius-pill); letter-spacing: 0.03em; }

.live-rail-progress { height: 2px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; position: relative; z-index: 1; }
.live-rail-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--live), var(--accent)); width: 0%; animation: liveProgress 5s linear infinite; }
@keyframes liveProgress { from { width: 0%; } to { width: 100%; } }

/* Desktop overrides */
@media (min-width: 821px) {
  .mobile-menu-btn { display: none; }
  .desktop-only { display: block; }
  .mobile-only { display: none !important; }
}

/* Mobile responsive rules */
@media (max-width: 820px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: block; }

  body { font-size: 14px; }
  .header-inner { height: 52px; gap: 8px; }
  .logo-img { height: 38px; }
  .nav { display: none; }
  .search-box { flex: 1; padding: 4px 4px 4px 10px; }
  .search-box input { width: 100%; font-size: 12px; }
  .mobile-menu-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; color: var(--fg-1); font-size: 16px; border: none; cursor: pointer; }

  .container { padding: 0 14px; }
  .topfold { padding: 12px 0 18px; }
  .topfold-intro { margin-bottom: 10px; }
  .topfold-intro h1 { font-size: 17px; }
  .topfold-stats { display: none; }
  .topfold-grid { grid-template-columns: 1fr; gap: 14px; }

  .hot-banner-header { padding: 11px 14px; }
  .hot-banner-header h2 { font-size: 14px; }
  .hot-banner-tabs button { padding: 4px 10px; font-size: 11px; }
  .hot-slide { grid-template-columns: 1fr; }
  .hot-slide-image { aspect-ratio: 16/10; }
  .hot-slide-info { padding: 14px; gap: 8px; }
  .hot-slide-title { font-size: 15px; }
  .price-current { font-size: 19px; }
  .hot-cta { padding: 9px 10px; font-size: 12px; }

  /* Mobile live rail */
  .live-rail { padding: 14px 0 14px 14px; border-radius: var(--radius-lg); }
  .live-rail-header { padding-right: 14px; margin-bottom: 10px; }
  .live-stack { flex-direction: row; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-right: 14px; padding-bottom: 4px; }
  .live-stack::-webkit-scrollbar { display: none; }
  .live-card { scroll-snap-align: start; grid-template-columns: 70px 1fr; min-width: 270px; }
  .live-thumb { width: 70px; height: 96px; }
  .live-rail-progress { display: none; }

  .blog-grid, .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .section { padding: 28px 0; }
  .section-title { font-size: 20px; }

  /* MOBILE FLASH BANNER */
  .mflash { background: linear-gradient(180deg, #ff6b35 0%, #ff8c5a 100%); padding: 12px 0 16px; position: relative; }
  .mflash-header { display: flex; align-items: center; justify-content: space-between; padding: 0 14px 10px; color: white; }
  .mflash-label { font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.04em; }
  .mflash-label i { color: var(--accent); }
  .mflash-all { font-size: 12px; color: rgba(255,255,255,0.95); font-weight: 600; text-decoration: none;}

  .mflash-viewport { overflow: hidden; }
  .mflash-track { display: flex; transition: transform 0.5s ease; }
  .mflash-cell { min-width: 100%; padding: 0 14px; }

  .mflash-slide { position: relative; }
  .mflash-off { position: absolute; top: 6px; left: 8px; z-index: 2; background: var(--danger); color: white; font-size: 13px; font-weight: 800; padding: 6px 14px; border-radius: var(--radius-pill); box-shadow: 0 4px 12px rgba(231,76,60,0.30); }
  .mflash-off--blog { background: var(--info); box-shadow: 0 4px 12px rgba(108,92,231,0.30); }

  .mflash-image { background: white; border-top-left-radius: 16px; border-top-right-radius: 16px; aspect-ratio: 16/11; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 10px; }
  .mflash-image img { max-width: 100%; max-height: 100%; object-fit: contain; }

  .mflash-card { background: white; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
  .mflash-title { font-size: 16px; font-weight: 800; line-height: 1.3; text-align: center; color: var(--fg-1); margin: 0;}
  .mflash-rating { font-size: 13px; color: var(--warning); text-align: center; }
  .mflash-rating em { color: var(--fg-1); font-style: normal; font-weight: 700; margin-left: 4px; }
  .mflash-prices { display: flex; align-items: baseline; justify-content: center; gap: 10px; }
  .mflash-price { font-size: 26px; font-weight: 900; color: var(--primary-dark); font-variant-numeric: tabular-nums; }
  .mflash-price-old { font-size: 14px; color: #b2bec3; text-decoration: line-through; }

  .mflash-ctas { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: relative; padding-top: 10px; }
  .mflash-cta { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 8px; border-radius: var(--radius-md); color: white; font-weight: 700; text-decoration: none;}
  .mflash-cta i { font-size: 18px; }
  .mflash-cta > div { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
  .mflash-cta .cta-label { font-size: 11px; font-weight: 700; opacity: 0.9; }
  .mflash-cta .cta-price { font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; }
  .mflash-cta--shopee { background: linear-gradient(135deg, #ff7a4a, #ee4d2d); }
  .mflash-cta--tiktok { background: var(--tiktok); }
  .mflash-cta.is-cheapest { box-shadow: 0 0 0 2px var(--accent); }
  .cheap-crown { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--fg-1); font-size: 10px; font-weight: 800; padding: 3px 10px; border-radius: var(--radius-pill); white-space: nowrap; }

  .mflash-blog-tag { align-self: flex-start; font-size: 10px; font-weight: 800; color: var(--info); background: rgba(108,92,231,0.10); padding: 3px 10px; border-radius: var(--radius-pill); letter-spacing: 0.04em; text-transform: uppercase; }
  .mflash-excerpt { font-size: 13px; color: var(--fg-3); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0;}
  .mflash-blog-meta { display: flex; gap: 8px; font-size: 11px; color: var(--fg-4); }
  .mflash-blog-cta { align-self: stretch; padding: 11px; background: var(--info); color: white; font-weight: 700; font-size: 13px; text-align: center; border-radius: var(--radius-md); display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-decoration: none;}

  .mflash-slide--blog .mflash-title { text-align: left; font-size: 15px; }

  .mflash-dots { display: flex; justify-content: center; gap: 5px; padding: 12px 0 4px; }
  .mdot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.45); transition: all 0.3s; }
  .mdot.active { background: white; width: 18px; border-radius: 3px; }

  /* MOBILE LIVE RAIL */
  .mlive { background: var(--grad-live-bg); padding: 14px 0 16px; color: white; }
  .mlive-header { display: flex; align-items: center; justify-content: space-between; padding: 0 14px 10px; }
  .mlive-header h3 { font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; letter-spacing: 0.02em; margin: 0;}
  .mlive-header a { font-size: 12px; color: rgba(255,255,255,0.65); text-decoration: none;}
  .mlive-track { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 14px 4px; }
  .mlive-track::-webkit-scrollbar { display: none; }
  .mlive-card { flex: 0 0 130px; scroll-snap-align: start; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius-md); overflow: hidden; display: flex; flex-direction: column; }
  .mlive-thumb { position: relative; aspect-ratio: 9/13; background: #2a2a3e; overflow: hidden; }
  .mlive-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .mlive-thumb .badge-live { position: absolute; top: 6px; left: 6px; background: var(--live); color: white; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 4px; display: inline-flex; align-items: center; gap: 3px; letter-spacing: 0.05em; }
  .mlive-thumb .badge-live::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: white; animation: livePulse 1.6s infinite; }
  .mlive-thumb .viewers { position: absolute; bottom: 6px; left: 6px; background: rgba(0,0,0,0.6); color: white; font-size: 10px; font-weight: 600; padding: 2px 6px; border-radius: 4px; display: inline-flex; align-items: center; gap: 3px; }
  .mlive-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--live); display: flex; align-items: center; justify-content: center; font-size: 13px; box-shadow: 0 4px 12px rgba(0,0,0,0.30); }
  .mlive-info { padding: 8px 9px 10px; display: flex; flex-direction: column; gap: 4px; }
  .mlive-title { font-size: 11.5px; font-weight: 700; line-height: 1.3; color: white; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .mlive-host { font-size: 10px; color: rgba(255,255,255,0.6); display: inline-flex; align-items: center; gap: 4px; }
  .mlive-host .ai-pill { background: rgba(105,201,208,0.18); color: var(--accent); font-size: 9px; font-weight: 800; padding: 1px 5px; border-radius: 3px; }

  /* MOBILE STAT ROW + TABS + LIST */
  .mstats { display: grid; grid-template-columns: repeat(3, 1fr); background: white; padding: 16px 14px; gap: 10px; text-align: center; border-bottom: 1px solid var(--border); }
  .mstats > div { display: flex; flex-direction: column; align-items: center; gap: 4px; }
  .mstats-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 2px; }
  .mstats strong { font-size: 18px; font-weight: 800; color: var(--fg-1); }
  .mstats small { font-size: 11px; color: var(--fg-4); margin: 0;}

  .mtabs { display: flex; background: white; padding: 8px 14px 0; gap: 18px; border-bottom: 1px solid var(--border); }
  .mtabs button { padding: 10px 0 12px; font-size: 14px; font-weight: 600; color: var(--fg-3); position: relative; flex: 1; text-align: center; background: none; border: none; cursor: pointer;}
  .mtabs button.active { color: var(--primary); font-weight: 800; }
  .mtabs button.active::after { content: ''; position: absolute; bottom: -1px; left: 20%; right: 20%; height: 3px; background: var(--primary); border-radius: 3px 3px 0 0; }

  .mlist { padding: 12px 14px 24px; display: flex; flex-direction: column; gap: 12px; }
  .mlist-row { display: grid; grid-template-columns: 96px 1fr; gap: 12px; padding: 12px; background: white; border: 1px solid var(--border); border-radius: var(--radius-md); text-decoration: none;}
  .mlist-img { position: relative; aspect-ratio: 1/1; background: var(--bg-soft); border-radius: var(--radius-sm); overflow: hidden; }
  .mlist-img img { width: 100%; height: 100%; object-fit: cover; }
  .mlist-off { position: absolute; top: 6px; left: 6px; background: var(--grad-hot); color: white; font-size: 10px; font-weight: 800; padding: 2px 7px; border-radius: var(--radius-pill); }
  .mlist-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
  .mlist-tag { align-self: flex-start; font-size: 9px; font-weight: 800; color: var(--info); background: rgba(108,92,231,0.10); padding: 2px 7px; border-radius: var(--radius-pill); letter-spacing: 0.04em; text-transform: uppercase; }
  .mlist-body h4 { font-size: 13px; font-weight: 700; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin:0; color: var(--fg-1);}
  .mlist-price { font-size: 17px; font-weight: 900; color: var(--primary-dark); font-variant-numeric: tabular-nums; }
  .mlist-meta { font-size: 11px; color: var(--fg-4); }
  .mlist-cta { align-self: stretch; padding: 8px; font-size: 12px; font-weight: 700; color: white; text-align: center; border-radius: var(--radius-sm); display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-decoration: none;}
  .mlist-cta--shopee { background: var(--shopee); }
  .mlist-cta--tiktok { background: var(--tiktok); }
  .mlist--empty { padding: 30px 14px; text-align: center; color: var(--fg-4); font-size: 13px; }
  .mobile-bottom-spacer { height: 24px; }
}
