/* vibe-explorer-mob v4 — phone catalog cards, no featured banner, no desk icon */
body.cat-mob,
body.cat-mob .vibe-main,
body.cat-mob .cat-page {
  overflow-x: hidden;
  max-width: 100%;
}
body.cat-mob .cat-page {
  width: calc(100% - 16px);
  max-width: none;
  margin: 8px auto 16px;
  gap: 10px;
}
body.cat-mob .cat-page > * {
  min-width: 0;
  max-width: 100%;
}
body.cat-mob .nav-dl {
  display: none !important;
}
body.cat-mob .cat-strip,
body.cat-mob .feat-ad,
body.cat-mob #feat-ad {
  display: none !important;
}
body.cat-mob .cat-tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.cat-mob .cat-tab-cats {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto !important;
  overflow-y: hidden;
  gap: 6px;
  width: 100%;
  min-width: 0 !important;
  max-width: 100%;
  padding: 2px 2px 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
body.cat-mob .cat-tab-cats::-webkit-scrollbar { display: none; }
body.cat-mob .cat-tab-acts {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100% !important;
  margin: 0;
  flex-shrink: 1;
}
body.cat-mob .cat-tab {
  flex-shrink: 0;
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}
body.cat-mob .cat-tab-acts .cat-tab {
  width: auto;
  min-width: 0;
  justify-content: center;
  min-height: 36px;
  height: 36px;
  font-size: 12px;
  padding: 0 10px;
}
body.cat-mob .cat-tab-acts .cat-tab.cat-submit {
  background: var(--surface-2);
  color: var(--text, #f4f4f5);
  border: 1px solid var(--line, rgba(255,255,255,0.08));
  filter: none;
}
body.cat-mob .cat-tab-acts .cat-tab.cat-submit:hover,
body.cat-mob .cat-tab-acts .cat-tab.cat-submit:focus-visible {
  background: color-mix(in srgb, var(--purple) 18%, transparent);
  color: var(--text, #f4f4f5);
  filter: none;
}
body.cat-mob .cat-tools input {
  min-height: 44px;
  font-size: 16px;
  border-radius: 14px;
}
body.cat-mob .cat-list {
  display: grid;
  gap: 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
body.cat-mob .cat-empty {
  padding: 32px 16px;
  border: 1px solid var(--line, rgba(255,255,255,0.06));
  border-radius: 16px;
  background: var(--surface);
}
body.cat-mob .cat-head { display: none !important; }
body.cat-mob .cat-mob-row,
body.cat-mob .cat-row.cat-mob-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "coin quote"
    "stats stats"
    "acts acts";
  gap: 6px 10px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line, rgba(255,255,255,0.06));
  border-top: 1px solid var(--line, rgba(255,255,255,0.06));
  border-radius: 16px;
  background: var(--surface);
  box-sizing: border-box;
}
body.cat-mob .cat-mob-row:hover { background: var(--surface-2); }
body.cat-mob .cat-mob-row > :nth-child(1),
body.cat-mob .cat-mob-row > :nth-child(2),
body.cat-mob .cat-mob-row > :nth-child(3),
body.cat-mob .cat-mob-row > :nth-child(4),
body.cat-mob .cat-mob-row > :nth-child(5) {
  display: flex;
}
body.cat-mob .cat-mob-row .cat-coin {
  grid-area: coin;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
body.cat-mob .cat-mob-row .cat-coin img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
body.cat-mob .cat-mob-row .cat-coin > div {
  min-width: 0;
  flex: 1;
}
body.cat-mob .cat-mob-row .cat-name {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  white-space: normal;
  font-size: 15px;
  line-height: 1.2;
}
body.cat-mob .cat-mob-row .cat-why {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
}
body.cat-mob .cat-mob-quote {
  grid-area: quote;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  min-width: 5.5rem;
}
body.cat-mob .cat-mob-quote .cat-price,
body.cat-mob .cat-mob-quote .cat-num.cat-price {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
body.cat-mob .cat-mob-quote .cat-chg,
body.cat-mob .cat-mob-quote .cat-num.cat-chg {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
body.cat-mob .cat-mob-stats {
  grid-area: stats;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-width: 0;
}
body.cat-mob .cat-mob-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--text, #f4f4f5);
  white-space: nowrap;
}
body.cat-mob .cat-mob-stat em {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted, #a1a1aa);
}
body.cat-mob .cat-mob-row .cat-acts {
  grid-area: acts;
  display: grid;
  grid-template-columns: repeat(4, 44px);
  justify-content: start;
  justify-items: center;
  width: auto;
  max-width: 100%;
  gap: 6px;
}
body.cat-mob .cat-mob-row .cat-act {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
}
body.cat-mob .cat-pager {
  margin: 4px 0 0;
  gap: 8px;
}
body.cat-mob .cat-pager .cat-tab {
  min-width: 44px;
  min-height: 40px;
}
body.cat-mob .cat-legal {
  margin: 4px 0 8px;
  max-width: none;
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 380px) {
  body.cat-mob .cat-mob-quote { min-width: 4.6rem; }
  body.cat-mob .cat-mob-quote .cat-price,
  body.cat-mob .cat-mob-quote .cat-num.cat-price { font-size: 14px; }
}
