@import url("variables.css?v=161");
@import url("reset.css?v=161");
@import url("typography.css?v=161");
@import url("layout.css?v=161");
@import url("components.css?v=161");
@import url("site.css?v=161");
@import url("interactive.css?v=161");
@import url("home.css?v=161");
@import url("page.css?v=161");

/* Scaffold / design preview (step 2) */
.vz-preview {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(20, 184, 166, 0.12), transparent 50%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(245, 158, 11, 0.1), transparent 45%),
    var(--vz-bg);
}

.vz-preview__hero {
  background: var(--vz-gradient-dark);
  color: var(--vz-text-inverse);
  padding-block: var(--vz-space-12);
  margin-bottom: var(--vz-space-8);
}

.vz-preview__hero .vz-kicker {
  color: var(--vz-amber-light);
}

.vz-preview__hero .vz-kicker::before {
  background: var(--vz-amber);
}

.vz-preview__hero h1 {
  color: var(--vz-text-inverse);
  margin-top: var(--vz-space-4);
  max-width: 42rem;
}

.vz-preview__hero .vz-lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
  margin-top: var(--vz-space-4);
}

.vz-preview__panel {
  background: var(--vz-surface);
  border: 1px solid var(--vz-border);
  border-radius: var(--vz-radius-2xl);
  padding: var(--vz-space-8);
  box-shadow: var(--vz-shadow-md);
}

.vz-preview__panel + .vz-preview__panel {
  margin-top: var(--vz-space-8);
}

.vz-preview__panel h2 {
  margin-bottom: var(--vz-space-6);
}

.vz-preview__meta {
  font-size: var(--vz-text-sm);
  color: var(--vz-text-muted);
  margin-top: var(--vz-space-4);
}

.vz-preview__row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vz-space-3);
  align-items: center;
}

.vz-preview__swatches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--vz-space-4);
}

@media (max-width: 640px) {
  .vz-preview__swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vz-preview__type-sample h1,
.vz-preview__type-sample h2,
.vz-preview__type-sample h3 {
  margin-bottom: var(--vz-space-2);
}

.vz-preview__type-sample p {
  margin-bottom: var(--vz-space-4);
}

.vz-preview__footer-note {
  text-align: center;
  padding: var(--vz-space-8) var(--vz-gutter);
  font-size: var(--vz-text-sm);
  color: var(--vz-text-muted);
}
