:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lensLab {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 16%, transparent), transparent 34rem),
    linear-gradient(180deg, #fbfcff 0%, #f5f7fb 44%, #ffffff 100%);
  color: #142033;
  line-height: 1.6;
}
.lensLab a { color: inherit; }
.lensLab .lensLab-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(20, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}
.lensLab .lensLab-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}
.lensLab .lensLab-brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}
.lensLab nav {
  display: flex;
  gap: 14px;
  color: #536173;
  font-size: 14px;
}
.lensLab nav a { text-decoration: none; }
.lensLab .lensLab-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 54px;
}
.lensLab .lensLab-section {
  margin: 18px 0;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 58px rgba(20, 32, 51, 0.07);
}
.lensLab .lensLab-hero,
.lensLab .lensLab-release,
.lensLab .lensLab-split {
  display: grid;
  gap: clamp(20px, 4vw, 38px);
}
.lensLab .lensLab-title-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.lensLab .lensLab-app-icon {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(20, 32, 51, 0.18);
}
.lensLab h1,
.lensLab h2,
.lensLab h3,
.lensLab p { margin-top: 0; }
.lensLab h1 {
  margin-bottom: 10px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}
.lensLab h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: 0;
}
.lensLab h3 {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0;
}
.lensLab p { color: #536173; }
.lensLab .lensLab-eyebrow,
.lensLab .lensLab-section-head p {
  margin-bottom: 8px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.lensLab .lensLab-hero-facts,
.lensLab .lensLab-info-grid,
.lensLab .lensLab-version-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}
.lensLab dt {
  color: #6b7788;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.lensLab dd {
  margin: 4px 0 0;
  color: #142033;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.lensLab .lensLab-hero-facts div,
.lensLab .lensLab-info-grid div,
.lensLab .lensLab-download-card,
.lensLab .lensLab-feature-grid article,
.lensLab details {
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.lensLab .lensLab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lensLab .lensLab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid rgba(20, 32, 51, 0.14);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}
.lensLab .lensLab-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border-color: transparent;
}
.lensLab .lensLab-button-secondary { color: var(--accent2); background: #fff; }
.lensLab .lensLab-hero-shot,
.lensLab .lensLab-screen-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(20, 32, 51, 0.11);
  background: #10151f;
}
.lensLab .lensLab-hero-shot img,
.lensLab .lensLab-screen-grid img {
  display: block;
  width: 100%;
  height: auto;
}
.lensLab figcaption {
  padding: 10px 12px;
  color: #dfe8f7;
  font-size: 13px;
}
.lensLab .lensLab-feature-grid,
.lensLab .lensLab-screen-grid,
.lensLab .lensLab-faq-list {
  display: grid;
  gap: 16px;
}
.lensLab .lensLab-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lensLab .lensLab-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lensLab .lensLab-feature-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--accent2);
  font-weight: 900;
  font-size: 12px;
}
.lensLab .lensLab-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lensLab .lensLab-check-list,
.lensLab .lensLab-steps {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin-bottom: 0;
}
.lensLab .lensLab-download-card {
  display: grid;
  gap: 12px;
  align-content: center;
}
.lensLab .lensLab-download-card strong {
  font-size: 22px;
}
.lensLab .lensLab-download-card span {
  color: #536173;
}
.lensLab summary {
  cursor: pointer;
  font-weight: 800;
}
.lensLab details p {
  margin: 12px 0 0;
}
.lensLab .lensLab-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent2), color-mix(in srgb, var(--accent) 70%, #111827));
}
.lensLab .lensLab-final p,
.lensLab .lensLab-final .lensLab-eyebrow { color: rgba(255, 255, 255, 0.82); }
.lensLab .lensLab-final .lensLab-button { background: #fff; color: var(--accent2); }
.lensLab .lensLab-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 30px;
  color: #667386;
  font-size: 14px;
}
body.lensLab[data-architecture="camera_mode_lab"] .lensLab-section-head h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--accent3);
}

      .lensLab .lensLab-hero { grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); }
      .lensLab .lensLab-tasks article { border-left: 4px solid var(--accent3); }
      .lensLab .lensLab-screen-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 760px) {
  .lensLab .lensLab-topbar { align-items: flex-start; flex-direction: column; }
  .lensLab nav { flex-wrap: wrap; }
  .lensLab .lensLab-hero,
  .lensLab .lensLab-release,
  .lensLab .lensLab-split,
  .lensLab .lensLab-feature-grid,
  .lensLab .lensLab-mini-grid,
  .lensLab .lensLab-screen-grid,
  .lensLab .lensLab-hero-facts,
  .lensLab .lensLab-info-grid {
    grid-template-columns: 1fr;
  }
  .lensLab .lensLab-title-row {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .lensLab .lensLab-app-icon {
    width: 64px;
    height: 64px;
  }
  .lensLab .lensLab-final {
    align-items: stretch;
    flex-direction: column;
  }
}