@font-face {
  font-family: "TT Norms Pro";
  src: url("https://brand.verkada.com/_next/static/media/6282afb130c4ed50-s.p.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("https://brand.verkada.com/_next/static/media/e1ab037c22672ce7-s.p.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("https://brand.verkada.com/_next/static/media/7a2bab59116894c7-s.p.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("https://brand.verkada.com/_next/static/media/b7f77bb996eba0e6-s.p.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 700;
}
.specimen-section {
  padding: 4vw 0;
  border-bottom: 1px solid var(--ink);
}
.specimen-label {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 22px;
  gap: 30px;
}
.specimen-label h2 {
  font: clamp(32px, 5vw, 64px) / 1 var(--serif);
  letter-spacing: -0.05em;
  margin: 10px 0 0;
}
.specimen-label p {
  max-width: 430px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.specimen {
  background: var(--sp-canvas);
  color: var(--sp-ink);
  font-family: var(--sp-font), system-ui, sans-serif;
  font-size: var(--sp-body-size);
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: 0 24px 70px #18171418;
}
.sp-nav {
  height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--sp-border);
  background: var(--sp-canvas);
}
.sp-nav > b {
  font-size: var(--sp-nav-size);
  letter-spacing: -0.03em;
}
.sp-nav > div {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: var(--sp-nav-size);
}
.sp-nav i {
  display: grid;
  place-items: center;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background: var(--sp-primary);
  color: var(--sp-on-primary);
  font-style: normal;
  font-size: var(--sp-eyebrow-size);
}
/* A brand's own account glyph replaces the initials chip; it needs the plate
   to step back so the mark, not the circle, is what is being shown. */
.sp-nav i.sp-account {
  background: transparent;
  color: var(--sp-ink);
  width: 1.7em;
  height: 1.7em;
  font-size: var(--sp-nav-size);
}
.sp-account-icon,
.sp-account-icon svg,
.sp-account-icon img {
  width: 1.5em;
  height: 1.5em;
  display: block;
  object-fit: contain;
}
/* The search field exists so a captured search glyph has somewhere true to
   sit. With no such glyph the field still reads as a field, and nothing is
   drawn in its place. */
.sp-search {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 0.85em;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  min-width: 190px;
}
.sp-search input {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sp-ink);
  font: inherit;
  min-width: 0;
  width: 100%;
}
.sp-search-icon,
.sp-search-icon svg,
.sp-search-icon img {
  width: 1.15em;
  height: 1.15em;
  display: block;
  flex: none;
  object-fit: contain;
}
.sp-body {
  display: grid;
  grid-template-columns: clamp(170px, 15%, 240px) 1fr;
  min-height: 520px;
}
.sp-body aside {
  padding: 28px 16px;
  border-right: 1px solid var(--sp-border);
  display: flex;
  flex-direction: column;
  gap: 7px;
  background: var(--sp-surface);
}
.sp-body aside b {
  font-size: var(--sp-eyebrow-size);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sp-muted);
  padding: 0 10px 12px;
}
/* A flex row, not a text line with a nudged inline-block: the icon centres on
   the label at whatever size the design declares, instead of needing a magic
   offset that only held at one font size. */
.sp-body aside > span {
  display: flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.7em 0.75em;
  border-radius: var(--sp-radius);
  font-size: var(--sp-nav-size);
  color: var(--sp-muted);
}
.sp-body aside > .active {
  background: var(--sp-primary);
  color: var(--sp-on-primary);
}
.sp-body main {
  padding: 42px;
  min-width: 0;
}
.sp-kicker {
  font-size: var(--sp-eyebrow-size);
  letter-spacing: 0.14em;
  color: var(--sp-accent-text);
  font-weight: 700;
}
.sp-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 14px 0 38px;
}
.sp-title h2 {
  font-family: var(--sp-display-font), var(--sp-font), system-ui, sans-serif;
  font-size: min(var(--sp-display-size), 7vw);
  font-weight: var(--sp-display-weight);
  line-height: var(--sp-display-line);
  letter-spacing: var(--sp-display-track);
  margin: 0;
}
.sp-title p {
  max-width: 46ch;
  color: var(--sp-muted);
  font-size: var(--sp-lede-size);
  line-height: 1.5;
}
.sp-title button {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: var(--sp-button-bg);
  color: var(--sp-button-text);
  border-radius: var(--sp-radius);
  padding: var(--sp-button-padding);
  min-height: var(--sp-button-height);
  font-family: var(--sp-font), sans-serif;
  font-size: var(--sp-button-size);
  font-weight: var(--sp-button-weight);
  white-space: nowrap;
}
.sp-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  overflow: hidden;
}
.sp-metrics article {
  padding: 20px;
  border-right: 1px solid var(--sp-border);
  background: var(--sp-surface);
}
.sp-metrics article:last-child {
  border: 0;
}
.sp-metrics small,
.sp-chart small {
  display: block;
  font-size: var(--sp-eyebrow-size);
  letter-spacing: 0.12em;
  color: var(--sp-muted);
}
.sp-metrics strong {
  display: block;
  font-size: var(--sp-metric-size);
  line-height: 1.2;
  margin: 10px 0;
}
.sp-metrics em {
  font-style: normal;
  color: var(--sp-accent-text);
  font-size: var(--sp-eyebrow-size);
}
.sp-metrics .warn {
  color: var(--sp-muted);
}
.sp-chart {
  margin-top: 16px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  padding: 22px;
  background: var(--sp-surface);
}
.sp-chart-head {
  display: flex;
  justify-content: space-between;
}
.sp-chart-head b {
  display: block;
  margin-top: 7px;
  font-size: var(--sp-figure-size);
}
.sp-chart-head > span {
  display: inline-flex;
  align-items: center;
  font-size: var(--sp-eyebrow-size);
  color: var(--sp-muted);
}
.sp-bars {
  height: 125px;
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 20px;
  border-bottom: 1px solid var(--sp-border);
}
.sp-bars i {
  flex: 1;
  background: var(--sp-primary);
  border-radius: var(--sp-radius) var(--sp-radius) 0 0;
  min-width: 8px;
  opacity: 0.85;
}
.sp-bars i:last-child {
  opacity: 1;
}
.editorial-specimen {
  background: var(--ed-canvas);
  color: var(--ed-ink);
  font-family: var(--ed-body-font), sans-serif;
  border-radius: 0;
  box-shadow: none;
}
.ed-header {
  min-height: 72px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid var(--ed-border);
}
.ed-logo {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 28px;
}
.ed-wordmark {
  display: block;
  width: 143px;
  max-width: 100%;
  height: auto;
}
.ed-header nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 24px;
  padding-right: 28px;
}
.ed-header nav > a {
  font-family: var(--ed-nav-font-family);
  font-size: var(--ed-nav-font-size);
  color: var(--ed-nav-color);
}
.ed-nav-trigger,
.ed-header-action,
.ed-filters button,
.ed-results button {
  box-sizing: border-box;
  white-space: nowrap;
  cursor: default;
}
.ed-nav-trigger {
  height: var(--ed-nav-height);
  padding: var(--ed-nav-padding);
  border: var(--ed-nav-border);
  border-radius: var(--ed-nav-radius);
  background: var(--ed-nav-background);
  color: var(--ed-nav-color);
  font-family: var(--ed-nav-font-family);
  font-size: var(--ed-nav-font-size);
  font-weight: var(--ed-nav-font-weight);
  line-height: var(--ed-nav-line-height);
  letter-spacing: var(--ed-nav-letter-spacing);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ed-caret { width: 12px; height: auto; }
/* Inlined material icons: the wrapper carries the size, the SVG fills it and
   takes its color from whatever control it sits in. */
[data-material-render="inline"] {
  display: inline-flex;
  flex: none;
  align-items: center;
}
.editorial-specimen [data-material-render="inline"] svg {
  display: block;
  width: 100%;
  height: auto;
}
.ed-header-action {
  align-self: center;
  height: var(--ed-head-action-height);
  padding: var(--ed-head-action-padding);
  border: var(--ed-head-action-border);
  border-radius: var(--ed-head-action-radius);
  background: var(--ed-head-action-background);
  color: var(--ed-head-action-color);
  font-family: var(--ed-head-action-font-family);
  font-size: var(--ed-head-action-font-size);
  font-weight: var(--ed-head-action-font-weight);
  line-height: var(--ed-head-action-line-height);
  letter-spacing: var(--ed-head-action-letter-spacing);
}
.ed-main {
  padding: clamp(44px, 7vw, 96px) clamp(24px, 6vw, 80px) 56px;
}
.ed-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.55fr);
  align-items: end;
  gap: 56px;
  padding-bottom: clamp(52px, 8vw, 104px);
}
.ed-hero span,
.ed-results small {
  display: block;
  color: var(--ed-accent);
  font-size: var(--ed-eyebrow-size);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ed-hero h2 {
  margin: 16px 0 0;
  font-family: var(--ed-display-font), serif;
  font-size: clamp(42px, var(--ed-display-size), 72px);
  font-weight: var(--ed-display-weight);
  line-height: var(--ed-display-line);
  letter-spacing: var(--ed-display-track);
}
.ed-hero p,
.ed-results p {
  color: var(--ed-muted);
  font-size: var(--ed-body-size);
  line-height: 1.45;
}
.ed-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--ed-border);
  border-bottom: 1px solid var(--ed-border);
}
.ed-filters label {
  position: relative;
  display: block;
}
/* Captured icons are inlined, so fill="currentColor" resolves against this
   element's color. The magnifier sits in the label rather than the input, so it
   is given the input's own measured text color instead of inheriting it. */
.ed-search-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 16px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: var(--ed-search-color);
}
.ed-filters input {
  width: 100%;
  height: var(--ed-search-height);
  padding: var(--ed-search-padding);
  border: var(--ed-search-border);
  border-radius: var(--ed-search-radius);
  background: var(--ed-search-background);
  color: var(--ed-search-color);
  font-family: var(--ed-search-font-family);
  font-size: var(--ed-search-font-size);
  font-weight: var(--ed-search-font-weight);
  line-height: var(--ed-search-line-height);
  letter-spacing: var(--ed-search-letter-spacing);
}
.ed-secondary-action {
  height: var(--ed-secondary-height);
  padding: var(--ed-secondary-padding);
  border: var(--ed-secondary-border);
  border-radius: var(--ed-secondary-radius);
  background: var(--ed-secondary-background);
  color: var(--ed-secondary-color);
  font-family: var(--ed-secondary-font-family);
  font-size: var(--ed-secondary-font-size);
  font-weight: var(--ed-secondary-font-weight);
  line-height: var(--ed-secondary-line-height);
  letter-spacing: var(--ed-secondary-letter-spacing);
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.ed-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--ed-border);
}
.ed-results article {
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  padding: 34px 28px 28px;
  border-right: 1px solid var(--ed-border);
}
.ed-results article:first-child {
  padding-left: 0;
}
.ed-results article:last-child {
  padding-right: 0;
  border-right: 0;
}
.ed-results h3 {
  margin: 20px 0 12px;
  font-family: var(--ed-display-font), serif;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.ed-more {
  width: 100%;
  height: var(--ed-primary-height);
  margin-top: 24px;
  padding: var(--ed-primary-padding);
  border: var(--ed-primary-border);
  border-radius: var(--ed-primary-radius);
  background: var(--ed-primary-background);
  color: var(--ed-primary-color);
  font-family: var(--ed-primary-font-family);
  font-size: var(--ed-primary-font-size);
  font-weight: var(--ed-primary-font-weight);
  line-height: var(--ed-primary-line-height);
  letter-spacing: var(--ed-primary-letter-spacing);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ed-action-icon { width: 17px; height: 16px; }
/* The design's own mark stands in for the specimen's brand slot; it inherits
   the scene's ink so a currentColor mark takes the specimen's colour. */
.sp-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 132px;
  max-height: 20px;
  color: var(--sp-ink);
}
.sp-lockup {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.sp-lockup .sp-logo { max-width: 108px; color: inherit; }
/* A tiled part carries its own surface, and knockout artwork on it reads white. */
.sp-lockup-tile { display: inline-flex; align-items: center; justify-content: center;
  padding: 4px 6px; border-radius: 3px; color: #ffffff; }
.sp-lockup-tile .sp-logo { color: inherit; }
/* A knockout mark needs a surface to knock out of; without one it is a white
   shape on a white header. */
.sp-logo-reversed {
  padding: 5px 9px;
  border-radius: var(--sp-radius);
}
.sp-logo svg, .sp-logo img { max-width: 132px; max-height: 20px; width: auto; height: 20px; display: block; object-fit: contain; }
/* inline-block, not inline-flex: an SVG laid out as a flex item resolves its
   intrinsic width to zero here, so the mark disappears while keeping height. */
/* inline-flex inside a flex row, sized in em so the glyph tracks the label. */
.sp-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  flex: none;
}
.sp-nav-icon svg, .sp-nav-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.sp-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  flex: none;
}
.sp-action-icon svg, .sp-action-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.material-citations a { color: inherit; text-decoration: underline; }
.render-profile {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-top: 0;
  background: var(--panel);
}
.render-profile p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.render-bindings {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.render-bindings > span {
  display: grid;
  grid-template-columns: 7px auto;
  gap: 2px 6px;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid var(--line);
  font: 8px var(--mono);
  text-transform: uppercase;
}
.render-bindings i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8a8171;
}
.render-bindings b {
  grid-column: 2;
  font-weight: 400;
  text-transform: none;
}
.render-bindings em {
  grid-column: 1 / -1;
  display: none;
}
.render-bindings .binding-measured i {
  background: #238552;
}
.render-bindings .binding-documented i {
  background: #1f6fe5;
}
.editorial-specimen.specimen-compact .ed-header {
  min-height: 48px;
}
.editorial-specimen.specimen-compact .ed-logo {
  padding: 0 14px;
}
.editorial-specimen.specimen-compact .ed-wordmark { width: 94px; }
.editorial-specimen.specimen-compact .ed-header nav > a,
.editorial-specimen.specimen-compact .ed-nav-trigger {
  display: none;
}
.editorial-specimen.specimen-compact .ed-header-action {
  padding: 8px 12px;
  font-size: 11px;
}
.editorial-specimen.specimen-compact .ed-main {
  padding: 24px 18px;
}
.editorial-specimen.specimen-compact .ed-hero {
  display: block;
  padding-bottom: 26px;
}
.editorial-specimen.specimen-compact .ed-hero h2 {
  font-size: 31px;
}
.editorial-specimen.specimen-compact .ed-hero p,
.editorial-specimen.specimen-compact .ed-secondary-action,
.editorial-specimen.specimen-compact .ed-results article:nth-child(n + 2) {
  display: none;
}
.editorial-specimen.specimen-compact .ed-results {
  grid-template-columns: 1fr;
}
.editorial-specimen.specimen-compact .ed-results article {
  min-height: 230px;
  padding: 24px 0 0;
  border: 0;
}
.compare-lede {
  font: 18px/1.5 var(--serif);
  color: var(--muted);
  max-width: 580px;
  margin: -25px 0 35px;
}
.compare-col > h2 {
  font: 32px/1 var(--serif);
  letter-spacing: -0.04em;
  margin: 24px 0 18px;
}
.specimen-compact {
  border-radius: calc(var(--sp-radius) * 0.75);
}
.specimen-compact .sp-nav {
  height: 42px;
  padding: 0 12px;
}
.specimen-compact .sp-nav span,
.specimen-compact .sp-nav i,
.specimen-compact .sp-search,
.specimen-compact aside {
  display: none;
}
.specimen-compact .sp-body {
  display: block;
  min-height: 330px;
}
.specimen-compact .sp-body main {
  padding: 22px;
}
.specimen-compact .sp-title {
  margin: 10px 0 22px;
}
.specimen-compact .sp-title h2 {
  font-size: 30px;
}
.specimen-compact .sp-title p,
.specimen-compact .sp-title button {
  display: none;
}
.specimen-compact .sp-metrics article {
  padding: 12px;
}
.specimen-compact .sp-metrics strong {
  font-size: 22px;
}
.specimen-compact .sp-chart {
  padding: 14px;
}
.specimen-compact .sp-bars {
  height: 68px;
}
.design-guide {
  margin-top: 1px;
  border: 1px solid var(--ink);
  background: var(--panel);
}
.guide-head {
  padding: 36px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: end;
  border-bottom: 1px solid var(--ink);
}
.guide-head h2 {
  margin: 10px 0 0;
  font: clamp(34px, 5vw, 66px) / 0.95 var(--serif);
  letter-spacing: -0.055em;
}
.guide-head p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
}
.coverage-item {
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 4px 8px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font: 9px var(--mono);
  text-transform: uppercase;
}
.coverage-item i {
  grid-row: 1 / 3;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-radius: 50%;
  background: #238552;
}
.coverage-item b {
  color: var(--muted);
  font-weight: 400;
}
.coverage-missing i {
  background: #c34539;
}
.coverage-intentionally-absent i {
  background: #b07800;
}
.guide-section {
  padding: 34px 36px;
  border-bottom: 1px solid var(--ink);
}
.guide-section:last-child {
  border-bottom: 0;
}
.guide-section > header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}
.guide-section > header > div {
  min-width: 0;
}
.guide-section > header span {
  display: block;
  color: var(--muted);
  font: 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.guide-section h3 {
  margin: 6px 0 0;
  font: 34px/1 var(--serif);
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}
.status {
  border: 1px solid var(--line);
  padding: 7px 9px;
  font: 8px var(--mono);
  text-transform: uppercase;
  white-space: nowrap;
}
.status-documented {
  border-color: #6da987;
  color: #155c35;
}
.status-missing {
  border-color: #d79a94;
  color: #96362d;
}
.guide-prose {
  columns: 2;
  column-gap: 48px;
  font-size: 13px;
  line-height: 1.62;
  color: #46443e;
  overflow-wrap: anywhere;
}
.guide-prose p,
.guide-prose ul {
  break-inside: avoid;
  margin: 0 0 14px;
}
.guide-prose ul {
  padding-left: 18px;
}
.guide-prose h4 {
  break-after: avoid;
  margin: 18px 0 8px;
  font: 12px var(--mono);
  text-transform: uppercase;
}
.guide-prose code {
  font: 0.9em var(--mono);
  background: #e9e5da;
  padding: 1px 4px;
}
.markdown-table-wrap {
  width: 100%;
  margin: 0 0 18px;
  overflow-x: auto;
  break-inside: avoid;
  column-span: all;
}
.guide-prose table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  font-size: 12px;
}
.guide-prose th,
.guide-prose td {
  padding: 11px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.guide-prose th {
  background: #e9e5da;
  color: var(--ink);
  font: 9px var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.guide-prose tbody tr:nth-child(even) {
  background: #f4f1e9;
}
.section-empty {
  color: #96362d;
  font-style: italic;
}
.context-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
}
.context-type article {
  min-width: 0;
  overflow: hidden;
  background: var(--panel);
  padding: 20px;
}
.context-type small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font: 8px var(--mono);
  text-transform: uppercase;
}
.state-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.state-gallery > article {
  border: 1px solid var(--line);
  padding: 10px;
  min-width: 0;
}
.state-preview {
  min-height: 68px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10px;
  border: 1px solid;
  font: 9px var(--mono);
  text-transform: uppercase;
}
.state-gallery > article > small {
  display: block;
  color: var(--muted);
  margin: 8px 0;
  font: 8px var(--mono);
  text-transform: uppercase;
}
.state-gallery summary,
.extension-grid summary {
  cursor: pointer;
  font: 9px var(--mono);
}
.state-gallery details div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  font-size: 8px;
}
.state-gallery code {
  overflow-wrap: anywhere;
  text-align: right;
}
.extension-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.extension-grid > details {
  border: 1px solid var(--line);
  padding: 16px;
}
.extension-grid summary {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  text-transform: uppercase;
}
.extension-grid summary b {
  color: var(--muted);
  font-weight: 400;
}
.extension-grid .guide-prose {
  columns: 1;
  margin-top: 18px;
}
@media (max-width: 760px) {
  .guide-head,
  .context-type,
  .extension-grid {
    grid-template-columns: 1fr;
  }
  .coverage-grid,
  .state-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-head,
  .guide-section {
    padding: 24px;
  }
  .guide-prose {
    columns: 1;
  }
  .specimen-label {
    align-items: start;
    flex-direction: column;
  }
  .render-profile,
  .ed-hero {
    grid-template-columns: 1fr;
  }
  .render-bindings {
    justify-content: flex-start;
  }
  .ed-header {
    min-height: 58px;
  }
  .ed-header > .ed-logo {
    padding: 0 16px;
  }
  .ed-header nav {
    gap: 0;
    padding-right: 16px;
  }
  .ed-header nav > a,
  .ed-nav-trigger {
    display: none;
  }
  .ed-header-action {
    padding: 8px 12px;
  }
  .ed-main {
    padding: 42px 20px 28px;
  }
  .ed-hero {
    gap: 20px;
    padding-bottom: 48px;
  }
  .ed-hero h2 {
    font-size: 42px;
  }
  .ed-filters {
    grid-template-columns: 1fr;
  }
  .ed-secondary-action {
    width: 100%;
  }
  .ed-results {
    grid-template-columns: 1fr;
  }
  .ed-results article,
  .ed-results article:first-child,
  .ed-results article:last-child {
    min-height: 250px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ed-border);
  }
  .ed-results article:last-child {
    border-bottom: 0;
  }
  .sp-body {
    grid-template-columns: 1fr;
  }
  .sp-body aside {
    display: none;
  }
  .sp-body main {
    padding: 24px;
  }
  .sp-title {
    align-items: start;
    flex-direction: column;
  }
  .sp-title h2 {
    font-size: min(var(--sp-display-size), 10vw);
  }
  .sp-metrics {
    grid-template-columns: 1fr;
  }
  .sp-metrics article {
    border-right: 0;
    border-bottom: 1px solid var(--sp-border);
  }
  .sp-metrics article:last-child {
    border-bottom: 0;
  }
  .specimen-compact .sp-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}
