/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-semibold: 600;
    --radius-md: .375rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }

  .-mb-px {
    margin-bottom: -1px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .max-h-full {
    max-height: 100%;
  }

  .min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

  .w-full {
    width: 100%;
  }

  .max-w-full {
    max-width: 100%;
  }

  .min-w-0 {
    min-width: 0;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize-y {
    resize: vertical;
  }

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

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-black\/10 {
    border-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/10 {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .object-contain {
    object-fit: contain;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .text-left {
    text-align: left;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.3em\] {
    --tw-tracking: .3em;
    letter-spacing: .3em;
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
}

:root {
  --paper-white: #fafafa;
  --pure-white: #fff;
  --hairline: #ebebeb;
  --ash: #c9c9c9;
  --smoke: #a8a8a8;
  --graphite: #8f8f8f;
  --slate: #7d7d7d;
  --stone: #666;
  --charcoal: #4d4d4d;
  --obsidian: #171717;
  --carbon: #000;
  --terminal-green: #297a3a;
  --font-sans: "Geist Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --radius-nav: 2px;
  --radius-md: 6px;
  --radius-full: 9999px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-56: 56px;
  --space-72: 72px;
  --page: 1280px;
  --gutter: 24px;
  --nav-h: 56px;
  --ring-card: #00000014 0 0 0 1px, var(--paper-white) 0 0 0 2px;
  --ring-hairline: var(--hairline) 0 0 0 1px;
  font-family: var(--font-sans);
  font-feature-settings: "calt" 0, "rlig", "ss11";
  color: var(--obsidian);
  background: var(--paper-white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper-white);
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  touch-action: manipulation;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

p {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--obsidian);
  outline-offset: 2px;
  border-radius: var(--radius-nav);
}

.skip-link {
  z-index: 50;
  top: var(--space-8);
  left: var(--space-8);
  padding: var(--space-8) var(--space-16);
  border-radius: var(--radius-md);
  background: var(--obsidian);
  color: var(--pure-white);
  font-size: 14px;
  position: absolute;
  transform: translateY(-200%);
}

.skip-link:focus-visible {
  transform: none;
}

.pane {
  padding: var(--space-56) 0;
}

.pane-inner {
  width: min(var(--page), 100% - (var(--gutter) * 2));
  margin: 0 auto;
}

.pane-title {
  margin-bottom: var(--space-32);
  max-width: 22ch;
}

h1, h2, h3 {
  margin: 0;
  font-weight: 400;
}

h1 {
  letter-spacing: -.055em;
  font-size: clamp(36px, 6.2vw, 64px);
  font-weight: 450;
  line-height: 1;
}

h2 {
  letter-spacing: -.05em;
  font-size: clamp(28px, 4.4vw, 52px);
  font-weight: 450;
  line-height: 1.04;
}

h3 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.25;
}

.lede {
  max-width: 60ch;
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.5;
}

.card-copy {
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.5;
}

.eyebrow {
  margin: 0 0 var(--space-12);
  font-family: var(--font-mono);
  letter-spacing: .071em;
  text-transform: uppercase;
  color: var(--obsidian);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.mono-marker {
  font-family: var(--font-mono);
  letter-spacing: .071em;
  text-transform: uppercase;
  color: var(--graphite);
  font-size: 12px;
}

code {
  font-family: var(--font-mono);
  font-size: .9em;
}

.actions {
  gap: var(--space-12);
  margin-top: var(--space-24);
  flex-wrap: wrap;
  display: flex;
}

.button {
  min-height: 44px;
  padding: 0 var(--space-20);
  border-radius: var(--radius-md);
  white-space: nowrap;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  transition: background .15s, color .15s, box-shadow .15s;
  display: inline-flex;
}

.filled {
  background: var(--obsidian);
  color: var(--pure-white);
}

.filled:hover {
  background: var(--charcoal);
}

.ghost {
  color: var(--charcoal);
  box-shadow: var(--ring-hairline);
  background: none;
}

.ghost:hover {
  color: var(--obsidian);
  box-shadow: var(--ash) 0 0 0 1px;
}

.pill {
  border-radius: var(--radius-full);
}

.text-link {
  align-items: center;
  gap: var(--space-6);
  min-height: 44px;
  color: var(--obsidian);
  font-size: 16px;
  display: inline-flex;
}

.text-link:hover {
  color: var(--charcoal);
}

.hint {
  margin-top: var(--space-12);
  font-family: var(--font-mono);
  letter-spacing: .04em;
  color: var(--stone);
  font-size: 12px;
}

.beta-tag {
  align-items: center;
  gap: var(--space-6);
  padding: 2px var(--space-8);
  border-radius: var(--radius-full);
  box-shadow: var(--ring-hairline);
  font-family: var(--font-mono);
  letter-spacing: .071em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--stone);
  flex: none;
  font-size: 11px;
  display: inline-flex;
}

.beta-tag:before {
  content: "";
  border-radius: var(--radius-full);
  background: var(--terminal-green);
  width: 5px;
  height: 5px;
}

.brand-mark {
  width: 18px;
  height: 18px;
  color: var(--carbon);
}

.top-nav {
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fafafad1;
  position: sticky;
  top: 0;
}

.nav-inner {
  align-items: center;
  gap: var(--space-24);
  width: min(var(--page), 100% - (var(--gutter) * 2));
  height: var(--nav-h);
  margin: 0 auto;
  display: flex;
}

.wordmark {
  align-items: center;
  gap: var(--space-8);
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.nav-links {
  gap: var(--space-24);
  margin-right: auto;
  font-size: 14px;
  display: none;
}

.nav-links a:hover {
  color: var(--stone);
}

.nav-actions {
  align-items: center;
  gap: var(--space-8);
  margin-left: auto;
  display: flex;
}

.nav-ghost {
  display: none;
}

.hero-grid {
  gap: var(--space-32);
  display: grid;
}

.meta-list {
  gap: var(--space-8);
  margin: var(--space-20) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.meta-list li {
  font-family: var(--font-mono);
  letter-spacing: .071em;
  text-transform: uppercase;
  color: var(--slate);
  font-size: 12px;
}

.logo-strip {
  align-items: center;
  gap: var(--space-16) var(--space-24);
  margin-top: var(--space-40);
  padding-top: var(--space-24);
  border-top: 1px solid var(--hairline);
  color: var(--slate);
  flex-wrap: wrap;
  font-size: 14px;
  display: flex;
}

.split {
  gap: var(--space-32);
  align-items: center;
  display: grid;
}

.split h2 {
  margin-bottom: var(--space-20);
}

.split .lede {
  margin-bottom: var(--space-8);
}

.cli-panel {
  padding: var(--space-16);
  border-radius: var(--radius-md);
  background: var(--pure-white);
  box-shadow: var(--ring-hairline);
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.54;
  overflow-x: auto;
}

.cli-head {
  justify-content: space-between;
  gap: var(--space-16);
  margin-bottom: var(--space-16);
  padding-bottom: var(--space-12);
  border-bottom: 1px solid var(--hairline);
  letter-spacing: .071em;
  text-transform: uppercase;
  color: var(--graphite);
  font-size: 11px;
  display: flex;
}

.cli-panel p {
  margin-bottom: var(--space-8);
  color: var(--obsidian);
  white-space: nowrap;
}

.cli-panel p:last-child {
  margin-bottom: 0;
}

.cli-cmd span {
  color: var(--carbon);
}

.cli-ok {
  color: var(--stone);
}

.cli-ok span {
  color: var(--terminal-green);
}

.card-grid {
  gap: var(--space-16);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.card {
  padding: var(--space-16);
  border-radius: var(--radius-md);
  background: var(--pure-white);
  box-shadow: var(--ring-card);
  flex-direction: column;
  display: flex;
}

.card-art {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: var(--space-16);
  border-radius: var(--radius-md);
}

.card h3, .card .eyebrow {
  margin-bottom: var(--space-8);
}

.card.inverted {
  background: var(--obsidian);
  color: var(--pure-white);
  box-shadow: none;
}

.card.inverted .eyebrow {
  color: var(--smoke);
}

.card.inverted .card-copy {
  color: var(--ash);
}

.card.inverted .button {
  margin-top: var(--space-16);
  align-self: start;
}

.on-inverted {
  color: var(--pure-white);
  box-shadow: 0 0 0 1px #ffffff38;
}

.on-inverted:hover {
  color: var(--pure-white);
  box-shadow: 0 0 0 1px #fff6;
}

.standards-list {
  border-top: 1px solid var(--hairline);
}

.standards-list article {
  gap: var(--space-8);
  padding: var(--space-20) 0;
  border-bottom: 1px solid var(--hairline);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.standards-list p {
  max-width: 68ch;
  margin-top: var(--space-8);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.5;
}

.install {
  max-width: 640px;
}

.install h2 {
  margin-bottom: var(--space-20);
}

footer {
  align-items: center;
  gap: var(--space-12) var(--space-24);
  margin-top: var(--space-40);
  padding-top: var(--space-24);
  border-top: 1px solid var(--hairline);
  flex-wrap: wrap;
  display: flex;
}

footer p {
  color: var(--graphite);
  font-size: 14px;
}

footer .wordmark {
  margin-right: var(--space-8);
}

@media (max-width: 479px) {
  .nav-inner > .beta-tag {
    display: none;
  }

  .actions {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }
}

@media (min-width: 768px) {
  :root {
    --gutter: 32px;
    --nav-h: 64px;
  }

  .nav-links {
    display: flex;
  }

  .nav-ghost {
    display: inline-flex;
  }

  .card-grid {
    gap: var(--space-20);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    gap: var(--space-40);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .standards-list article {
    gap: var(--space-24);
    padding: var(--space-24) 0;
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .standards-list p {
    margin-top: var(--space-8);
  }

  footer {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  :root {
    --gutter: 40px;
  }

  .card-grid {
    gap: var(--space-24);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    align-items: center;
    gap: var(--space-40);
    grid-template-columns: minmax(0, 1.4fr) minmax(0, .85fr);
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  html {
    scroll-snap-type: y proximity;
  }

  .pane {
    min-height: calc(100dvh - var(--nav-h));
    padding: var(--space-40) 0;
    scroll-snap-align: start;
    scroll-margin-top: var(--nav-h);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .pane-end > footer {
    margin-top: auto;
  }

  .card-art {
    max-height: 20vh;
  }

  .two-up .card-art {
    max-height: 28vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --charcoal: #333;
    --stone: #4d4d4d;
    --graphite: #666;
    --slate: #5c5c5c;
    --hairline: #c9c9c9;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
