:root {
  color-scheme: dark;
  --bg: #020204;
  --panel: #07070a;
  --panel-2: #0c0c11;
  --line: rgba(255, 56, 199, 0.32);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #f6f3f8;
  --muted: #9b96a4;
  --soft: #c8c2cf;
  --pink: #ff3dcb;
  --pink-2: #b52b91;
  --pill: rgba(255, 61, 203, 0.12);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
}

/* Refresh pass */

.watermark-host::after {
  content: none !important;
  display: none !important;
}

body::selection {
  background: rgba(255, 61, 203, 0.34);
}

.main-nav a,
.currency-btn,
.signup,
.login-btn,
.theme-btn,
.agent-select,
.icon-btn,
.tab,
.model-tab,
.check-btn,
.copy-link,
.buy-btn,
.load-more,
.quick-page-card,
.detail-color-btn,
.badge {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.reveal-surface,
.reveal-card {
  opacity: 0;
  transform: translateY(18px);
  animation: surfaceIn 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--card-delay, 0ms);
}

@keyframes surfaceIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-hero {
  display: grid;
  gap: 22px;
  padding: 34px 34px 28px;
  min-height: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.82fr);
  gap: 24px;
  width: min(100%, 1280px);
}

.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.quick-page-card,
.insight-strip article,
.tracker-hero,
.tracker-shell {
  border: 1px solid rgba(255, 61, 203, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 10, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(140deg, rgba(255, 61, 203, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(7, 7, 10, 0.92);
}

.hero-copy h1 {
  margin: 0;
  text-align: left;
}

.hero-text,
.preview-copy,
.quick-page-card p,
.insight-strip article p {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 61, 203, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 850;
}

.ghost-btn:hover,
.quick-page-card:hover,
.main-nav a:hover,
.agent-select:hover,
.login-btn:hover,
.theme-btn:hover,
.icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 61, 203, 0.56);
  box-shadow: 0 16px 34px rgba(255, 61, 203, 0.12);
}

.hero-stats,
.tracker-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stats article,
.tracker-meta article {
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
}

.hero-stats span,
.tracker-meta strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 950;
}

.hero-stats p,
.tracker-meta span {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-preview {
  min-width: 0;
}

.preview-card {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: 24px;
}

.preview-head,
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.preview-head strong,
.section-title-row span {
  display: block;
}

.preview-head strong {
  font-size: 22px;
}

.preview-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.preview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-links a,
.results-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 61, 203, 0.2);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 850;
}

.hero-panels {
  display: grid;
  gap: 18px;
  width: min(100%, 1280px);
}

.search-panel,
.category-panel,
.model-panel,
.price-panel {
  width: 100%;
  margin: 0;
  padding: 22px 24px;
}

.section-title-row p,
.search-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-title-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.quick-pages,
.insight-strip {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.quick-pages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-page-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.quick-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 61, 203, 0.34);
  border-radius: 16px;
  background: rgba(255, 61, 203, 0.12);
  font-size: 13px;
  font-weight: 950;
  color: #ffd3f4;
}

.quick-page-card strong {
  font-size: 22px;
}

.quick-page-card code {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
}

.insight-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-strip article {
  padding: 24px;
}

.insight-strip h2 {
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.05;
}

.results-head {
  align-items: end;
  margin-top: 34px;
}

.results-tools {
  gap: 10px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 10, 0.98);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  content-visibility: auto;
  contain-intrinsic-size: 430px 620px;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 61, 203, 0.52);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.56);
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  margin: 14px 14px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #09090c;
}

.product-media img,
.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(0);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

.media-topline {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.product-card:hover .product-media img {
  transform: scale(1.03);
}

.badge {
  position: static;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 4, 7, 0.72);
}

.badge.muted {
  color: var(--soft);
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px 16px 18px;
}

.product-eyebrow,
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-eyebrow span,
.meta span,
.quality span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  font-size: 11px;
  font-weight: 850;
}

.product-title {
  display: grid;
  gap: 8px;
}

.product-title h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.product-title .price {
  color: #ffe3f8;
  font-size: 24px;
  font-weight: 950;
}

.product-subline {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.color-strip {
  gap: 8px;
  min-height: 40px;
}

.color-strip img,
.color-strip span,
.color-strip strong {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.product-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.quality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.quality strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.check-btn,
.copy-link,
.buy-btn,
.load-more,
.tracker-form button {
  min-height: 46px;
  border-radius: 16px;
  font-weight: 900;
}

.check-btn,
.copy-link {
  border: 1px solid rgba(255, 61, 203, 0.24);
}

.check-btn:hover,
.copy-link:hover,
.buy-btn:hover,
.load-more:hover,
.tracker-form button:hover,
.ghost-btn:hover {
  transform: translateY(-1px);
}

.load-more {
  min-width: 240px;
  margin: 26px auto 0;
}

.detail-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-color-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.detail-color-btn.active {
  border-color: rgba(255, 61, 203, 0.84);
  box-shadow: 0 12px 28px rgba(255, 61, 203, 0.18);
}

.detail-color-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tracker-main {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(14px, 7vw, 150px) 48px;
}

.tracker-hero,
.tracker-shell {
  display: grid;
  gap: 18px;
  padding: 28px;
  margin-top: 28px;
}

.tracker-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
}

.tracker-hero h1 {
  margin: 6px 0 0;
  text-align: left;
}

.tracker-hero-aside {
  display: grid;
  gap: 12px;
}

.tracker-mini-card {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.tracker-mini-card span,
.tracker-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.tracker-mini-card strong {
  font-size: 26px;
  line-height: 1.05;
}

.tracker-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: end;
}

.tracker-form label {
  display: grid;
  gap: 8px;
}

.tracker-form span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tracker-form input {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 61, 203, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.tracker-status {
  margin-top: -4px;
}

.tracker-result {
  min-height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

@media (max-width: 1400px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .tracker-hero,
  .quick-pages,
  .insight-strip {
    grid-template-columns: 1fr;
  }

  .preview-tools,
  .hero-stats,
  .tracker-meta {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .catalog-hero,
  .tracker-hero,
  .tracker-shell {
    padding: 22px 16px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .tracker-form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 61, 203, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 28%, rgba(181, 43, 145, 0.18), transparent 22rem),
    linear-gradient(180deg, #050506 0%, #010102 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  padding: 14px clamp(12px, 4vw, 72px);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  max-width: 1480px;
  min-height: 86px;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 61, 203, 0.08), rgba(255, 61, 203, 0.03)),
    rgba(5, 5, 8, 0.9);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 140px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 61, 203, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #ff7fe2 0 16%, #ff3dcb 17% 32%, #421535 64%),
    #160812;
  color: white;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(255, 61, 203, 0.34);
}

.brand strong {
  font-size: 15px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  min-width: 0;
  padding: 0 8px;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}

.main-nav a.active {
  color: white;
  border: 2px solid rgba(255, 61, 203, 0.74);
  background: rgba(255, 61, 203, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 18px rgba(255, 61, 203, 0.26);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.currency-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.currency-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.currency-btn.active {
  background: var(--pink);
  color: #080108;
  box-shadow: 0 10px 26px rgba(255, 61, 203, 0.3);
}

.signup,
.login-btn,
.theme-btn,
.agent-select,
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 850;
}

.signup {
  min-width: 118px;
  border: 0;
  background: var(--pink);
  color: #070209;
}

.icon-btn {
  width: 44px;
  color: var(--soft);
  font-size: 12px;
}

.theme-btn {
  min-width: 82px;
}

.agent-select {
  gap: 10px;
  min-width: 190px;
  padding: 0 16px 0 8px;
}

.agent-select span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  color: #f21ab6;
  font-weight: 950;
}

.login-btn {
  min-width: 78px;
}

main {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(14px, 7vw, 150px) 48px;
}

.catalog-hero {
  display: grid;
  justify-items: center;
  gap: 15px;
  min-height: 520px;
  padding: 20px 34px 18px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 61, 203, 0.11), rgba(0, 0, 0, 0.68) 34%, #020204 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 61, 203, 0.18), transparent 36rem);
}

.overline {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.catalog-hero > .overline {
  color: var(--pink);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: -8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(50px, 6vw, 78px);
  line-height: 0.92;
  text-align: center;
}

.buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--pink);
  color: #080109;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(255, 61, 203, 0.2);
}

.search-panel,
.price-panel {
  width: min(100%, 1152px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(7, 7, 10, 0.9);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

.search-panel {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding: 17px clamp(18px, 4vw, 176px) 26px;
}

.search-panel p,
.category-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.search-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.search-icon {
  width: 18px;
  height: 18px;
  border: 2px solid var(--muted);
  border-radius: 50%;
  position: relative;
}

.search-icon::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--muted);
  transform: rotate(45deg);
}

.search-row input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 17px;
  font-weight: 650;
}

.search-row button,
.price-panel button {
  min-height: 38px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: #090109;
  font-weight: 950;
}

.category-panel,
.model-panel {
  width: min(100%, 1160px);
  display: grid;
  gap: 10px;
}

.tabs,
.model-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.model-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.tab,
.model-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 61, 203, 0.055);
  color: var(--soft);
  font-weight: 850;
  font-size: 13px;
}

.model-tab {
  min-height: 32px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
}

.tab[hidden],
.model-tab[hidden] {
  display: none;
}

.tab::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  transform: rotate(45deg);
  opacity: 0.9;
}

.tab.active,
.model-tab.active {
  border-color: rgba(255, 61, 203, 0.92);
  background: rgba(255, 61, 203, 0.2);
  color: white;
}

.tab span,
.model-tab span {
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 61, 203, 0.34);
  color: white;
  font-size: 12px;
}

.price-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr)) auto;
  align-items: end;
  gap: 12px;
  width: min(100%, 768px);
  padding: 16px 140px 18px;
}

.price-panel label {
  display: grid;
  gap: 8px;
}

.price-panel label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-panel input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  outline: 0;
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
}

.results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 12px;
}

.results-head h2 {
  margin: 6px 0 0;
  font-size: clamp(32px, 4vw, 52px);
}

.sheet-status {
  color: var(--soft);
  font-size: 14px;
}

.results-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.direct-toggle,
.sort-control {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  font-size: 13px;
  font-weight: 850;
}

.direct-toggle input {
  accent-color: var(--pink);
}

.sort-control > span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 950;
}

.sort-control select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-weight: 900;
}

.sort-control option {
  color: #08080b;
}

.catalog-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.catalog-stats article {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 61, 203, 0.08), transparent),
    rgba(9, 9, 12, 0.84);
}

.catalog-stats span {
  color: white;
  font-size: 28px;
  font-weight: 950;
}

.catalog-stats p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%),
    rgba(10, 10, 13, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.44);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 61, 203, 0.86);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58);
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 12px 12px 0;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #1a1a1f, #09090c);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 180ms ease;
}

.watermark-host::after {
  content: attr(data-watermark);
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(4, 4, 7, 0.62);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.product-card:hover .product-media img {
  transform: scale(1.04);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(7, 7, 10, 0.9);
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.badge.search {
  color: #ffd8f5;
  background: rgba(255, 61, 203, 0.28);
}

.badge.direct {
  color: #080108;
  background: var(--pink);
}

.product-body {
  display: grid;
  gap: 10px;
  padding: 14px 16px 16px;
}

.product-title {
  display: grid;
  gap: 8px;
}

.product-title h3 {
  min-height: 42px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.price {
  color: var(--pink);
  font-weight: 950;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.meta span,
.quality {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.quality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--soft);
  font-size: 12px;
}

.quality strong {
  color: var(--text);
}

.color-strip {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  overflow: hidden;
}

.color-strip img,
.color-strip span,
.color-strip strong {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #141419;
  color: var(--muted);
  font-size: 10px;
  object-fit: cover;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.details-btn {
  width: 100%;
}

.check-btn,
.copy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 61, 203, 0.12);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.copy-link {
  color: #080108;
  border: 0;
  background: var(--pink);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px dashed var(--line);
  border-radius: 22px;
  color: var(--muted);
  text-align: center;
}

.load-more {
  display: none;
  width: min(260px, 100%);
  min-height: 46px;
  margin: 26px auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 61, 203, 0.12);
  color: var(--text);
  font-weight: 950;
}

.load-more.visible {
  display: block;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  overflow: auto;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.detail-sheet {
  position: relative;
  z-index: 1;
  width: min(1550px, calc(100% - 32px));
  margin: 38px auto;
  padding: 26px;
}

.modal-close,
.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 900;
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  font-size: 24px;
}

.back-link {
  padding: 0 18px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.35fr);
  gap: 30px;
  margin-top: 20px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 61, 203, 0.17), transparent 26rem),
    rgba(10, 3, 9, 0.92);
}

.detail-media {
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #050507;
}

.detail-media img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  padding: 28px;
}

.detail-info {
  display: grid;
  align-content: center;
  gap: 20px;
}

.detail-agent {
  margin: 0;
  color: var(--muted);
  text-align: right;
  font-size: 12px;
  font-weight: 950;
}

.detail-agent strong {
  display: block;
  color: var(--text);
}

.detail-pill,
.detail-tags span {
  justify-self: start;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-info h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-price {
  display: grid;
  gap: 8px;
  width: min(330px, 100%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.detail-price span,
.detail-section-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-price strong {
  font-size: 28px;
}

.detail-actions {
  display: grid;
  grid-template-columns: minmax(180px, 330px) minmax(160px, 330px);
  gap: 12px;
}

.detail-left,
.size-box,
.size-group,
.detail-stats {
  display: grid;
}

.detail-left,
.size-box {
  gap: 14px;
}

.size-box {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.size-group {
  gap: 10px;
}

.size-group strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.size-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
}

.detail-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.detail-stats div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.detail-stats span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-stats strong {
  font-size: 15px;
}

.detail-colors,
.qc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-colors img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.03);
}

.detail-qc {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 8, 11, 0.92);
}

.detail-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.detail-section-head h3 {
  margin: 0;
  font-size: 22px;
}

.qc-grid a {
  width: 120px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #050507;
}

.qc-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page-main {
  min-height: calc(100vh - 118px);
}

.detail-qc.locked p,
.detail-loading {
  color: var(--muted);
  font-weight: 750;
}

@media (max-width: 1400px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nav-shell {
    grid-template-columns: auto 1fr;
  }

  .nav-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 1100px) {
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header,
  main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nav-shell,
  .price-panel {
    grid-template-columns: 1fr;
  }

  .main-nav,
  .nav-actions {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .catalog-hero {
    min-height: 0;
    padding: 28px 14px;
  }

  .price-panel {
    padding: 18px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-head {
    align-items: stretch;
    flex-direction: column;
  }

  .results-tools {
    justify-content: flex-start;
  }

  .catalog-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav-shell {
    border-radius: 20px;
  }

  .brand {
    min-width: 0;
  }

  .nav-actions {
    display: none;
  }

  .main-nav {
    width: 100%;
  }

  h1 {
    font-size: 46px;
  }

  .search-row {
    grid-template-columns: auto 1fr;
  }

  .search-row button {
    grid-column: 1 / -1;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .detail-sheet {
    width: min(100% - 16px, 1550px);
    padding: 8px;
  }

  .detail-hero {
    padding: 16px;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .detail-stats {
    grid-template-columns: 1fr;
  }
}
