.rvs-gated-notice { text-align: center; max-width: 640px; margin: 2rem auto; }
.rvs-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2rem 0;
}
.rvs-product-card h3 { margin-top: 0.5rem; }
.rvs-product-card .rvs-badge { margin-bottom: 0.75rem; }
.rvs-price-gated { color: var(--rvs-steel); font-weight: 600; }
.rvs-apply-price { font-weight: 600; }
.rvs-card--gated { background: rgba(255,255,255,0.06); border-color: rgba(201,169,98,0.25); }
#rvs-researcher-gate[hidden] { display: none !important; }
#rvs-researcher-gate:not([hidden]) { display: grid; position: fixed; inset: 0; z-index: 9999; }

/* solara-theme:gated.css */
