:root {
  --rz-green: #22c55e;
  --rz-green-dark: #16a34a;
  --rz-text: #111827;
  --rz-text-soft: #6b7280;
  --rz-line: #e5e7eb;
  --rz-bg: #f7faf8;
  --rz-surface: #ffffff;
  --rz-surface-soft: #fbfbfb;
  --rz-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  --rz-shadow-soft: 0 12px 28px rgba(15, 23, 42, 0.05);
  --rz-radius-xl: 32px;
  --rz-radius-lg: 24px;
  --rz-radius-md: 18px;
}

/* 2026-05-04 profile badge/nav repair */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.25em;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 1em;
  overflow: hidden;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#page-profile .rz-profile-menu-btn[data-rz-profile-overview="true"] {
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
}

#page-profile .rz-profile-menu-btn[data-rz-profile-overview="true"]:hover {
  background: rgba(34, 197, 94, .08) !important;
  color: #15803d !important;
}

.rz-badge-vault {
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 197, 94, .11), transparent 26%),
    radial-gradient(circle at 92% 6%, rgba(250, 204, 21, .10), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8fafc) !important;
}

.rz-badge-vault-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.rz-badge-vault-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 18px !important;
  border-radius: 26px !important;
  border-color: rgba(15, 23, 42, .08) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 197, 94, .10), transparent 32%),
    #fff !important;
}

.rz-badge-vault-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .70), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .80), transparent 20%);
  opacity: .74;
}

.rz-badge-vault-card > * {
  position: relative;
  z-index: 1;
}

.rz-badge-vault-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rz-badge-vault-status {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .12);
  color: #15803d;
  font-size: 11px;
  font-weight: 950;
}

.rz-badge-vault-icon {
  width: 58px !important;
  height: 58px !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .72),
    0 14px 28px rgba(34, 197, 94, .16);
}

.rz-badge-vault-icon .material-symbols-outlined,
.rz-earned-badge-icon .material-symbols-outlined,
.rz-badge-system-head .material-symbols-outlined,
.rz-badge-category-top .material-symbols-outlined,
.rz-earned-badge-chip .material-symbols-outlined {
  text-transform: none !important;
  letter-spacing: normal !important;
  max-width: 1em;
  overflow: hidden;
}

.rz-badge-vault-icon .material-symbols-outlined {
  font-size: 31px !important;
}

.rz-badge-vault-copy strong {
  margin-top: 2px;
  font-size: 16px !important;
  letter-spacing: -.025em;
}

.rz-badge-vault-copy small {
  display: inline-flex !important;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .10);
}

.rz-badge-vault-card em {
  font-weight: 850 !important;
}

.rz-badge-vault-card.is-earned {
  border-color: rgba(34, 197, 94, .34) !important;
  box-shadow: 0 20px 52px rgba(34, 197, 94, .12) !important;
}

.rz-badge-vault-card.is-earned .rz-badge-vault-icon {
  background: linear-gradient(135deg, #22c55e, #14b8a6) !important;
  color: #fff !important;
}

.rz-badge-vault-card.is-earned .rz-badge-vault-status {
  background: #16a34a;
  color: #fff;
}

.rz-badge-vault-card.is-locked {
  opacity: .82 !important;
  filter: none !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(148, 163, 184, .10), transparent 32%),
    linear-gradient(180deg, #ffffff, #f8fafc) !important;
}

.rz-badge-vault-card.is-locked .rz-badge-vault-status {
  background: rgba(148, 163, 184, .15);
  color: #64748b;
}

.rz-badge-vault-card.is-locked .rz-badge-vault-copy small {
  background: rgba(148, 163, 184, .12);
  color: #64748b;
}

@media (max-width: 1023px) {
  .rz-badge-vault-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .rz-badge-vault-grid {
    grid-template-columns: 1fr !important;
  }

  .rz-badge-vault-card {
    min-height: auto;
    display: block !important;
  }

  .rz-badge-vault-progress {
    grid-column: auto !important;
    margin-top: 10px !important;
  }
}

html,
body,
button,
input,
textarea,
select {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: linear-gradient(180deg, #f8fbf8 0%, #ffffff 22%);
  color: var(--rz-text);
}

.rz-page-shell {
  position: relative;
}

.rz-page-shell > * {
  position: relative;
  z-index: 1;
}

.rz-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.rz-header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr minmax(260px, 430px) auto;
  gap: 28px;
  align-items: center;
}

.rz-brand img {
  width: 98px;
  height: auto;
  display: block;
}

.rz-desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rz-nav-link {
  position: relative;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
  transition: color .2s ease;
}

.rz-nav-link:hover,
.rz-nav-link.is-active {
  color: var(--rz-green-dark);
}

.rz-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--rz-green);
}

.rz-header-search {
  position: relative;
  width: 100%;
}

.rz-search-input {
  width: 100%;
  height: 52px;
  padding: 0 56px 0 18px;
  border: 1px solid var(--rz-line);
  border-radius: 16px;
  background: #fff;
  font-size: 14px;
  color: var(--rz-text);
  outline: none;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.03);
}

.rz-search-input:focus {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
}

.rz-search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  border-radius: 12px;
}

.rz-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rz-primary-btn,
.rz-ghost-btn,
.rz-icon-btn,
.rz-profile-chip {
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  transition: all .2s ease;
}

.rz-primary-btn {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--rz-green);
  color: white;
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.25);
}

.rz-primary-btn:hover {
  background: var(--rz-green-dark);
}

.rz-ghost-btn {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--rz-line);
  color: var(--rz-text);
  background: #fff;
}

.rz-ghost-btn:hover,
.rz-icon-btn:hover,
.rz-profile-chip:hover {
  border-color: rgba(34, 197, 94, 0.4);
  color: var(--rz-green-dark);
}

.rz-icon-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rz-line);
  color: #4b5563;
  background: #fff;
}

.rz-profile-chip {
  min-height: 48px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--rz-line);
  background: #fff;
  color: var(--rz-text);
}

.rz-profile-avatar,
.rz-mobile-profile-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--rz-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

#rz-auth-guest.hidden,
#rz-auth-user.hidden,
#rz-mobile-guest.hidden,
#rz-mobile-profile.hidden,
.rz-gallery-thumbs.hidden {
  display: none !important;
}

.rz-cookie-shell,
.rz-cookie-copy,
.rz-cookie-actions {
  min-width: 0;
}

.rz-cookie-copy p {
  overflow-wrap: anywhere;
}

.rz-mobile-menu {
  display: none;
  padding: 12px 16px 18px;
  border-top: 1px solid rgba(229, 231, 235, 0.9);
  background: #fff;
}

.rz-mobile-menu.open {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rz-mobile-menu-link {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  border-radius: 14px;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
}

.rz-mobile-auth-btn {
  width: 100%;
  text-align: left;
}

#dark-toggle {
  display: none;
}

.rz-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rz-breadcrumb button:hover {
  color: var(--rz-green-dark);
}

.rz-hero-section,
.rz-categories-hero,
.rz-profile-hero,
.rz-product-hero {
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: var(--rz-radius-xl);
  background: #fff;
  box-shadow: var(--rz-shadow);
}

.rz-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 520px);
  gap: 28px;
  padding: 26px 28px 18px;
}

.rz-home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 8px;
}

.rz-home-hero-copy h1,
.rz-categories-hero-copy h1,
.rz-product-copy h1,
.rz-profile-identity h1 {
  color: var(--rz-text);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.rz-home-hero-copy h1 {
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1.02;
  max-width: 560px;
}

.rz-home-hero-copy h1 span {
  color: var(--rz-green);
}

.rz-home-hero-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  max-width: 420px;
  margin-top: 18px;
}

.rz-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rz-proof-cluster {
  display: flex;
  align-items: center;
  margin-top: 26px;
  justify-content: flex-start;
}

.rz-proof-cluster p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.45;
}

.rz-proof-cluster strong {
  color: var(--rz-text);
}

.rz-proof-faces {
  display: flex;
}

.rz-proof-faces span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border-radius: 999px;
  border: 3px solid #fff;
  background: linear-gradient(135deg, #0f172a, #16a34a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.rz-proof-faces span:first-child {
  margin-left: 0;
}

.rz-home-hero-visual,
.rz-categories-hero-visual {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.12), transparent 62%),
    linear-gradient(180deg, #f7fcf7 0%, #ffffff 72%);
}

.rz-home-hero-visual img,
.rz-categories-hero-visual img {
  display: block;
}

.rz-hero-basket-image {
  position: absolute;
  inset: auto 0 -14px auto;
  width: min(100%, 560px);
}

.rz-hero-leaf {
  position: absolute;
  width: 88px;
  opacity: 0.95;
}

.rz-hero-leaf-left {
  left: 12px;
  bottom: 108px;
}

.rz-hero-leaf-right {
  right: 8px;
  top: 42px;
}

@keyframes rzHeroFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -10px, 0) scale(1.012);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.rz-home-stat-row,
.rz-product-kpis,
.rz-profile-metrics {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.rz-home-stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rz-stat-slab,
.rz-product-kpis article,
.rz-profile-metrics article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid var(--rz-line);
  background: #fff;
  box-shadow: var(--rz-shadow-soft);
}

.rz-stat-slab .material-symbols-outlined,
.rz-product-kpis .material-symbols-outlined,
.rz-profile-metrics .material-symbols-outlined {
  color: var(--rz-green);
  font-size: 28px;
  font-variation-settings: "FILL" 0;
}

.rz-stat-slab strong,
.rz-product-kpis strong,
.rz-profile-metrics strong {
  display: block;
  color: var(--rz-text);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.rz-stat-slab p,
.rz-product-kpis p,
.rz-profile-metrics p {
  color: #374151;
  font-size: 15px;
  font-weight: 700;
}

.rz-stat-slab small {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.rz-section-block {
  margin-top: 28px;
}

.rz-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.rz-section-heading.centered {
  justify-content: center;
}

.rz-section-heading h2,
.rz-summary-box h3,
.rz-profile-level-card h3 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--rz-text);
}

.rz-section-heading a {
  color: var(--rz-green-dark);
  font-size: 14px;
  font-weight: 800;
}

.rz-home-category-grid,
.rz-showcase-grid,
.rz-category-grid,
.rz-badge-strip,
.rz-mini-product-grid {
  display: grid;
  gap: 16px;
}

.rz-home-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.rz-showcase-grid-6,
.rz-category-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

.rz-home-category-card,
.rz-category-card,
.rz-showcase-card,
.rz-testimonial-card,
.rz-how-card,
.rz-sidebar-panel,
.rz-summary-box,
.rz-badge-card,
.rz-reviewed-card,
.rz-mini-product-card {
  background: #fff;
  border: 1px solid var(--rz-line);
  border-radius: 24px;
  box-shadow: var(--rz-shadow-soft);
}

.rz-home-category-card,
.rz-category-card {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.rz-category-card-image {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rz-home-category-card img,
.rz-category-card-image img,
.rz-showcase-card img,
.rz-discussed-card img,
.rz-mini-product-image img,
.rz-reviewed-visual img,
.rz-sidebar-product-tease img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.28s ease;
}

.rz-category-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rz-category-picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rz-category-card-image .rz-category-picture,
.rz-reviewed-visual .rz-category-picture {
  position: relative;
  height: 160px;
  overflow: hidden;
  border-radius: 14px;
}

.rz-category-card-image .rz-category-picture img,
.rz-reviewed-visual .rz-category-picture img {
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  aspect-ratio: auto;
}

.rz-quick-cat-thumb,
.rz-sidebar-cat-thumb,
.rz-mobile-cat-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf5 100%);
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.12);
  object-fit: contain;
  padding: 2px;
  flex-shrink: 0;
}

.rz-sidebar-cat-thumb {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 8px;
}

.rz-mobile-cat-thumb {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 8px;
}

.rz-home-category-card img {
  aspect-ratio: 1 / 1;
  max-height: 170px;
}

.rz-home-category-card h3,
.rz-category-card h3,
.rz-showcase-card h3,
.rz-reviewed-card h3,
.rz-discussed-card h3,
.rz-mini-product-card h4 {
  color: var(--rz-text);
  font-weight: 800;
}

.rz-home-category-card h3,
.rz-category-card h3 {
  font-size: 20px;
  margin-top: 10px;
}

.rz-home-category-card p,
.rz-category-card p {
  margin-top: 6px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.rz-category-card-body {
  margin-top: auto;
}

.rz-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.rz-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .rz-hero-basket-image {
    animation: rzHeroFloat 7.5s ease-in-out infinite;
    transform-origin: center bottom;
    will-change: transform, filter;
  }

  .rz-home-category-card,
  .rz-category-card,
  .rz-showcase-card,
  .rz-reviewed-card,
  .rz-mini-product-card,
  .rz-testimonial-card,
  .rz-sidebar-panel,
  .rz-summary-box {
    transition:
      transform 0.24s ease,
      box-shadow 0.24s ease,
      border-color 0.24s ease;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .rz-home-hero-visual:hover .rz-hero-basket-image {
    transform: translate3d(0, -6px, 0) scale(1.02);
    filter: drop-shadow(0 18px 36px rgba(15, 23, 42, 0.16));
  }

  .rz-home-category-card:hover,
  .rz-category-card:hover,
  .rz-showcase-card:hover,
  .rz-reviewed-card:hover,
  .rz-mini-product-card:hover,
  .rz-testimonial-card:hover,
  .rz-sidebar-panel:hover,
  .rz-summary-box:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
    border-color: rgba(34, 197, 94, 0.2);
  }

  .rz-home-category-card:hover img,
  .rz-category-card:hover .rz-category-card-image img {
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rz-reveal,
  .rz-home-category-card,
  .rz-category-card,
  .rz-showcase-card,
  .rz-reviewed-card,
  .rz-mini-product-card,
  .rz-testimonial-card,
  .rz-sidebar-panel,
  .rz-summary-box,
  .rz-home-category-card img,
  .rz-category-card-image img,
  .rz-showcase-card img,
  .rz-discussed-card img,
  .rz-mini-product-image img,
  .rz-reviewed-visual img,
  .rz-sidebar-product-tease img,
  .rz-hero-basket-image {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.rz-showcase-card {
  position: relative;
  padding: 14px;
  min-width: 0;
}

.rz-card-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.9);
}

.rz-showcase-card img {
  aspect-ratio: 1 / 1;
  padding: 6px;
}

.rz-showcase-card h3 {
  font-size: 15px;
  line-height: 1.45;
  margin-top: 10px;
  min-height: 52px;
}

.rz-rating-line,
.rz-mini-product-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.rz-rating-line span,
.rz-mini-product-meta span,
.rz-reviewed-rating span {
  color: #f59e0b;
}

.rz-rating-line small,
.rz-mini-product-meta small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.rz-discussed-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rz-discussed-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.rz-discussed-card img {
  width: 72px;
  flex: 0 0 72px;
}

.rz-discussed-card h3 {
  font-size: 16px;
}

.rz-discussed-card p {
  color: var(--rz-green-dark);
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

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

.rz-how-card {
  padding: 24px;
  position: relative;
}

.rz-how-number {
  color: var(--rz-text);
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 10px;
}

.rz-how-card .material-symbols-outlined {
  color: var(--rz-green);
  font-size: 34px;
}

.rz-how-card h3 {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 800;
}

.rz-how-card p,
.rz-campaign-placeholder p,
.rz-testimonial-card p,
.rz-sidebar-panel p,
.rz-profile-subtitle,
.rz-level-meta p,
.rz-level-rules span,
.rz-activity-list p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.rz-campaign-placeholder {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 2px dashed rgba(34, 197, 94, 0.25);
  border-radius: 24px;
  background: #fff;
}

.rz-campaign-placeholder .material-symbols-outlined {
  color: #9ca3af;
  font-size: 34px;
}

.rz-campaign-placeholder h3,
.rz-testimonial-head strong,
.rz-level-meta strong,
.rz-activity-list strong {
  color: var(--rz-text);
  font-size: 20px;
  font-weight: 900;
}

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

.rz-testimonial-card {
  padding: 20px;
}

.rz-testimonial-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.rz-testimonial-head span,
.rz-testimonial-card small {
  color: var(--rz-green-dark);
  font-size: 12px;
  font-weight: 800;
}

.rz-home-trust-strip {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rz-home-trust-strip article {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.rz-home-trust-strip .material-symbols-outlined {
  color: var(--rz-green);
}

.rz-home-trust-strip strong {
  color: var(--rz-text);
  font-size: 16px;
  font-weight: 800;
}

.rz-home-trust-strip p {
  color: #6b7280;
  font-size: 13px;
  margin-top: 4px;
}

.rz-categories-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .95fr);
  gap: 24px;
  padding: 24px 26px;
}

.rz-categories-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rz-categories-hero-copy h1 {
  font-size: clamp(42px, 4vw, 60px);
  margin-bottom: 12px;
}

.rz-categories-hero-copy p {
  max-width: 540px;
  color: #4b5563;
  line-height: 1.7;
}

.rz-categories-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.rz-categories-sidebar,
.rz-profile-sidebar,
.rz-product-sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rz-sidebar-panel {
  padding: 18px;
}

.rz-sidebar-title {
  font-size: 18px;
  font-weight: 900;
  color: var(--rz-text);
  margin-bottom: 14px;
}

.rz-sidebar-filter-list,
.rz-quick-cat-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rz-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid var(--rz-line);
  padding: 12px 14px;
  color: var(--rz-text);
  font-size: 14px;
  font-weight: 800;
  background: var(--rz-surface-soft);
}

.rz-filter-head small {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
}

.rz-filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rz-filter-chip-row:empty {
  display: none;
}

.rz-filter-chip {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--rz-line);
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  transition: all .2s ease;
}

.rz-filter-chip:hover {
  border-color: rgba(34, 197, 94, 0.4);
  color: var(--rz-green-dark);
  background: rgba(34, 197, 94, 0.04);
}

.rz-filter-chip.is-active {
  border-color: var(--rz-green);
  background: rgba(34, 197, 94, 0.12);
  color: var(--rz-green-dark);
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.12);
}

.rz-sidebar-filter-list button,
.rz-quick-cat-link,
.rz-sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid var(--rz-line);
  padding: 12px 14px;
  color: var(--rz-text);
  font-size: 14px;
  font-weight: 700;
  background: var(--rz-surface-soft);
}

.rz-sidebar-filter-list button small {
  color: #9ca3af;
  font-size: 12px;
}

.rz-sidebar-toggle input {
  accent-color: var(--rz-green);
}

.rz-sidebar-cta {
  width: 100%;
  margin-top: 14px;
  min-height: 42px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: var(--rz-green-dark);
  font-size: 14px;
  font-weight: 800;
}

.rz-sidebar-stat-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 10px;
}

.rz-sidebar-stat-item strong {
  color: var(--rz-green-dark);
  font-size: 28px;
  font-weight: 900;
}

.rz-sidebar-stat-item span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.rz-category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rz-category-card-image {
  padding: 8px;
}

.rz-category-card-image img {
  aspect-ratio: 1 / 1;
}

.rz-category-card-body {
  text-align: left;
  padding-top: 8px;
}

.rz-category-card-body span {
  display: inline-block;
  margin-top: 10px;
  color: var(--rz-green-dark);
  font-size: 13px;
  font-weight: 800;
}

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

.rz-reviewed-card {
  position: relative;
  padding: 14px;
}

.rz-reviewed-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--rz-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.rz-reviewed-visual img {
  aspect-ratio: 1 / 1;
}

.rz-reviewed-body p {
  color: #6b7280;
  font-size: 13px;
  margin-top: 4px;
}

.rz-reviewed-rating {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 900;
}

.rz-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 20px;
  padding: 22px;
}

.rz-profile-hero-main {
  display: flex;
  gap: 22px;
  align-items: center;
}

.rz-profile-photo {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(34, 197, 94, 0.04));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
  box-shadow: var(--rz-shadow);
}

.rz-profile-photo .material-symbols-outlined {
  color: var(--rz-green);
  font-size: 76px;
}

.rz-profile-photo-edit {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--rz-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.25);
}

.rz-profile-identity h1 {
  font-size: clamp(36px, 3vw, 54px);
}

.rz-profile-handle {
  color: #4b5563;
  font-size: 20px;
  font-weight: 800;
  margin-top: 6px;
}

.rz-profile-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: var(--rz-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.rz-profile-social-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.rz-profile-social-stats button,
.rz-profile-social-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #6b7280;
  text-align: left;
}

.rz-profile-social-stats strong {
  color: var(--rz-text);
  font-size: 30px;
  font-weight: 900;
}

.rz-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rz-profile-level-card {
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--rz-line);
  background: #fff;
}

.rz-level-row {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.rz-level-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid var(--rz-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  background: #f9fafb;
}

.rz-level-badge.current {
  color: #fff;
  background: var(--rz-green);
}

.rz-level-track {
  height: 12px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.rz-level-bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #16a34a, #4ade80);
}

.rz-level-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.rz-level-meta strong {
  font-size: 18px;
}

.rz-level-meta span {
  color: var(--rz-text);
  font-size: 20px;
  font-weight: 900;
}

.rz-level-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 18px;
}

.rz-level-rules div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.rz-level-rules strong {
  color: var(--rz-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.rz-profile-metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rz-profile-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.rz-profile-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rz-profile-favorite-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.rz-profile-menu-btn {
  background: transparent;
  margin-bottom: 8px;
}

.rz-profile-menu-btn:hover {
  background: #f9fafb;
}

.rz-completion-meter {
  height: 10px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
  margin: 10px 0 12px;
}

.rz-completion-meter div {
  height: 100%;
  width: 85%;
  background: linear-gradient(90deg, #16a34a, #4ade80);
}

.rz-logout-link {
  min-height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #ef4444;
  font-size: 14px;
  font-weight: 800;
}

.rz-profile-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rz-profile-review-card {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--rz-line);
  background: #fff;
  box-shadow: var(--rz-shadow-soft);
}

.rz-profile-review-meta,
.rz-profile-review-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rz-profile-review-meta span {
  color: var(--rz-green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.rz-profile-review-meta small {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.rz-profile-review-card h3 {
  margin-top: 12px;
  color: var(--rz-text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.rz-profile-review-card p {
  margin-top: 10px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}

.rz-profile-review-foot {
  justify-content: flex-start;
  margin-top: 16px;
}

.rz-profile-review-foot img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
  background: #f8fafc;
  border: 1px solid var(--rz-line);
}

.rz-profile-review-foot div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.rz-profile-below-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}

.rz-badge-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rz-badge-card {
  padding: 14px 12px;
  text-align: center;
}

.rz-badge-card.active {
  border-color: rgba(34, 197, 94, 0.35);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.12), #fff);
}

.rz-badge-card .material-symbols-outlined {
  color: var(--rz-green-dark);
  font-size: 32px;
}

.rz-badge-card strong {
  display: block;
  margin-top: 8px;
  color: var(--rz-text);
  font-size: 13px;
  font-weight: 900;
}

.rz-badge-card small {
  display: block;
  color: #6b7280;
  font-size: 11px;
  margin-top: 4px;
  font-weight: 700;
}

.rz-activity-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rz-activity-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.rz-activity-list .material-symbols-outlined {
  color: var(--rz-green-dark);
}

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

.rz-mini-product-card {
  padding: 14px;
}

.rz-mini-product-image img {
  aspect-ratio: 1 / 1;
}

.rz-mini-product-card h4 {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}

.rz-product-hero {
  display: grid;
  grid-template-columns: minmax(360px, 460px) minmax(320px, 1fr) 300px;
  align-items: start;
  gap: 28px;
  padding: 26px;
}

.rz-product-gallery-column {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
}

.rz-product-gallery-column.no-thumbs {
  grid-template-columns: minmax(0, 1fr);
}

.rz-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rz-gallery-thumb {
  padding: 8px;
  border-radius: 18px;
  border: 1px solid var(--rz-line);
  background: #fff;
  box-shadow: var(--rz-shadow-soft);
}

.rz-gallery-thumb.is-active {
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

.rz-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.rz-product-main-image {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--rz-line);
  background: linear-gradient(180deg, #fafafa, #ffffff);
}

.rz-product-image {
  width: 92%;
  max-width: 100%;
  max-height: 390px;
  object-fit: contain;
  transition: transform .7s ease;
}

.rz-product-image:hover {
  transform: scale(1.05);
}

.rz-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 8px;
}

.rz-product-top-tags,
.rz-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rz-product-chip {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: var(--rz-green-dark);
  font-size: 12px;
  font-weight: 800;
}

.rz-product-chip.muted {
  background: #f3f4f6;
  color: #4b5563;
}

.rz-product-copy h1 {
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  margin-top: 14px;
}

.rz-product-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.rz-product-rating-score {
  color: var(--rz-text);
  font-size: 56px;
  font-weight: 900;
}

.rz-product-rating-count {
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.rz-product-stars {
  color: #f59e0b;
}

.rz-product-action-btn {
  min-width: 132px;
}

.rz-product-side-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.rz-summary-box {
  padding: 18px 18px 16px;
}

.rz-summary-score {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #f59e0b;
}

.rz-summary-score strong {
  color: var(--rz-text);
  font-size: 54px;
  font-weight: 900;
}

.rz-summary-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rz-summary-list li {
  position: relative;
  padding-left: 20px;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
}

.rz-summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.rz-summary-list.positive li::before {
  background: var(--rz-green);
}

.rz-summary-list.negative li::before {
  background: #ef4444;
}

.rz-breakdown-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
}

.rz-breakdown-row div {
  height: 8px;
  border-radius: 999px;
  background: #eef2f7;
  overflow: hidden;
}

.rz-breakdown-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.rz-related-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rz-related-sidebar-list .product-card {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

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

.rz-product-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  margin-bottom: 80px;
}

.rz-product-review-main {
  min-width: 0;
}

.rz-sidebar-product-tease {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(229, 231, 235, 0.9);
}

.rz-sidebar-product-tease > div:last-child {
  min-width: 0;
}

.rz-sidebar-product-tease:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.rz-sidebar-product-tease img {
  width: 64px;
  flex: 0 0 64px;
}

.rz-sidebar-product-tease strong {
  display: block;
  color: var(--rz-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  word-break: break-word;
}

.rz-sidebar-product-tease p {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.rz-footer {
  background: #111827;
}

.rz-footer-top {
  display: grid;
  grid-template-columns: 1.1fr .7fr .7fr 1fr;
  gap: 24px;
}

.rz-footer-logo {
  width: 92px;
  height: auto;
}

.rz-footer-brand p {
  margin-top: 16px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
  max-width: 320px;
}

.rz-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.rz-footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
}

.rz-footer-socials a:hover {
  border-color: rgba(34, 197, 94, 0.5);
  color: #fff;
  background: rgba(34, 197, 94, 0.15);
}

.rz-footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 12px;
}

.rz-footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rz-footer-list a {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 600;
}

.rz-footer-newsletter {
  display: flex;
  gap: 10px;
}

.rz-footer-newsletter input,
.rz-footer-input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
}

.rz-footer-newsletter button,
.rz-footer-submit {
  min-height: 44px;
  border-radius: 14px;
  background: var(--rz-green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 0 16px;
}

.rz-footer-suggestion-box {
  margin-top: 16px;
}

#footer-suggest-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rz-footer-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rz-footer-bottom {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.rz-mobile-bottom-nav {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 45;
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
}

.rz-mobile-bottom-nav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
}

.rz-mobile-bottom-nav button.is-active,
.rz-mobile-bottom-nav button:hover {
  color: var(--rz-green-dark);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.page,
.rz-page-shell,
.rz-categories-layout,
.rz-product-review-layout,
.rz-profile-layout,
.rz-profile-below-grid,
.rz-home-category-grid,
.rz-showcase-grid,
.rz-discussed-row,
.rz-mini-product-grid,
.rz-reviewed-grid {
  min-width: 0;
}

img {
  max-width: 100%;
}

@media (max-width: 1279px) {
  .rz-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .rz-product-hero {
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  }

  .rz-product-side-summary {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rz-profile-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .rz-hero-section,
  .rz-categories-hero,
  .rz-profile-hero,
  .rz-product-hero,
  .rz-categories-layout,
  .rz-profile-layout,
  .rz-profile-below-grid,
  .rz-footer-top {
    grid-template-columns: 1fr;
  }

  .rz-home-stat-row,
  .rz-profile-metrics,
  .rz-product-kpis,
  .rz-how-grid,
  .rz-testimonial-grid,
  .rz-home-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rz-home-category-grid,
  .rz-showcase-grid-6,
  .rz-category-grid-6,
  .rz-category-grid-4,
  .rz-reviewed-grid,
  .rz-mini-product-grid,
  .rz-badge-strip,
  .rz-profile-favorite-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rz-category-card-image {
    min-height: 140px;
  }

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

  .rz-gallery-thumbs {
    flex-direction: row;
    overflow-x: auto;
  }

  .rz-categories-layout {
    gap: 18px;
  }

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

@media (max-width: 767px) {
  #rz-auth-guest,
  #rz-auth-user {
    display: none !important;
  }

  .rz-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 12px;
  }

  .rz-header-search,
  .rz-desktop-nav {
    display: none !important;
  }

  .rz-header-actions {
    flex: 0 0 auto;
    gap: 8px;
  }

  .rz-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .rz-section-heading.centered {
    align-items: center;
  }

  .rz-proof-cluster {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .rz-product-actions .rz-product-action-btn,
  .rz-profile-actions .rz-primary-btn,
  .rz-profile-actions .rz-ghost-btn {
    width: 100%;
  }

  .rz-discussed-card a {
    align-items: center;
    gap: 12px;
  }

  .rz-brand img {
    width: 86px;
  }

  .rz-page-shell {
    padding-bottom: 96px;
  }

  .rz-mobile-bottom-nav {
    display: grid;
  }

  .rz-hero-section,
  .rz-categories-hero,
  .rz-profile-hero,
  .rz-product-hero,
  .rz-stat-slab,
  .rz-product-kpis article,
  .rz-profile-metrics article {
    border-radius: 24px;
  }

  .rz-hero-section {
    padding: 20px;
    gap: 20px;
  }

  .rz-profile-review-grid,
  .rz-profile-favorite-grid {
    grid-template-columns: 1fr;
  }

  .rz-home-hero-copy h1,
  .rz-categories-hero-copy h1,
  .rz-profile-identity h1,
  .rz-product-copy h1,
  .rz-section-heading h2,
  .rz-summary-box h3,
  .rz-profile-level-card h3 {
    font-size: 30px;
  }

  .rz-home-hero-copy p,
  .rz-categories-hero-copy p {
    font-size: 15px;
  }

  .rz-home-category-card,
  .rz-category-card,
  .rz-showcase-card,
  .rz-reviewed-card,
  .rz-mini-product-card {
    border-radius: 20px;
  }

  .rz-home-category-card h3,
  .rz-category-card h3 {
    font-size: 18px;
  }

  .rz-category-card-image {
    min-height: 124px;
  }

  .rz-home-category-card img,
  .rz-category-card-image img,
  .rz-showcase-card img,
  .rz-reviewed-visual img,
  .rz-mini-product-image img {
    max-height: 132px;
  }

  .rz-home-stat-row,
  .rz-profile-metrics,
  .rz-discussed-row,
  .rz-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .rz-product-kpis,
  .rz-how-grid,
  .rz-home-trust-strip,
  .rz-home-category-grid,
  .rz-showcase-grid-6,
  .rz-category-grid-6,
  .rz-category-grid-4,
  .rz-reviewed-grid,
  .rz-mini-product-grid,
  .rz-badge-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rz-product-review-layout,
  .rz-profile-review-grid,
  .rz-profile-favorite-grid {
    grid-template-columns: 1fr;
  }

  .rz-footer-top {
    gap: 20px;
  }

  .rz-sidebar-panel,
  .rz-summary-box,
  .rz-profile-level-card {
    min-width: 0;
  }

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

  .rz-profile-hero-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .rz-profile-photo {
    width: 132px;
    height: 132px;
  }

  .rz-profile-social-stats {
    gap: 12px;
  }

  .rz-product-rating-score {
    font-size: 42px;
  }

  .rz-stat-slab strong,
  .rz-product-kpis strong,
  .rz-profile-metrics strong {
    font-size: 28px;
  }

  .rz-footer-newsletter {
    flex-direction: column;
  }

  .rz-footer-top {
    gap: 18px;
  }

  .rz-cookie-shell,
  .rz-cookie-copy,
  .rz-cookie-actions {
    width: 100%;
  }

  .rz-cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rz-cookie-actions > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .rz-filter-head {
    padding: 11px 12px;
    font-size: 13px;
  }

  .rz-filter-chip {
    width: calc(50% - 5px);
    justify-content: center;
  }
}

.rz-earned-badge-chip-row,
.rz-review-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rz-earned-badge-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  max-width: 100%;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(20, 184, 166, 0.16));
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.rz-earned-badge-chip .material-symbols-outlined {
  font-size: 16px;
  color: #16a34a;
}

.rz-earned-badge-chip.is-compact {
  min-height: 28px;
  padding: 0 10px;
  font-size: 11px;
}

.rz-earned-badge-chip[data-tone="purple"],
.rz-earned-badge-chip[data-tone="pink"] {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(236, 72, 153, 0.12));
}

.rz-earned-badge-chip[data-tone="gold"],
.rz-earned-badge-chip[data-tone="black-gold"],
.rz-earned-badge-chip[data-tone="bronze"],
.rz-earned-badge-chip[data-tone="silver"] {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(250, 204, 21, 0.18));
}

.rz-review-badge-row {
  margin: 6px 0 2px;
}

.rz-earned-badge-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.rz-earned-badge-card[data-tone="purple"],
.rz-earned-badge-card[data-tone="pink"] {
  background: linear-gradient(180deg, rgba(250, 245, 255, 0.98), #ffffff);
}

.rz-earned-badge-card[data-tone="gold"],
.rz-earned-badge-card[data-tone="black-gold"],
.rz-earned-badge-card[data-tone="bronze"],
.rz-earned-badge-card[data-tone="silver"] {
  background: linear-gradient(180deg, rgba(255, 250, 235, 0.96), #ffffff);
}

.rz-earned-badge-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(34, 197, 94, 0.05));
  color: #16a34a;
}

.rz-earned-badge-icon .material-symbols-outlined {
  font-size: 28px;
}

.rz-earned-badge-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rz-earned-badge-copy strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.rz-earned-badge-copy small {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.rz-badge-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.rz-badge-system-card {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.rz-badge-system-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rz-badge-system-head .material-symbols-outlined {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  font-size: 24px;
}

.rz-badge-system-head strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.rz-badge-system-head small,
.rz-badge-system-main p,
.rz-badge-system-foot span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.rz-badge-system-main {
  margin-top: 16px;
}

.rz-badge-system-main h4 {
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.rz-badge-system-main p {
  margin-top: 6px;
}

.rz-badge-progress {
  width: 100%;
  height: 10px;
  margin-top: 16px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.rz-badge-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c55e, #14b8a6);
}

.rz-badge-system-foot {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rz-badge-system-foot strong {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.rz-badge-category-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.rz-badge-category-card {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.rz-badge-category-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rz-badge-category-top .material-symbols-outlined {
  font-size: 20px;
  color: #16a34a;
}

.rz-badge-category-top strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
}

.rz-badge-category-card p {
  margin-top: 10px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.rz-badge-category-card small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.rz-badge-earned-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}

.rz-badge-earned-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.rz-badge-confetti-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rz-badge-earned-card {
  position: relative;
  width: min(92vw, 430px);
  padding: 28px 24px 24px;
  border-radius: 30px;
  background: radial-gradient(circle at top, rgba(34,197,94,0.16), transparent 38%), linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
  text-align: center;
  transform: translateY(16px) scale(.96);
  transition: transform .28s ease;
}

.rz-badge-earned-overlay.is-visible .rz-badge-earned-card {
  transform: translateY(0) scale(1);
}

.rz-badge-earned-dismiss {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
}

.rz-badge-earned-kicker {
  color: #16a34a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.rz-badge-earned-icon {
  width: 86px;
  height: 86px;
  margin: 14px auto 10px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 42px;
  background: linear-gradient(135deg, #dcfce7, #ccfbf1);
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.18);
}

.rz-badge-earned-name {
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}

.rz-badge-earned-meta {
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.rz-badge-earned-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.rz-badge-earned-primary,
.rz-badge-earned-secondary {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.rz-badge-earned-primary {
  border: none;
  background: #22c55e;
  color: #fff;
}

.rz-badge-earned-secondary {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #0f172a;
}

@media (max-width: 1024px) {
  .rz-badge-system-grid,
  .rz-badge-category-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .rz-earned-badge-card {
    padding: 14px 16px;
    min-height: 84px;
  }

  .rz-earned-badge-copy strong {
    font-size: 14px;
  }

  .rz-badge-system-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rz-badge-earned-actions {
    flex-direction: column;
  }

  .rz-badge-earned-primary,
  .rz-badge-earned-secondary {
    width: 100%;
  }
}

/* Profile/category QA patch: navigation-first category cards and compact profile tabs */
#page-categories .rz-category-card-image img,
#page-categories .rz-category-picture img,
#page-categories .rz-reviewed-visual img {
  cursor: pointer !important;
}

.rz-reviewed-card {
  overflow: visible;
}

.rz-reviewed-rank {
  z-index: 5;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .28), 0 0 0 3px #fff;
}

.rz-reviewed-visual {
  position: relative;
  z-index: 1;
}

.rz-reviewed-body {
  position: relative;
  z-index: 2;
}

#profile-tab-section > .rz-profile-below-grid.hidden,
#profile-tab-section > .rz-section-block.hidden {
  display: none !important;
}

.rz-profile-tab-host,
.rz-following-grid {
  min-height: 0;
}

.rz-profile-empty-state {
  min-height: 220px;
  padding: 34px 22px;
  border: 1px dashed rgba(15, 23, 42, .14);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  display: grid;
  place-items: center;
  text-align: center;
  gap: 8px;
  color: #64748b;
}

.rz-profile-empty-state .material-symbols-outlined {
  color: #16a34a;
  font-size: 42px;
}

.rz-profile-empty-state strong {
  color: #0f172a;
  font-size: 17px;
  font-weight: 950;
}

.rz-profile-empty-state p {
  max-width: 420px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.rz-soft-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.rz-badge-system-grid-tab {
  margin-top: 18px;
}

.rz-following-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rz-following-card {
  min-width: 0;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.rz-following-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, .12);
  color: #16a34a;
  font-weight: 950;
}

.rz-following-card strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

.rz-following-card small {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}

.rz-following-open {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
  font-size: 12px;
  font-weight: 950;
}

@media (max-width: 768px) {
  .rz-following-grid {
    grid-template-columns: 1fr;
  }

  .rz-following-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .rz-following-open {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Final QA polish: rating, review deep-link, category lightbox, badge vault */
.rz-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
  color: #f59e0b;
  white-space: nowrap;
}

.rz-star-rating > span {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
}

.rz-star-rating .is-empty {
  color: #d1d5db;
}

.rz-star-rating .is-half {
  color: transparent;
  background: linear-gradient(90deg, #f59e0b 52%, #d1d5db 52%);
  -webkit-background-clip: text;
  background-clip: text;
}

.rz-star-rating.rz-star-lg {
  font-size: clamp(24px, 2.2vw, 34px);
}

.rz-product-stars {
  display: inline-flex;
  align-items: center;
}

.rz-summary-score span,
.rz-rating-line span,
.rz-reviewed-rating span {
  letter-spacing: 1px;
  color: #f59e0b;
}

.rz-testimonial-clickable {
  cursor: pointer;
  position: relative;
}

.rz-testimonial-clickable::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 0 rgba(34, 197, 94, 0);
  transition: box-shadow .2s ease;
}

.rz-testimonial-clickable:hover::after,
.rz-testimonial-clickable:focus-visible::after {
  box-shadow: inset 0 0 0 2px rgba(34, 197, 94, .45);
}

.rz-review-highlight {
  animation: rzReviewPulse 4.2s ease both;
}

@keyframes rzReviewPulse {
  0%, 100% {
    box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
    border-color: rgba(226, 232, 240, 1);
  }
  12%, 72% {
    box-shadow: 0 22px 54px rgba(34, 197, 94, .22);
    border-color: rgba(34, 197, 94, .65);
    background: linear-gradient(180deg, rgba(240, 253, 244, .95), #fff);
  }
}

.rz-category-card-image,
.rz-reviewed-visual,
.rz-mini-product-image,
.rz-showcase-card {
  overflow: hidden;
}

.rz-category-card-image img,
.rz-category-picture img,
.rz-reviewed-visual img,
.rz-quick-cat-thumb,
.rz-sidebar-cat-thumb {
  object-fit: contain !important;
}

.rz-category-card-image img,
.rz-category-picture img {
  cursor: pointer;
}

body.rz-lightbox-open {
  overflow: hidden;
}

.rz-category-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, .72);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.rz-category-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.rz-category-lightbox figure {
  width: min(92vw, 760px);
  max-height: 86vh;
  margin: 0;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 34px;
  background: radial-gradient(circle at top, rgba(34, 197, 94, .12), transparent 40%), #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
  transform: translateY(12px) scale(.98);
  transition: transform .22s ease;
}

.rz-category-lightbox.is-open figure {
  transform: translateY(0) scale(1);
}

.rz-category-lightbox img {
  width: 100%;
  height: min(64vh, 620px);
  object-fit: contain;
  display: block;
}

.rz-category-lightbox figcaption {
  margin-top: 12px;
  color: #0f172a;
  font-weight: 900;
  text-align: center;
}

.rz-category-lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .22);
}

.rz-filter-reset {
  color: #334155 !important;
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
}

.rz-badge-vault {
  margin-top: 18px;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.rz-badge-vault-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.rz-badge-vault-head h3 {
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.rz-badge-vault-head p {
  margin-top: 4px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.rz-badge-vault-head strong {
  padding: 10px 14px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.rz-badge-vault-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rz-badge-vault-card {
  min-width: 0;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rz-badge-vault-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
  border-color: rgba(34, 197, 94, .26);
}

.rz-badge-vault-card.is-locked {
  background: linear-gradient(180deg, #f8fafc, #fff);
  filter: grayscale(.95);
  opacity: .68;
}

.rz-badge-vault-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(34, 197, 94, .16), rgba(20, 184, 166, .12));
  color: #16a34a;
}

.rz-badge-vault-card[data-tone="gold"] .rz-badge-vault-icon,
.rz-badge-vault-card[data-tone="black-gold"] .rz-badge-vault-icon,
.rz-badge-vault-card[data-tone="bronze"] .rz-badge-vault-icon,
.rz-badge-vault-card[data-tone="silver"] .rz-badge-vault-icon {
  background: linear-gradient(135deg, rgba(245, 158, 11, .18), rgba(250, 204, 21, .16));
  color: #b45309;
}

.rz-badge-vault-card[data-tone="purple"] .rz-badge-vault-icon,
.rz-badge-vault-card[data-tone="pink"] .rz-badge-vault-icon {
  background: linear-gradient(135deg, rgba(168, 85, 247, .16), rgba(236, 72, 153, .12));
  color: #9333ea;
}

.rz-badge-vault-copy {
  margin-top: 12px;
}

.rz-badge-vault-copy strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
}

.rz-badge-vault-copy small {
  display: block;
  margin-top: 3px;
  color: #16a34a;
  font-size: 11px;
  font-weight: 900;
}

.rz-badge-vault-copy p,
.rz-badge-vault-card em {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  font-style: normal;
}

.rz-badge-vault-progress {
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #e5e7eb;
}

.rz-badge-vault-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c55e, #14b8a6);
}

.rz-product-hero {
  align-items: start;
}

.rz-product-main-image {
  background: radial-gradient(circle at 50% 18%, rgba(34, 197, 94, .07), transparent 44%), #f8fafc;
}

.rz-product-main-image .rz-product-image {
  object-fit: contain;
}

.rz-product-review-layout .bg-slate-50,
#reviews-list > [data-review-id] {
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

@media (max-width: 1024px) {
  .rz-badge-vault-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rz-product-rating-row {
    gap: 8px;
  }

  .rz-star-rating.rz-star-lg {
    font-size: 25px;
  }

  .rz-category-lightbox {
    padding: 14px;
  }

  .rz-category-lightbox figure {
    border-radius: 26px;
    padding: 16px;
  }

  .rz-badge-vault-head {
    flex-direction: column;
  }

  .rz-badge-vault-grid {
    grid-template-columns: 1fr;
  }

  .rz-product-hero,
  .rz-profile-hero {
    gap: 18px;
  }
}

/* Premium UI/mobile polish pass - 2026-05-03 */
.rz-page-shell {
  max-width: 1280px;
}

.rz-primary-btn,
.rz-ghost-btn,
.rz-product-action-btn,
.rz-sidebar-cta,
.rz-filter-chip,
#login-modal button {
  transition:
    transform .18s cubic-bezier(.22, 1, .36, 1),
    box-shadow .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    color .18s ease;
}

.rz-categories-hero-visual > img:first-child {
  position: absolute;
  right: clamp(-18px, -1.5vw, 0px);
  bottom: -10px;
  width: min(100%, 455px);
  max-height: 100%;
  object-fit: contain;
}

.rz-categories-hero-visual .rz-hero-leaf {
  z-index: 2;
}

.rz-category-card,
.rz-reviewed-card,
.rz-mini-product-card,
.rz-profile-review-card,
.rz-badge-vault-card {
  will-change: transform;
}

.rz-category-card-image,
.rz-reviewed-visual,
.rz-mini-product-image,
.rz-product-main-image {
  background:
    radial-gradient(circle at 50% 24%, rgba(34, 197, 94, .08), transparent 52%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.rz-product-hero {
  grid-template-columns: minmax(300px, 390px) minmax(320px, 1fr) minmax(260px, 292px);
  gap: 22px;
  padding: 22px;
}

.rz-product-main-image {
  min-height: 360px;
}

.rz-product-image {
  max-height: 315px;
}

.rz-profile-photo {
  width: 156px;
  height: 156px;
  border-width: 6px;
}

.rz-profile-metrics article,
.rz-product-kpis article,
.rz-stat-slab {
  min-width: 0;
}

.rz-badge-vault-card.is-earned {
  position: relative;
  overflow: hidden;
  border-color: rgba(34, 197, 94, .24);
  background:
    radial-gradient(circle at 14% 0%, rgba(34, 197, 94, .12), transparent 36%),
    #fff;
}

.rz-badge-vault-card.is-earned::after {
  content: "";
  position: absolute;
  inset: -55% auto auto -40%;
  width: 52%;
  height: 210%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), transparent);
  opacity: 0;
  pointer-events: none;
}

.rz-badge-vault-card.is-locked {
  filter: grayscale(.85);
  opacity: .62;
}

.rz-badge-vault-card.is-locked .rz-badge-vault-icon {
  color: #94a3b8 !important;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0) !important;
}

.rz-badge-earned-card {
  overflow: hidden;
}

.rz-badge-earned-card::before {
  content: "";
  position: absolute;
  inset: -80px auto auto -120px;
  width: 180px;
  height: 260px;
  transform: rotate(26deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  animation: rzBadgeEarnedShine 2.6s ease-in-out infinite;
}

.rz-badge-earned-icon {
  animation: rzBadgePrizeFloat 2.3s ease-in-out infinite;
}

@keyframes rzBadgeEarnedShine {
  0% {
    transform: translateX(-80px) rotate(26deg);
    opacity: 0;
  }

  34% {
    opacity: .9;
  }

  72%,
  100% {
    transform: translateX(620px) rotate(26deg);
    opacity: 0;
  }
}

@keyframes rzBadgePrizeFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.035);
  }
}

@keyframes rzSoftPress {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(.965);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rzFavoritePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .32);
  }

  45% {
    transform: scale(1.09);
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@keyframes rzRatingPop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.12) rotate(-2deg);
  }

  100% {
    transform: scale(1);
  }
}

.rz-press-pop {
  animation: rzSoftPress .28s ease;
}

.rz-fav-pop {
  animation: rzFavoritePulse .48s ease;
}

.rz-rating-pop {
  animation: rzRatingPop .36s ease;
}

@media (hover: hover) and (pointer: fine) {
  .rz-primary-btn:hover,
  .rz-ghost-btn:hover,
  .rz-product-action-btn:hover,
  .rz-sidebar-cta:hover,
  #login-modal button:hover {
    transform: translateY(-1px);
  }

  .rz-badge-vault-card.is-earned:hover::after {
    animation: rzBadgeEarnedShine 1.5s ease;
    opacity: .9;
  }
}

@media (min-width: 1024px) {
  .rz-home-hero-visual {
    min-height: 360px;
  }

  .rz-hero-basket-image {
    width: min(95%, 500px);
  }

  .rz-categories-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    align-items: stretch;
  }

  .rz-categories-hero-visual {
    min-height: 280px;
  }

  .rz-category-card-image .rz-category-picture,
  .rz-reviewed-visual .rz-category-picture {
    height: 138px;
  }
}

@media (max-width: 1023px) {
  .rz-product-hero {
    grid-template-columns: 1fr;
  }

  .rz-categories-hero-visual {
    min-height: 240px;
  }

  .rz-categories-hero-visual > img:first-child {
    width: min(96%, 400px);
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .rz-header-inner {
    min-height: 62px;
  }

  .rz-page-shell {
    padding: 14px 14px 96px !important;
  }

  .rz-breadcrumb {
    margin-bottom: 12px;
    font-size: 12px;
    gap: 7px;
  }

  .rz-hero-section,
  .rz-categories-hero,
  .rz-product-hero,
  .rz-profile-hero {
    padding: 16px !important;
    gap: 14px !important;
    border-radius: 22px !important;
  }

  .rz-home-hero-copy {
    padding: 4px 0 0;
  }

  .rz-home-hero-copy h1 {
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.03;
    max-width: 340px;
  }

  .rz-home-hero-copy p,
  .rz-categories-hero-copy p {
    margin-top: 11px;
    font-size: 14.5px !important;
    line-height: 1.55;
  }

  .rz-hero-buttons {
    margin-top: 16px;
    gap: 9px;
  }

  .rz-hero-buttons .rz-primary-btn,
  .rz-hero-buttons .rz-ghost-btn {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 15px;
  }

  .rz-proof-cluster {
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
    gap: 10px;
  }

  .rz-proof-faces span {
    width: 28px;
    height: 28px;
    border-width: 2px;
    font-size: 9px;
  }

  .rz-proof-cluster p {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .rz-home-hero-visual {
    min-height: 218px !important;
    border-radius: 20px;
  }

  .rz-categories-hero-visual {
    min-height: 158px !important;
    max-height: 180px;
    border-radius: 20px;
  }

  .rz-categories-hero-visual > img:first-child {
    right: -10px;
    bottom: -7px;
    width: min(96%, 300px);
  }

  .rz-hero-basket-image {
    width: min(96%, 315px);
    right: -8px;
    bottom: -5px;
  }

  .rz-hero-leaf {
    width: 44px;
    opacity: .72;
  }

  .rz-hero-leaf-left {
    left: -6px;
    bottom: 58px;
  }

  .rz-hero-leaf-right {
    right: -2px;
    top: 24px;
  }

  .rz-home-stat-row {
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-top: 12px;
  }

  .rz-stat-slab,
  .rz-product-kpis article,
  .rz-profile-metrics article {
    padding: 12px 13px !important;
    gap: 10px;
    border-radius: 18px !important;
  }

  .rz-stat-slab strong,
  .rz-product-kpis strong,
  .rz-profile-metrics strong {
    font-size: 23px !important;
  }

  .rz-stat-slab p,
  .rz-product-kpis p,
  .rz-profile-metrics p {
    font-size: 12.5px;
    line-height: 1.25;
  }

  .rz-section-block {
    margin-top: 20px;
  }

  .rz-section-heading {
    margin-bottom: 10px;
    gap: 7px;
  }

  .rz-section-heading h2 {
    font-size: 24px !important;
    line-height: 1.08;
  }

  .rz-home-category-grid,
  .rz-showcase-grid-6,
  .rz-category-grid-6,
  .rz-category-grid-4,
  .rz-reviewed-grid,
  .rz-mini-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .rz-home-category-card,
  .rz-category-card,
  .rz-showcase-card,
  .rz-reviewed-card,
  .rz-mini-product-card {
    min-height: 0;
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .rz-category-card-image {
    min-height: 94px !important;
    padding: 3px !important;
  }

  .rz-category-card-image .rz-category-picture,
  .rz-reviewed-visual .rz-category-picture {
    height: 94px !important;
    border-radius: 13px;
  }

  .rz-home-category-card img,
  .rz-category-card-image img,
  .rz-showcase-card img,
  .rz-reviewed-visual img,
  .rz-mini-product-image img {
    max-height: 100px !important;
  }

  .rz-category-card h3,
  .rz-home-category-card h3 {
    font-size: 15px !important;
    line-height: 1.22;
    margin-top: 7px;
  }

  .rz-category-card p,
  .rz-home-category-card p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
  }

  .rz-category-card-body {
    padding-top: 5px;
  }

  .rz-category-card-body span {
    margin-top: 6px;
    font-size: 12px;
  }

  .rz-categories-layout,
  .rz-profile-layout {
    display: block !important;
    margin-top: 14px;
  }

  .rz-categories-sidebar,
  .rz-profile-sidebar {
    gap: 12px;
    margin-bottom: 14px;
  }

  .rz-sidebar-panel,
  .rz-summary-box,
  .rz-profile-level-card {
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .rz-sidebar-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .rz-filter-chip-row {
    gap: 8px;
  }

  .rz-filter-chip {
    width: auto !important;
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .rz-quick-cat-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .rz-quick-cat-link {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .rz-reviewed-rank {
    top: 8px;
    left: 8px;
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .rz-reviewed-visual {
    min-height: 92px;
    display: grid;
    place-items: center;
  }

  .rz-reviewed-body h3 {
    font-size: 13px;
    line-height: 1.25;
  }

  .rz-reviewed-body p,
  .rz-reviewed-rating {
    font-size: 12px;
  }

  .rz-product-gallery-column {
    gap: 10px;
  }

  .rz-gallery-thumbs {
    gap: 8px;
    padding-bottom: 4px;
  }

  .rz-gallery-thumb {
    width: 62px;
    min-width: 62px;
    padding: 6px;
    border-radius: 14px;
  }

  .rz-product-main-image {
    min-height: 238px !important;
    padding: 13px;
    border-radius: 20px;
  }

  .rz-product-image {
    width: 88%;
    max-height: 212px !important;
  }

  .rz-product-copy h1 {
    font-size: 26px !important;
    line-height: 1.15;
    margin-top: 10px;
  }

  .rz-product-rating-row {
    margin-top: 12px;
  }

  .rz-product-rating-score {
    font-size: 36px !important;
  }

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

  .rz-product-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .rz-product-kpis article {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .rz-profile-hero-main {
    align-items: center !important;
    text-align: center;
    gap: 12px;
  }

  .rz-profile-photo {
    width: 104px !important;
    height: 104px !important;
    border-width: 5px;
  }

  .rz-profile-photo .material-symbols-outlined {
    font-size: 48px;
  }

  .rz-profile-photo-edit {
    right: 3px;
    bottom: 3px;
    width: 34px;
    height: 34px;
  }

  .rz-profile-identity h1 {
    font-size: 28px !important;
  }

  .rz-profile-handle {
    font-size: 14px;
  }

  .rz-profile-badge {
    min-height: 28px;
    padding: 0 11px;
    font-size: 11px;
  }

  .rz-profile-social-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .rz-profile-social-stats button,
  .rz-profile-social-stats div {
    align-items: center;
    min-width: 0;
    padding: 10px 6px;
    border: 1px solid var(--rz-line);
    border-radius: 16px;
    background: #fff;
    text-align: center;
  }

  .rz-profile-social-stats strong {
    font-size: 22px;
  }

  .rz-profile-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
  }

  .rz-level-row {
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
  }

  .rz-level-badge {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .rz-level-meta {
    font-size: 12px;
  }

  .rz-level-meta strong,
  .rz-level-meta span {
    font-size: 14px;
  }

  .rz-level-rules {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rz-profile-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .rz-profile-menu-btn {
    min-height: 42px;
    border-radius: 14px;
  }

  .rz-profile-review-grid,
  .rz-profile-favorite-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  #profile-tab-section > .flex.gap-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible !important;
    gap: 7px !important;
    padding: 7px !important;
  }

  #profile-tab-section .profile-tab-top {
    min-width: 0;
    min-height: 38px;
    padding: 8px 9px !important;
    white-space: normal !important;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.15;
  }

  .rz-profile-review-card {
    padding: 14px;
    border-radius: 18px;
  }

  .rz-badge-vault {
    padding: 14px !important;
    border-radius: 22px;
  }

  .rz-badge-vault-head {
    gap: 10px;
  }

  .rz-badge-vault-head h3 {
    font-size: 22px;
  }

  .rz-badge-vault-head strong {
    align-self: flex-start;
  }

  .rz-badge-vault-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .rz-badge-vault-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 13px !important;
    border-radius: 18px;
  }

  .rz-badge-vault-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .rz-badge-vault-copy {
    margin-top: 0;
  }

  .rz-badge-vault-progress {
    grid-column: 2;
    margin-top: 3px;
  }

  #login-modal {
    align-items: flex-end !important;
    padding: 10px !important;
  }

  #login-modal > div {
    max-width: 100% !important;
    max-height: 92vh !important;
    border-radius: 26px 26px 0 0 !important;
  }

  #login-modal > div > div {
    display: block !important;
    max-height: 92vh !important;
  }

  #login-modal > div > div > div:last-child {
    padding: 16px !important;
    max-height: 92vh !important;
  }

  #login-modal #login-title {
    font-size: 26px !important;
  }

  #login-modal .login-desc {
    max-width: 270px;
    line-height: 1.45;
  }

  #login-modal input,
  #login-modal button {
    min-height: 44px;
    border-radius: 15px !important;
  }

  #login-modal #signup-consents {
    border-radius: 18px !important;
  }

  #cookie-banner {
    padding: 10px 12px !important;
  }

  #cookie-banner .rz-cookie-shell {
    gap: 10px;
  }

  #cookie-banner .rz-cookie-copy {
    gap: 9px;
  }

  #cookie-banner .rz-cookie-copy .material-symbols-outlined {
    font-size: 21px;
  }

  #cookie-banner .rz-cookie-copy p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  #cookie-banner .rz-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  #cookie-banner .rz-cookie-actions a {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 11px;
  }

  #cookie-banner .rz-cookie-actions button {
    min-height: 40px;
    padding: 0 12px !important;
    border-radius: 13px !important;
  }
}

@media (max-width: 420px) {
  .rz-page-shell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .rz-home-category-grid,
  .rz-showcase-grid-6,
  .rz-category-grid-6,
  .rz-category-grid-4,
  .rz-reviewed-grid,
  .rz-mini-product-grid {
    gap: 8px !important;
  }

  .rz-category-card h3,
  .rz-home-category-card h3 {
    font-size: 14px !important;
  }

  .rz-product-kpis,
  .rz-profile-metrics {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-05-04 QA polish: denser category cards, calmer product detail, compact consent */
.rz-category-card-image .rz-category-picture img,
.rz-reviewed-visual .rz-category-picture img,
.rz-home-category-card img {
  transform: scale(1.08);
  transform-origin: center;
}

@media (hover: hover) and (pointer: fine) {
  .rz-category-card:hover .rz-category-card-image img,
  .rz-reviewed-card:hover .rz-category-picture img,
  .rz-home-category-card:hover img {
    transform: scale(1.14);
  }
}

@media (min-width: 1024px) {
  .rz-product-hero {
    grid-template-columns: minmax(290px, 380px) minmax(0, 1fr) minmax(240px, 280px) !important;
  }

  .rz-product-copy h1 {
    font-size: clamp(30px, 2.35vw, 42px) !important;
    line-height: 1.1;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
  }

  .rz-product-rating-score {
    font-size: 50px !important;
  }

  .rz-product-main-image {
    min-height: 330px !important;
  }

  .rz-product-image {
    max-height: 300px !important;
  }
}

@media (max-width: 767px) {
  .rz-category-card-image .rz-category-picture img,
  .rz-reviewed-visual .rz-category-picture img,
  .rz-home-category-card img {
    transform: scale(1.11);
  }

  .rz-category-card-image {
    min-height: 104px !important;
  }

  .rz-category-card-image .rz-category-picture,
  .rz-reviewed-visual .rz-category-picture {
    height: 104px !important;
  }

  .rz-product-copy h1 {
    font-size: clamp(23px, 7vw, 27px) !important;
    letter-spacing: -0.04em;
  }

  .rz-product-rating-row {
    align-items: center;
  }

  #cookie-banner .rz-cookie-copy p {
    font-size: 12px;
    line-height: 1.35;
  }

  #cookie-banner .rz-cookie-actions button {
    min-height: 38px;
  }
}

/* 2026-05-04 profile premium trial */
.rz-profile-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(34, 197, 94, .16) !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(34, 197, 94, .16), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(20, 184, 166, .12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fffb 55%, #f8fafc 100%) !important;
  box-shadow: 0 30px 90px rgba(15, 23, 42, .08) !important;
}

.rz-profile-hero::before,
.rz-profile-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.rz-profile-hero::before {
  width: 230px;
  height: 230px;
  right: -82px;
  top: -94px;
  background: rgba(34, 197, 94, .12);
  filter: blur(2px);
}

.rz-profile-hero::after {
  width: 145px;
  height: 145px;
  left: 38%;
  bottom: -76px;
  background: rgba(250, 204, 21, .11);
}

.rz-profile-hero > * {
  position: relative;
  z-index: 1;
}

.rz-profile-hero-main {
  min-width: 0;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  background: rgba(255, 255, 255, .70);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}

.rz-profile-photo {
  flex: 0 0 auto;
  border-color: #fff !important;
  box-shadow:
    0 24px 58px rgba(15, 23, 42, .16),
    0 0 0 8px rgba(34, 197, 94, .06) !important;
}

.rz-profile-photo-edit {
  box-shadow: 0 14px 30px rgba(34, 197, 94, .30) !important;
}

.rz-profile-identity {
  min-width: 0;
}

.rz-profile-identity h1 {
  font-size: clamp(34px, 2.8vw, 48px) !important;
  letter-spacing: -0.055em;
}

.rz-profile-handle {
  font-size: clamp(16px, 1.5vw, 19px) !important;
}

.rz-profile-subtitle {
  max-width: 560px;
  color: #475569 !important;
}

.rz-profile-badge {
  border: 1px solid rgba(34, 197, 94, .20);
  background: linear-gradient(135deg, rgba(34, 197, 94, .17), rgba(20, 184, 166, .12)) !important;
  box-shadow: 0 10px 24px rgba(34, 197, 94, .10);
}

.rz-profile-social-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  gap: 10px !important;
  max-width: 440px;
}

.rz-profile-social-stats button,
.rz-profile-social-stats div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.rz-profile-social-stats strong {
  font-size: clamp(24px, 2vw, 30px) !important;
  letter-spacing: -0.04em;
}

.rz-profile-actions {
  gap: 10px !important;
}

.rz-profile-actions .rz-primary-btn {
  box-shadow: 0 15px 34px rgba(34, 197, 94, .24);
}

.rz-profile-actions .rz-ghost-btn {
  background: rgba(255, 255, 255, .78);
}

.rz-profile-level-card {
  border-color: rgba(34, 197, 94, .16) !important;
  background:
    radial-gradient(circle at 10% 8%, rgba(34, 197, 94, .13), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 250, 252, .88)) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .075);
}

.rz-profile-level-card h3 {
  font-size: clamp(22px, 2vw, 28px) !important;
}

.rz-level-badge.current {
  box-shadow: 0 16px 32px rgba(34, 197, 94, .28);
}

.rz-level-track {
  height: 14px !important;
  background: rgba(226, 232, 240, .9) !important;
}

.rz-level-bar {
  background: linear-gradient(90deg, #16a34a, #22c55e, #86efac) !important;
  box-shadow: 0 0 18px rgba(34, 197, 94, .38);
}

.rz-level-rules {
  gap: 10px !important;
}

.rz-level-rules div {
  align-items: center;
  padding: 10px 11px;
  border: 1px solid rgba(226, 232, 240, .82);
  border-radius: 15px;
  background: rgba(255, 255, 255, .72);
}

.rz-profile-metrics article {
  border-color: rgba(226, 232, 240, .85) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 197, 94, .09), transparent 38%),
    #fff !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .055) !important;
}

.rz-profile-metrics article .material-symbols-outlined {
  filter: drop-shadow(0 10px 16px rgba(34, 197, 94, .16));
}

.rz-profile-layout {
  align-items: start;
}

.rz-profile-sidebar {
  border-color: rgba(226, 232, 240, .88) !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .055);
}

.rz-profile-menu-btn {
  border-radius: 16px !important;
  transition:
    transform .18s ease,
    background-color .18s ease,
    color .18s ease,
    box-shadow .18s ease;
}

.rz-profile-menu-btn:hover {
  transform: translateX(2px);
  background: rgba(34, 197, 94, .08) !important;
}

.rz-profile-menu-btn.bg-green-50,
.rz-profile-menu-btn.text-green-700 {
  background: linear-gradient(135deg, rgba(34, 197, 94, .14), rgba(20, 184, 166, .08)) !important;
  color: #15803d !important;
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, .12);
}

.rz-profile-main .rz-section-block {
  border-color: rgba(226, 232, 240, .86) !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .052);
}

.rz-profile-review-card,
.rz-following-card,
.rz-badge-vault-card {
  border-color: rgba(226, 232, 240, .86) !important;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .055) !important;
}

@media (hover: hover) and (pointer: fine) {
  .rz-profile-metrics article:hover,
  .rz-profile-review-card:hover,
  .rz-following-card:hover,
  .rz-badge-vault-card:hover {
    transform: translateY(-3px);
  }
}

@media (min-width: 1024px) {
  .rz-profile-sidebar {
    position: sticky;
    top: 92px;
  }
}

@media (max-width: 767px) {
  .rz-profile-hero {
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .rz-profile-hero-main {
    align-items: center !important;
    padding: 14px;
    border-radius: 22px;
    text-align: center;
  }

  .rz-profile-photo {
    width: 118px !important;
    height: 118px !important;
    border-width: 5px !important;
  }

  .rz-profile-photo .material-symbols-outlined {
    font-size: 56px !important;
  }

  .rz-profile-photo-edit {
    right: 6px !important;
    bottom: 6px !important;
    width: 34px !important;
    height: 34px !important;
  }

  .rz-profile-identity h1 {
    font-size: 30px !important;
  }

  .rz-profile-handle {
    margin-top: 3px !important;
    font-size: 15px !important;
  }

  .rz-profile-social-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    gap: 8px !important;
  }

  .rz-profile-social-stats button,
  .rz-profile-social-stats div {
    align-items: center;
    padding: 10px 6px;
    text-align: center;
  }

  .rz-profile-social-stats strong {
    font-size: 20px !important;
  }

  .rz-profile-actions {
    width: 100%;
  }

  .rz-profile-level-card {
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .rz-level-row {
    grid-template-columns: 44px 1fr 44px !important;
    gap: 10px !important;
  }

  .rz-level-badge {
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px !important;
  }

  .rz-level-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px !important;
  }

  .rz-level-meta span {
    font-size: 17px !important;
  }

  .rz-level-rules {
    grid-template-columns: 1fr !important;
  }

  .rz-level-rules div {
    padding: 9px 10px;
  }

  .rz-profile-sidebar {
    position: static;
  }

  .rz-profile-menu-btn:hover {
    transform: none;
  }
}

@supports not ((backdrop-filter: blur(10px))) {
  .rz-profile-hero-main,
  .rz-profile-level-card {
    background: #fff !important;
  }
}

/* 2026-05-04 category/listing/product polish */
@media (min-width: 900px) {
  #categories-featured-grid.rz-category-grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

#categories-featured-grid .rz-main-category-card {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 176px;
  padding: 16px;
  text-align: left;
}

#categories-featured-grid .rz-main-category-card .rz-category-card-image {
  min-height: 118px !important;
  padding: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 20%, rgba(34, 197, 94, .10), transparent 52%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

#categories-featured-grid .rz-main-category-card .rz-category-card-image img {
  width: 112px !important;
  height: 112px !important;
  max-height: 112px !important;
  object-fit: contain !important;
}

#categories-featured-grid .rz-main-category-card .rz-category-card-body {
  margin-top: 0;
  padding-top: 0;
}

#categories-featured-grid .rz-main-category-card h3 {
  margin-top: 0;
  font-size: 19px;
  line-height: 1.18;
}

#categories-featured-grid .rz-main-category-card p {
  font-size: 13px;
  line-height: 1.45;
}

.rz-listing-toolbar {
  align-items: center;
}

.rz-listing-toolbar select {
  min-height: 42px;
}

@media (min-width: 768px) {
  #login-modal > div {
    max-width: 920px !important;
  }

  #login-modal > div > div {
    grid-template-columns: .86fr 1fr;
  }

  #login-modal > div > div > div:first-child {
    padding: 42px 38px !important;
  }
}

@media (max-width: 767px) {
  #categories-featured-grid.rz-category-grid-6 {
    grid-template-columns: 1fr !important;
  }

  #categories-featured-grid .rz-main-category-card {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 118px;
    gap: 12px;
    padding: 12px;
    border-radius: 20px;
  }

  #categories-featured-grid .rz-main-category-card .rz-category-card-image {
    min-height: 82px !important;
    border-radius: 16px;
  }

  #categories-featured-grid .rz-main-category-card .rz-category-card-image img {
    width: 76px !important;
    height: 76px !important;
    max-height: 76px !important;
  }

  #categories-featured-grid .rz-main-category-card h3 {
    font-size: 17px !important;
  }

  #categories-featured-grid .rz-main-category-card p {
    font-size: 12.5px;
  }

  .rz-listing-toolbar {
    align-items: flex-start !important;
    padding: 12px !important;
    gap: 12px !important;
  }

  .rz-listing-toolbar > div:first-child {
    width: 100%;
    justify-content: space-between;
  }

  .rz-listing-toolbar-controls {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .rz-rating-filter-group {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 7px !important;
  }

  .rz-min-rating-buttons {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px !important;
  }

  .rz-min-rating-buttons button {
    width: 100% !important;
    height: 36px !important;
  }

  .rz-listing-toolbar select {
    width: 100%;
  }

  .rz-product-main-image {
    min-height: 210px !important;
    padding: 10px !important;
  }

  .rz-product-image {
    max-height: 180px !important;
  }

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

  .rz-product-actions .rz-primary-btn {
    grid-column: 1 / -1;
  }

  .rz-product-actions .rz-product-action-btn {
    width: 100%;
    min-width: 0 !important;
    min-height: 46px;
  }
}

/* 2026-05-04 final profile badge/nav guard */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  max-width: 1em;
  overflow: hidden;
  font-feature-settings: "liga" !important;
  -webkit-font-feature-settings: "liga" !important;
}

#page-profile .rz-profile-menu-btn[data-rz-profile-overview="true"] {
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
}

.rz-badge-vault-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.rz-badge-vault-card {
  position: relative;
  display: block !important;
  min-height: 210px;
  overflow: hidden;
  padding: 18px !important;
  border-radius: 26px !important;
  background: radial-gradient(circle at 12% 0%, rgba(34, 197, 94, .10), transparent 32%), #fff !important;
}

.rz-badge-vault-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rz-badge-vault-status {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .12);
  color: #15803d;
  font-size: 11px;
  font-weight: 950;
}

.rz-badge-vault-icon {
  width: 58px !important;
  height: 58px !important;
  border-radius: 20px !important;
  overflow: visible !important;
}

.rz-badge-vault-icon .material-symbols-outlined,
.rz-earned-badge-icon .material-symbols-outlined,
.rz-badge-system-head .material-symbols-outlined,
.rz-badge-category-top .material-symbols-outlined,
.rz-earned-badge-chip .material-symbols-outlined {
  text-transform: none !important;
  letter-spacing: normal !important;
  max-width: 1em;
  overflow: hidden;
}

.rz-badge-vault-icon .material-symbols-outlined {
  font-size: 31px !important;
}

.rz-badge-vault-copy strong {
  font-size: 16px !important;
  letter-spacing: -.025em;
}

.rz-badge-vault-copy small {
  display: inline-flex !important;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .10);
}

.rz-badge-vault-card.is-earned {
  opacity: 1 !important;
  filter: none !important;
  border-color: rgba(34, 197, 94, .34) !important;
  box-shadow: 0 20px 52px rgba(34, 197, 94, .12) !important;
}

.rz-badge-vault-card.is-earned .rz-badge-vault-icon {
  background: linear-gradient(135deg, #22c55e, #14b8a6) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(20, 184, 166, .20), inset 0 1px 0 rgba(255,255,255,.35) !important;
}

.rz-badge-vault-card.is-earned .rz-badge-vault-status {
  background: #16a34a;
  color: #fff;
}

.rz-badge-vault-card.is-locked {
  opacity: .82 !important;
  filter: none !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}

.rz-badge-vault-card.is-locked .rz-badge-vault-status {
  background: rgba(148, 163, 184, .15);
  color: #64748b;
}

.rz-badge-vault-icon .rz-badge-medal-spark {
  display: none !important;
}

.rz-badge-vault-icon .rz-badge-medal::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -9px;
  height: 12px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, rgba(34,197,94,.55), rgba(20,184,166,.55));
  transform: perspective(26px) rotateX(-18deg);
  opacity: .75;
  z-index: -1;
}

.rz-badge-vault-card.is-locked .rz-badge-vault-icon .rz-badge-medal::after {
  background: linear-gradient(135deg, rgba(148,163,184,.34), rgba(203,213,225,.45));
}

.rz-badge-vault-card.is-earned .rz-badge-vault-icon .material-symbols-outlined {
  color: #fff !important;
}

.rz-badge-vault-card.is-locked .rz-badge-vault-icon .material-symbols-outlined {
  color: #94a3b8 !important;
}

@media (max-width: 1023px) {
  .rz-badge-vault-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .rz-badge-vault-grid {
    grid-template-columns: 1fr !important;
  }

  .rz-badge-vault-card {
    min-height: auto;
  }
}

.rz-badge-medal {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.rz-badge-medal::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.75), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,0));
  opacity: .9;
  z-index: -1;
}

.rz-badge-medal .material-symbols-outlined {
  font-size: clamp(22px, 2.1vw, 34px) !important;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 32;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, .14));
}

.rz-badge-medal-spark {
  position: absolute;
  right: -9px;
  bottom: -9px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(34, 197, 94, .22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
  font-size: 13px;
  line-height: 1;
}

.rz-badge-vault-card.is-locked .rz-badge-medal {
  filter: grayscale(.95);
  opacity: .72;
}

.rz-badge-vault-card.is-earned .rz-badge-medal {
  animation: rzBadgeBreath 3.8s ease-in-out infinite;
}

@keyframes rzBadgeBreath {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-1px) scale(1.035); }
}

@media (max-width: 640px) {
  .rz-badge-medal-spark {
    right: -6px;
    bottom: -6px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

/* 2026-05-05 badge artwork, categorized vault and working category filters */
button.rz-filter-head {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

button.rz-filter-head::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 1;
  color: #94a3b8;
  transition: transform .18s ease, color .18s ease;
}

button.rz-filter-head.is-active {
  border-color: rgba(34, 197, 94, .45);
  background: rgba(34, 197, 94, .08);
  color: #15803d;
  box-shadow: 0 12px 24px rgba(34, 197, 94, .10);
}

button.rz-filter-head.is-active::after {
  color: #16a34a;
  transform: rotate(180deg);
}

.rz-filter-chip-row.hidden {
  display: none !important;
}

.rz-badge-medal.has-art {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.rz-badge-medal.has-art::before,
.rz-badge-medal.has-art::after {
  display: none !important;
}

.rz-badge-art {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(15, 23, 42, .12));
}

.rz-badge-vault-icon .rz-badge-art,
.rz-earned-badge-icon .rz-badge-art,
.rz-badge-system-head .rz-badge-art,
.rz-badge-category-top .rz-badge-art {
  transform: scale(1.18);
}

.rz-badge-vault-card.is-earned .rz-badge-vault-icon,
.rz-badge-vault-card.is-locked .rz-badge-vault-icon {
  background: transparent !important;
  box-shadow: none !important;
}

.rz-badge-chip-art {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.rz-badge-earned-icon .rz-badge-medal.has-art {
  width: 104px;
  height: 104px;
  margin: 0 auto;
}

.rz-badge-vault-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  margin: 0 -2px 16px;
  scrollbar-width: thin;
}

.rz-badge-vault-tabs button {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  padding: 10px 12px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  transition: transform .16s ease, border-color .16s ease, color .16s ease, background .16s ease;
}

.rz-badge-vault-tabs button:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 197, 94, .28);
  color: #15803d;
}

.rz-badge-vault-tabs button.is-active {
  background: linear-gradient(135deg, #22c55e, #14b8a6);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(34, 197, 94, .22);
}

.rz-badge-vault-tabs button small {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  color: inherit;
}

.rz-badge-vault-group:not(.is-active) {
  display: none;
}

.rz-badge-vault-group-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(248, 250, 252, .86);
  border: 1px solid rgba(15, 23, 42, .06);
}

.rz-badge-vault-group-head h4 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.rz-badge-vault-group-head p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

.rz-badge-vault-group-head > span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 950;
}

@media (max-width: 640px) {
  .rz-badge-vault-tabs {
    margin-right: -12px;
    padding-bottom: 12px;
  }

  .rz-badge-vault-tabs button {
    padding: 9px 11px;
    font-size: 11px;
  }

  .rz-badge-vault-group-head {
    flex-direction: column;
  }
}

/* Final auth simplification: one calm card, less marketing noise. */
#login-modal .rz-auth-card {
  width: min(100%, 464px) !important;
  max-width: 464px !important;
  max-height: min(92vh, 760px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 30px 90px rgba(15, 23, 42, .24) !important;
}

#login-modal .rz-auth-shell {
  display: block !important;
  max-height: min(92vh, 760px) !important;
}

#login-modal .rz-auth-aside {
  display: none !important;
}

#login-modal .rz-auth-form-panel {
  max-height: min(92vh, 760px) !important;
  padding: 24px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 197, 94, .12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.rz-auth-brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 9px 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.rz-auth-brand-lockup img {
  width: 78px;
  height: auto;
  display: block;
}

.rz-auth-brand-lockup span {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.rz-google-top-wrap button {
  min-height: 54px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.rz-auth-or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rz-auth-or-divider::before,
.rz-auth-or-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(148, 163, 184, .28);
}

#login-modal .rz-auth-kicker {
  display: none !important;
}

#login-modal #login-title {
  font-size: clamp(24px, 5vw, 30px) !important;
  letter-spacing: -.04em;
}

#login-modal .login-desc {
  max-width: 320px;
  line-height: 1.5;
}

#login-modal #auth-channel-toggle button,
#login-modal #auth-tab-login,
#login-modal #auth-tab-signup,
#login-modal #login-submit-btn,
#login-modal #otp-submit-btn,
#login-modal #google-signin-wrap button {
  border-radius: 16px !important;
}

#login-modal #signup-consents {
  max-height: 178px;
  overflow: auto;
}

.rz-footer-submit-guest {
  background: #111827 !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  #login-modal {
    align-items: flex-start !important;
    padding: 12px !important;
    overflow-y: auto;
  }

  #login-modal .rz-auth-card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px !important;
    margin: 10px 0;
  }

  #login-modal .rz-auth-form-panel {
    padding: 18px !important;
  }

  #login-modal .rz-auth-modal-header {
    gap: 10px;
  }

  .rz-auth-brand-lockup {
    margin-bottom: 12px;
    padding: 8px 10px;
  }

  .rz-auth-brand-lockup img {
    width: 68px;
  }
}

/* Badge award modal polish: keep artwork compact and give the confetti room. */
.rz-badge-earned-card {
  width: min(92vw, 420px) !important;
  padding: 28px 26px 24px !important;
  overflow: hidden;
}

.rz-badge-earned-icon {
  width: 78px !important;
  height: 78px !important;
  margin: 12px auto 12px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.rz-badge-earned-icon .rz-badge-medal,
.rz-badge-earned-icon .rz-badge-medal.has-art {
  width: 74px !important;
  height: 74px !important;
  max-width: 74px !important;
  max-height: 74px !important;
  margin: 0 auto !important;
}

.rz-badge-earned-icon .rz-badge-art {
  width: 74px !important;
  height: 74px !important;
  max-width: 74px !important;
  max-height: 74px !important;
  object-fit: contain !important;
  transform: none !important;
}

.rz-badge-earned-name {
  margin-top: 4px;
  font-size: clamp(24px, 5.5vw, 30px) !important;
}

@media (max-width: 520px) {
  .rz-badge-earned-card {
    padding: 26px 18px 22px !important;
  }

  .rz-badge-earned-icon,
  .rz-badge-earned-icon .rz-badge-medal,
  .rz-badge-earned-icon .rz-badge-medal.has-art,
  .rz-badge-earned-icon .rz-badge-art {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }
}

/* 2026-05-06 profile badge rescue: prevent overview badge cards from colliding. */
#page-profile .rz-profile-below-grid .rz-badge-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 14px !important;
}

#page-profile .rz-profile-below-grid .rz-earned-badge-card {
  min-height: 118px;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

#page-profile .rz-profile-below-grid .rz-earned-badge-icon,
#page-profile .rz-profile-below-grid .rz-earned-badge-icon .rz-badge-medal,
#page-profile .rz-profile-below-grid .rz-earned-badge-icon .rz-badge-medal.has-art {
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
}

#page-profile .rz-profile-below-grid .rz-earned-badge-icon .rz-badge-art {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

#page-profile .rz-profile-below-grid .rz-earned-badge-copy,
#page-profile .rz-profile-below-grid .rz-earned-badge-copy strong,
#page-profile .rz-profile-below-grid .rz-earned-badge-copy small {
  min-width: 0;
  overflow-wrap: anywhere;
}

#page-profile .rz-profile-below-grid .rz-earned-badge-copy strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

#page-profile .rz-profile-below-grid .rz-earned-badge-copy small {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

@media (max-width: 900px) {
  #page-profile .rz-profile-below-grid .rz-badge-strip {
    grid-template-columns: 1fr !important;
  }
}
