/* HYDRA TCG — public landing + catalog only (#hydraLandingRoot). Does not style #app. */

#hydraLandingRoot {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  padding: 1rem 0.85rem 2.25rem;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Georgia", serif;
  background-color: #faf8f5;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(253, 230, 138, 0.35), transparent 55%),
    repeating-linear-gradient(0deg, transparent, transparent 23px, rgba(15, 23, 42, 0.02) 23px, rgba(15, 23, 42, 0.02) 24px),
    repeating-linear-gradient(90deg, transparent, transparent 23px, rgba(15, 23, 42, 0.018) 23px, rgba(15, 23, 42, 0.018) 24px);
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
}

#hydraLandingRoot * {
  box-sizing: border-box;
}

#hydraLandingRoot .hydra-pub-shell {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#hydraLandingRoot .hydra-pub-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-pub-hero {
  text-align: center;
  padding: 2.25rem 1.75rem 2.5rem;
  margin-top: min(5vh, 2rem);
}

#hydraLandingRoot .hydra-pub-hero-logo {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  object-fit: contain;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

#hydraLandingRoot .hydra-pub-hero-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-hero-sub {
  margin: 0.5rem auto 0;
  max-width: 28rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #475569;
  font-weight: 500;
}

#hydraLandingRoot .hydra-pub-hero-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  #hydraLandingRoot .hydra-pub-hero-cta {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: none;
  }
}

#hydraLandingRoot .hydra-pub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 1.35rem;
  font-size: 1rem;
  font-weight: 650;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#hydraLandingRoot .hydra-pub-btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

#hydraLandingRoot .hydra-pub-btn--primary {
  flex: 1 1 200px;
  background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
  color: #fff;
  box-shadow: 0 10px 28px rgba(29, 78, 216, 0.35);
}

#hydraLandingRoot .hydra-pub-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(29, 78, 216, 0.4);
}

#hydraLandingRoot .hydra-pub-btn--ghost {
  flex: 1 1 200px;
  background: #fff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
}

#hydraLandingRoot .hydra-pub-btn--ghost:hover {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

/* Auth card (login) */
#hydraLandingRoot .hydra-pub-auth-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

#hydraLandingRoot .hydra-pub-auth-head img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: contain;
}

#hydraLandingRoot .hydra-pub-auth-head h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-auth-dev-hint {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  text-align: center;
}

#hydraLandingRoot .hydra-pub-auth-sub {
  margin: 0.2rem 0 0;
  font-size: 0.92rem;
  color: #64748b;
  font-weight: 500;
}

#hydraLandingRoot .hydra-pub-auth-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 1.35rem 1.35rem 1.5rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  max-width: 440px;
  margin: 0 auto;
}

#hydraLandingRoot .hydra-pub-auth-card h2 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-field {
  margin-bottom: 1rem;
}

#hydraLandingRoot .hydra-pub-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 650;
  margin: 0 0 0.35rem;
  color: #334155;
}

#hydraLandingRoot .hydra-pub-field > input {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  font-size: 1rem;
  background: #fff;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-pass-wrap {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  overflow: hidden;
  background: #fff;
}

#hydraLandingRoot .hydra-pub-pass-wrap:focus-within {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
}

#hydraLandingRoot .hydra-pub-pass-wrap input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 0.6rem 0.7rem;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  background: transparent;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-pass-toggle {
  flex: 0 0 auto;
  padding: 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1d4ed8;
  background: #f1f5f9;
  border: none;
  border-left: 1px solid rgba(15, 23, 42, 0.1);
  cursor: pointer;
  white-space: nowrap;
}

#hydraLandingRoot .hydra-pub-pass-toggle:hover {
  background: #e0e7ff;
  color: #1e3a8a;
}

#hydraLandingRoot .hydra-pub-pass-toggle:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: -2px;
  z-index: 1;
}

#hydraLandingRoot .hydra-pub-err {
  color: #dc2626;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.65rem;
  min-height: 1.2rem;
}

#hydraLandingRoot .hydra-pub-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.1rem;
  padding: 0.45rem 0;
  background: transparent;
  border: none;
  color: #1d4ed8;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#hydraLandingRoot .hydra-pub-back:hover {
  color: #1e3a8a;
}

/* Store / catalog */
#hydraLandingRoot .hydra-pub-store {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 0.5rem;
}

#hydraLandingRoot .hydra-pub-store-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

#hydraLandingRoot .hydra-pub-store-title-wrap {
  flex: 1 1 200px;
}

#hydraLandingRoot .hydra-pub-store-title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-store-kicker {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  color: #64748b;
}

#hydraLandingRoot .hydra-pub-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  #hydraLandingRoot .hydra-pub-toolbar {
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: end;
  }
}

#hydraLandingRoot .hydra-pub-toolbar label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 650;
  color: #475569;
}

#hydraLandingRoot .hydra-pub-toolbar input,
#hydraLandingRoot .hydra-pub-toolbar select {
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 0.95rem;
  background: #fff;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.1rem;
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-pub-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#hydraLandingRoot .hydra-pub-product {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: flex;
  flex-direction: column;
}

#hydraLandingRoot .hydra-pub-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

#hydraLandingRoot .hydra-pub-product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #e2e8f0, #f1f5f9);
  overflow: hidden;
}

#hydraLandingRoot .hydra-pub-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#hydraLandingRoot .hydra-pub-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(22, 163, 74, 0.95);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

#hydraLandingRoot .hydra-pub-product-body {
  padding: 0.85rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
}

#hydraLandingRoot .hydra-pub-product-name {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#hydraLandingRoot .hydra-pub-product-cat {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}

#hydraLandingRoot .hydra-pub-product-stock {
  font-size: 0.8rem;
  color: #475569;
}

#hydraLandingRoot .hydra-pub-product-price {
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e3a8a;
  letter-spacing: -0.02em;
}

#hydraLandingRoot .hydra-pub-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, 0.15);
  border-radius: 20px;
  color: #64748b;
}

#hydraLandingRoot .hydra-pub-empty-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

#hydraLandingRoot .hydra-pub-empty h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-empty p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

#hydraLandingRoot .hydra-pub-status {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
}

/* —— HYDRA marketplace (TCG premium, warm paper / ink) —— */

#hydraLandingRoot .hydra-mkt-hub {
  width: 100%;
  max-width: 520px;
  margin: min(8vh, 3rem) auto 2rem;
  padding: 0 1rem;
}

#hydraLandingRoot .hydra-mkt-hub-card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 2rem 1.5rem 2.25rem;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-hub-logo {
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
}

#hydraLandingRoot .hydra-mkt-hub-title {
  margin: 1rem 0 0.35rem;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-hub-sub {
  margin: 0 0 1.5rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
}

#hydraLandingRoot .hydra-mkt-hub-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 480px) {
  #hydraLandingRoot .hydra-mkt-hub-actions {
    flex-direction: row;
    justify-content: center;
  }
}

#hydraLandingRoot .hydra-mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 1.4rem;
  font-size: 0.98rem;
  font-weight: 700;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#hydraLandingRoot .hydra-mkt-btn--primary {
  background: linear-gradient(135deg, #7c2d12, #b45309);
  color: #fffbeb;
  box-shadow: 0 10px 28px rgba(180, 83, 9, 0.28);
}

#hydraLandingRoot .hydra-mkt-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(124, 45, 18, 0.35);
}

#hydraLandingRoot .hydra-mkt-btn--ghost {
  background: #fff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
}

#hydraLandingRoot .hydra-mkt-btn--ghost:hover {
  background: #fffbeb;
  border-color: rgba(180, 83, 9, 0.25);
}

#hydraLandingRoot .hydra-mkt {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

#hydraLandingRoot .hydra-mkt-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0 1.25rem;
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.96), rgba(255, 251, 235, 0.88));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

#hydraLandingRoot .hydra-mkt-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: #0c1222;
  text-decoration: none;
}

#hydraLandingRoot .hydra-mkt-brand img {
  border-radius: 12px;
}

#hydraLandingRoot .hydra-mkt-nav {
  display: flex;
  gap: 0.35rem;
}

#hydraLandingRoot .hydra-mkt-nav-link {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 650;
  color: #334155;
  text-decoration: none;
  border: 1px solid transparent;
}

#hydraLandingRoot .hydra-mkt-nav-link:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

#hydraLandingRoot .hydra-mkt-hero {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0.55rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 52%, #172033 100%);
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: none;
}

#hydraLandingRoot .hydra-mkt-hero-inner {
  padding: 2.25rem 1.75rem 2.5rem;
  max-width: 40rem;
}

#hydraLandingRoot .hydra-mkt-hero-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fcd34d;
  opacity: 0.95;
}

#hydraLandingRoot .hydra-mkt-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fffbeb;
}

#hydraLandingRoot .hydra-mkt-hero p {
  margin: 0 0 1.35rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 251, 235, 0.82);
}

#hydraLandingRoot .hydra-mkt-hero-cta {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  color: #0f172a;
  background: linear-gradient(135deg, #fde68a, #fbbf24);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}

#hydraLandingRoot .hydra-mkt-hero-cta:hover {
  filter: brightness(1.05);
}

#hydraLandingRoot .hydra-mkt-main {
  margin-top: 0.5rem;
}

#hydraLandingRoot .hydra-mkt-main-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

#hydraLandingRoot .hydra-mkt-main-head h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-section {
  margin-bottom: 2rem;
}

#hydraLandingRoot .hydra-mkt-section-head h2 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-section-sub {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  color: #64748b;
}

#hydraLandingRoot .hydra-mkt-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

#hydraLandingRoot .hydra-mkt-rail::-webkit-scrollbar {
  height: 6px;
}

#hydraLandingRoot .hydra-mkt-rail::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.15);
  border-radius: 999px;
}

#hydraLandingRoot .hydra-mkt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-mkt-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#hydraLandingRoot .hydra-mkt-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  scroll-snap-align: start;
}

#hydraLandingRoot .hydra-mkt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

#hydraLandingRoot .hydra-mkt-card--rail {
  flex: 0 0 min(78vw, 260px);
  max-width: 260px;
}

#hydraLandingRoot .hydra-mkt-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #f1f5f9, #e7e5e4);
}

#hydraLandingRoot .hydra-mkt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#hydraLandingRoot .hydra-mkt-chip {
  position: absolute;
  z-index: 2;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#hydraLandingRoot .hydra-mkt-chip--rarity {
  top: 0.65rem;
  left: 0.65rem;
  background: rgba(15, 23, 42, 0.88);
  color: #fef3c7;
  max-width: calc(100% - 5.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hydraLandingRoot .hydra-mkt-chip--stock {
  top: 0.65rem;
  right: 0.65rem;
  background: rgba(255, 255, 255, 0.92);
  color: #14532d;
  border: 1px solid rgba(20, 83, 45, 0.15);
}

#hydraLandingRoot .hydra-mkt-card-body {
  padding: 0.9rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#hydraLandingRoot .hydra-mkt-card-name {
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
  color: #0c1222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-card-meta {
  font-size: 0.78rem;
  font-weight: 600;
  color: #78716c;
}

#hydraLandingRoot .hydra-mkt-card-price {
  margin-top: 0.35rem;
  font-size: 1.12rem;
  font-weight: 800;
  color: #0f766e;
  letter-spacing: -0.02em;
}

#hydraLandingRoot .hydra-mkt-modal {
  position: fixed;
  inset: 0;
  z-index: 200000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#hydraLandingRoot .hydra-mkt-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

#hydraLandingRoot .hydra-mkt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

#hydraLandingRoot .hydra-mkt-modal__panel {
  position: relative;
  width: 100%;
  max-width: 920px;
  max-height: min(92vh, 880px);
  overflow: auto;
  background: #fffdf8;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -12px 48px rgba(0, 0, 0, 0.2);
  padding: 1.25rem 1.1rem 1.75rem;
}

@media (min-width: 720px) {
  #hydraLandingRoot .hydra-mkt-modal {
    align-items: center;
    padding: 1rem;
  }

  #hydraLandingRoot .hydra-mkt-modal__panel {
    border-radius: 22px;
    padding: 1.5rem 1.5rem 1.75rem;
  }
}

#hydraLandingRoot .hydra-mkt-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 3;
}

#hydraLandingRoot .hydra-mkt-modal__body {
  padding-top: 0.25rem;
}

#hydraLandingRoot .hydra-mkt-modal-loading,
#hydraLandingRoot .hydra-mkt-modal-err {
  text-align: center;
  padding: 2rem 1rem;
  color: #64748b;
}

#hydraLandingRoot .hydra-mkt-modal-err {
  color: #b45309;
  font-weight: 600;
}

#hydraLandingRoot .hydra-mkt-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  #hydraLandingRoot .hydra-mkt-detail-grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: start;
  }
}

#hydraLandingRoot .hydra-mkt-detail-visual {
  display: flex;
  flex-direction: column;
}

#hydraLandingRoot .hydra-mkt-detail-main {
  order: 1;
  border-radius: 18px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-detail-main-img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

#hydraLandingRoot .hydra-mkt-detail-thumbs {
  order: 2;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

#hydraLandingRoot .hydra-mkt-swipe-hint {
  order: 3;
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  color: #94a3b8;
  text-align: center;
}

@media (min-width: 720px) {
  #hydraLandingRoot .hydra-mkt-swipe-hint {
    display: none;
  }
}

#hydraLandingRoot .hydra-mkt-detail-visual--swipe {
  touch-action: pan-y;
}

#hydraLandingRoot .hydra-mkt-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: #fff;
}

#hydraLandingRoot .hydra-mkt-thumb.is-active {
  border-color: #b45309;
}

#hydraLandingRoot .hydra-mkt-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#hydraLandingRoot .hydra-mkt-detail-cat {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #78716c;
}

#hydraLandingRoot .hydra-mkt-detail-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

#hydraLandingRoot .hydra-mkt-tag {
  font-size: 0.72rem;
  font-weight: 650;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
}

#hydraLandingRoot .hydra-mkt-detail-price {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f766e;
}

#hydraLandingRoot .hydra-mkt-detail-stock {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 650;
  color: #475569;
}

#hydraLandingRoot .hydra-mkt-detail-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #334155;
}

#hydraLandingRoot .hydra-mkt-muted {
  color: #94a3b8;
  font-size: 0.92rem;
}

/* —— Phase 4: marketplace polish (warm paper, navy, gold) —— */

#hydraLandingRoot .hydra-mkt--paper .hydra-mkt-main,
#hydraLandingRoot .hydra-mkt--paper .hydra-mkt-topbar {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

#hydraLandingRoot .hydra-mkt-topbar--compact {
  padding: 0.55rem 0 0.85rem;
}

@media (max-width: 719px) {
  #hydraLandingRoot .hydra-mkt-topbar--compact {
    padding: 0.45rem 0 0.65rem;
  }

  #hydraLandingRoot .hydra-mkt-brand {
    font-size: 0.92rem;
    gap: 0.45rem;
  }

  #hydraLandingRoot .hydra-mkt-brand img {
    width: 32px;
    height: 32px;
  }
}

#hydraLandingRoot .hydra-mkt-hero-inner {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 3vw, 1.75rem) clamp(1.35rem, 3vw, 2.1rem);
}

#hydraLandingRoot .hydra-mkt-hero-lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 251, 235, 0.86);
}

#hydraLandingRoot .hydra-pub-field-touch {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

#hydraLandingRoot .hydra-pub-field-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

#hydraLandingRoot .hydra-mkt-grid {
  gap: clamp(0.65rem, 2.5vw, 1.15rem);
}

#hydraLandingRoot .hydra-mkt-card {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, opacity 0.38s ease;
}

#hydraLandingRoot .hydra-mkt-card--skeleton {
  pointer-events: none;
}

#hydraLandingRoot .hydra-mkt-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

@media (prefers-reduced-motion: no-preference) {
  #hydraLandingRoot .hydra-mkt-card--inview {
    animation: hydra-mkt-card-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes hydra-mkt-card-pop {
  from {
    opacity: 0.85;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#hydraLandingRoot .hydra-mkt-card-media {
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-card-media img {
  object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#hydraLandingRoot .hydra-mkt-card:hover .hydra-mkt-card-media img {
  transform: scale(1.05);
}

#hydraLandingRoot .hydra-mkt-card-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, #e7e5e4 0%, #f5f0e8 45%, #ebe6df 55%, #e7e5e4 100%);
  background-size: 200% 100%;
  animation: hydra-mkt-shimmer 1.1s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

#hydraLandingRoot .hydra-mkt-card-media.is-loaded .hydra-mkt-card-shimmer {
  opacity: 0;
}

#hydraLandingRoot .hydra-mkt-card-media .hydra-mkt-chip {
  z-index: 3;
}

#hydraLandingRoot .hydra-mkt-card-media img {
  position: relative;
  z-index: 2;
}

@keyframes hydra-mkt-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

#hydraLandingRoot .hydra-mkt-skel-line {
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e7e5e4, #f1ede6, #e7e5e4);
  background-size: 200% 100%;
  animation: hydra-mkt-shimmer 1.2s ease-in-out infinite;
  margin-bottom: 0.45rem;
}

#hydraLandingRoot .hydra-mkt-skel-line--lg {
  width: 70%;
  height: 12px;
}

#hydraLandingRoot .hydra-mkt-skel-line--sm {
  width: 40%;
}

#hydraLandingRoot .hydra-mkt-chip--rarity.hydra-mkt-badge--generic {
  background: rgba(30, 41, 59, 0.9);
  color: #fef9c3;
}

#hydraLandingRoot .hydra-mkt-chip--rarity.hydra-mkt-badge--sp {
  background: linear-gradient(135deg, #7c2d12, #b45309);
  color: #fffbeb;
}

#hydraLandingRoot .hydra-mkt-chip--rarity.hydra-mkt-badge--sec {
  background: linear-gradient(135deg, #312e81, #4338ca);
  color: #e0e7ff;
}

#hydraLandingRoot .hydra-mkt-chip--rarity.hydra-mkt-badge--psa {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #ecfdf5;
}

#hydraLandingRoot .hydra-mkt-chip--rarity.hydra-mkt-badge--booster {
  background: linear-gradient(135deg, #713f12, #ca8a04);
  color: #fffbeb;
}

#hydraLandingRoot .hydra-mkt-chip--stock.hydra-mkt-chip--single {
  background: rgba(254, 243, 199, 0.95);
  color: #78350f;
  border: 1px solid rgba(180, 83, 9, 0.25);
}

#hydraLandingRoot .hydra-mkt-chip--stock.hydra-mkt-chip--low {
  background: rgba(254, 215, 170, 0.95);
  color: #9a3412;
  border: 1px solid rgba(234, 88, 12, 0.2);
}

#hydraLandingRoot .hydra-mkt-chip--stock.hydra-mkt-chip--soldout {
  background: rgba(241, 245, 249, 0.95);
  color: #64748b;
  border: 1px solid rgba(100, 116, 139, 0.25);
}

#hydraLandingRoot .hydra-mkt-chip--stock.hydra-mkt-chip--new {
  background: rgba(20, 83, 45, 0.92);
  color: #ecfdf5;
  border: 1px solid rgba(21, 128, 61, 0.35);
}

#hydraLandingRoot .hydra-mkt-chip--stock.hydra-mkt-chip--ok {
  background: rgba(255, 255, 255, 0.94);
  color: #14532d;
  border: 1px solid rgba(20, 83, 45, 0.12);
}

#hydraLandingRoot .hydra-mkt-mini-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#hydraLandingRoot .hydra-mkt-mini-badge--featured {
  background: linear-gradient(135deg, #ca8a04, #eab308);
  color: #1c1917;
  box-shadow: 0 2px 8px rgba(202, 138, 4, 0.35);
}

#hydraLandingRoot .hydra-mkt-card-badge-row {
  margin: 0.15rem 0 0.1rem;
}

#hydraLandingRoot .hydra-mkt-modal__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: min(88vh, 900px);
}

#hydraLandingRoot .hydra-mkt-modal__scroll {
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 719px) {
  #hydraLandingRoot .hydra-mkt-modal {
    align-items: stretch;
    padding: 0;
  }

  #hydraLandingRoot .hydra-mkt-modal__panel {
    max-width: none;
    max-height: none;
    height: 100dvh;
    width: 100%;
    border-radius: 0;
    padding: 0.85rem 0.75rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
  }

  #hydraLandingRoot .hydra-mkt-modal__body {
    max-height: none;
    flex: 1;
  }
}

#hydraLandingRoot .hydra-mkt-modal-cta {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.65rem 0 0;
  margin-top: 0.35rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), #fffdf8);
  position: sticky;
  bottom: 0;
  z-index: 2;
}

#hydraLandingRoot .hydra-mkt-cta-btn {
  flex: 1 1 120px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  color: #0f172a;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#hydraLandingRoot .hydra-mkt-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-cta-btn--gold {
  background: linear-gradient(135deg, #fde68a, #eab308);
  border-color: rgba(180, 83, 9, 0.35);
  color: #1c1917;
}

#hydraLandingRoot .hydra-mkt-detail-main--zoom {
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-detail-main--zoom img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  #hydraLandingRoot .hydra-mkt-detail-main--zoom:hover img {
    transform: scale(1.04);
  }
}

/* Storefront inquiry (Hỏi mua / Giữ hàng) */
#hydraLandingRoot .hydra-mkt-inquiry {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

#hydraLandingRoot .hydra-mkt-inquiry-panel {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

#hydraLandingRoot .hydra-mkt-inquiry-panel-title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 1rem;
}

#hydraLandingRoot .hydra-mkt-inquiry-form {
  display: grid;
  gap: 0.65rem;
}

#hydraLandingRoot .hydra-inq-field {
  display: grid;
  gap: 0.25rem;
  font-size: 0.85rem;
}

#hydraLandingRoot .hydra-inq-field span {
  color: #64748b;
}

#hydraLandingRoot .hydra-inq-field input,
#hydraLandingRoot .hydra-inq-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  font: inherit;
}

#hydraLandingRoot .hydra-inq-field--qty .hydra-inq-qty-row {
  margin-top: 2px;
}

#hydraLandingRoot .hydra-inq-qty-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

#hydraLandingRoot .hydra-inq-qty-row--cart {
  flex: 1 1 auto;
  min-width: 0;
}

#hydraLandingRoot .hydra-inq-qty-chip {
  flex: 0 0 auto;
  width: auto;
  min-width: 36px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

#hydraLandingRoot .hydra-inq-qty-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
  color: #fff;
}

#hydraLandingRoot .hydra-inq-qty-chip:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#hydraLandingRoot .hydra-hpot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#hydraLandingRoot .hydra-mkt-inquiry-ok {
  color: #15803d;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 600;
}

#hydraLandingRoot .hydra-inq-success-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.95), rgba(187, 247, 208, 0.55));
  border: 1px solid rgba(22, 163, 74, 0.25);
}

#hydraLandingRoot .hydra-inq-success-ico {
  font-size: 1.35rem;
  line-height: 1;
}

#hydraLandingRoot .hydra-inq-success-code {
  margin-top: 0.35rem;
  font-family: ui-monospace, monospace;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0f172a;
}

#hydraLandingRoot .hydra-inq-success-sub {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
}

#hydraLandingRoot .hydra-inq-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

#hydraLandingRoot .hydra-inq-success-actions .hydra-mkt-card-btn {
  flex: 1 1 140px;
}

/* Cart drawer — dedicated success screen (post inquiry submit) */
#hydraLandingRoot .hydra-pub-cart__panel--success .hydra-pub-cart__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#hydraLandingRoot .hydra-cart-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0.5rem 0 1rem;
  min-height: min(100%, 320px);
}

#hydraLandingRoot .hydra-cart-success__icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  font-weight: 800;
  color: #15803d;
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.98), rgba(187, 247, 208, 0.75));
  border: 1px solid rgba(22, 163, 74, 0.28);
  margin-bottom: 0.25rem;
}

#hydraLandingRoot .hydra-cart-success__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

#hydraLandingRoot .hydra-cart-success__code {
  margin: 0;
  font-size: 0.95rem;
  color: #334155;
}

#hydraLandingRoot .hydra-cart-success__code strong {
  font-family: ui-monospace, monospace;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #0f172a;
}

#hydraLandingRoot .hydra-cart-success__total {
  margin: 0;
  font-size: 1rem;
  color: #0f172a;
}

#hydraLandingRoot .hydra-cart-success__method {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
}

#hydraLandingRoot .hydra-cart-success__hint {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  max-width: 28rem;
}

#hydraLandingRoot .hydra-cart-success__bank {
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-align: left;
}

#hydraLandingRoot .hydra-cart-success__bank .hydra-pub-pay-qr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.65rem;
}

#hydraLandingRoot .hydra-cart-success__bank .hydra-pub-pay-qr {
  max-width: min(220px, 100%);
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#hydraLandingRoot .hydra-cart-success__bank .hydra-pub-pay-bank-dl {
  margin: 0;
}

#hydraLandingRoot .hydra-pub-cart__panel--success .hydra-pub-cart__foot {
  max-height: none;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #fffbf0;
}

#hydraLandingRoot .hydra-pub-cart-success-foot {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 1rem 1rem;
  flex-shrink: 0;
}

#hydraLandingRoot .hydra-pub-cart-success-foot[hidden] {
  display: none !important;
}

#hydraLandingRoot .hydra-cart-success__actions .hydra-mkt-card-btn,
#hydraLandingRoot .hydra-pub-cart-success-foot .hydra-mkt-card-btn {
  width: 100%;
  min-height: 44px;
}

@media (max-width: 480px) {
  #hydraLandingRoot .hydra-pub-cart__panel--success .hydra-pub-cart__body {
    padding-bottom: 0.25rem;
  }

  #hydraLandingRoot .hydra-cart-success {
    min-height: 0;
    padding-top: 0.25rem;
  }

  #hydraLandingRoot .hydra-pub-cart-success-foot {
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  }
}

/* Phase 8 — cart drawer + product card CTAs */
#hydraLandingRoot .hydra-mkt-nav--end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

#hydraLandingRoot .hydra-mkt-cart-open {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

#hydraLandingRoot .hydra-mkt-cart-open:hover {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.2);
}

#hydraLandingRoot .hydra-mkt-cart-open__badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hydraLandingRoot .hydra-mkt-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

#hydraLandingRoot .hydra-mkt-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0.35rem 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  color: #0f172a;
}

#hydraLandingRoot .hydra-mkt-card-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#hydraLandingRoot .hydra-mkt-card-btn--primary {
  background: linear-gradient(135deg, #fde68a, #fcd34d);
  border-color: rgba(180, 83, 9, 0.35);
}

#hydraLandingRoot .hydra-mkt-card--rail .hydra-mkt-card-actions {
  flex-direction: column;
}

#hydraLandingRoot .hydra-pub-cart {
  position: fixed;
  inset: 0;
  z-index: 120000;
  pointer-events: none;
}

#hydraLandingRoot .hydra-pub-cart.is-open {
  pointer-events: auto;
}

#hydraLandingRoot .hydra-pub-cart__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  transition: opacity 0.2s ease;
}

#hydraLandingRoot .hydra-pub-cart.is-open .hydra-pub-cart__backdrop {
  opacity: 1;
}

#hydraLandingRoot .hydra-pub-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  max-height: 100%;
  background: #fffbf0;
  box-shadow: -12px 0 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.22s ease;
  border-radius: 0;
}

#hydraLandingRoot .hydra-pub-cart.is-open .hydra-pub-cart__panel {
  transform: translateX(0);
}

#hydraLandingRoot .hydra-pub-cart__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fffbf0;
}

#hydraLandingRoot .hydra-pub-cart__head-text {
  flex: 1;
  min-width: 0;
}

#hydraLandingRoot .hydra-pub-cart__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

#hydraLandingRoot .hydra-pub-cart__close {
  border: none;
  background: transparent;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
  color: #64748b;
}

#hydraLandingRoot .hydra-pub-cart__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 0.75rem 1rem;
  -webkit-overflow-scrolling: touch;
}

#hydraLandingRoot .hydra-pub-cart__foot {
  flex: 0 0 auto;
  min-height: 0;
  max-height: min(62vh, 520px);
  display: flex;
  flex-direction: column;
  padding: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

#hydraLandingRoot .hydra-pub-cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #334155;
}

#hydraLandingRoot .hydra-pub-cart-subtotal:empty {
  display: none;
  margin: 0;
}

#hydraLandingRoot .hydra-pub-cart__checkout {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.65rem 1rem 0.5rem;
}

#hydraLandingRoot .hydra-pub-cart-form {
  display: grid;
  gap: 0.55rem;
}

#hydraLandingRoot .hydra-pub-cart-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0.65rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 251, 240, 0.98);
  box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.06);
}

#hydraLandingRoot .hydra-pub-cart-submit-row .hydra-mkt-card-btn {
  flex: 1 1 140px;
}

#hydraLandingRoot .hydra-pub-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#hydraLandingRoot .hydra-pub-cart-row {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  background: #fff;
}

#hydraLandingRoot .hydra-pub-cart-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-cart-meta {
  font-size: 0.9rem;
  color: #475569;
  margin-top: 0.15rem;
  display: block;
}

#hydraLandingRoot .hydra-pub-cart-warn {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #b45309;
}

#hydraLandingRoot .hydra-pub-cart-row-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.55rem;
}

#hydraLandingRoot .hydra-pub-cart-qty-stepper {
  display: inline-flex;
  align-items: stretch;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

#hydraLandingRoot .hydra-pub-cart-qty-btn {
  flex: 0 0 44px;
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #f1f5f9;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #0f172a;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#hydraLandingRoot .hydra-pub-cart-qty-btn:active:not(:disabled) {
  background: #e2e8f0;
}

#hydraLandingRoot .hydra-pub-cart-qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#hydraLandingRoot .hydra-pub-cart-qty {
  flex: 0 0 2.75rem;
  min-width: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  background: #fff;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-pub-cart-qty-input {
  flex: 0 0 3rem;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 44px;
  margin: 0;
  padding: 0 0.15rem;
  border: none;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
  -moz-appearance: textfield;
  appearance: textfield;
}

#hydraLandingRoot .hydra-pub-cart-qty-input:focus {
  outline: none;
  background: #fffbeb;
  box-shadow: inset 0 0 0 2px rgba(245, 158, 11, 0.35);
}

#hydraLandingRoot .hydra-pub-cart-qty-input::-webkit-outer-spin-button,
#hydraLandingRoot .hydra-pub-cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#hydraLandingRoot .hydra-pub-cart-remove {
  flex: 0 0 auto;
  margin-left: 0;
  padding: 0.35rem 0.5rem;
  min-height: 44px;
  border: none;
  background: transparent;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#hydraLandingRoot .hydra-pub-cart-row-sub {
  margin-top: 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  text-align: right;
  color: #0f172a;
}

#hydraLandingRoot .hydra-pub-cart-empty {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  #hydraLandingRoot .hydra-pub-cart__panel {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
}

/* Phase 9 — live activity strips */
#hydraLandingRoot .hydra-mkt-activity-zone {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 0.55rem;
}

#hydraLandingRoot .hydra-mkt-live-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  min-height: 36px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
  font-size: 0.75rem;
  color: #334155;
  box-sizing: border-box;
}

#hydraLandingRoot .hydra-mkt-live-strip--sold {
  background: #fffbeb;
  border-color: rgba(180, 83, 9, 0.14);
}

#hydraLandingRoot .hydra-mkt-live-dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  animation: hydra-live-pulse 2.2s ease-in-out infinite;
}

@keyframes hydra-live-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.72;
    transform: scale(0.92);
  }
}

#hydraLandingRoot .hydra-mkt-live-strip__fade {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
}

#hydraLandingRoot .hydra-mkt-live-strip__txt {
  display: block;
  font-weight: 650;
  color: #0f172a;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

#hydraLandingRoot .hydra-mkt-sold-ticker__label {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.68rem;
  color: #b45309;
  letter-spacing: 0.02em;
}

#hydraLandingRoot .hydra-mkt-sold-ticker__track {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-sold-ticker__marquee {
  display: inline-block;
  padding-right: 2rem;
  white-space: nowrap;
  font-weight: 550;
  color: #475569;
  animation: hydra-sold-marquee 28s linear infinite;
}

@keyframes hydra-sold-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  #hydraLandingRoot .hydra-mkt-sold-ticker__marquee {
    animation: none;
  }

  #hydraLandingRoot .hydra-mkt-live-dot {
    animation: none;
  }
}

/* Legacy ticker aliases — keep for older markup */
#hydraLandingRoot .hydra-mkt-hero-ticker {
  margin: 0.85rem auto 1.1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.82rem;
  color: #334155;
  text-align: center;
  max-width: 36rem;
}

#hydraLandingRoot .hydra-mkt-hero-ticker__txt {
  display: block;
  font-weight: 550;
  letter-spacing: 0.01em;
}

#hydraLandingRoot .hydra-mkt-live-trust {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.45rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: #64748b;
}

#hydraLandingRoot .hydra-mkt-live-line {
  display: block;
}

#hydraLandingRoot .hydra-mkt-live-line--urgent {
  color: #b45309;
  font-weight: 650;
}

#hydraLandingRoot .hydra-mkt-live-line--heat {
  color: #0369a1;
  font-weight: 600;
}

#hydraLandingRoot .hydra-mkt-live-line--hold {
  color: #0f766e;
  font-weight: 600;
}

#hydraLandingRoot .hydra-mkt-trust-panel {
  margin: 0.75rem 0 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-trust-title {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#hydraLandingRoot .hydra-mkt-trust-list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.82rem;
  color: #334155;
  line-height: 1.45;
}

/* Storefront toast + dev cache (Phase 10) */
#hydraLandingRoot .hydra-mkt-toast {
  position: fixed;
  left: 50%;
  bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(120%);
  max-width: min(92vw, 22rem);
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.18);
  z-index: 130001;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

#hydraLandingRoot .hydra-mkt-toast--on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

#hydraLandingRoot .hydra-mkt-toast--success {
  border-color: rgba(21, 128, 61, 0.35);
  background: linear-gradient(180deg, #ecfdf5, #fff);
}

#hydraLandingRoot .hydra-mkt-toast--warn {
  border-color: rgba(180, 83, 9, 0.4);
  background: linear-gradient(180deg, #fffbeb, #fff);
}

#hydraLandingRoot .hydra-mkt-toast--info {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(180deg, #eff6ff, #fff);
}

#hydraLandingRoot .hydra-mkt-dev-cache-btn {
  font: inherit;
  cursor: pointer;
  border: 1px dashed rgba(37, 99, 235, 0.45);
  border-radius: 10px;
  background: rgba(239, 246, 255, 0.85);
  color: #1d4ed8;
  padding: 0.35rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 420px) {
  #hydraLandingRoot .hydra-pub-cart__body {
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
  }
}

/* —— Payment method (manual CK / COD) —— */
#hydraLandingRoot .hydra-pub-pay-methods {
  margin: 0.5rem 0 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.9);
  min-width: 0;
}

#hydraLandingRoot .hydra-pub-pay-methods:focus-within {
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

#hydraLandingRoot .hydra-pub-pay-opt input[type="radio"],
#hydraLandingRoot .hydra-pub-cart-form input[type="radio"],
#hydraLandingRoot .hydra-mkt-inquiry-form input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: 1rem;
  height: 1rem;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
}

#hydraLandingRoot .hydra-pub-pay-opt input[type="radio"]:focus,
#hydraLandingRoot .hydra-pub-cart-form input[type="radio"]:focus,
#hydraLandingRoot .hydra-mkt-inquiry-form input[type="radio"]:focus {
  outline: none;
  box-shadow: none;
}

#hydraLandingRoot .hydra-pub-pay-opt input[type="radio"]:focus-visible,
#hydraLandingRoot .hydra-pub-cart-form input[type="radio"]:focus-visible,
#hydraLandingRoot .hydra-mkt-inquiry-form input[type="radio"]:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

#hydraLandingRoot .hydra-pub-pay-opt {
  outline: none;
}

#hydraLandingRoot .hydra-pub-pay-opt input {
  accent-color: #2563eb;
}

#hydraLandingRoot .hydra-pub-pay-preview-hint {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

#hydraLandingRoot .hydra-pub-pay-bank-dl--compact {
  margin-top: 0.35rem;
}

#hydraLandingRoot .hydra-pub-pay-legend {
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
  padding: 0 0.25rem;
  margin-bottom: 0.35rem;
}

#hydraLandingRoot .hydra-pub-pay-opt {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  margin: 0.2rem 0;
  cursor: pointer;
}

#hydraLandingRoot .hydra-pub-pay-bank {
  margin-top: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px dashed rgba(37, 99, 235, 0.35);
  background: rgba(239, 246, 255, 0.55);
}

#hydraLandingRoot .hydra-pub-pay-bank-dl {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  display: grid;
  gap: 0.35rem;
}

#hydraLandingRoot .hydra-pub-pay-bank-dl dt {
  font-weight: 700;
  color: #64748b;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

#hydraLandingRoot .hydra-pub-pay-bank-dl dd {
  margin: 0;
}

#hydraLandingRoot .hydra-pub-pay-qr-wrap {
  text-align: center;
  margin-bottom: 0.5rem;
}

#hydraLandingRoot .hydra-pub-pay-qr {
  max-width: min(220px, 72vw);
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
}

#hydraLandingRoot .hydra-pub-copy-btn {
  margin-top: 0.25rem;
  font-size: 0.72rem;
  padding: 0.2rem 0.45rem;
  min-height: 28px;
}

#hydraLandingRoot .hydra-pub-pay-success-bank {
  margin-top: 0.65rem;
  text-align: left;
}

@media (max-width: 640px) {
  #hydraLandingRoot .hydra-pub-cart__panel {
    max-height: min(92vh, 720px);
    overflow: hidden;
  }
}

/* —— Compact premium marketplace v2 (2026-05) —— */
#hydraLandingRoot .hydra-mkt {
  max-width: 1320px;
  padding: 0 0.75rem 1.75rem;
}

#hydraLandingRoot .hydra-mkt-topbar--store {
  padding: 0.38rem 0 0.5rem;
  gap: 0.65rem;
}

#hydraLandingRoot .hydra-mkt-topbar--store .hydra-mkt-brand {
  font-size: 0.92rem;
  gap: 0.45rem;
}

#hydraLandingRoot .hydra-mkt-topbar--store .hydra-mkt-brand img {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

#hydraLandingRoot .hydra-mkt-topbar-search {
  flex: 1 1 180px;
  max-width: 220px;
  min-width: 0;
  margin: 0 0.25rem;
}

#hydraLandingRoot .hydra-mkt-topbar-search input {
  width: 100%;
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  border-radius: 9px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
}

#hydraLandingRoot .hydra-mkt-topbar-search input:focus {
  outline: none;
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
}

#hydraLandingRoot .hydra-mkt-topbar--store .hydra-mkt-nav-link {
  padding: 0.32rem 0.62rem;
  font-size: 0.8rem;
}

#hydraLandingRoot .hydra-mkt-topbar--store .hydra-mkt-cart-open {
  min-width: 38px;
  min-height: 38px;
  font-size: 1rem;
  padding: 0 0.35rem;
}

#hydraLandingRoot .hydra-mkt-topbar--store .hydra-mkt-cart-open__badge {
  min-width: 16px;
  height: 16px;
  font-size: 0.62rem;
  top: 2px;
  right: 2px;
}

@media (max-width: 860px) {
  #hydraLandingRoot .hydra-mkt-topbar-search--desk {
    display: none;
  }
}

#hydraLandingRoot .hydra-mkt-hero--compact {
  margin-bottom: 0.45rem;
  border-radius: 16px;
  box-shadow: none;
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-inner {
  padding: clamp(0.65rem, 1.8vw, 0.95rem) clamp(0.85rem, 2vw, 1.1rem) clamp(0.75rem, 1.8vw, 0.9rem);
  max-width: 32rem;
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-kicker {
  margin-bottom: 0.3rem;
  font-size: 0.65rem;
}

#hydraLandingRoot .hydra-mkt-hero--compact h1 {
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  margin-bottom: 0.3rem;
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-lead {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-cta {
  padding: 0.38rem 0.8rem;
  font-size: 0.76rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.16);
}

#hydraLandingRoot .hydra-mkt-hero--has-banner {
  background-color: #0f172a;
}

#hydraLandingRoot .hydra-mkt-hero-ticker--strip {
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.6rem;
  border-radius: 10px;
  font-size: 0.7rem;
  max-width: none;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
  text-align: left;
  line-height: 1.35;
}

#hydraLandingRoot .hydra-mkt-hero-ticker--strip .hydra-mkt-hero-ticker__txt {
  font-weight: 600;
}

/* Store layout: primary + sidebar + catalog */
#hydraLandingRoot .hydra-mkt-store-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#hydraLandingRoot .hydra-mkt-store-primary {
  min-width: 0;
  order: 1;
}

#hydraLandingRoot .hydra-mkt-store-sidebar {
  order: 2;
}

#hydraLandingRoot .hydra-mkt-store-catalog {
  order: 3;
  min-width: 0;
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 212px;
    grid-template-rows: auto auto;
    gap: 0 0.75rem;
    align-items: start;
  }

  #hydraLandingRoot .hydra-mkt-store-primary {
    grid-column: 1;
    grid-row: 1;
    order: unset;
  }

  #hydraLandingRoot .hydra-mkt-store-sidebar {
    grid-column: 2;
    grid-row: 1 / span 2;
    order: unset;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: sticky;
    top: 52px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }

  #hydraLandingRoot .hydra-mkt-store-catalog {
    grid-column: 1;
    grid-row: 2;
    order: unset;
  }
}

#hydraLandingRoot .hydra-mkt-spotlight-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

#hydraLandingRoot .hydra-mkt-spotlight-head h2 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0c1222;
  letter-spacing: -0.02em;
}

#hydraLandingRoot .hydra-mkt-spotlight-rail {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Hot interest — slim ticker */
#hydraLandingRoot .hydra-mkt-hot-ticker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
  padding: 0.32rem 0.45rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.06);
  min-height: 36px;
}

#hydraLandingRoot .hydra-mkt-hot-ticker__label {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  padding-right: 0.35rem;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-hot-ticker__track {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  flex: 1;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#hydraLandingRoot .hydra-mkt-hot-ticker__track::-webkit-scrollbar {
  display: none;
}

#hydraLandingRoot .hydra-mkt-hot-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  font: inherit;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  max-width: min(220px, 55vw);
}

#hydraLandingRoot .hydra-mkt-hot-pill:hover {
  background: rgba(254, 243, 199, 0.5);
  border-color: rgba(180, 83, 9, 0.25);
}

#hydraLandingRoot .hydra-mkt-hot-pill__name {
  font-size: 0.72rem;
  font-weight: 650;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hydraLandingRoot .hydra-mkt-hot-pill__price {
  font-size: 0.7rem;
  font-weight: 800;
  color: #0f766e;
  white-space: nowrap;
}

/* Sidebar widgets */
#hydraLandingRoot .hydra-mkt-widget {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 10px;
  padding: 0.45rem 0.5rem;
}

#hydraLandingRoot .hydra-mkt-widget-head h3 {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-widget-sub {
  margin: 0.08rem 0 0.35rem;
  font-size: 0.64rem;
  color: #94a3b8;
}

#hydraLandingRoot .hydra-mkt-widget-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

/* Mobile: sidebar → horizontal compact rail (between featured & catalog) */
@media (max-width: 1023px) {
  #hydraLandingRoot .hydra-mkt-store-sidebar:not([hidden]) {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    margin: 0 0 0.5rem;
    padding-bottom: 0.12rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #hydraLandingRoot .hydra-mkt-store-sidebar:not([hidden])::-webkit-scrollbar {
    display: none;
  }

  #hydraLandingRoot .hydra-mkt-store-sidebar .hydra-mkt-widget {
    flex: 0 0 min(220px, 68vw);
  }
}

#hydraLandingRoot .hydra-mkt-mini {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.35rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}

#hydraLandingRoot .hydra-mkt-mini:hover {
  background: rgba(254, 243, 199, 0.45);
}

#hydraLandingRoot .hydra-mkt-mini-thumb {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(145deg, #f1f5f9, #e7e5e4);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hydraLandingRoot .hydra-mkt-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}

#hydraLandingRoot .hydra-mkt-mini-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

#hydraLandingRoot .hydra-mkt-mini-name {
  font-size: 0.76rem;
  font-weight: 700;
  color: #0c1222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hydraLandingRoot .hydra-mkt-mini-price {
  font-size: 0.74rem;
  font-weight: 800;
  color: #0f766e;
}

#hydraLandingRoot .hydra-mkt-catalog {
  margin-top: 0;
}

#hydraLandingRoot .hydra-mkt-catalog-bar {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  padding: 0.45rem 0 0.5rem;
  background: transparent;
  border-bottom: none;
}

#hydraLandingRoot .hydra-mkt-main-head {
  margin-bottom: 0.45rem;
}

#hydraLandingRoot .hydra-mkt-main-head h2 {
  font-size: 1.05rem;
}

#hydraLandingRoot .hydra-pub-status {
  font-size: 0.78rem;
}

#hydraLandingRoot .hydra-pub-toolbar--compact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.45rem;
  margin-bottom: 0;
}

#hydraLandingRoot .hydra-pub-toolbar--compact .hydra-pub-field-touch {
  flex: 1 1 140px;
  min-width: 0;
  gap: 0.2rem;
}

#hydraLandingRoot .hydra-pub-toolbar--compact .hydra-pub-field-label {
  font-size: 0.65rem;
}

#hydraLandingRoot .hydra-pub-toolbar--compact input,
#hydraLandingRoot .hydra-pub-toolbar--compact select {
  min-height: 34px;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  font-size: 0.82rem;
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-pub-toolbar--compact .hydra-pub-field-touch:first-child {
    flex: 1.6 1 200px;
  }
}

#hydraLandingRoot .hydra-mkt-grid--catalog,
#hydraLandingRoot .hydra-mkt-grid.hydra-mkt-grid--catalog {
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 0.65rem;
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1100px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1240px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-primary .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  }
}

/* Catalog cards */
#hydraLandingRoot .hydra-mkt-card--grid {
  border-radius: 11px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

#hydraLandingRoot .hydra-mkt-card--grid:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media {
  aspect-ratio: 1 / 1;
  max-height: 148px;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3rem 0.35rem 0.2rem;
  filter: drop-shadow(0 4px 8px rgba(15, 23, 42, 0.08));
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-chip {
  font-size: 0.55rem;
  padding: 0.1rem 0.3rem;
  top: 0.35rem;
  left: 0.35rem;
  right: auto;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-chip--stock {
  top: 0.35rem;
  right: 0.35rem;
  left: auto;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-body {
  padding: 0.42rem 0.48rem 0.48rem;
  gap: 0.08rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-name {
  font-size: 0.78rem;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  order: 1;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-meta {
  font-size: 0.62rem;
  color: #94a3b8;
  font-weight: 600;
  order: 2;
  margin: 0;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-price {
  margin-top: 0.12rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f766e;
  order: 3;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-actions {
  display: flex;
  flex-direction: row;
  gap: 0.28rem;
  margin-top: auto;
  padding-top: 0.32rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn {
  flex: 1 1 0;
  min-height: 28px;
  padding: 0.24rem 0.3rem;
  font-size: 0.64rem;
  border-radius: 7px;
  width: auto;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn--primary {
  box-shadow: none;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.07);
}

/* Featured spotlight cards */
#hydraLandingRoot .hydra-mkt-card--spotlight {
  flex: 0 0 172px;
  max-width: 172px;
  scroll-snap-align: start;
  border-radius: 11px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

#hydraLandingRoot .hydra-mkt-card--spotlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  height: 118px;
  aspect-ratio: unset;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.28rem 0.32rem 0.15rem;
  filter: drop-shadow(0 4px 8px rgba(15, 23, 42, 0.08));
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-chip--stock {
  font-size: 0.55rem;
  padding: 0.1rem 0.28rem;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-body {
  padding: 0.4rem 0.45rem 0.45rem;
  gap: 0.1rem;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-name {
  font-size: 0.76rem;
  line-height: 1.28;
  -webkit-line-clamp: 2;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-price {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f766e;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-actions {
  margin-top: 0.28rem;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-btn {
  width: 100%;
  min-height: 28px;
  font-size: 0.68rem;
  border-radius: 7px;
  padding: 0.28rem 0.4rem;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-btn--primary {
  box-shadow: none;
}

#hydraLandingRoot .hydra-mkt-card--skeleton .hydra-mkt-card-media {
  aspect-ratio: 1 / 1;
  max-height: 148px;
}

/* —— Storefront UX polish: Quick View, search dropdown, cart feedback —— */

#hydraLandingRoot .hydra-mkt-card--grid,
#hydraLandingRoot .hydra-mkt-card--spotlight {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#hydraLandingRoot .hydra-mkt-card--grid:hover,
#hydraLandingRoot .hydra-mkt-card--spotlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
  border-color: rgba(15, 23, 42, 0.1);
}

#hydraLandingRoot .hydra-mkt-card-media {
  position: relative;
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-card-media img {
  transition: transform 0.28s ease, opacity 0.35s ease;
  opacity: 0;
}

#hydraLandingRoot .hydra-mkt-card-media.is-loaded img {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  #hydraLandingRoot .hydra-mkt-card--grid:hover .hydra-mkt-card-media img,
  #hydraLandingRoot .hydra-mkt-card--spotlight:hover .hydra-mkt-card-media img {
    transform: scale(1.03);
  }

  #hydraLandingRoot .hydra-mkt-card-hover-cta {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.22);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
    z-index: 2;
  }

  #hydraLandingRoot .hydra-mkt-card-hover-cta span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: rgba(15, 23, 42, 0.55);
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    backdrop-filter: blur(4px);
  }

  #hydraLandingRoot .hydra-mkt-card--grid:hover .hydra-mkt-card-hover-cta,
  #hydraLandingRoot .hydra-mkt-card--spotlight:hover .hydra-mkt-card-hover-cta {
    opacity: 1;
  }
}

#hydraLandingRoot .hydra-mkt-card-hover-cta {
  display: none;
}

#hydraLandingRoot .hydra-mkt-chip {
  font-size: 0.52rem;
  padding: 0.08rem 0.28rem;
  border-radius: 5px;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn,
#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-btn {
  min-height: 30px;
}

#hydraLandingRoot .hydra-mkt-btn--added {
  background: #ecfdf5 !important;
  border-color: #6ee7b7 !important;
  color: #047857 !important;
}

#hydraLandingRoot .hydra-mkt-cart-open--pulse {
  animation: hydraCartPulse 0.65s ease;
}

@keyframes hydraCartPulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

/* Catalog filter bar — normal flow (header stays sticky, not this bar) */
#hydraLandingRoot .hydra-mkt-catalog-bar {
  z-index: 1;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
}

@media (max-width: 719px) {
  #hydraLandingRoot .hydra-pub-toolbar--compact {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
  }

  #hydraLandingRoot .hydra-pub-toolbar--compact::-webkit-scrollbar {
    display: none;
  }

  #hydraLandingRoot .hydra-pub-toolbar--compact .hydra-pub-field-touch {
    flex: 0 0 auto;
    min-width: 128px;
  }

  #hydraLandingRoot .hydra-pub-toolbar--compact .hydra-pub-search-wrap {
    flex: 1 1 160px;
    min-width: 160px;
  }
}

/* Search dropdown */
#hydraLandingRoot .hydra-pub-search-wrap {
  position: relative;
}

#hydraLandingRoot .hydra-pub-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 80;
  max-height: min(320px, 50vh);
  overflow: auto;
  background: #fffdf8;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  padding: 0.3rem;
}

#hydraLandingRoot .hydra-mkt-topbar-search .hydra-pub-search-dropdown {
  z-index: 120;
}

#hydraLandingRoot .hydra-pub-search-empty {
  margin: 0;
  padding: 0.65rem 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
}

#hydraLandingRoot .hydra-pub-search-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.4rem 0.45rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

#hydraLandingRoot .hydra-pub-search-item:hover,
#hydraLandingRoot .hydra-pub-search-item:focus-visible {
  background: rgba(15, 118, 110, 0.08);
  outline: none;
}

#hydraLandingRoot .hydra-pub-search-item__thumb {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

#hydraLandingRoot .hydra-pub-search-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hydraLandingRoot .hydra-pub-search-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

#hydraLandingRoot .hydra-pub-search-item__name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0c1222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hydraLandingRoot .hydra-pub-search-item__row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

#hydraLandingRoot .hydra-pub-search-item__price {
  font-size: 0.74rem;
  font-weight: 800;
  color: #0f766e;
}

#hydraLandingRoot .hydra-pub-search-item__stock {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.08rem 0.32rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
}

#hydraLandingRoot .hydra-pub-search-item__stock--low {
  background: #fff7ed;
  color: #c2410c;
}

#hydraLandingRoot .hydra-pub-search-item__stock--out {
  background: #f1f5f9;
  color: #64748b;
}

/* Quick View modal */
#hydraLandingRoot .hydra-mkt-modal__panel--qv {
  max-width: 880px;
  max-height: min(88vh, 720px);
  padding: 1rem 1rem 1.25rem;
}

@media (min-width: 720px) {
  #hydraLandingRoot .hydra-mkt-modal__panel--qv {
    padding: 1.15rem 1.25rem 1.35rem;
    border-radius: 18px;
  }
}

#hydraLandingRoot .hydra-mkt-qv__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 720px) {
  #hydraLandingRoot .hydra-mkt-qv__grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: start;
    gap: 1.25rem;
  }
}

#hydraLandingRoot .hydra-mkt-qv__main {
  border-radius: 14px;
  overflow: hidden;
  background: #f8fafc;
  aspect-ratio: 1 / 1;
  max-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hydraLandingRoot .hydra-mkt-qv__main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

#hydraLandingRoot .hydra-mkt-qv__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

#hydraLandingRoot .hydra-mkt-thumb {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  cursor: pointer;
}

#hydraLandingRoot .hydra-mkt-thumb.is-active {
  border-color: #0f766e;
}

#hydraLandingRoot .hydra-mkt-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hydraLandingRoot .hydra-mkt-qv__cat {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#hydraLandingRoot .hydra-mkt-qv__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-qv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}

#hydraLandingRoot .hydra-mkt-qv__price {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f766e;
}

#hydraLandingRoot .hydra-mkt-qv__stock {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #047857;
}

#hydraLandingRoot .hydra-mkt-qv__stock--out {
  color: #64748b;
}

#hydraLandingRoot .hydra-mkt-qv__desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 0.65rem;
  max-height: 4.5em;
  overflow: hidden;
}

#hydraLandingRoot .hydra-mkt-qv__qty {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

#hydraLandingRoot .hydra-mkt-qv__qty-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

#hydraLandingRoot .hydra-mkt-qv__stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
}

#hydraLandingRoot .hydra-mkt-qv__step {
  width: 36px;
  height: 34px;
  border: none;
  background: #f8fafc;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  color: #0c1222;
}

#hydraLandingRoot .hydra-mkt-qv__step:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#hydraLandingRoot .hydra-mkt-qv__qty-input {
  width: 44px;
  height: 34px;
  border: none;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  -moz-appearance: textfield;
}

#hydraLandingRoot .hydra-mkt-qv__qty-input::-webkit-outer-spin-button,
#hydraLandingRoot .hydra-mkt-qv__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#hydraLandingRoot .hydra-mkt-qv__cta {
  display: flex;
  gap: 0.4rem;
}

#hydraLandingRoot .hydra-mkt-qv__cta .hydra-mkt-card-btn {
  flex: 1 1 0;
  min-height: 36px;
  font-size: 0.8rem;
}

#hydraLandingRoot .hydra-mkt-qv__added {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #047857;
}

#hydraLandingRoot .hydra-mkt-qv__cta--sticky {
  display: none;
}

#hydraLandingRoot .hydra-mkt-qv-inquiry {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 719px) {
  #hydraLandingRoot .hydra-mkt-modal__panel--qv {
    max-height: 92vh;
    padding-bottom: 4.5rem;
  }

  #hydraLandingRoot .hydra-mkt-qv__cta--inline {
    display: none;
  }

  #hydraLandingRoot .hydra-mkt-qv__cta--sticky {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 0.55rem 0.85rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 253, 248, 0.97);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.08);
  }
}

/* —— Premium marketplace polish (final pass) —— */

#hydraLandingRoot .hydra-mkt--paper {
  --hydra-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hydra-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

#hydraLandingRoot .hydra-mkt-card,
#hydraLandingRoot .hydra-mkt-mini,
#hydraLandingRoot .hydra-mkt-hot-pill,
#hydraLandingRoot .hydra-mkt-hero-cta,
#hydraLandingRoot .hydra-mkt-card-btn,
#hydraLandingRoot .hydra-pub-search-item,
#hydraLandingRoot .hydra-mkt-modal__panel {
  transition-timing-function: var(--hydra-ease);
}

/* Hero — layout + mini stats */
#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-layout {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

@media (min-width: 640px) {
  #hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-layout {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.75rem;
  }

  #hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-inner {
    flex: 1 1 auto;
    max-width: none;
  }
}

#hydraLandingRoot .hydra-mkt-hero-stats-line {
  margin: 0.55rem 0 0;
  padding: 0;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 251, 235, 0.78);
  letter-spacing: 0.01em;
}

#hydraLandingRoot .hydra-mkt-hero-stats-line strong {
  font-weight: 750;
  color: #fde68a;
}

#hydraLandingRoot .hydra-mkt-hero-aside {
  display: none;
}

#hydraLandingRoot .hydra-mkt-hero-stat {
  display: none;
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-cta {
  padding: 0.34rem 0.75rem;
  font-size: 0.74rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s var(--hydra-ease), box-shadow 0.2s var(--hydra-ease), filter 0.2s ease;
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

#hydraLandingRoot .hydra-mkt-hero--compact .hydra-mkt-hero-cta:active {
  transform: translateY(0);
}

#hydraLandingRoot .hydra-mkt-hero-ticker--strip {
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.5rem;
  font-size: 0.66rem;
}

/* Activity strip — slimmer */
#hydraLandingRoot .hydra-mkt-hot-ticker {
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.38rem;
  min-height: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(15, 23, 42, 0.05);
}

#hydraLandingRoot .hydra-mkt-hot-ticker__label {
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  color: #94a3b8;
  padding-right: 0.28rem;
}

#hydraLandingRoot .hydra-mkt-hot-pill {
  padding: 0.16rem 0.42rem;
  gap: 0.28rem;
  border-color: rgba(15, 23, 42, 0.06);
  transition: background 0.2s var(--hydra-ease), border-color 0.2s var(--hydra-ease);
}

#hydraLandingRoot .hydra-mkt-hot-pill:hover {
  background: rgba(254, 243, 199, 0.35);
  border-color: rgba(15, 23, 42, 0.1);
  transform: none;
}

#hydraLandingRoot .hydra-mkt-hot-pill__name {
  font-size: 0.68rem;
}

#hydraLandingRoot .hydra-mkt-hot-pill__price {
  font-size: 0.64rem;
}

/* Sidebar widgets */
#hydraLandingRoot .hydra-mkt-widget {
  border-radius: 12px;
  padding: 0.52rem 0.58rem 0.48rem;
  background: #fffdf8;
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03);
}

#hydraLandingRoot .hydra-mkt-widget-head h3 {
  font-size: 0.72rem;
  letter-spacing: -0.01em;
}

#hydraLandingRoot .hydra-mkt-widget-sub {
  margin-bottom: 0.28rem;
  font-size: 0.6rem;
  color: #a8b4c4;
}

#hydraLandingRoot .hydra-mkt-widget-list {
  gap: 0.12rem;
}

#hydraLandingRoot .hydra-mkt-mini {
  padding: 0.26rem 0.32rem;
  border-radius: 9px;
  transition: background 0.2s var(--hydra-ease);
}

#hydraLandingRoot .hydra-mkt-mini:hover {
  background: rgba(241, 245, 249, 0.85);
}

#hydraLandingRoot .hydra-mkt-mini-thumb {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: linear-gradient(160deg, #f8fafc 0%, #eef2f6 55%, #e8edf2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#hydraLandingRoot .hydra-mkt-mini-name {
  font-size: 0.72rem;
}

#hydraLandingRoot .hydra-mkt-mini-price {
  font-size: 0.7rem;
}

/* Catalog grid — breathable density */
#hydraLandingRoot .hydra-mkt-grid--catalog,
#hydraLandingRoot .hydra-mkt-grid.hydra-mkt-grid--catalog {
  gap: 0.72rem;
  grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.78rem;
  }
}

@media (min-width: 1100px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.82rem;
  }
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-primary .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 0.76rem;
  }
}

/* Product cards — premium compact */
#hydraLandingRoot .hydra-mkt-card--grid,
#hydraLandingRoot .hydra-mkt-card--spotlight {
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.24s var(--hydra-ease),
    box-shadow 0.24s var(--hydra-ease),
    border-color 0.24s var(--hydra-ease);
}

#hydraLandingRoot .hydra-mkt-card--grid:hover,
#hydraLandingRoot .hydra-mkt-card--spotlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.07);
  border-color: rgba(15, 23, 42, 0.11);
}

@media (hover: hover) and (pointer: fine) {
  #hydraLandingRoot .hydra-mkt-card--grid:hover .hydra-mkt-card-media img,
  #hydraLandingRoot .hydra-mkt-card--spotlight:hover .hydra-mkt-card-media img {
    transform: scale(1.025);
  }
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media,
#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 42%, #ece8e1 100%);
  max-height: 132px;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media::after,
#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.03));
  pointer-events: none;
  z-index: 1;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media img,
#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media img {
  filter: drop-shadow(0 3px 6px rgba(15, 23, 42, 0.07));
  transition:
    transform 0.3s var(--hydra-ease),
    opacity 0.4s var(--hydra-ease-out);
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-body {
  padding: 0.36rem 0.44rem 0.4rem;
  gap: 0.04rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-name {
  font-size: 0.76rem;
  line-height: 1.26;
  margin: 0;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-meta {
  font-size: 0.58rem;
  color: #a8b4c4;
  font-weight: 500;
  line-height: 1.2;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-price {
  margin-top: 0.06rem;
  font-size: 0.86rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-actions {
  gap: 0.26rem;
  padding-top: 0.26rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn {
  min-height: 30px;
  border-radius: 8px;
  font-size: 0.63rem;
  transition:
    transform 0.18s var(--hydra-ease),
    box-shadow 0.18s var(--hydra-ease),
    background 0.18s ease,
    border-color 0.18s ease;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn:active:not(:disabled) {
  transform: translateY(1px);
}

#hydraLandingRoot .hydra-mkt-card-btn.secondary {
  flex: 0.92 1 0;
  background: transparent;
  border-color: rgba(15, 23, 42, 0.14);
  color: #475569;
  font-weight: 650;
  box-shadow: none;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn.secondary:hover:not(:disabled) {
  background: rgba(248, 250, 252, 0.95);
  border-color: rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
  box-shadow: none;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn--primary {
  flex: 1.08 1 0;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 100%);
  border-color: rgba(180, 83, 9, 0.28);
  color: #1c1917;
  box-shadow: 0 1px 4px rgba(180, 83, 9, 0.12);
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn--primary:hover:not(:disabled) {
  box-shadow: 0 3px 8px rgba(180, 83, 9, 0.16);
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  height: 110px;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-body {
  padding: 0.34rem 0.42rem 0.38rem;
  gap: 0.06rem;
}

/* Modal motion */
#hydraLandingRoot .hydra-mkt-modal {
  transition: opacity 0.26s var(--hydra-ease);
}

#hydraLandingRoot .hydra-mkt-modal__panel {
  transition: transform 0.3s var(--hydra-ease-out), opacity 0.26s var(--hydra-ease);
}

#hydraLandingRoot .hydra-mkt-modal.is-open .hydra-mkt-modal__panel {
  animation: hydraModalIn 0.32s var(--hydra-ease-out) both;
}

@keyframes hydraModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile compact */
@media (max-width: 719px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    gap: 0.58rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media {
    max-height: 118px;
  }

  #hydraLandingRoot .hydra-mkt-hero-stats-line {
    font-size: 0.72rem;
  }

  #hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media {
    max-height: 118px;
  }
}

@media (min-width: 720px) and (max-width: 1023px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
  }
}

/* —— Micro UX pass (production-ready polish) —— */

/* Hero stats — inline summary line */
#hydraLandingRoot .hydra-mkt-hero-stats-line {
  margin: 0.5rem 0 0;
}

@media (min-width: 640px) {
  #hydraLandingRoot .hydra-mkt-hero-stats-line {
    margin-top: 0.65rem;
    font-size: 0.8rem;
  }
}

/* Sidebar sticky — desktop only */
@media (max-width: 1023px) {
  #hydraLandingRoot .hydra-mkt-store-sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-sidebar {
    top: 92px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 23, 42, 0.14) transparent;
  }

  #hydraLandingRoot .hydra-mkt-store-sidebar::-webkit-scrollbar {
    width: 4px;
  }

  #hydraLandingRoot .hydra-mkt-store-sidebar::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.14);
    border-radius: 999px;
  }
}

/* Featured rail — elegant scrollbar */
#hydraLandingRoot .hydra-mkt-spotlight-rail {
  gap: 0.45rem;
  padding-bottom: 0.22rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, 0.16) rgba(15, 23, 42, 0.04);
}

#hydraLandingRoot .hydra-mkt-spotlight-rail::-webkit-scrollbar {
  height: 4px;
}

#hydraLandingRoot .hydra-mkt-spotlight-rail::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.04);
  border-radius: 999px;
  margin: 0 0.15rem;
}

#hydraLandingRoot .hydra-mkt-spotlight-rail::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  transition: background 0.2s var(--hydra-ease, ease);
}

@media (hover: hover) and (pointer: fine) {
  #hydraLandingRoot .hydra-mkt-spotlight-rail::-webkit-scrollbar-thumb:hover {
    background: rgba(15, 23, 42, 0.28);
  }
}

#hydraLandingRoot .hydra-mkt-card--spotlight {
  flex: 0 0 158px;
  max-width: 158px;
}

/* Catalog grid — higher density */
#hydraLandingRoot .hydra-mkt-grid--catalog,
#hydraLandingRoot .hydra-mkt-grid.hydra-mkt-grid--catalog {
  gap: 0.68rem;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.72rem;
  }
}

@media (min-width: 1100px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.74rem;
  }
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-primary .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
    gap: 0.7rem;
  }
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media,
#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  max-height: 122px;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  height: 104px;
}

/* Topbar search */
#hydraLandingRoot .hydra-mkt-topbar-search input {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    border-color 0.2s var(--hydra-ease, ease),
    box-shadow 0.2s var(--hydra-ease, ease),
    background 0.2s ease;
}

#hydraLandingRoot .hydra-mkt-topbar-search input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

#hydraLandingRoot .hydra-mkt-topbar-search input:focus {
  border-color: rgba(180, 83, 9, 0.35);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.14), 0 1px 3px rgba(15, 23, 42, 0.06);
  background: #fff;
}

#hydraLandingRoot .hydra-pub-search-dropdown {
  padding: 0.28rem;
  gap: 0.06rem;
}

#hydraLandingRoot .hydra-pub-search-item {
  padding: 0.38rem 0.42rem;
  border-radius: 7px;
  transition: background 0.2s var(--hydra-ease, ease);
}

#hydraLandingRoot .hydra-pub-search-item:hover,
#hydraLandingRoot .hydra-pub-search-item:focus-visible {
  background: rgba(254, 243, 199, 0.45);
}

/* Micro interactions */
#hydraLandingRoot .hydra-mkt-cart-open--pulse {
  animation: hydraCartPulseSoft 0.75s var(--hydra-ease, ease) both;
}

@keyframes hydraCartPulseSoft {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.06);
  }
}

#hydraLandingRoot .hydra-mkt-modal__close {
  transition:
    background 0.2s var(--hydra-ease, ease),
    border-color 0.2s var(--hydra-ease, ease),
    color 0.2s ease,
    transform 0.18s var(--hydra-ease, ease);
}

#hydraLandingRoot .hydra-mkt-modal__close:hover {
  background: #fffbeb;
  border-color: rgba(180, 83, 9, 0.22);
  color: #92400e;
  transform: scale(1.04);
}

#hydraLandingRoot .hydra-mkt-mini:hover {
  background: rgba(241, 245, 249, 0.7);
}

#hydraLandingRoot .hydra-mkt-card-btn:active:not(:disabled) {
  transform: translateY(0.5px);
  transition-duration: 0.08s;
}

/* Spacing cleanup */
#hydraLandingRoot .hydra-mkt-spotlight-wrap {
  gap: 0.42rem;
  margin-bottom: 0.48rem;
}

#hydraLandingRoot .hydra-mkt-spotlight-head h2 {
  margin: 0;
  font-size: 0.84rem;
}

#hydraLandingRoot .hydra-mkt-hot-ticker {
  margin-bottom: 0.42rem;
}

#hydraLandingRoot .hydra-mkt-main-head {
  margin-bottom: 0.38rem;
}

#hydraLandingRoot .hydra-mkt-main-head h2 {
  font-size: 1.02rem;
}

#hydraLandingRoot .hydra-mkt-catalog-bar {
  margin-bottom: 0.58rem;
  padding-bottom: 0.42rem;
}

#hydraLandingRoot .hydra-mkt-hero--compact {
  margin-bottom: 0.4rem;
}

@media (max-width: 719px) {
  #hydraLandingRoot .hydra-mkt-hero-stats-line {
    font-size: 0.72rem;
  }

  #hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media {
    max-height: 112px;
  }

  #hydraLandingRoot .hydra-mkt-spotlight-rail {
    padding-bottom: 0.12rem;
    scrollbar-width: none;
  }

  #hydraLandingRoot .hydra-mkt-spotlight-rail::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 720px) and (max-width: 1023px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
  }
}

/* —— Density balance (micro pass felt too small) —— */

#hydraLandingRoot .hydra-mkt--paper .hydra-mkt-main,
#hydraLandingRoot .hydra-mkt--paper .hydra-mkt-topbar {
  max-width: 1240px;
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-layout {
    grid-template-columns: minmax(0, 1fr) 232px;
    gap: 0 0.85rem;
  }
}

#hydraLandingRoot .hydra-mkt-hero-stats-line strong {
  font-weight: 750;
}

#hydraLandingRoot .hydra-mkt-card--spotlight {
  flex: 0 0 172px;
  max-width: 172px;
}

#hydraLandingRoot .hydra-mkt-grid--catalog,
#hydraLandingRoot .hydra-mkt-grid.hydra-mkt-grid--catalog {
  gap: 0.76rem;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
}

@media (min-width: 900px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
  }
}

@media (min-width: 1200px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.82rem;
  }
}

@media (min-width: 1024px) {
  #hydraLandingRoot .hydra-mkt-store-primary .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
    gap: 0.78rem;
  }
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media,
#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  max-height: 136px;
}

#hydraLandingRoot .hydra-mkt-card--spotlight .hydra-mkt-card-media {
  height: 114px;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-body {
  padding: 0.4rem 0.48rem 0.44rem;
  gap: 0.06rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-name {
  font-size: 0.8rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-meta {
  font-size: 0.6rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-price {
  font-size: 0.9rem;
}

#hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-btn {
  min-height: 32px;
  font-size: 0.66rem;
}

#hydraLandingRoot .hydra-mkt-mini-thumb {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}

#hydraLandingRoot .hydra-mkt-mini-name {
  font-size: 0.76rem;
}

#hydraLandingRoot .hydra-mkt-widget-head h3 {
  font-size: 0.76rem;
}

#hydraLandingRoot .hydra-mkt-spotlight-head h2 {
  font-size: 0.9rem;
}

#hydraLandingRoot .hydra-mkt-main-head h2 {
  font-size: 1.08rem;
}

@media (max-width: 719px) {
  #hydraLandingRoot .hydra-mkt-card--grid .hydra-mkt-card-media {
    max-height: 124px;
  }

  #hydraLandingRoot .hydra-mkt-grid--catalog {
    gap: 0.62rem;
  }
}

@media (min-width: 720px) and (max-width: 1023px) {
  #hydraLandingRoot .hydra-mkt-grid--catalog {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.72rem;
  }
}

