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

/* Category rail rebuild: cleaner mobile panel, stronger product photos */
.sewirepp-home .sew-category-rail {
  width: min(100%, 1160px) !important;
  margin: 6px auto 30px !important;
  padding: 0 10px !important;
}

.sewirepp-home .sew-category-slider,
.sewirepp-home .sew-category-track {
  padding: 10px 4px 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #080808 !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.sewirepp-home .sew-category-slider .swiper-wrapper,
.sewirepp-home .sew-category-track .swiper-wrapper {
  align-items: stretch !important;
}

.sewirepp-home .sew-category-slider .swiper-slide {
  width: 134px !important;
}

.sewirepp-home .sew-category-tile {
  grid-template-rows: 92px auto !important;
  gap: 9px !important;
  min-height: 148px !important;
  padding: 8px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 229, 255, 0.12), transparent 42%),
    #101010 !important;
  color: #f7f7f7 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.sewirepp-home .sew-category-tile::before {
  inset: 0 !important;
  height: auto !important;
  border-radius: inherit !important;
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.18), transparent 34%),
    linear-gradient(315deg, rgba(255, 46, 247, 0.14), transparent 38%) !important;
  opacity: 0 !important;
}

.sewirepp-home .sew-category-tile.active,
.sewirepp-home .sew-category-tile:hover {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 229, 255, 0.18), transparent 46%),
    #151515 !important;
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.26), 0 18px 38px rgba(0, 0, 0, 0.42) !important;
  transform: translateY(-2px) !important;
}

.sewirepp-home .sew-category-tile.active::before,
.sewirepp-home .sew-category-tile:hover::before {
  opacity: 1 !important;
}

.sewirepp-home .sew-category-art {
  width: 100% !important;
  height: 92px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    #050505 !important;
  overflow: hidden !important;
  box-shadow: inset 0 -22px 30px rgba(0, 0, 0, 0.3) !important;
}

.sewirepp-home .sew-category-art img {
  width: 100% !important;
  height: 100% !important;
  padding: 6px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.62)) saturate(1.08) contrast(1.05) !important;
}

.sewirepp-home .sew-category-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-width: 0;
  text-align: left;
}

.sewirepp-home .sew-category-copy strong,
.sewirepp-home .sew-category-tile strong {
  display: block !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.sewirepp-home .sew-category-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sewirepp-home .sew-category-progress.swiper-scrollbar {
  left: 50% !important;
  bottom: 8px !important;
  width: min(180px, 42vw) !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.sewirepp-home .sew-category-progress .swiper-scrollbar-drag {
  background: linear-gradient(90deg, #00e5ff, #ff2ef7) !important;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.24) !important;
}

@media (max-width: 700px) {
  .sewirepp-home .sew-category-rail {
    width: calc(100% + 18px) !important;
    margin: 2px -9px 24px !important;
    padding-inline: 8px !important;
  }

  .sewirepp-home .sew-category-slider,
  .sewirepp-home .sew-category-track {
    padding: 8px 6px 19px !important;
    border-radius: 20px !important;
  }

  .sewirepp-home .sew-category-slider .swiper-slide {
    width: 112px !important;
  }

  .sewirepp-home .sew-category-tile {
    grid-template-rows: 78px auto !important;
    min-height: 128px !important;
    padding: 7px !important;
    border-radius: 15px !important;
  }

  .sewirepp-home .sew-category-art {
    width: 100% !important;
    height: 78px !important;
    border-radius: 13px !important;
  }

  .sewirepp-home .sew-category-art img {
    padding: 5px !important;
  }

  .sewirepp-home .sew-category-copy strong,
  .sewirepp-home .sew-category-tile strong {
    font-size: 12px !important;
  }

  .sewirepp-home .sew-category-copy small {
    font-size: 9px;
  }
}

/* Sewirepp final pass 2026-05-12: sharper identity, usable tools, less visual noise. */
.sewirepp-home {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.075), transparent 23%),
    radial-gradient(circle at 80% 20%, rgba(0, 229, 255, 0.1), transparent 22%),
    radial-gradient(circle at 55% 75%, rgba(255, 46, 247, 0.075), transparent 25%),
    linear-gradient(180deg, #020202 0%, #070707 48%, #000 100%) !important;
}

.sewirepp-home::before {
  opacity: 0.34 !important;
}

.sewirepp-home .xz-header {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(5, 5, 5, 0.78) !important;
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(20px);
}

.sewirepp-home .xz-nav-actions {
  gap: 8px;
}

.sewirepp-home .xz-agent-select {
  min-width: 164px;
  height: 46px;
  border-radius: 999px;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(0, 229, 255, 0.34), rgba(255, 46, 247, 0.3)) border-box;
  border: 1px solid transparent;
}

.sewirepp-home .xz-agent-select .agent-select-logo {
  width: 30px;
  height: 30px;
}

.sewirepp-home .xz-agent-select .agent-select-copy strong {
  font-size: 12px;
}

.sewirepp-home .xz-agent-select .agent-select-copy small {
  font-size: 10px;
}

.sewirepp-home .xz-partner-pill {
  border-color: rgba(255, 255, 255, 0.13) !important;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(5, 5, 5, 0.72) !important;
}

.sewirepp-home .xz-partner-pill .partner-logo {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.sewirepp-home .xz-partner-pill .partner-logo img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.sewirepp-home .sew-hero h1 {
  font-size: clamp(64px, 8vw, 128px) !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.sewirepp-home .sew-hero h2 {
  font-size: clamp(28px, 2.6vw, 48px) !important;
  text-wrap: balance;
}

.sewirepp-home .sew-hype-strip {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.sewirepp-home .xz-btn,
.sewirepp-home .copy-link,
.sewirepp-home .check-btn,
.sewirepp-home .xz-tool-link {
  position: relative;
  overflow: hidden;
}

.sewirepp-home .xz-btn::after,
.sewirepp-home .copy-link::after,
.sewirepp-home .xz-tool-link::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transition: transform 520ms ease;
}

.sewirepp-home .xz-btn:hover::after,
.sewirepp-home .copy-link:hover::after,
.sewirepp-home .xz-tool-link:hover::after {
  transform: translateX(120%);
}

.sewirepp-home .xz-tool-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(90deg, #00e5ff, #ff2ef7) border-box;
  border-color: transparent;
}

.sewirepp-home .xz-search-panel {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 44px rgba(0, 229, 255, 0.12),
    0 20px 80px rgba(0, 0, 0, 0.45) !important;
}

.sewirepp-home .xz-product-grid .product-card {
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    #090909 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.sewirepp-home .xz-product-grid .product-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    #101010 !important;
}

.sewirepp-home .xz-product-grid .product-title h3 {
  letter-spacing: 0 !important;
}

.sewirepp-home .xz-product-grid .price {
  color: #fff !important;
  text-shadow: 0 0 24px rgba(0, 229, 255, 0.18);
}

.sewirepp-home .xz-product-grid .copy-link {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #00e5ff, #ff2ef7) border-box !important;
  color: #020202 !important;
  border: 1px solid transparent !important;
}

/* Final visual tightening after restart */
.sewirepp-home .sew-category-art img[src^="data:image/svg"] {
  width: 72px !important;
  height: 72px !important;
  border-radius: 999px;
  object-fit: cover !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 22px rgba(0, 229, 255, 0.16),
    0 0 18px rgba(255, 46, 247, 0.1);
}

.sewirepp-home .sew-category-tile {
  backdrop-filter: blur(10px);
}

.sewirepp-home .xz-product-grid .product-card {
  isolation: isolate;
}

.sewirepp-home .xz-product-grid .product-media img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.sewirepp-home .xz-product-grid .product-title h3 {
  min-height: 2.25em;
}

.sewirepp-home .xz-product-grid .card-actions {
  grid-template-columns: 1fr !important;
}

.sewirepp-home .xz-product-grid .details-btn {
  order: 2;
}

.sewirepp-home .xz-product-grid .copy-link {
  order: 1;
}

@media (max-width: 760px) {
  .sewirepp-home .sew-category-art img[src^="data:image/svg"] {
    width: 58px !important;
    height: 58px !important;
  }

  .sewirepp-home .xz-spreadsheet {
    margin-bottom: 10px !important;
  }

  .sewirepp-home .xz-product-grid {
    order: 4 !important;
    margin-top: 8px !important;
  }

  .sewirepp-home .xz-finds-head {
    display: none !important;
  }

  .product-page .nav-actions,
  .tracker-page .nav-actions {
    display: none !important;
  }

  .product-page .nav-shell,
  .tracker-page .nav-shell {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  .product-page .brand,
  .tracker-page .brand {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  .product-page .main-nav a[href="/converter"],
  .product-page .main-nav a[href="/#calculator"],
  .product-page .main-nav a[href="/admin"],
  .tracker-page .main-nav a[href="/converter"],
  .tracker-page .main-nav a[href="/#calculator"],
  .tracker-page .main-nav a[href="/admin"] {
    display: none !important;
  }

  .product-page .main-nav,
  .tracker-page .main-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 4px !important;
    padding: 4px !important;
    overflow: hidden !important;
  }

  .product-page .main-nav a,
  .tracker-page .main-nav a {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 4px !important;
    overflow: hidden !important;
    font-size: 0 !important;
    white-space: nowrap !important;
  }

  .product-page .main-nav a::after,
  .tracker-page .main-nav a::after {
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .product-page .main-nav a[href="/"]::after,
  .tracker-page .main-nav a[href="/"]::after {
    content: "Home";
  }

  .product-page .main-nav a[href="/tracker"]::after,
  .tracker-page .main-nav a[href="/tracker"]::after {
    content: "Track";
  }

  .product-page .main-nav a[href="/#spreadsheet"]::after,
  .tracker-page .main-nav a[href="/#spreadsheet"]::after {
    content: "Finder";
  }
}

/* Last pass: category rail must beat older mobile rules. */
.sewirepp-home .sew-category-slider .swiper-slide {
  width: 134px !important;
}

.sewirepp-home .sew-category-art {
  width: 100% !important;
  height: 92px !important;
  border-radius: 16px !important;
}

@media (max-width: 700px) {
  .sewirepp-home .sew-category-slider .swiper-slide {
    width: 122px !important;
  }

  .sewirepp-home .sew-category-tile {
    grid-template-rows: 86px auto !important;
    min-height: 138px !important;
    padding: 7px !important;
  }

  .sewirepp-home .sew-category-art {
    width: 100% !important;
    height: 86px !important;
    border-radius: 14px !important;
  }

  .sewirepp-home .sew-category-copy strong,
  .sewirepp-home .sew-category-tile strong {
    font-size: 12px !important;
  }
}

/* Final category rail override */
.sewirepp-home .sew-category-rail {
  width: min(100%, 1160px) !important;
  margin: 6px auto 30px !important;
  padding: 0 10px !important;
}

.sewirepp-home .sew-category-slider,
.sewirepp-home .sew-category-track {
  padding: 10px 4px 22px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)), #080808 !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.sewirepp-home .sew-category-slider .swiper-slide {
  width: 134px !important;
}

.sewirepp-home .sew-category-tile {
  grid-template-rows: 92px auto !important;
  gap: 9px !important;
  min-height: 148px !important;
  padding: 8px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  background: radial-gradient(circle at 50% 0%, rgba(0, 229, 255, 0.12), transparent 42%), #101010 !important;
  color: #f7f7f7 !important;
}

.sewirepp-home .sew-category-tile.active,
.sewirepp-home .sew-category-tile:hover {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: radial-gradient(circle at 50% 0%, rgba(0, 229, 255, 0.18), transparent 46%), #151515 !important;
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.26), 0 18px 38px rgba(0, 0, 0, 0.42) !important;
}

.sewirepp-home .sew-category-art {
  width: 100% !important;
  height: 92px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)), #050505 !important;
  overflow: hidden !important;
}

.sewirepp-home .sew-category-art img {
  width: 100% !important;
  height: 100% !important;
  padding: 6px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.62)) saturate(1.08) contrast(1.05) !important;
}

.sewirepp-home .sew-category-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-width: 0;
  text-align: left;
}

.sewirepp-home .sew-category-copy strong,
.sewirepp-home .sew-category-tile strong {
  display: block !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.sewirepp-home .sew-category-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sewirepp-home .sew-category-progress.swiper-scrollbar {
  left: 50% !important;
  bottom: 8px !important;
  width: min(180px, 42vw) !important;
  height: 3px !important;
  transform: translateX(-50%) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.sewirepp-home .sew-category-progress .swiper-scrollbar-drag {
  background: linear-gradient(90deg, #00e5ff, #ff2ef7) !important;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.24) !important;
}

@media (max-width: 700px) {
  .sewirepp-home .sew-category-rail {
    width: calc(100% + 18px) !important;
    margin: 2px -9px 24px !important;
    padding-inline: 8px !important;
  }

  .sewirepp-home .sew-category-slider,
  .sewirepp-home .sew-category-track {
    padding: 8px 6px 19px !important;
    border-radius: 20px !important;
  }

  .sewirepp-home .sew-category-slider .swiper-slide {
    width: 112px !important;
  }

  .sewirepp-home .sew-category-tile {
    grid-template-rows: 78px auto !important;
    min-height: 128px !important;
    padding: 7px !important;
    border-radius: 15px !important;
  }

  .sewirepp-home .sew-category-art {
    width: 100% !important;
    height: 78px !important;
    border-radius: 13px !important;
  }

  .sewirepp-home .sew-category-art img {
    padding: 5px !important;
  }

  .sewirepp-home .sew-category-copy strong,
  .sewirepp-home .sew-category-tile strong {
    font-size: 12px !important;
  }

  .sewirepp-home .sew-category-copy small {
    font-size: 9px;
  }
}

.converter-page {
  background:
    radial-gradient(circle at 20% 8%, rgba(0, 229, 255, 0.12), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(255, 46, 247, 0.1), transparent 26%),
    #030303 !important;
}

.converter-page .converter-hero h1 {
  background: linear-gradient(90deg, #fff, #c7fbff, #ff8cff, #fff);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: sewHeadlineFlow 8.5s linear infinite;
}

@media (max-width: 760px) {
  .sewirepp-home .xz-nav-actions {
    display: none !important;
  }

  .sewirepp-home .xz-main-nav a[href="/converter"],
  .sewirepp-home .xz-main-nav a[href="#calculator"] {
    display: none !important;
  }

  .sewirepp-home .xz-main-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sewirepp-home .sew-hero h1 {
    font-size: clamp(48px, 15vw, 68px) !important;
  }

  .sewirepp-home .xz-partner-pill {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px !important;
    padding: 10px !important;
  }

  .sewirepp-home .xz-partner-pill a,
  .sewirepp-home .xz-partner-pill button {
    display: none !important;
  }
}

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

.main-nav a,
.currency-btn,
.language-btn,
.signup,
.register-link,
.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,
.favorite-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);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 4px;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.nav-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 8px;
}

.nav-actions > * {
  flex-shrink: 0;
}

.language-btn {
  min-width: 38px;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.language-btn.active {
  background: rgba(255, 61, 203, 0.92);
  color: #050206;
  box-shadow: 0 10px 24px rgba(255, 61, 203, 0.22);
}

.register-link {
  padding: 0 18px;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff3dcb, #ff7ae0);
  color: #09050a !important;
  border-color: rgba(255, 61, 203, 0.7) !important;
  box-shadow: 0 18px 38px rgba(255, 61, 203, 0.22);
}

.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;
  gap: 12px;
}

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

.tracker-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.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;
}

.panel-toggle {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.collapsible-panel > .panel-toggle {
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.collapsible-panel > .panel-toggle:hover {
  transform: none !important;
  box-shadow: none !important;
}

.section-copy {
  display: grid;
  gap: 4px;
}

.section-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.panel-chevron {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(255, 255, 255, 0.76);
  border-bottom: 2px solid rgba(255, 255, 255, 0.76);
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.collapsible-panel.is-open .panel-chevron {
  transform: rotate(225deg);
}

.panel-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.collapsible-panel.is-open .panel-collapse {
  grid-template-rows: 1fr;
}

.panel-collapse-inner {
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 220ms ease;
}

.collapsible-panel.is-open .panel-collapse-inner {
  padding-top: 18px;
}

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

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

.preview-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.filter-segmented {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px;
  border: 1px solid rgba(255, 61, 203, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.segment-btn {
  min-width: 88px;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--soft);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.segment-btn.active {
  background: #f4f0f3;
  color: #08070a;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.08);
}

.audience-segmented {
  max-width: 100%;
}

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

.preview-links a,
.results-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  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;
}

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

.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(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 20px;
  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;
  will-change: transform;
}

.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: flex-end;
  gap: 8px;
}

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

.product-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-card:hover .product-media::before {
  opacity: 1;
}

.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;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  gap: 12px;
  padding: 16px 16px 18px;
}

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

.product-eyebrow-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}

.favorite-btn {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 61, 203, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.favorite-btn:hover,
.favorite-btn.active {
  border-color: rgba(255, 61, 203, 0.82);
  background: rgba(255, 61, 203, 0.18);
  color: #ff8be3;
  transform: translateY(-1px) scale(1.03);
}

.favorite-filter {
  cursor: pointer;
}

.favorite-filter.active {
  border-color: rgba(255, 61, 203, 0.8);
  background: rgba(255, 61, 203, 0.16);
  color: #ffe3f8;
}

.favorite-filter strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(255, 61, 203, 0.22);
  color: #ffe3f8;
  font-size: 11px;
}

.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;
  min-height: 48px;
  font-size: 20px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.product-subline {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.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;
  text-align: right;
}

.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 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-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tracker-result {
  min-height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 61, 203, 0.08), transparent 28%),
    rgba(0, 0, 0, 0.22);
  position: relative;
}

.tracker-widget-placeholder {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 640px;
  padding: 24px;
  text-align: center;
  color: var(--muted);
}

.tracker-widget-placeholder strong {
  color: var(--text);
  font-size: 22px;
}

.tracker-summary-shell {
  align-content: start;
  place-items: stretch;
  padding: 26px;
  text-align: left;
}

.tracker-summary-grid {
  display: grid;
  gap: 16px;
}

.tracker-summary-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.tracker-summary-card strong {
  font-size: 18px;
}

.tracker-summary-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.6;
}

.tracker-flow-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tracker-flow-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.tracker-flow-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 61, 203, 0.24);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 900;
}

.tracker-flow-list li p {
  padding-top: 6px;
}

.tracker-flow-list li.active span {
  border-color: rgba(255, 61, 203, 0.7);
  background: rgba(255, 61, 203, 0.18);
  color: #ffe3f8;
}

.tracker-flow-list li.active p {
  color: var(--text);
}

.tracker-embed-btn {
  margin: 0 26px 26px;
}

#trackerFrame {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
  background: transparent;
}

#trackerFrame[hidden] {
  display: none !important;
}

.sellers-main {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 18px 70px;
}

.sellers-hero {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100%, 760px);
  margin: 0 auto 42px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.seller-hero-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--text);
  font-size: 22px;
}

.sellers-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
  text-align: center;
}

.sellers-hero p:not(.overline) {
  max-width: 680px;
  margin: 0;
  color: var(--soft);
  line-height: 1.65;
}

.seller-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.seller-card {
  display: grid;
  gap: 18px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 61, 203, 0.06), rgba(255, 255, 255, 0.015) 42%),
    rgba(7, 7, 10, 0.96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.seller-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 61, 203, 0.42);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.46);
}

.seller-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.seller-logo {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #fff;
  color: #050507;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.seller-card h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1;
}

.seller-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 171, 0, 0.14);
  color: #ffba2f;
  font-size: 11px;
  font-weight: 900;
}

.seller-card p {
  margin: 0;
  min-height: 54px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
}

.seller-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: auto;
  border-radius: 12px;
  background: #fff;
  color: #07070a;
  font-weight: 950;
}

.seller-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255, 255, 255, 0.12);
}

@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,
  .seller-grid {
    grid-template-columns: 1fr;
  }

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

  .price-fields {
    grid-template-columns: 1fr;
  }

  .tracker-summary-shell {
    min-height: 0;
  }

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

@media (max-width: 1180px) and (min-width: 981px) {
  .seller-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .nav-shell {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .brand {
    justify-content: center;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 6px;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .nav-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    overflow: visible;
    justify-content: stretch;
  }

  .nav-actions > * {
    min-width: 0;
  }

  .signup,
  .agent-select,
  .login-btn,
  .language-switcher,
  .currency-switcher {
    width: 100%;
    justify-content: center;
  }

  .catalog-hero,
  .tracker-hero,
  .tracker-shell {
    padding: 22px 16px;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    border-radius: 20px;
  }

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

  .hero-stats article {
    min-height: 94px;
    padding: 14px;
  }

  .hero-stats span {
    font-size: clamp(24px, 5vw, 30px);
  }

  .preview-tools {
    grid-template-columns: 1fr;
  }

  .sort-control {
    width: 100%;
    justify-content: space-between;
  }

  .results-head {
    align-items: stretch;
    gap: 14px;
  }

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

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

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

  .product-card {
    border-radius: 18px;
  }

  .product-media {
    margin: 10px 10px 0;
    border-radius: 16px;
  }

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

  .product-title h3 {
    min-height: 42px;
    font-size: 16px;
  }

  .product-title .price {
    font-size: 21px;
  }

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

  .sellers-main {
    padding-top: 42px;
  }
}

@media (max-width: 720px) {
  .catalog-hero {
    padding: 18px 12px 22px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
    overflow: visible;
  }

  .main-nav a {
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
  }

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

  .hero-copy {
    gap: 16px;
    padding: 22px 18px;
  }

  .hero-text,
  .preview-copy {
    font-size: 14px;
  }

  .hero-stats article {
    min-height: 88px;
  }

  .results-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .results-pill,
  .favorite-filter {
    justify-content: center;
  }

  .product-title h3 {
    font-size: 15px;
    line-height: 1.25;
  }

  .product-eyebrow-line {
    align-items: center;
  }

  .color-strip img,
  .color-strip span,
  .color-strip strong {
    width: 30px;
    height: 30px;
  }
}

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

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

  .main-nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .filter-segmented,
  .audience-segmented,
  .preview-links,
  .results-tools {
    width: 100%;
  }

  .audience-segmented .segment-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .preview-links,
  .results-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .search-row {
    grid-template-columns: auto 1fr;
    padding: 10px 12px;
    border-radius: 20px;
  }

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

  .search-row input {
    font-size: 15px;
  }

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

  .product-body {
    padding: 14px 12px 16px;
  }

  .price-fields {
    grid-template-columns: 1fr;
  }
}

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

  .reveal-surface,
  .reveal-card {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Sewirepp interface */
.sewirepp-home {
  --xz-bg: #02040a;
  --xz-panel: rgba(10, 12, 20, 0.78);
  --xz-panel-strong: rgba(14, 17, 28, 0.94);
  --xz-line: rgba(128, 158, 255, 0.2);
  --xz-line-bright: rgba(62, 116, 255, 0.72);
  --xz-blue: #2f6cff;
  --xz-cyan: #28d9ff;
  --xz-violet: #6964ff;
  --xz-green: #18d692;
  --xz-amber: #f4b83f;
  --xz-text: #f8fbff;
  --xz-soft: #a8b3c8;
  --xz-muted: #68748d;
  --xz-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 8%, rgba(25, 72, 139, 0.22), transparent 32%),
    radial-gradient(circle at 70% 42%, rgba(71, 44, 140, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(9, 28, 57, 0.82), transparent 19%, transparent 78%, rgba(11, 14, 31, 0.7)),
    #030407;
  color: var(--xz-text);
}

.sewirepp-home *,
.sewirepp-home *::before,
.sewirepp-home *::after {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

.sewirepp-home::before,
.sewirepp-home::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.sewirepp-home::before {
  background-image:
    radial-gradient(circle, rgba(69, 117, 255, 0.76) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(126, 86, 255, 0.7) 0 1px, transparent 1.7px),
    linear-gradient(rgba(74, 123, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 123, 255, 0.045) 1px, transparent 1px);
  background-size: 178px 178px, 257px 257px, 64px 64px, 64px 64px;
  background-position: 9px 12px, 62px 96px, 0 0, 0 0;
  opacity: 0.64;
}

.sewirepp-home::after {
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 0, rgba(3, 4, 7, 0.3) 62%, rgba(3, 4, 7, 0.92) 100%),
    radial-gradient(ellipse at center, transparent 0 28%, rgba(0, 0, 0, 0.5) 70%);
}

.xz-main {
  width: min(100%, 1640px);
  margin: 0 auto;
  padding: 0 30px 90px;
}

.xz-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(100% - 36px, 1154px);
  margin: 14px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.xz-nav-shell {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 66px;
  padding: 8px 20px 8px 24px;
  border: 1px solid rgba(132, 151, 195, 0.16);
  border-radius: 999px;
  background: rgba(10, 12, 19, 0.82);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.xz-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--xz-text);
  text-decoration: none;
}

.xz-brand strong {
  display: none;
}

.xz-brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 38px;
  color: transparent;
  font-size: 0;
}

.xz-brand-mark::before,
.xz-brand-mark::after {
  content: "";
  position: absolute;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.14);
  transform-origin: left center;
}

.xz-brand-mark::before {
  width: 46px;
  transform: rotate(-34deg);
}

.xz-brand-mark::after {
  width: 38px;
  transform: translateX(7px) rotate(28deg);
}

.xz-main-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  overflow: auto hidden;
}

.xz-main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #8d98ad;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.xz-main-nav a:hover,
.xz-main-nav a.active {
  color: #f6f9ff;
  background: linear-gradient(180deg, #2f68e6, #214ca7);
  box-shadow: 0 0 0 4px rgba(47, 108, 255, 0.13), 0 16px 34px rgba(47, 108, 255, 0.3);
}

.xz-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.xz-icon-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #99a6bb;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.xz-icon-btn strong {
  position: absolute;
  right: -5px;
  top: -5px;
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--xz-blue);
  color: #fff;
  font-size: 10px;
}

.xz-icon-btn:hover,
.xz-icon-btn.active {
  transform: translateY(-1px);
  border-color: rgba(67, 117, 255, 0.52);
  color: #fff;
  box-shadow: 0 14px 30px rgba(47, 108, 255, 0.18);
}

.xz-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 850px;
  padding: 44px 0 96px;
  text-align: center;
}

.xz-partner-pill {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  width: min(100%, 506px);
  min-height: 58px;
  margin-top: 18px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(168, 146, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 13, 24, 0.78);
  box-shadow: 0 22px 56px rgba(79, 77, 255, 0.14), var(--xz-shadow);
  backdrop-filter: blur(14px);
}

.partner-logo {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #fff;
  color: #f05f36;
  font-size: 10px;
  font-weight: 950;
}

.xz-partner-pill div {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.xz-partner-pill strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
}

.xz-partner-pill b {
  padding: 2px 6px;
  border-radius: 4px;
  background: #5961ff;
  color: #fff;
  font-size: 10px;
}

.xz-partner-pill span,
.xz-partner-pill button {
  color: var(--xz-soft);
  font-size: 12px;
}

.xz-partner-pill a {
  color: #70aaff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.xz-partner-pill button {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.xz-hero-center {
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(100%, 1000px);
  margin-top: 88px;
}

.xz-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0;
  padding: 0 17px;
  border: 1px solid rgba(66, 133, 244, 0.34);
  border-radius: 999px;
  background: rgba(16, 42, 87, 0.36);
  color: #9bc7ff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.xz-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 112px;
  line-height: 0.9;
  font-weight: 1000;
}

.xz-hero h1 span,
.xz-finds-head h2 span,
.xz-discord h2 span {
  color: var(--xz-blue);
  text-shadow: 0 0 44px rgba(47, 108, 255, 0.74);
}

.xz-hero h2 {
  margin: 0;
  color: #aeb7c9;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.xz-hero p:not(.xz-kicker) {
  max-width: 540px;
  margin: 0;
  color: #7f8aa1;
  font-size: 17px;
  line-height: 1.48;
}

.xz-hero-actions,
.xz-trust-row,
.xz-slider-actions,
.xz-agent-pills,
.xz-popular-tags,
.xz-compact-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.xz-btn,
.xz-slider-actions a,
.xz-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.xz-btn-blue,
.xz-slider-actions a,
.xz-load-more.visible {
  background: linear-gradient(180deg, #3174ff, #214fd1);
  border-color: rgba(73, 128, 255, 0.72);
  box-shadow: 0 18px 46px rgba(47, 108, 255, 0.36);
}

.xz-btn-dark {
  background: rgba(255, 255, 255, 0.1);
}

.xz-btn-violet {
  background: linear-gradient(180deg, #6569ff, #5153ce);
  border-color: rgba(133, 136, 255, 0.48);
}

.xz-btn:hover,
.xz-slider-actions a:hover,
.xz-load-more:hover {
  transform: translateY(-2px);
}

.xz-trust-row {
  margin-top: 22px;
}

.xz-avatar-stack {
  display: inline-flex;
}

.xz-avatar-stack span,
.xz-discord-users span,
.xz-discord-users strong {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-left: -8px;
  border: 2px solid #070911;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(47, 108, 255, 0.86), rgba(24, 214, 146, 0.78)),
    #111827;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.xz-avatar-stack span:first-child,
.xz-discord-users span:first-child {
  margin-left: 0;
}

.xz-trust-row strong {
  display: block;
  color: #ffcb35;
  font-size: 14px;
}

.xz-trust-row span {
  color: #77839a;
  font-size: 12px;
}

.xz-trust-row small {
  min-height: 28px;
  padding: 7px 13px;
  border: 1px solid rgba(24, 214, 146, 0.32);
  border-radius: 999px;
  background: rgba(24, 214, 146, 0.09);
  color: var(--xz-green);
  font-size: 11px;
  font-weight: 950;
}

.xz-scroll {
  position: absolute;
  bottom: 28px;
  color: #344052;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.xz-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  margin: 10px auto 0;
  background: linear-gradient(transparent, rgba(128, 158, 255, 0.38), transparent);
}

.xz-finds-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin: 0 auto 88px;
  width: min(100%, 1540px);
}

.xz-finds-head .xz-kicker {
  margin-bottom: 16px;
}

.xz-finds-head h2 {
  margin: 0;
  color: #fff;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 1000;
}

.xz-finds-head p:not(.xz-kicker) {
  margin: 18px 0 0;
  color: #9ba6ba;
  font-size: 17px;
}

.xz-slider-actions button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.xz-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 1540px);
  margin: 0 auto 92px;
}

.xz-product-grid .product-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(74, 113, 206, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    rgba(7, 8, 12, 0.8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.xz-product-grid .product-card:first-child {
  border-color: rgba(47, 108, 255, 0.76);
  box-shadow: 0 0 0 1px rgba(47, 108, 255, 0.26), 0 26px 76px rgba(47, 108, 255, 0.18);
}

.xz-product-grid .product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(47, 108, 255, 0.58);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.62), 0 0 52px rgba(47, 108, 255, 0.16);
}

.xz-product-grid .product-media {
  margin: 0;
  border: 0;
  border-radius: 0;
  aspect-ratio: 1.24 / 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(32, 46, 85, 0.4), transparent 60%),
    #0c0d11;
}

.xz-product-grid .product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(7, 8, 12, 0.96));
}

.xz-product-grid .product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
  filter: drop-shadow(0 34px 36px rgba(0, 0, 0, 0.58));
}

.xz-product-grid .media-topline {
  top: 16px;
  left: 16px;
  right: auto;
  z-index: 2;
}

.xz-product-grid .badge {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  color: #c7d3e8;
  font-size: 11px;
  font-weight: 950;
}

.xz-product-grid .product-card:first-child .badge {
  background: rgba(244, 184, 63, 0.95);
  color: #fff;
  box-shadow: 0 12px 30px rgba(244, 184, 63, 0.34);
}

.xz-product-grid .product-body {
  gap: 10px;
  padding: 20px 24px 24px;
}

.xz-product-grid .product-eyebrow-line {
  align-items: center;
}

.xz-product-grid .product-eyebrow span {
  min-height: 24px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  color: #b8c7e1;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.xz-product-grid .favorite-btn {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
}

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

.xz-product-grid .product-title h3 {
  min-height: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.16;
  font-weight: 950;
}

.xz-product-grid .product-title .price {
  color: var(--xz-blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 1000;
}

.xz-product-grid .product-subline,
.xz-product-grid .meta,
.xz-product-grid .color-strip,
.xz-product-grid .quality {
  display: none;
}

.xz-product-grid .product-footer {
  display: block;
  margin-top: 8px;
}

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

.xz-product-grid .check-btn,
.xz-product-grid .copy-link {
  min-height: 46px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 950;
}

.xz-product-grid .copy-link {
  order: -1;
  background: linear-gradient(180deg, #2e63e6, #21439f);
  border-color: rgba(52, 99, 216, 0.8);
  color: #fff;
}

.xz-product-grid .check-btn {
  background: rgba(255, 255, 255, 0.04);
  color: #9aa7bd;
}

.xz-load-more {
  display: none;
  width: fit-content;
  margin: -38px auto 80px;
}

.xz-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 1280px);
  margin: 0 auto 170px;
}

.xz-tool-card,
.xz-discord,
.xz-filter-shelf > section,
.xz-hidden-controls {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(37, 83, 156, 0.16), transparent 38%),
    var(--xz-panel);
  box-shadow: var(--xz-shadow);
  backdrop-filter: blur(16px);
}

.xz-tool-card {
  position: relative;
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 238px;
  padding: 28px;
}

.xz-tool-card h3,
.xz-discord h2,
.xz-spreadsheet h2 {
  margin: 0;
  color: #fff;
  font-weight: 1000;
}

.xz-tool-card h3 {
  font-size: 24px;
}

.xz-tool-card p,
.xz-discord p,
.xz-spreadsheet p {
  margin: 0;
  color: #8792aa;
  font-size: 15px;
  line-height: 1.48;
}

.xz-tool-card small {
  position: absolute;
  right: 28px;
  top: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(72, 140, 255, 0.32);
  border-radius: 999px;
  color: #8dbaff;
  font-size: 10px;
  font-weight: 950;
}

.xz-tool-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(58, 128, 255, 0.34);
  border-radius: 14px;
  background: rgba(47, 108, 255, 0.18);
  color: #87bdff;
  font-size: 11px;
  font-weight: 950;
}

.xz-tool-icon.violet {
  border-color: rgba(128, 103, 255, 0.44);
  background: rgba(118, 93, 255, 0.18);
  color: #c3b8ff;
}

.xz-tool-icon.green {
  border-color: rgba(24, 214, 146, 0.4);
  background: rgba(24, 214, 146, 0.12);
  color: #6ef0c0;
}

.xz-progress {
  width: 100%;
  height: 9px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.xz-progress span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8ab8ff, #6b6dff);
}

.xz-converter-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.24);
}

.xz-converter-field span {
  color: #b7a8ff;
  font-size: 12px;
  font-weight: 950;
}

.xz-converter-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.xz-converter-field button,
.xz-agent-pills button,
.xz-popular-tags button {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #b9c2d4;
  font-weight: 950;
  cursor: pointer;
}

.xz-converter-field button {
  width: 26px;
  height: 26px;
}

.xz-tool-wide {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 198px;
  align-items: start;
}

.xz-agent-pills {
  justify-content: flex-end;
}

.xz-agent-pills button {
  min-height: 34px;
  padding: 0 14px;
}

.xz-agent-pills button.active {
  border-color: rgba(24, 214, 146, 0.42);
  background: rgba(24, 214, 146, 0.13);
  color: #69efbe;
}

.xz-discord {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: center;
  width: min(100%, 1150px);
  min-height: 530px;
  margin: 0 auto 96px;
  padding: 64px;
  background:
    linear-gradient(125deg, rgba(17, 25, 46, 0.92), rgba(9, 10, 17, 0.9)),
    rgba(8, 10, 18, 0.86);
}

.xz-discord h2 {
  margin-top: 28px;
  font-size: 48px;
  line-height: 1.04;
}

.xz-discord > div:first-child > p:not(.xz-kicker) {
  max-width: 410px;
  margin: 22px 0 28px;
  font-size: 18px;
}

.xz-discord-users {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 38px;
}

.xz-discord-users span {
  background:
    linear-gradient(135deg, rgba(30, 55, 93, 0.88), rgba(23, 189, 139, 0.7)),
    #141821;
}

.xz-discord-users strong {
  background: linear-gradient(135deg, #5961ff, #4e4dbe);
}

.xz-discord-users small {
  margin-left: 16px;
  color: #8b97ae;
  font-weight: 850;
}

.xz-chat-preview {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 360px;
}

.xz-chat-preview small {
  color: #7887a1;
  font-weight: 950;
}

.bubble {
  width: fit-content;
  max-width: 310px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #fff;
  font-weight: 850;
}

.bubble b {
  display: block;
  margin-bottom: 8px;
  color: #7788ac;
  font-size: 12px;
}

.bubble.left {
  background: rgba(255, 255, 255, 0.09);
}

.bubble.right {
  justify-self: end;
  background: linear-gradient(180deg, #666cff, #5559d9);
  box-shadow: 0 18px 46px rgba(82, 85, 230, 0.32);
}

.typing {
  color: #68758d;
  font-size: 11px;
  font-weight: 950;
}

.xz-spreadsheet {
  display: grid;
  justify-items: center;
  gap: 24px;
  width: min(100%, 1080px);
  margin: 0 auto 54px;
  text-align: center;
}

.xz-spreadsheet h2 {
  max-width: 900px;
  font-size: 58px;
  line-height: 0.98;
  background: linear-gradient(90deg, #2775ff, #23dcff, #2d65ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.xz-spreadsheet > p:not(.xz-kicker) {
  color: #a5afc1;
  font-size: 18px;
}

.xz-search-tabs {
  display: inline-flex;
  gap: 6px;
  min-height: 52px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.xz-search-tabs .segment-btn {
  min-height: 42px;
  min-width: 132px;
  border-radius: 999px;
  color: #aab4c6;
}

.xz-search-tabs .segment-btn.active {
  background: var(--xz-blue);
  color: #fff;
}

.xz-search-panel {
  width: min(100%, 780px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.xz-search-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  min-height: 86px;
  padding: 12px;
  border: 1px solid rgba(47, 108, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 60px rgba(47, 108, 255, 0.11);
}

.xz-search-row input {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.xz-search-row button {
  min-width: 118px;
  min-height: 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.xz-search-row #searchButton {
  background: linear-gradient(180deg, #2e63e6, #21439f);
}

.xz-popular-tags {
  gap: 8px;
}

.xz-popular-tags span {
  color: #6f7d94;
  font-size: 12px;
  font-weight: 950;
}

.xz-popular-tags button {
  min-height: 32px;
  padding: 0 14px;
}

.xz-found-pill,
.xz-compact-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #8994a8;
  font-size: 12px;
  font-weight: 950;
}

.xz-found-pill span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--xz-green);
}

.xz-found-pill strong,
.xz-compact-stats strong {
  color: #fff;
  font-size: 15px;
}

.xz-filter-shelf {
  display: grid;
  gap: 14px;
  width: min(100%, 1180px);
  margin: 34px auto 36px;
}

.xz-hidden-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 18px;
}

.xz-filter-shelf > section {
  padding: 20px 22px;
  border-radius: 18px;
}

.xz-filter-shelf .tabs,
.xz-filter-shelf .model-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xz-filter-shelf .tab,
.xz-filter-shelf .model-tab {
  min-height: 38px;
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.xz-filter-shelf .tab.active,
.xz-filter-shelf .model-tab.active {
  border-color: rgba(47, 108, 255, 0.58);
  background: rgba(47, 108, 255, 0.18);
  color: #fff;
}

.xz-compact-stats {
  margin: 30px auto 0;
}

.xz-compact-stats > span {
  min-width: 110px;
  justify-content: center;
}

.results-head {
  display: none;
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  color: #9aa6bc;
  font-weight: 900;
}

@media (max-width: 1260px) {
  .xz-nav-shell {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .xz-nav-actions {
    display: none;
  }

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

  .xz-hero h1 {
    font-size: 86px;
  }

  .xz-finds-head h2,
  .xz-spreadsheet h2 {
    font-size: 54px;
  }
}

@media (max-width: 940px) {
  .xz-main {
    padding: 0 18px 70px;
  }

  .xz-header {
    width: min(100% - 20px, 1154px);
  }

  .xz-nav-shell {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .xz-brand {
    justify-content: center;
  }

  .xz-main-nav {
    justify-content: flex-start;
  }

  .xz-hero {
    min-height: 720px;
    padding-top: 28px;
  }

  .xz-partner-pill {
    grid-template-columns: 36px minmax(0, 1fr);
    border-radius: 22px;
  }

  .xz-partner-pill a,
  .xz-partner-pill button {
    display: none;
  }

  .xz-hero-center {
    margin-top: 58px;
  }

  .xz-hero h1 {
    font-size: 66px;
  }

  .xz-hero h2 {
    font-size: 22px;
  }

  .xz-finds-head {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .xz-finds-head h2,
  .xz-spreadsheet h2,
  .xz-discord h2 {
    font-size: 42px;
  }

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

  .xz-tools,
  .xz-discord {
    grid-template-columns: 1fr;
  }

  .xz-tool-wide {
    grid-template-columns: 1fr;
  }

  .xz-agent-pills {
    justify-content: flex-start;
  }

  .xz-discord {
    padding: 34px;
    min-height: 0;
  }

  .xz-search-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .xz-search-row button {
    grid-column: span 1;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .xz-main {
    padding-inline: 12px;
  }

  .xz-main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-radius: 18px;
  }

  .xz-main-nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .xz-hero {
    min-height: 650px;
  }

  .xz-hero h1 {
    font-size: 45px;
  }

  .xz-hero p:not(.xz-kicker) {
    font-size: 15px;
  }

  .xz-hero-actions {
    width: 100%;
  }

  .xz-btn,
  .xz-slider-actions a {
    width: 100%;
    min-height: 52px;
  }

  .xz-finds-head h2,
  .xz-spreadsheet h2,
  .xz-discord h2 {
    font-size: 34px;
  }

  .xz-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .xz-tools {
    margin-bottom: 86px;
  }

  .xz-discord {
    padding: 24px;
    border-radius: 22px;
  }

  .xz-chat-preview {
    min-height: 300px;
  }

  .xz-search-tabs,
  .xz-popular-tags,
  .xz-hidden-controls {
    width: 100%;
  }

  .xz-search-tabs .segment-btn {
    min-width: 0;
    flex: 1 1 0;
  }

  .xz-search-row {
    min-height: 0;
    padding: 10px;
  }

  .xz-search-row input {
    font-size: 15px;
  }

  .xz-hidden-controls {
    grid-template-columns: 1fr;
  }
}

.product-page,
.tracker-page {
  --pink: #2f6cff;
  --pink-2: #2757c7;
  --line: rgba(65, 117, 255, 0.28);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #f8fbff;
  --soft: #a9b4c9;
  --muted: #707d95;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(29, 73, 142, 0.22), transparent 34%),
    radial-gradient(circle at 82% 52%, rgba(92, 72, 171, 0.16), transparent 32%),
    linear-gradient(90deg, rgba(9, 28, 57, 0.82), transparent 19%, transparent 78%, rgba(11, 14, 31, 0.72)),
    #030407;
  color: var(--text);
}

.product-page::before,
.tracker-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(69, 117, 255, 0.7) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(126, 86, 255, 0.66) 0 1px, transparent 1.7px);
  background-size: 178px 178px, 257px 257px;
  background-position: 9px 12px, 62px 96px;
  opacity: 0.55;
}

.product-page .site-header,
.tracker-page .site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(100% - 36px, 1154px);
  margin: 14px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-page .nav-shell,
.tracker-page .nav-shell {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 66px;
  padding: 8px 20px 8px 24px;
  border: 1px solid rgba(132, 151, 195, 0.16);
  border-radius: 999px;
  background: rgba(10, 12, 19, 0.82);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.product-page .brand,
.tracker-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.product-page .brand strong,
.tracker-page .brand strong {
  display: none;
}

.product-page .brand-mark,
.tracker-page .brand-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  color: #fff;
  box-shadow: none !important;
}

.product-page .main-nav,
.tracker-page .main-nav {
  display: inline-flex;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none !important;
}

.product-page .main-nav a,
.tracker-page .main-nav a {
  min-height: 36px;
  padding: 0 16px;
  border: 0 !important;
  border-radius: 999px;
  color: #8d98ad;
  box-shadow: none !important;
}

.product-page .main-nav a:hover,
.product-page .main-nav a.active,
.tracker-page .main-nav a:hover,
.tracker-page .main-nav a.active {
  color: #fff;
  background: linear-gradient(180deg, #2f68e6, #214ca7);
}

.product-page .nav-actions,
.tracker-page .nav-actions {
  display: none !important;
}

.product-page .signup,
.product-page .agent-select,
.product-page .login-btn,
.tracker-page .signup,
.tracker-page .agent-select,
.tracker-page .login-btn {
  border-color: rgba(47, 108, 255, 0.26);
  background: rgba(47, 108, 255, 0.12);
  color: #b9d2ff;
}

.product-page-main,
.tracker-main {
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 96px 28px 86px;
}

.detail-sheet {
  display: grid;
  gap: 34px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  border-color: rgba(47, 108, 255, 0.22);
  background:
    radial-gradient(circle at 16% 0%, rgba(47, 108, 255, 0.14), transparent 34rem),
    rgba(8, 9, 14, 0.9);
}

.detail-media,
.detail-info,
.detail-qc,
.tracker-hero,
.tracker-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(37, 83, 156, 0.16), transparent 38%),
    rgba(10, 12, 20, 0.78);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
}

.detail-media {
  aspect-ratio: 1 / 1;
  padding: 18px;
}

.detail-info {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.detail-info h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.02;
}

.detail-agent,
.detail-pill,
.detail-tags span {
  color: #9eb0cb;
}

.detail-pill,
.detail-tags span {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.detail-price strong {
  color: #fff;
  font-size: 52px;
}

.detail-price span {
  color: #71819b;
}

.detail-actions .copy-link {
  background: linear-gradient(180deg, #3174ff, #214fd1);
  border-color: rgba(73, 128, 255, 0.72);
  color: #fff;
}

.detail-actions .check-btn,
.detail-actions .favorite-btn {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.detail-color-btn.active {
  border-color: rgba(47, 108, 255, 0.74);
  box-shadow: 0 0 0 2px rgba(47, 108, 255, 0.2);
}

.tracker-hero,
.tracker-shell {
  padding: 34px;
}

.tracker-hero h1 {
  color: #fff;
  max-width: 620px;
  margin: 12px 0 16px;
  font-size: 64px;
  line-height: 0.98;
}

.tracker-hero .hero-text {
  max-width: 620px;
  line-height: 1.5;
}

.tracker-meta {
  gap: 12px;
}

.tracker-meta article {
  min-height: 118px;
  padding: 18px;
}

.tracker-meta strong {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.12;
}

.tracker-form button {
  background: linear-gradient(180deg, #3174ff, #214fd1);
}

.tracker-status,
.tracker-widget-placeholder {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 900px) {
  .product-page .nav-shell,
  .tracker-page .nav-shell {
    border-radius: 24px;
  }

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

  .detail-info h2 {
    font-size: 34px;
  }
}

@media (max-width: 620px) {
  .product-page-main,
  .tracker-main {
    padding: 54px 14px 64px;
  }

  .detail-info,
  .tracker-hero,
  .tracker-shell {
    padding: 22px;
    border-radius: 22px;
  }

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

.sewirepp-home .xz-brand-mark {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
}

.sewirepp-home .xz-brand-mark::before,
.sewirepp-home .xz-brand-mark::after {
  background: #fff !important;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.14) !important;
}

.sewirepp-home .xz-main-nav a.active {
  border-color: transparent !important;
  box-shadow: 0 0 0 4px rgba(47, 108, 255, 0.13), 0 16px 34px rgba(47, 108, 255, 0.3) !important;
}

.sewirepp-home .xz-product-grid .product-card {
  content-visibility: visible;
  contain: none;
}

@media (max-width: 1260px) {
  .sewirepp-home .xz-nav-actions {
    display: none !important;
  }
}

/* Rebrand refresh: Sewirepp Drop Desk */
.sewirepp-home {
  --xz-bg: #030806;
  --xz-panel: rgba(7, 13, 14, 0.78);
  --xz-panel-strong: rgba(9, 16, 17, 0.94);
  --xz-line: rgba(106, 255, 211, 0.18);
  --xz-line-bright: rgba(45, 212, 191, 0.72);
  --xz-blue: #2dd4bf;
  --xz-cyan: #7dd3fc;
  --xz-violet: #f59e0b;
  --xz-green: #34d399;
  --xz-amber: #f7c948;
  --xz-soft: #a9b8b4;
  --xz-muted: #748580;
  background:
    linear-gradient(132deg, rgba(3, 24, 21, 0.96) 0%, rgba(3, 5, 8, 0.98) 44%, rgba(17, 14, 8, 0.92) 100%),
    #030806;
}

.sewirepp-home::before {
  background-image:
    linear-gradient(rgba(45, 212, 191, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.035) 1px, transparent 1px),
    repeating-linear-gradient(135deg, rgba(247, 201, 72, 0.05) 0 1px, transparent 1px 38px);
  background-size: 58px 58px, 58px 58px, auto;
  background-position: 0 0;
  opacity: 0.7;
}

.sewirepp-home::after {
  background:
    linear-gradient(180deg, transparent 0, rgba(3, 8, 6, 0.28) 54%, rgba(3, 8, 6, 0.95) 100%),
    linear-gradient(90deg, rgba(1, 9, 10, 0.76), transparent 22%, transparent 74%, rgba(12, 8, 2, 0.56));
}

.sewirepp-home .xz-nav-shell {
  border-radius: 24px;
  background: rgba(6, 10, 11, 0.86);
  border-color: rgba(148, 163, 184, 0.14);
}

.sewirepp-home .xz-brand-mark::before,
.sewirepp-home .xz-brand-mark::after {
  background: linear-gradient(90deg, #ffffff, #9fffe5) !important;
}

.sewirepp-home .xz-main-nav {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.sewirepp-home .xz-main-nav a {
  border-radius: 14px;
}

.sewirepp-home .xz-main-nav a:hover,
.sewirepp-home .xz-main-nav a.active {
  background: linear-gradient(180deg, #21c9b4, #0f766e);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.12), 0 16px 34px rgba(15, 118, 110, 0.28) !important;
}

.sew-hero {
  display: block;
  min-height: 760px;
  padding: 72px 0 110px;
  text-align: left;
}

.sew-hero .xz-partner-pill {
  width: min(100%, 620px);
  margin: 0 0 30px auto;
  border-radius: 18px;
  border-color: rgba(247, 201, 72, 0.22);
  background:
    linear-gradient(90deg, rgba(247, 201, 72, 0.1), rgba(45, 212, 191, 0.06)),
    rgba(7, 13, 14, 0.84);
}

.sew-hero .xz-partner-pill b {
  background: #f7c948;
  color: #111827;
}

.sew-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
  gap: 34px;
  align-items: center;
}

.sew-hero-copy {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.sew-hero-copy .xz-kicker,
.xz-finds-head .xz-kicker,
.xz-spreadsheet .xz-kicker,
.xz-discord .xz-kicker {
  justify-content: flex-start;
  width: fit-content;
  border-color: rgba(45, 212, 191, 0.34);
  background: rgba(20, 184, 166, 0.11);
  color: #a7f3d0;
}

.sew-hero h1 {
  margin: 4px 0 0;
  max-width: 760px;
  font-size: 92px;
  line-height: 0.9;
  text-wrap: balance;
}

.sew-hero h1 span,
.xz-finds-head h2 span,
.xz-discord h2 span {
  color: #2dd4bf;
  text-shadow: 0 0 36px rgba(45, 212, 191, 0.35);
}

.sew-hero h2 {
  max-width: 650px;
  color: #eefcf7;
  font-size: 30px;
}

.sew-hero p:not(.xz-kicker) {
  max-width: 650px;
  color: #9db0aa;
  font-size: 18px;
}

.sew-hero .xz-hero-actions,
.sew-quick-stats {
  justify-content: flex-start;
}

.sew-quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.sew-quick-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: #9db0aa;
  font-size: 13px;
  font-weight: 900;
}

.sew-quick-stats strong {
  color: #fff;
}

.sew-hero-console {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 520px;
  padding: 26px;
  border: 1px solid rgba(45, 212, 191, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(8, 16, 17, 0.94), rgba(12, 10, 7, 0.88)),
    rgba(7, 13, 14, 0.82);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.sew-hero-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.09), transparent 28%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 32px);
}

.sew-console-top,
.sew-console-list,
.sew-mini-search,
.sew-radar {
  position: relative;
  z-index: 1;
}

.sew-console-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.sew-console-top span,
.sew-mini-search span {
  color: #7dd3fc;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.sew-console-top strong {
  color: #fff;
  font-size: 18px;
}

.sew-radar {
  display: grid;
  place-items: center;
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  margin: 10px auto;
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 22px;
  background:
    repeating-conic-gradient(from 30deg, rgba(45, 212, 191, 0.15) 0 8deg, transparent 8deg 26deg),
    linear-gradient(145deg, rgba(45, 212, 191, 0.08), rgba(247, 201, 72, 0.06));
}

.sew-radar span {
  position: absolute;
  width: 74%;
  height: 74%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.sew-radar span:nth-child(2) {
  width: 52%;
  height: 52%;
}

.sew-radar span:nth-child(3) {
  width: 30%;
  height: 30%;
}

.sew-radar b {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 20px;
  background: #f7c948;
  color: #111827;
  font-size: 24px;
  box-shadow: 0 18px 50px rgba(247, 201, 72, 0.24);
}

.sew-console-list {
  display: grid;
  gap: 10px;
}

.sew-console-list p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.sew-console-list b {
  color: #fff;
}

.sew-console-list span {
  color: #9db0aa;
  font-size: 13px;
  font-weight: 850;
}

.sew-mini-search {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.sew-mini-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  color: #eafff9;
  padding: 0 14px;
  font-weight: 850;
}

.sewirepp-home .xz-btn-blue,
.sewirepp-home .xz-load-more.visible,
.sewirepp-home .xz-search-row #searchButton,
.sewirepp-home .xz-product-grid .copy-link {
  background: linear-gradient(180deg, #2dd4bf, #0f766e);
  border-color: rgba(45, 212, 191, 0.72);
  box-shadow: 0 18px 46px rgba(20, 184, 166, 0.25);
}

.sewirepp-home .xz-btn-violet {
  background: linear-gradient(180deg, #f7c948, #b7791f);
  border-color: rgba(247, 201, 72, 0.56);
  color: #111827;
}

.sewirepp-home .xz-btn-dark {
  background: rgba(255, 255, 255, 0.07);
}

.sewirepp-home .xz-scroll {
  left: 0;
  right: auto;
  color: #5b6f6b;
}

.sewirepp-home .xz-finds-head {
  align-items: center;
  margin-bottom: 38px;
  padding: 24px;
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 22px;
  background: rgba(7, 13, 14, 0.58);
}

.sewirepp-home .xz-finds-head h2 {
  font-size: 58px;
}

.sewirepp-home .xz-slider-actions button {
  border-radius: 14px;
}

.sewirepp-home .xz-slider-actions a {
  border-radius: 14px;
  background: #f7c948;
  color: #111827;
}

.sewirepp-home .xz-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 74px;
}

.sewirepp-home .xz-product-grid .product-card,
.sewirepp-home .xz-product-grid .product-card:first-child {
  min-height: 462px;
  border-radius: 18px;
  border-color: rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(180deg, rgba(45, 212, 191, 0.08), transparent 25%),
    rgba(6, 9, 10, 0.86);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
}

.sewirepp-home .xz-product-grid .product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #2dd4bf, #f7c948, transparent);
  opacity: 0.9;
}

.sewirepp-home .xz-product-grid .product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 212, 191, 0.42);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.56), 0 0 38px rgba(45, 212, 191, 0.12);
}

.sewirepp-home .xz-product-grid .product-media {
  aspect-ratio: 1.08 / 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
    #101413;
}

.sewirepp-home .xz-product-grid .product-media img {
  padding: 18px;
}

.sewirepp-home .xz-product-grid .product-title .price {
  color: #f7c948;
  font-size: 28px;
}

.sewirepp-home .xz-product-grid .favorite-btn {
  border-radius: 12px;
}

.sewirepp-home .xz-product-grid .check-btn,
.sewirepp-home .xz-product-grid .copy-link {
  border-radius: 12px;
}

.sewirepp-home .xz-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1280px);
  margin-bottom: 110px;
}

.sewirepp-home .xz-tool-wide {
  grid-column: auto;
  grid-template-columns: 1fr;
}

.sewirepp-home .xz-tool-card,
.sewirepp-home .xz-discord,
.sewirepp-home .xz-filter-shelf > section,
.sewirepp-home .xz-hidden-controls {
  border-radius: 20px;
  border-color: rgba(45, 212, 191, 0.14);
  background:
    linear-gradient(145deg, rgba(45, 212, 191, 0.08), rgba(247, 201, 72, 0.035)),
    rgba(7, 13, 14, 0.78);
}

.sewirepp-home .xz-tool-icon {
  border-radius: 13px;
  border-color: rgba(45, 212, 191, 0.36);
  background: rgba(45, 212, 191, 0.13);
  color: #a7f3d0;
}

.sewirepp-home .xz-tool-icon.violet {
  border-color: rgba(247, 201, 72, 0.38);
  background: rgba(247, 201, 72, 0.12);
  color: #fde68a;
}

.sewirepp-home .xz-progress span {
  background: linear-gradient(90deg, #2dd4bf, #f7c948);
}

.sewirepp-home .xz-discord {
  width: min(100%, 1180px);
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(7, 13, 14, 0.96), rgba(17, 14, 8, 0.9)),
    rgba(7, 13, 14, 0.86);
}

.sewirepp-home .bubble {
  border-radius: 14px;
}

.sewirepp-home .bubble.right {
  background: linear-gradient(180deg, #2dd4bf, #0f766e);
  box-shadow: 0 18px 46px rgba(20, 184, 166, 0.25);
}

.sewirepp-home .xz-spreadsheet {
  width: min(100%, 1180px);
  justify-items: start;
  text-align: left;
}

.sewirepp-home .xz-spreadsheet h2 {
  max-width: 850px;
  background: linear-gradient(90deg, #eafff9, #2dd4bf 45%, #f7c948);
  -webkit-background-clip: text;
  background-clip: text;
}

.sewirepp-home .xz-search-tabs {
  border-radius: 16px;
}

.sewirepp-home .xz-search-tabs .segment-btn {
  border-radius: 12px;
}

.sewirepp-home .xz-search-tabs .segment-btn.active {
  background: #2dd4bf;
  color: #06201c;
}

.sewirepp-home .xz-search-panel {
  width: min(100%, 900px);
}

.sewirepp-home .xz-search-row {
  border-color: rgba(45, 212, 191, 0.26);
  border-radius: 18px;
}

.sewirepp-home .xz-found-pill {
  border-radius: 14px;
}

.product-page,
.tracker-page {
  --pink: #2dd4bf;
  --pink-2: #0f766e;
  --line: rgba(45, 212, 191, 0.24);
  background:
    linear-gradient(132deg, rgba(3, 24, 21, 0.96) 0%, rgba(3, 5, 8, 0.98) 46%, rgba(17, 14, 8, 0.92) 100%),
    #030806;
}

.product-page .main-nav a:hover,
.product-page .main-nav a.active,
.tracker-page .main-nav a:hover,
.tracker-page .main-nav a.active,
.detail-actions .copy-link,
.tracker-form button {
  background: linear-gradient(180deg, #2dd4bf, #0f766e);
}

.detail-price strong {
  color: #f7c948;
}

@media (max-width: 1260px) {
  .sew-hero h1 {
    font-size: 76px;
  }

  .sewirepp-home .xz-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .sew-hero {
    min-height: 0;
    padding: 48px 0 80px;
  }

  .sew-hero-grid {
    grid-template-columns: 1fr;
  }

  .sew-hero h1 {
    font-size: 62px;
  }

  .sew-hero-console {
    min-height: 0;
  }

  .sewirepp-home .xz-tools {
    grid-template-columns: 1fr;
  }

  .sewirepp-home .xz-finds-head {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .sew-hero h1 {
    font-size: 42px;
  }

  .sew-hero h2 {
    font-size: 24px;
  }

  .sew-hero .xz-partner-pill {
    margin-left: 0;
  }

  .sewirepp-home .xz-finds-head h2,
  .sewirepp-home .xz-spreadsheet h2,
  .sewirepp-home .xz-discord h2 {
    font-size: 34px;
  }

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

  .sew-radar {
    width: min(100%, 260px);
  }

  .sew-console-list p {
    display: grid;
  }
}

.sewirepp-home .xz-brand-mark,
.product-page .brand-mark,
.tracker-page .brand-mark {
  display: inline-grid !important;
  place-items: center !important;
  width: 54px !important;
  height: 42px !important;
  border: 1px solid rgba(45, 212, 191, 0.28) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(145deg, rgba(45, 212, 191, 0.16), rgba(247, 201, 72, 0.08)),
    rgba(255, 255, 255, 0.04) !important;
  color: #eafff9 !important;
  font-size: 17px !important;
  font-weight: 1000 !important;
  box-shadow: 0 14px 34px rgba(45, 212, 191, 0.12) !important;
}

.sewirepp-home .xz-brand-mark::before,
.sewirepp-home .xz-brand-mark::after,
.product-page .brand-mark::before,
.product-page .brand-mark::after,
.tracker-page .brand-mark::before,
.tracker-page .brand-mark::after {
  display: none !important;
}

.sew-hero {
  min-height: 675px;
  padding: 46px 0 42px;
}

.sew-hero-grid {
  align-items: start;
}

.sew-hero h1 {
  font-size: 82px;
}

.sew-hero-console {
  min-height: 450px;
}

.sew-radar {
  width: min(100%, 260px);
}

.sew-radar b {
  width: 68px;
  height: 68px;
}

.sewirepp-home .xz-finds-head {
  margin-top: -34px;
}

@media (max-width: 940px) {
  .sewirepp-home .xz-finds-head {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .sewirepp-home .xz-nav-shell {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  .sewirepp-home .xz-main-nav {
    display: flex;
    min-height: 44px;
    border-radius: 16px;
  }

  .sewirepp-home .xz-main-nav a {
    flex: 0 0 auto;
  }

  .sew-hero {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .sew-hero h1 {
    max-width: 360px;
    font-size: 42px;
    line-height: 0.95;
  }

  .sew-hero h2 {
    font-size: 23px;
  }

  .sew-hero p:not(.xz-kicker) {
    font-size: 16px;
  }

  .sew-hero .xz-hero-actions {
    gap: 8px;
  }

  .sew-hero .xz-btn {
    min-height: 46px;
  }

  .sew-quick-stats,
  .sew-hero-console {
    display: none;
  }

  .sew-radar {
    width: min(100%, 210px);
  }

  .sewirepp-home .xz-finds-head {
    margin-top: 0;
  }

  .product-page,
  .tracker-page {
    overflow-x: hidden;
  }

  .product-page .site-header,
  .tracker-page .site-header {
    width: calc(100% - 20px);
    top: 10px;
  }

  .product-page .nav-shell,
  .tracker-page .nav-shell {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
  }

  .product-page .brand,
  .tracker-page .brand {
    justify-content: center;
  }

  .product-page .main-nav,
  .tracker-page .main-nav {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    border-radius: 16px;
  }

  .product-page .main-nav a,
  .tracker-page .main-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .product-page-main,
  .tracker-main {
    width: 100%;
    padding: 44px 12px 64px;
    overflow: hidden;
  }

  .detail-sheet,
  .detail-hero,
  .detail-info,
  .detail-media,
  .detail-qc {
    min-width: 0;
    max-width: 100%;
  }

  .detail-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px;
    width: 100%;
    border-radius: 20px;
  }

  .detail-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 12px;
    overflow: hidden;
  }

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

  .detail-info {
    padding: 20px;
  }

  .detail-info h2 {
    font-size: 32px;
  }

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

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

  .back-link {
    white-space: normal;
    text-align: center;
  }
}

/* Monochrome cleanup */
.sewirepp-home,
.product-page,
.tracker-page {
  --xz-bg: #050505;
  --xz-panel: rgba(15, 15, 15, 0.86);
  --xz-panel-strong: rgba(20, 20, 20, 0.96);
  --xz-line: rgba(255, 255, 255, 0.12);
  --xz-line-bright: rgba(255, 255, 255, 0.46);
  --xz-blue: #ffffff;
  --xz-cyan: #ffffff;
  --xz-violet: #ffffff;
  --xz-green: #ffffff;
  --xz-amber: #ffffff;
  --xz-text: #ffffff;
  --xz-soft: #cfcfcf;
  --xz-muted: #858585;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 220px),
    #050505 !important;
  color: #fff;
}

.sewirepp-home::before,
.product-page::before,
.tracker-page::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.46;
}

.sewirepp-home::after {
  background: linear-gradient(180deg, transparent 0, rgba(5, 5, 5, 0.88) 100%);
}

.sewirepp-home .xz-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, 1460px);
}

.sewirepp-home .xz-header,
.product-page .site-header,
.tracker-page .site-header {
  width: min(100% - 36px, 1160px);
}

.sewirepp-home .xz-nav-shell,
.product-page .nav-shell,
.tracker-page .nav-shell {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(10, 10, 10, 0.88) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.44);
}

.sewirepp-home .xz-nav-actions {
  display: none !important;
}

.sewirepp-home .xz-brand-mark,
.product-page .brand-mark,
.tracker-page .brand-mark {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.sewirepp-home .xz-main-nav,
.product-page .main-nav,
.tracker-page .main-nav {
  background: #111 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.sewirepp-home .xz-main-nav a,
.product-page .main-nav a,
.tracker-page .main-nav a {
  color: #aaa !important;
}

.sewirepp-home .xz-main-nav a:hover,
.sewirepp-home .xz-main-nav a.active,
.product-page .main-nav a:hover,
.product-page .main-nav a.active,
.tracker-page .main-nav a:hover,
.tracker-page .main-nav a.active {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.sewirepp-home .xz-partner-pill,
.sewirepp-home .sew-hero-console,
.sewirepp-home .sew-quick-stats,
.sewirepp-home .xz-tools,
.sewirepp-home .xz-discord,
.sewirepp-home .xz-filter-shelf,
.sewirepp-home .xz-compact-stats,
.sewirepp-home .xz-filter-jump,
.sewirepp-home .xz-found-pill,
.sewirepp-home .xz-slider-actions,
.sewirepp-home .xz-scroll {
  display: none !important;
}

.sewirepp-home .sew-hero {
  order: 1;
  min-height: 0;
  padding: 48px 0 28px;
}

.sewirepp-home .sew-hero-grid {
  display: block;
}

.sewirepp-home .sew-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.sewirepp-home .sew-hero h1 {
  max-width: none;
  font-size: 78px;
  line-height: 0.9;
}

.sewirepp-home .sew-hero h1 span,
.sewirepp-home .xz-finds-head h2 span,
.sewirepp-home .xz-discord h2 span {
  color: #fff;
  text-shadow: none;
}

.sewirepp-home .sew-hero h2 {
  max-width: 760px;
  color: #fff;
  font-size: 28px;
}

.sewirepp-home .sew-hero p:not(.xz-kicker) {
  max-width: 670px;
  color: #b8b8b8;
}

.sewirepp-home .xz-kicker,
.sewirepp-home .sew-hero-copy .xz-kicker,
.sewirepp-home .xz-finds-head .xz-kicker,
.sewirepp-home .xz-spreadsheet .xz-kicker {
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.18);
  background: #111;
  color: #fff;
}

.sewirepp-home .sew-hero .xz-hero-actions,
.sewirepp-home .sew-quick-stats {
  justify-content: center;
}

.sewirepp-home .xz-btn,
.sewirepp-home .xz-slider-actions a,
.sewirepp-home .xz-load-more {
  min-height: 52px;
  border-radius: 10px;
  box-shadow: none;
}

.sewirepp-home .xz-btn-blue,
.sewirepp-home .xz-btn-violet,
.sewirepp-home .xz-load-more.visible,
.sewirepp-home .xz-search-row #searchButton,
.sewirepp-home .xz-product-grid .copy-link,
.detail-actions .copy-link,
.tracker-form button {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.sewirepp-home .xz-btn-dark,
.sewirepp-home .xz-product-grid .check-btn,
.detail-actions .check-btn,
.detail-actions .favorite-btn {
  background: #151515 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

.sewirepp-home .sew-quick-stats span,
.sewirepp-home .xz-found-pill,
.sewirepp-home .xz-compact-stats span {
  border-radius: 8px;
  background: #101010;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b8b8b8;
}

.sewirepp-home .xz-spreadsheet {
  order: 2;
  width: min(100%, 920px);
  margin: 0 auto 22px;
  text-align: center;
  justify-items: center;
  gap: 12px;
}

.sewirepp-home .xz-spreadsheet h2 {
  max-width: none;
  font-size: 34px;
  line-height: 1;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
}

.sewirepp-home .xz-spreadsheet > p:not(.xz-kicker) {
  color: #aaa;
  font-size: 16px;
}

.sewirepp-home .xz-search-tabs {
  min-height: 44px;
  border-radius: 10px;
  background: #111;
  border-color: rgba(255, 255, 255, 0.12);
}

.sewirepp-home .xz-search-tabs .segment-btn {
  min-height: 34px;
  min-width: 120px;
  border-radius: 7px;
}

.sewirepp-home .xz-search-tabs .segment-btn.active {
  background: #fff;
  color: #000;
}

.sewirepp-home .xz-search-panel {
  width: 100%;
}

.sewirepp-home .xz-search-row {
  min-height: 62px;
  border-radius: 12px;
  background: #0f0f0f;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.sewirepp-home .xz-search-row input {
  color: #fff;
  font-size: 16px;
}

.sewirepp-home .xz-search-row button {
  min-height: 44px;
  border-radius: 8px;
}

.sewirepp-home .xz-popular-tags {
  display: flex;
  margin-top: 0;
}

.sewirepp-home .xz-popular-tags span {
  color: #777;
}

.sewirepp-home .xz-popular-tags button,
.sewirepp-home .xz-converter-field button,
.sewirepp-home .xz-agent-pills button {
  border-radius: 8px;
  background: #111;
  color: #ddd;
  border-color: rgba(255, 255, 255, 0.12);
}

.sewirepp-home .xz-hidden-controls,
.sewirepp-home .xz-filter-shelf > section {
  border-radius: 12px;
  background: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: none;
}

.sewirepp-home .xz-filter-shelf .tab,
.sewirepp-home .xz-filter-shelf .model-tab {
  min-height: 34px;
  border-radius: 7px;
  background: #111;
  color: #cfcfcf;
}

.sewirepp-home .xz-filter-shelf .tab.active,
.sewirepp-home .xz-filter-shelf .model-tab.active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.sewirepp-home .xz-finds-head {
  order: 3;
  width: min(100%, 1320px);
  margin: 0 auto 18px;
  padding: 0;
  scroll-margin-top: 120px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sewirepp-home .xz-finds-head h2 {
  font-size: 42px;
}

.sewirepp-home .xz-finds-head p:not(.xz-kicker) {
  color: #aaa;
  margin-top: 10px;
}

.sewirepp-home .xz-slider-actions button {
  display: none;
}

.sewirepp-home .xz-slider-actions a {
  background: #fff;
  color: #000;
  border-radius: 8px;
}

.sewirepp-home .xz-product-grid {
  order: 4;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 1320px);
  margin: 0 auto 26px;
}

.sewirepp-home .xz-load-more {
  order: 5;
}

.sewirepp-home .xz-product-grid .product-card,
.sewirepp-home .xz-product-grid .product-card:first-child {
  min-height: 360px;
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.12);
  background: #0e0e0e;
  box-shadow: none;
}

.sewirepp-home .xz-product-grid .product-card::before {
  display: none;
}

.sewirepp-home .xz-product-grid .product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.sewirepp-home .xz-product-grid .product-media {
  aspect-ratio: 1.08 / 1;
  background: #151515;
}

.sewirepp-home .xz-product-grid .product-media img {
  padding: 14px;
}

.sewirepp-home .xz-product-grid .product-body {
  padding: 16px;
  gap: 8px;
}

.sewirepp-home .xz-product-grid .product-title h3 {
  font-size: 17px;
}

.sewirepp-home .xz-product-grid .product-title .price {
  color: #fff;
  font-size: 24px;
}

.sewirepp-home .xz-product-grid .product-eyebrow span,
.sewirepp-home .xz-product-grid .badge,
.detail-pill,
.detail-tags span {
  background: #171717;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ddd;
}

.sewirepp-home .xz-product-grid .favorite-btn {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
}

.sewirepp-home .xz-product-grid .check-btn,
.sewirepp-home .xz-product-grid .copy-link {
  min-height: 40px;
  border-radius: 8px;
}

.product-page .detail-hero,
.product-page .detail-media,
.product-page .detail-info,
.product-page .detail-qc,
.tracker-hero,
.tracker-shell {
  border-color: rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
  box-shadow: none;
}

.detail-price strong {
  color: #fff !important;
}

.detail-color-btn.active {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
}

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

@media (max-width: 940px) {
  .sewirepp-home .sew-hero {
    padding-top: 46px;
  }

  .sewirepp-home .sew-hero h1 {
    font-size: 62px;
  }

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

@media (max-width: 620px) {
  .sewirepp-home .sew-hero {
    padding: 30px 0 28px;
  }

  .sewirepp-home .sew-hero h1 {
    font-size: 42px;
  }

  .sewirepp-home .sew-hero h2 {
    font-size: 24px;
  }

  .sewirepp-home .xz-spreadsheet h2,
  .sewirepp-home .xz-finds-head h2 {
    font-size: 30px;
  }

.sewirepp-home .xz-search-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .sewirepp-home .xz-search-row .search-icon {
    display: none;
  }

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

  .sewirepp-home .sew-hype-strip {
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    padding: 7px;
    border-radius: 18px;
    overflow: visible;
  }

  .sewirepp-home .sew-hype-strip span {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 8px 7px;
    text-align: center;
    font-size: 10px;
  }
}

/* Neon upgrade */
@keyframes sewGridDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 72px 72px, -72px 72px, 140px 0;
  }
}

@keyframes sewGlowPulse {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(1);
  }
  50% {
    opacity: 1;
    filter: saturate(1.35);
  }
}

@keyframes sewScan {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes sewCardRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sewGlitchNudge {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
  18% {
    clip-path: inset(12% 0 70% 0);
    transform: translate(-2px, 1px);
  }
  20% {
    clip-path: inset(66% 0 14% 0);
    transform: translate(2px, -1px);
  }
  22% {
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
}

@keyframes sewBorderSweep {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 220px 0;
  }
}

@keyframes sewTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes sewHeadlineFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes sewHeadlineFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes sewWordGlow {
  0%,
  100% {
    text-shadow:
      0 0 16px rgba(255, 255, 255, 0.22),
      0 0 30px rgba(0, 229, 255, 0.12);
  }
  50% {
    text-shadow:
      0 0 22px rgba(255, 255, 255, 0.32),
      0 0 42px rgba(255, 46, 247, 0.16);
  }
}

.sewirepp-home {
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.08), transparent 28%),
    linear-gradient(225deg, rgba(255, 46, 247, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 220px),
    #050505 !important;
}

.sewirepp-home::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    repeating-linear-gradient(115deg, rgba(0, 229, 255, 0.05) 0 1px, transparent 1px 42px);
  animation: sewGridDrift 18s linear infinite;
}

.sewirepp-home .xz-nav-shell {
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.44),
    0 0 38px rgba(0, 229, 255, 0.08);
}

.sewirepp-home .xz-brand-mark {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 28px rgba(0, 229, 255, 0.22) !important;
}

.sewirepp-home .xz-kicker,
.sewirepp-home .sew-hero-copy .xz-kicker,
.sewirepp-home .xz-finds-head .xz-kicker,
.sewirepp-home .xz-spreadsheet .xz-kicker {
  border-color: rgba(0, 229, 255, 0.45);
  color: #fff;
  box-shadow: 0 0 22px rgba(0, 229, 255, 0.14);
}

.sewirepp-home .sew-hero {
  position: relative;
  isolation: isolate;
}

.sewirepp-home .sew-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: min(72vw, 920px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.8), rgba(255, 46, 247, 0.7), transparent);
  animation: sewGlowPulse 2.8s ease-in-out infinite;
}

.sewirepp-home .sew-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 42px 5% auto;
  height: 330px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.12), transparent 36%),
    linear-gradient(270deg, transparent, rgba(255, 46, 247, 0.1), transparent 42%);
  filter: blur(18px);
  opacity: 0.9;
}

.sewirepp-home .sew-hero h1 {
  position: relative;
  isolation: isolate;
  color: #fff !important;
  text-shadow:
    0 0 24px rgba(255, 255, 255, 0.12),
    0 0 44px rgba(0, 229, 255, 0.18),
    0 0 60px rgba(255, 46, 247, 0.12);
}

.sewirepp-home .sew-hero h1::before,
.sewirepp-home .sew-hero h1::after {
  content: "sewifinder.pl";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.46;
}

.sewirepp-home .sew-hero h1::before {
  color: #00e5ff;
  transform: translate(-3px, 1px);
  animation: sewGlitchNudge 4.8s steps(1, end) infinite;
}

.sewirepp-home .sew-hero h1::after {
  color: #ff2ef7;
  transform: translate(3px, -1px);
  animation: sewGlitchNudge 5.6s steps(1, end) infinite reverse;
}

.sewirepp-home .sew-hero h1 span {
  color: #fff;
  text-shadow:
    0 0 26px rgba(0, 229, 255, 0.45),
    0 0 46px rgba(255, 46, 247, 0.24);
}

.sewirepp-home .xz-btn,
.sewirepp-home .xz-search-row,
.sewirepp-home .xz-product-grid .product-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sewirepp-home .sew-hype-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 680px);
  min-height: 38px;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.08), rgba(255, 46, 247, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.08);
}

.sewirepp-home .sew-hype-strip span {
  flex: 1 0 auto;
  min-width: max-content;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sewirepp-home .xz-btn-blue,
.sewirepp-home .xz-search-row #searchButton,
.sewirepp-home .xz-product-grid .copy-link {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #00e5ff, #ffffff, #ff2ef7) border-box !important;
  border: 1px solid transparent !important;
  color: #000 !important;
  box-shadow:
    0 0 26px rgba(0, 229, 255, 0.14),
    0 0 18px rgba(255, 46, 247, 0.08) !important;
}

.sewirepp-home .xz-btn-dark {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(255, 255, 255, 0.05);
}

.sewirepp-home .xz-btn:hover,
.sewirepp-home .xz-search-row button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 34px rgba(0, 229, 255, 0.22),
    0 0 28px rgba(255, 46, 247, 0.12) !important;
}

.sewirepp-home .xz-search-panel {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.sewirepp-home .xz-search-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.22), transparent);
  animation: sewScan 3.8s ease-in-out infinite;
}

.sewirepp-home .xz-search-row {
  position: relative;
  z-index: 2;
  border-color: rgba(0, 229, 255, 0.28);
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 34px rgba(0, 229, 255, 0.08);
}

.sewirepp-home .xz-search-row::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #00e5ff, transparent, #ff2ef7, transparent, #00e5ff);
  background-size: 220px 100%;
  animation: sewBorderSweep 5s linear infinite;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.sewirepp-home .xz-search-row input::placeholder {
  color: #777;
}

.sewirepp-home .xz-search-tabs {
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.04);
}

.sewirepp-home .xz-product-grid .product-card {
  opacity: 1 !important;
  transform: none;
  animation: none;
  animation-delay: var(--card-delay, 0ms);
  background:
    linear-gradient(145deg, rgba(0, 229, 255, 0.08), transparent 34%),
    linear-gradient(215deg, rgba(255, 46, 247, 0.06), transparent 30%),
    #0e0e0e;
}

.sewirepp-home .xz-product-grid .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 48%, transparent 56%);
  transform: translateX(-130%);
  transition: transform 520ms ease;
}

.sewirepp-home .xz-product-grid .product-card:hover {
  border-color: rgba(0, 229, 255, 0.5);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(0, 229, 255, 0.14),
    0 0 28px rgba(255, 46, 247, 0.08);
}

.sewirepp-home .xz-product-grid .product-card:hover::after {
  transform: translateX(130%);
}

.sewirepp-home .xz-product-grid .product-media {
  background:
    linear-gradient(145deg, rgba(0, 229, 255, 0.08), transparent 42%),
    #151515;
}

.sewirepp-home .xz-product-grid .product-media::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  pointer-events: none;
}

.sewirepp-home .xz-product-grid .badge {
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.12);
}

.sewirepp-home .xz-product-grid .product-title .price {
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.14);
}

.product-page .detail-hero,
.product-page .detail-media,
.product-page .detail-info,
.product-page .detail-qc {
  box-shadow:
    0 0 30px rgba(0, 229, 255, 0.06),
    0 0 24px rgba(255, 46, 247, 0.04);
}

@media (prefers-reduced-motion: reduce) {
  .sewirepp-home::before,
  .sewirepp-home .sew-hero::before,
  .sewirepp-home .xz-search-panel::before,
  .sewirepp-home .sew-hero h1,
  .sewirepp-home .sew-hero h2,
  .sewirepp-home .xz-product-grid .product-card {
    animation: none !important;
  }
}

@media (max-width: 620px) {
  .sewirepp-home .sew-hype-strip {
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    padding: 7px;
    border-radius: 18px;
    overflow: visible;
  }

  .sewirepp-home .sew-hype-strip span {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 8px 7px;
    text-align: center;
    font-size: 10px;
  }
}

/* Final polish: keep the first screen sharp immediately on load. */
.sewirepp-home .sew-hero-grid.reveal-surface,
.sewirepp-home .sew-hero-copy {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.sewirepp-home .sew-hero h1::before,
.sewirepp-home .sew-hero h1::after {
  display: none !important;
}

.sewirepp-home .sew-hero h1 {
  color: #fff !important;
  filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.2));
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.34),
    0 0 34px rgba(0, 229, 255, 0.34),
    0 0 62px rgba(255, 46, 247, 0.22) !important;
}

.sewirepp-home .sew-hero h1 span {
  color: #fff !important;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.34),
    0 0 40px rgba(0, 229, 255, 0.36),
    0 0 76px rgba(255, 46, 247, 0.26) !important;
}

.sewirepp-home .sew-hero h2,
.sewirepp-home .xz-spreadsheet h2,
.sewirepp-home .xz-finds-head h2 {
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.1),
    0 0 32px rgba(0, 229, 255, 0.12);
}

.sewirepp-home .sew-hype-strip {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 34px rgba(0, 229, 255, 0.12),
    0 0 30px rgba(255, 46, 247, 0.08);
}

.sewirepp-home .sew-hype-strip span:nth-child(odd) {
  background: rgba(0, 229, 255, 0.1);
}

.sewirepp-home .sew-hype-strip span:nth-child(even) {
  background: rgba(255, 46, 247, 0.09);
}

.sewirepp-home .xz-finds-head {
  padding-top: 8px;
}

.sewirepp-home .sew-hero h1 {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 18%,
    #aefbff 31%,
    #00e5ff 43%,
    #ffffff 53%,
    #ff68f8 67%,
    #ffffff 82%,
    #ffffff 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation:
    sewHeadlineFloat 5.8s ease-in-out infinite,
    sewHeadlineFlow 8.5s linear infinite;
  will-change: transform, background-position;
}

.sewirepp-home .sew-hero h1 span {
  color: inherit !important;
  -webkit-text-fill-color: transparent;
}

.sewirepp-home .sew-hero h2 {
  animation: sewWordGlow 4.8s ease-in-out infinite;
}

.product-page-main {
  padding-top: 56px !important;
}

.product-page .detail-hero {
  gap: 28px;
}

@media (max-width: 620px) {
  .sewirepp-home .xz-main-nav a[href="#converter"],
  .sewirepp-home .xz-main-nav a[href="#calculator"],
  .product-page .main-nav a[href="#converter"],
  .product-page .main-nav a[href="#calculator"],
  .product-page .main-nav a[href="/#converter"],
  .product-page .main-nav a[href="/#calculator"],
  .product-page .main-nav a[href="/admin"],
  .tracker-page .main-nav a[href="#converter"],
  .tracker-page .main-nav a[href="#calculator"],
  .tracker-page .main-nav a[href="/#converter"],
  .tracker-page .main-nav a[href="/#calculator"],
  .tracker-page .main-nav a[href="/admin"] {
    display: none !important;
  }

  .sewirepp-home .xz-main-nav,
  .product-page .main-nav,
  .tracker-page .main-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    overflow: visible !important;
  }

  .sewirepp-home .xz-main-nav a,
  .product-page .main-nav a,
  .tracker-page .main-nav a {
    min-width: 0 !important;
    padding-inline: 8px !important;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px !important;
  }

  .product-page-main {
    padding-top: 22px !important;
  }

  .product-page .detail-sheet {
    gap: 18px;
  }

  .product-page .detail-hero {
    gap: 14px;
    padding: 14px !important;
  }

  .product-page .detail-info {
    order: -1;
    gap: 12px;
    padding: 20px !important;
  }

  .product-page .detail-info h2 {
    font-size: 30px !important;
  }

  .product-page .detail-price strong {
    font-size: 38px !important;
  }

  .product-page .detail-media {
    min-height: 290px !important;
    aspect-ratio: 1 / 0.9;
  }

  .product-page .detail-media img {
    padding: 12px !important;
  }
}

/* Homepage category rail and catalog photo polish */
.sewirepp-home .sew-category-rail {
  order: 2;
  width: min(100%, 1180px);
  margin: 0 auto 26px;
  padding: 0 10px;
}

.sewirepp-home .xz-spreadsheet {
  order: 3;
}

.sewirepp-home .xz-finds-head {
  order: 4;
}

.sewirepp-home .xz-product-grid {
  order: 5;
}

.sewirepp-home .xz-load-more {
  order: 6;
}

.sewirepp-home .sew-category-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(88px, 1fr);
  gap: 12px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 4px 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

.sewirepp-home .sew-category-track::-webkit-scrollbar {
  height: 5px;
}

.sewirepp-home .sew-category-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.sewirepp-home .sew-category-tile {
  position: relative;
  display: grid;
  grid-template-rows: 92px auto;
  gap: 10px;
  min-width: 0;
  min-height: 140px;
  padding: 10px 8px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #d7d7d7;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.sewirepp-home .sew-category-tile::before {
  content: "";
  position: absolute;
  inset: 8px 8px auto;
  height: 70px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 229, 255, 0.12), transparent 60%),
    rgba(255, 255, 255, 0.035);
  opacity: 0;
  transition: opacity 180ms ease;
}

.sewirepp-home .sew-category-tile:hover,
.sewirepp-home .sew-category-tile.active {
  color: #fff;
  border-color: rgba(0, 229, 255, 0.28);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.08), 0 0 22px rgba(255, 46, 247, 0.06);
  transform: translateY(-2px);
}

.sewirepp-home .sew-category-tile:hover::before,
.sewirepp-home .sew-category-tile.active::before {
  opacity: 1;
}

.sewirepp-home .sew-category-art {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at 50% 70%, rgba(0, 229, 255, 0.16), transparent 62%),
    #08090a;
  box-shadow:
    inset 0 0 0 1px rgba(0, 229, 255, 0.08),
    0 12px 34px rgba(0, 0, 0, 0.42);
}

.sewirepp-home .sew-category-art img {
  width: 98%;
  height: 98%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.48));
  transform: translateZ(0);
  transition: transform 180ms ease, filter 180ms ease;
}

.sewirepp-home .sew-category-tile:hover .sew-category-art img,
.sewirepp-home .sew-category-tile.active .sew-category-art img {
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 16px 20px rgba(0, 229, 255, 0.14)) drop-shadow(0 12px 18px rgba(0, 0, 0, 0.5));
}

.sewirepp-home .sew-category-tile strong {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.sewirepp-home .xz-product-grid .product-media {
  min-height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sewirepp-home .xz-product-grid .product-media img {
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.48));
}

.sewirepp-home .xz-product-grid .badge {
  color: #fff;
  background:
    linear-gradient(#151515, #151515) padding-box,
    linear-gradient(90deg, rgba(0, 229, 255, 0.75), rgba(255, 46, 247, 0.7)) border-box;
  border: 1px solid transparent;
  letter-spacing: 0 !important;
}

.sewirepp-home .xz-product-grid .badge.qc-ready {
  color: #07110d;
  background:
    linear-gradient(90deg, #dcfff2, #a9ffda) padding-box,
    linear-gradient(90deg, rgba(0, 255, 163, 0.9), rgba(0, 229, 255, 0.72)) border-box;
  box-shadow: 0 0 20px rgba(0, 255, 163, 0.18);
}

.sewirepp-home .xz-product-grid .product-media.image-fallback img,
.sewirepp-home .xz-product-grid .product-media img[src^="data:image/svg"] {
  padding: 12px;
  opacity: 0.96;
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 18px rgba(0, 229, 255, 0.08));
}

.product-page .detail-media.image-fallback img,
.product-page .detail-media img[src^="data:image/svg"] {
  padding: clamp(18px, 5vw, 48px);
}

.product-page .detail-media {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 30% 20%, rgba(0, 229, 255, 0.11), transparent 36%),
    #0b0b0b !important;
}

.product-page .detail-media img {
  max-width: 100%;
  max-height: 100%;
  padding: clamp(8px, 2.2vw, 22px);
}

.product-page .detail-media.qc-hero img {
  padding: 0;
  border-radius: 18px;
  object-fit: cover;
}

@media (max-width: 940px) {
  .sewirepp-home .sew-category-rail {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-inline: 10px;
  }

  .sewirepp-home .sew-category-track {
    grid-auto-columns: 96px;
  }
}

@media (max-width: 620px) {
  .sewirepp-home .sew-category-rail {
    margin-top: -6px;
    margin-bottom: 18px;
  }

  .sewirepp-home .sew-category-track {
    grid-auto-columns: 86px;
    gap: 8px;
    padding-bottom: 12px;
  }

  .sewirepp-home .sew-category-tile {
    grid-template-rows: 74px auto;
    min-height: 118px;
    border-radius: 12px;
  }

  .sewirepp-home .sew-category-art {
    width: 72px;
    height: 72px;
  }

  .sewirepp-home .sew-category-art img {
    height: 98%;
  }

  .sewirepp-home .sew-category-tile strong {
    font-size: 11px;
  }
}

/* Motion plugin layer: Lenis + GSAP + Swiper */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.motion-pro .reveal-surface,
.motion-pro .reveal-card {
  animation: none;
}

.sewirepp-home .sew-hero h1 {
  background:
    linear-gradient(90deg, #ffffff 0%, #c7fbff 18%, #ff8cff 42%, #ffffff 58%, #00e5ff 80%, #ffffff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  will-change: background-position, transform;
}

.sewirepp-home .sew-hero h1 span {
  color: transparent;
}

.sewirepp-home .sew-category-slider {
  display: block;
  overflow: hidden;
  padding: 12px 4px 24px;
  cursor: grab;
  scrollbar-width: none;
}

.sewirepp-home .sew-category-slider:active {
  cursor: grabbing;
}

.sewirepp-home .sew-category-slider::-webkit-scrollbar {
  display: none;
}

.sewirepp-home .sew-category-slider .swiper-wrapper {
  align-items: stretch;
}

.sewirepp-home .sew-category-slider .swiper-slide {
  width: 104px;
  height: auto;
}

.sewirepp-home .sew-category-slider .sew-category-tile {
  width: 100%;
  height: 100%;
}

.sewirepp-home .sew-category-progress.swiper-scrollbar {
  left: 50%;
  bottom: 2px;
  width: min(220px, 54vw);
  height: 4px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
}

.sewirepp-home .sew-category-progress .swiper-scrollbar-drag {
  background: linear-gradient(90deg, #00e5ff, #ff2ef7);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.42);
}

.sewirepp-home .product-card {
  content-visibility: auto;
  contain-intrinsic-size: 470px 560px;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.sewirepp-home .product-media img {
  will-change: transform, filter;
}

.sewirepp-home .product-card:hover .badge {
  box-shadow:
    0 0 22px rgba(0, 229, 255, 0.28),
    0 0 22px rgba(255, 46, 247, 0.14);
}

html.perf-lite .sewirepp-home .sew-hero::before,
html.perf-lite .sewirepp-home .sew-hero::after,
html.perf-lite .sewirepp-home .xz-search-panel::before,
html.perf-lite .sewirepp-home .xz-search-row::after,
html.perf-lite .sewirepp-home .sew-hero h1,
html.perf-lite .sewirepp-home .sew-hero h2 {
  animation: none !important;
  filter: none !important;
  will-change: auto !important;
}

html.perf-lite .sewirepp-home .product-card,
html.perf-lite .sewirepp-home .product-media img,
html.perf-lite .sewirepp-home .sew-category-art img {
  transform-style: flat;
  will-change: auto;
}

@media (max-width: 620px) {
  .sewirepp-home .sew-category-slider .swiper-slide {
    width: 88px;
  }

  .sewirepp-home .sew-category-progress.swiper-scrollbar {
    width: 150px;
  }
}

/* Mobile rescue pass: compact, high-contrast, no wasted space. */
@media (max-width: 620px) {
  body,
  .sewirepp-home,
  .product-page {
    overflow-x: hidden;
  }

  .sewirepp-home .xz-main {
    padding-inline: 12px !important;
  }

  .sewirepp-home .xz-header,
  .product-page .site-header,
  .tracker-page .site-header {
    top: 8px !important;
    width: calc(100% - 18px) !important;
    border-radius: 18px !important;
  }

  .sewirepp-home .xz-nav-shell,
  .product-page .nav-shell,
  .tracker-page .nav-shell {
    gap: 8px !important;
    padding: 8px !important;
  }

  .sewirepp-home .xz-brand,
  .product-page .brand,
  .tracker-page .brand {
    min-width: 44px !important;
    width: 44px !important;
    height: 44px !important;
  }

  .sewirepp-home .xz-header-actions,
  .product-page .header-actions,
  .tracker-page .header-actions {
    display: none !important;
  }

  .sewirepp-home .xz-main-nav,
  .product-page .main-nav,
  .tracker-page .main-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .sewirepp-home .xz-main-nav a,
  .product-page .main-nav a,
  .tracker-page .main-nav a {
    min-height: 36px !important;
    padding: 0 6px !important;
    border-radius: 11px !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
  }

  .sewirepp-home .sew-hero {
    padding: 18px 0 18px !important;
  }

  .sewirepp-home .sew-hero-copy {
    gap: 14px !important;
  }

  .sewirepp-home .sew-hero h1 {
    max-width: 100% !important;
    font-size: clamp(44px, 15vw, 58px) !important;
    line-height: 0.88 !important;
  }

  .sewirepp-home .sew-hero h2 {
    font-size: 21px !important;
    line-height: 1.08 !important;
  }

  .sewirepp-home .sew-hero p:not(.xz-kicker) {
    max-width: 340px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .sewirepp-home .sew-hype-strip {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .sewirepp-home .sew-hype-strip span {
    justify-content: center !important;
    min-width: 0 !important;
    padding: 9px 8px !important;
    font-size: 10px !important;
  }

  .sewirepp-home .xz-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .sewirepp-home .xz-hero-actions .xz-btn {
    width: 100% !important;
    min-height: 46px !important;
  }

  .sewirepp-home .sew-category-rail {
    width: calc(100% + 24px) !important;
    margin: 0 -12px 16px !important;
    padding-inline: 8px !important;
  }

  .sewirepp-home .sew-category-slider {
    padding: 8px 4px 18px !important;
  }

  .sewirepp-home .sew-category-slider .swiper-slide {
    width: 98px !important;
  }

  .sewirepp-home .sew-category-tile {
    grid-template-rows: 72px auto !important;
    min-height: 114px !important;
    padding: 8px 6px 9px !important;
  }

  .sewirepp-home .sew-category-art {
    width: 70px !important;
    height: 70px !important;
  }

  .sewirepp-home .sew-category-art img {
    height: 98% !important;
  }

  .sewirepp-home .xz-spreadsheet {
    padding-top: 20px !important;
  }

  .sewirepp-home .xz-spreadsheet h2,
  .sewirepp-home .xz-finds-head h2 {
    font-size: clamp(30px, 11vw, 42px) !important;
    line-height: 0.96 !important;
  }

  .sewirepp-home .xz-search-panel {
    width: 100% !important;
  }

  .sewirepp-home .xz-search-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 9px !important;
    border-radius: 15px !important;
  }

  .sewirepp-home .xz-search-row input {
    min-height: 46px !important;
    padding: 0 12px !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  .sewirepp-home .xz-search-row button {
    width: 100% !important;
    min-height: 44px !important;
  }

  .sewirepp-home .xz-popular-tags {
    width: calc(100% + 24px) !important;
    margin-left: -12px !important;
    padding-inline: 12px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .sewirepp-home .xz-product-grid {
    order: 4 !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 44px !important;
  }

  .sewirepp-home .xz-finds-head {
    display: none !important;
  }

  .sewirepp-home .xz-product-grid .product-card,
  .sewirepp-home .xz-product-grid .product-card:first-child {
    min-height: 0 !important;
    border-radius: 18px !important;
    contain-intrinsic-size: 390px 520px !important;
  }

  .sewirepp-home .xz-product-grid .product-media {
    aspect-ratio: 1.12 / 1 !important;
    min-height: 236px !important;
  }

  .sewirepp-home .xz-product-grid .product-media img {
    padding: 12px !important;
  }

  .sewirepp-home .xz-product-grid .media-topline {
    top: 12px !important;
    left: 12px !important;
  }

  .sewirepp-home .xz-product-grid .favorite-btn {
    top: 12px !important;
    right: 12px !important;
  }

  .sewirepp-home .xz-product-grid .product-body {
    padding: 14px !important;
    gap: 9px !important;
  }

  .sewirepp-home .xz-product-grid .product-title {
    gap: 9px !important;
  }

  .sewirepp-home .xz-product-grid .product-title h3 {
    font-size: 18px !important;
    line-height: 1.14 !important;
  }

  .sewirepp-home .xz-product-grid .product-title .price {
    font-size: 25px !important;
  }

  .sewirepp-home .xz-product-grid .copy-link,
  .sewirepp-home .xz-product-grid .check-btn {
    min-height: 44px !important;
    font-size: 12px !important;
  }

  .product-page-main {
    padding: 16px 10px 52px !important;
  }

  .product-page .detail-sheet {
    gap: 14px !important;
  }

  .product-page .detail-hero {
    display: grid !important;
    gap: 14px !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .product-page .modal-close.close-link {
    display: none !important;
  }

  .product-page .detail-media {
    order: 1 !important;
  }

  .product-page .detail-info {
    order: 2 !important;
    padding: 16px !important;
  }

  .product-page .detail-info h2 {
    font-size: clamp(28px, 9vw, 36px) !important;
    line-height: 1.02 !important;
  }

  .product-page .detail-actions {
    grid-template-columns: 1fr !important;
  }

  .product-page .detail-media {
    min-height: 300px !important;
    border-radius: 16px !important;
  }

  .product-page .detail-options {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .product-page .option-grid,
  .product-page .qc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}

/* True final overrides: keep these last. */
.sewirepp-home .xz-nav-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  grid-column: auto !important;
  width: auto !important;
  justify-content: flex-end !important;
}

.sewirepp-home .xz-nav-shell {
  grid-template-columns: 88px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  min-height: 58px !important;
  padding: 8px 10px !important;
}

.sewirepp-home .xz-main-nav a {
  padding: 0 13px !important;
  font-size: 12px !important;
}

.sewirepp-home .xz-main-nav {
  width: auto !important;
  min-width: 0 !important;
}

.sewirepp-home .xz-header {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(5, 5, 5, 0.82) !important;
}

.sewirepp-home .xz-agent-select {
  min-width: 128px !important;
  height: 42px !important;
  border-radius: 999px !important;
}

.sewirepp-home .xz-agent-select .agent-select-logo {
  width: 28px !important;
  height: 28px !important;
}

.sewirepp-home .xz-agent-select .agent-select-copy {
  gap: 0 !important;
}

.sewirepp-home .xz-agent-select .agent-select-copy small {
  display: none !important;
}

.sewirepp-home .xz-icon-btn {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
}

.sewirepp-home .xz-icon-btn > span {
  font-size: 0 !important;
}

.sewirepp-home #favoriteFilterButton > span::before {
  content: "♡";
  font-size: 19px;
  line-height: 1;
}

.sewirepp-home #preferencesTriggerButton > span::before {
  content: "⚙";
  font-size: 18px;
  line-height: 1;
}

.sewirepp-home #likedCount {
  display: none !important;
}

.sewirepp-home .xz-partner-pill .partner-logo img {
  width: 74% !important;
  height: 74% !important;
  object-fit: contain !important;
}

.sewirepp-home .xz-tool-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(90deg, #00e5ff, #ff2ef7) border-box !important;
  border: 1px solid transparent !important;
}

.sewirepp-home .xz-product-grid .product-card {
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    #090909 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.sewirepp-home .xz-product-grid .product-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    #101010 !important;
}

.sewirepp-home .xz-product-grid .copy-link {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #00e5ff, #ff2ef7) border-box !important;
  color: #020202 !important;
  border: 1px solid transparent !important;
}

.converter-page .converter-hero h1 {
  background: linear-gradient(90deg, #fff, #c7fbff, #ff8cff, #fff) !important;
  background-size: 220% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  animation: sewHeadlineFlow 8.5s linear infinite !important;
}

@media (max-width: 760px) {
  .sewirepp-home .xz-nav-actions {
    display: none !important;
  }

  .sewirepp-home .xz-main-nav a[href="/converter"],
  .sewirepp-home .xz-main-nav a[href="#calculator"] {
    display: none !important;
  }

  .sewirepp-home .xz-nav-shell {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  .sewirepp-home .xz-brand,
  .sewirepp-home .xz-brand-mark {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .sewirepp-home .xz-main-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 4px !important;
    padding: 4px !important;
    overflow: hidden !important;
  }

  .sewirepp-home .xz-main-nav a {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 4px !important;
    overflow: hidden !important;
    font-size: 0 !important;
    white-space: nowrap !important;
  }

  .sewirepp-home .xz-main-nav a::after {
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  .sewirepp-home .xz-main-nav a[href="/"]::after {
    content: "Home";
  }

  .sewirepp-home .xz-main-nav a[href="/tracker"]::after {
    content: "Track";
  }

  .sewirepp-home .xz-main-nav a[href="#spreadsheet"]::after {
    content: "Finder";
  }
}

/* Product/tracker mobile nav rescue: this must stay last. */
@media (max-width: 760px) {
  .product-page .nav-actions,
  .tracker-page .nav-actions {
    display: none !important;
  }

  .product-page .nav-shell,
  .tracker-page .nav-shell {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  .product-page .brand,
  .tracker-page .brand,
  .product-page .brand-mark,
  .tracker-page .brand-mark {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  .product-page .main-nav a[href="/converter"],
  .product-page .main-nav a[href="/#calculator"],
  .product-page .main-nav a[href="/admin"],
  .tracker-page .main-nav a[href="/converter"],
  .tracker-page .main-nav a[href="/#calculator"],
  .tracker-page .main-nav a[href="/admin"] {
    display: none !important;
  }

  .product-page .main-nav,
  .tracker-page .main-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 4px !important;
    padding: 4px !important;
    overflow: hidden !important;
  }

  .product-page .main-nav a,
  .tracker-page .main-nav a {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 4px !important;
    overflow: hidden !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    white-space: nowrap !important;
  }

  .product-page .main-nav a::after,
  .tracker-page .main-nav a::after {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #f8f8f8 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .product-page .main-nav a[href="/"]::after,
  .tracker-page .main-nav a[href="/"]::after {
    content: "Home";
  }

  .product-page .main-nav a[href="/tracker"]::after,
  .tracker-page .main-nav a[href="/tracker"]::after {
    content: "Track";
  }

  .product-page .main-nav a[href="/#spreadsheet"]::after,
  .tracker-page .main-nav a[href="/#spreadsheet"]::after {
    content: "Finder";
  }
}

/* Absolute final category rail override. */
.sewirepp-home .sew-category-slider .swiper-slide {
  width: 134px !important;
}

@media (max-width: 700px) {
  .sewirepp-home .sew-category-slider .swiper-slide {
    width: 122px !important;
  }

  .sewirepp-home .sew-category-tile {
    grid-template-rows: 86px auto !important;
    min-height: 138px !important;
  }

  .sewirepp-home .sew-category-art {
    width: 100% !important;
    height: 86px !important;
  }
}

/* Absolute final category rail spacing. */
.sewirepp-home .sew-category-slider,
.sewirepp-home .sew-category-track {
  padding: 10px 6px 22px !important;
}

.sewirepp-home .sew-category-art img[src^="data:image/svg"] {
  padding: 0 !important;
  transform: scale(1.18) !important;
}

@media (max-width: 700px) {
  .sewirepp-home .sew-category-rail {
    width: calc(100% + 18px) !important;
    margin: 2px -9px 24px !important;
  }

  .sewirepp-home .sew-category-slider,
  .sewirepp-home .sew-category-track {
    padding: 10px 6px 22px !important;
  }
}
