.market-strip,
.hot-domains-marquee,
#marketTickerTrack {
  min-width: 0;
  max-width: 100%;
}
.market-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 18px;
  padding: 15px 18px;
  border: 1px solid rgba(103, 232, 249, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(8, 47, 73, .32), rgba(15, 23, 42, .78));
  box-shadow: 0 18px 44px rgba(2, 6, 23, .16), 0 1px 0 rgba(255,255,255,.035) inset;
}
.market-strip-head,
.hot-domains-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  color: #e2e8f0;
}
.market-strip-head > div { display: grid; gap: 3px; min-width: 0; }
.market-strip-head strong,
.hot-domains-head strong { font-size: .92rem; }
.market-strip-kicker { color: #7dd3fc; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.market-strip-head a,
.hot-domains-head a { flex: 0 0 auto; color: #67e8f9; font-size: .78rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.market-strip-head a:hover,
.market-strip-head a:focus-visible,
.hot-domains-head a:hover,
.hot-domains-head a:focus-visible { color: #ecfeff; text-decoration: underline; }
.market-strip-head span,
.hot-domains-head a {
  color: #67e8f9;
  font-size: .78rem;
  font-weight: 800;
}
.market-strip-viewport,
.hot-domains-marquee {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: auto;
}
.market-strip-viewport,
.hot-domains-marquee { padding: 2px 1px 5px; }
.market-strip-track,
.hot-domains-track,
.market-ticker-track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 10px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.market-strip-track { direction: ltr; }
.hot-domains-track { gap: 12px; }
.market-strip-item,
.hot-domain-item,
.market-ticker-item {
  display: flex;
  flex: 0 0 auto;
  min-width: 166px;
  flex-direction: column;
  gap: 4px;
  padding: 11px 13px;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(10, 34, 72, .62), rgba(2, 6, 23, .52));
  color: #f8fafc;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.market-strip-item:hover,
.market-strip-item:focus-visible,
.hot-domain-item:hover,
.hot-domain-item:focus-visible,
.market-ticker-item:hover,
.market-ticker-item:focus-visible {
  border-color: rgba(103, 232, 249, .48);
  outline: none;
  transform: translateY(-1px);
}
.market-strip-item span,
.hot-domain-item span,
.market-ticker-item b { color: #bae6fd; font-size: .78rem; font-weight: 800; }
.market-strip-item small,
.hot-domain-item small,
.market-ticker-item small { color: #94a3b8; font-size: .7rem; }
.market-strip-item strong,
.hot-domain-item strong,
.market-ticker-item strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.market-strip-item:hover,
.market-strip-item:focus-visible,
.hot-domain-item:hover,
.hot-domain-item:focus-visible,
.market-ticker-item:hover,
.market-ticker-item:focus-visible { border-color: rgba(103, 232, 249, .55); background: linear-gradient(145deg, rgba(14, 74, 110, .72), rgba(2, 6, 23, .62)); outline: none; transform: translateY(-1px); }
.market-strip-status,
.hot-domains-empty,
.ticker-status { color: #94a3b8; line-height: 1.6; }
.market-strip-viewport:focus-visible { outline: 2px solid rgba(103, 232, 249, .7); outline-offset: 3px; }
@media (max-width: 520px) {
  .market-strip { width: calc(100% - 20px); margin-block: 10px 16px; padding: 12px; }
  .market-strip-head { align-items: flex-start; }
  .market-strip-head a { font-size: .72rem; }
  .market-strip-item,
  .hot-domain-item,
  .market-ticker-item { min-width: 148px; }
}
@media (prefers-reduced-motion: reduce) {
  .market-strip-track,
  .hot-domains-track,
  .market-ticker-track { transform: none !important; will-change: auto; }
  .market-strip-item:hover,
  .market-strip-item:focus-visible,
  .hot-domain-item:hover,
  .hot-domain-item:focus-visible,
  .market-ticker-item:hover,
  .market-ticker-item:focus-visible { transform: none; }
  .market-strip-viewport,
  .hot-domains-marquee { scroll-behavior: auto; }
}
