/* GENERATED from @verysafe/ui-tokens — do not edit by hand. */
:root {
  --vs-bg: #FFFFFF;
  --vs-surface: #F9FAFB;
  --vs-text: #191919;
  --vs-text-muted: #6B7280;
  --vs-border: #E5E7EB;
  --vs-border-strong: #8C8C8C;
  --vs-accent: #0F4B2C;
  --vs-accent-text: #FFFFFF;
  --vs-success: #1B7F4D;
  --vs-warning: #B45309;
  --vs-danger: #B42318;
  --vs-info: #0F4B2C;
  --vs-space-xs: 4px;
  --vs-space-sm: 8px;
  --vs-space-md: 16px;
  --vs-space-lg: 24px;
  --vs-space-xl: 32px;
  --vs-space-xxl: 48px;
  --vs-radius-sm: 6px;
  --vs-radius-md: 8px;
  --vs-radius-lg: 12px;
  --vs-radius-full: 9999px;
  --vs-text-display-size: 32px;
  --vs-text-display-weight: 700;
  --vs-text-h1-size: 28px;
  --vs-text-h1-weight: 700;
  --vs-text-h2-size: 22px;
  --vs-text-h2-weight: 700;
  --vs-text-h3-size: 18px;
  --vs-text-h3-weight: 700;
  --vs-text-body-size: 16px;
  --vs-text-body-weight: 400;
  --vs-text-body-small-size: 14px;
  --vs-text-body-small-weight: 400;
  --vs-text-caption-size: 12px;
  --vs-text-caption-weight: 400;
  --vs-text-overline-size: 11px;
  --vs-text-overline-weight: 700;
  --vs-text-overline-tracking: 1.2px;
  --vs-elev-1: 0 1px 2px rgba(0, 0, 0, 0.06);
  --vs-elev-2: 0 4px 10px rgba(0, 0, 0, 0.08);
  --vs-elev-3: 0 12px 28px rgba(0, 0, 0, 0.14);
  --vs-motion-fast: 120ms;
  --vs-motion-standard: 200ms;
  --vs-motion-slow: 320ms;
  --vs-font-sans: 'PT Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
[data-theme="dark"] {
  --vs-bg: #191919;
  --vs-surface: #242424;
  --vs-text: #FFFFFF;
  --vs-text-muted: #9CA3AF;
  --vs-border: #3A3A3A;
  --vs-border-strong: #757575;
  --vs-accent: #2CDC82;
  --vs-accent-text: #0A3721;
  --vs-success: #2CDC82;
  --vs-warning: #F59E0B;
  --vs-danger: #F87171;
  --vs-info: #2CDC82;
  --vs-elev-1: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.5);
  --vs-elev-2: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 10px rgba(0, 0, 0, 0.55);
  --vs-elev-3: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.6);
}
@media (prefers-reduced-motion: reduce) {
  :root { --vs-motion-fast: 0ms; --vs-motion-standard: 0ms; --vs-motion-slow: 0ms; }
}


/* GENERATED by apps/marketing/src/build.ts from the [data-theme="dark"] block above.
   The site ships no JavaScript, so the attribute is never set; this applies the same
   declarations from the user's own system preference. Do not edit by hand. */
@media (prefers-color-scheme: dark) {
  :root {
    --vs-bg: #191919;
    --vs-surface: #242424;
    --vs-text: #FFFFFF;
    --vs-text-muted: #9CA3AF;
    --vs-border: #3A3A3A;
    --vs-border-strong: #757575;
    --vs-accent: #2CDC82;
    --vs-accent-text: #0A3721;
    --vs-success: #2CDC82;
    --vs-warning: #F59E0B;
    --vs-danger: #F87171;
    --vs-info: #2CDC82;
    --vs-elev-1: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.5);
    --vs-elev-2: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 10px rgba(0, 0, 0, 0.55);
    --vs-elev-3: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.6);
  }
}

/*
 * Site styles. Appended to @verysafe/ui-tokens/tokens.css by the build, which
 * also emits the prefers-color-scheme bridge — tokens.css expresses dark mode
 * as [data-theme="dark"], and a site with no JavaScript has nobody to set that
 * attribute. See build.ts: the bridge is generated from the token block rather
 * than retyped, so the two cannot disagree.
 *
 * Every colour below is a token. Contrast is a build gate (CLAUDE.md rule 5)
 * and the tokens already pass their own policy; hard-coding a hex here is how
 * that guarantee gets quietly lost.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /* Tells the UA to paint form controls and scrollbars for the right theme. */
  color-scheme: light dark;
}

body {
  margin: 0;
  background: var(--vs-bg);
  color: var(--vs-text);
  font-family: var(--vs-font-sans);
  font-size: var(--vs-text-body-size);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/* ── Focus: one visible treatment everywhere, never removed ──────────────── */

:focus-visible {
  outline: 3px solid var(--vs-accent);
  outline-offset: 2px;
  border-radius: var(--vs-radius-sm);
}

.skip {
  position: absolute;
  left: -9999px;
  top: var(--vs-space-sm);
  display: inline-flex;
  align-items: center;
  /* Measured at 42px with padding alone — the audit measures the laid out box,
     which is the point of measuring rather than reading the stylesheet. */
  min-height: 44px;
  padding: var(--vs-space-sm) var(--vs-space-md);
  background: var(--vs-accent);
  color: var(--vs-accent-text);
  border-radius: var(--vs-radius-md);
  z-index: 10;
}

.skip:focus {
  left: var(--vs-space-md);
}

/* ── Chrome ──────────────────────────────────────────────────────────────── */

.site-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--vs-space-md);
  padding: var(--vs-space-md) var(--vs-space-lg);
  border-bottom: 1px solid var(--vs-border);
  background: var(--vs-surface);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--vs-space-sm);
  min-height: 44px;
  font-size: var(--vs-text-h3-size);
  font-weight: var(--vs-text-h3-weight);
  color: var(--vs-text);
  text-decoration: none;
}

/* The mark is real SVG geometry from ui-tokens, not a coloured box. It carries
   its own two-tone fills, so it needs size and alignment only. */
.brand svg {
  flex: none;
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vs-space-xs);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: inline-flex;
  align-items: center;
  /* 44×44 minimum target, CLAUDE.md rule 5. */
  min-height: 44px;
  padding: 0 var(--vs-space-md);
  border-radius: var(--vs-radius-md);
  color: var(--vs-text);
  text-decoration: none;
}

.nav a:hover {
  background: var(--vs-bg);
  text-decoration: underline;
}

.nav a[aria-current="page"] {
  background: var(--vs-bg);
  /* Not colour alone: the current page also carries aria-current. */
  box-shadow: inset 0 -2px 0 var(--vs-accent);
  font-weight: 700;
}

main {
  max-width: 68rem;
  margin: 0 auto;
  padding: var(--vs-space-xl) var(--vs-space-lg) var(--vs-space-xxl);
}

section + section {
  margin-top: var(--vs-space-xxl);
  padding-top: var(--vs-space-xl);
  border-top: 1px solid var(--vs-border);
}

/* ── Type ────────────────────────────────────────────────────────────────── */

h1 {
  font-size: var(--vs-text-display-size);
  font-weight: var(--vs-text-display-weight);
  line-height: 1.25;
  margin: 0 0 var(--vs-space-md);
  max-width: 22ch;
}

h2 {
  font-size: var(--vs-text-h2-size);
  font-weight: var(--vs-text-h2-weight);
  margin: 0 0 var(--vs-space-md);
}

h3 {
  font-size: var(--vs-text-h3-size);
  font-weight: var(--vs-text-h3-weight);
  margin: 0 0 var(--vs-space-xs);
}

p {
  margin: 0 0 var(--vs-space-md);
  max-width: 68ch;
}

.lead {
  font-size: calc(var(--vs-text-body-size) + 2px);
  color: var(--vs-text);
}

.fine {
  font-size: var(--vs-text-body-small-size);
  color: var(--vs-text-muted);
}

a {
  color: var(--vs-accent);
}

/* ── Calls to action ─────────────────────────────────────────────────────── */

.cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 var(--vs-space-lg);
  border-radius: var(--vs-radius-full);
  background: var(--vs-accent);
  color: var(--vs-accent-text);
  font-weight: 700;
  text-decoration: none;
}

.cta:hover {
  text-decoration: underline;
}

.proof-line {
  margin-top: var(--vs-space-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--vs-space-md);
  max-width: none;
}

/* ── Cards and lists ─────────────────────────────────────────────────────── */

.points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: var(--vs-space-lg);
  margin: 0;
  padding: 0;
  list-style: none;
}

.points > li {
  padding: var(--vs-space-lg);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-surface);
}

.points p {
  margin-bottom: 0;
}

/* A card's link is a control and is sized like one; its heading is not. */
.card-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: var(--vs-space-md);
  font-weight: 700;
}

.plain {
  margin: 0;
  padding-left: var(--vs-space-lg);
}

/* ── Generated availability strip ────────────────────────────────────────── */

.avail-list {
  display: grid;
  gap: var(--vs-space-sm);
  margin: 0 0 var(--vs-space-md);
  padding: 0;
  list-style: none;
}

.avail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--vs-space-md);
  padding: var(--vs-space-md);
  border: 1px solid var(--vs-border);
  border-left: 4px solid var(--vs-border-strong);
  border-radius: var(--vs-radius-md);
  background: var(--vs-surface);
}

.avail-yes {
  border-left-color: var(--vs-success);
}

.avail-no {
  border-left-color: var(--vs-warning);
}

.avail-state {
  /* Text, not a colour: the state is readable with colour perception absent. */
  font-size: var(--vs-text-overline-size);
  font-weight: var(--vs-text-overline-weight);
  letter-spacing: var(--vs-text-overline-tracking);
  text-transform: uppercase;
  color: var(--vs-text-muted);
  min-width: 8rem;
}

.avail-name {
  font-weight: 700;
}

/* ── Proof page ──────────────────────────────────────────────────────────── */

.proof-cards {
  display: grid;
  gap: var(--vs-space-lg);
}

.proof-card {
  padding: var(--vs-space-lg);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-surface);
}

.proof-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vs-space-sm);
}

.badge {
  display: inline-block;
  padding: 2px var(--vs-space-sm);
  border: 1px solid currentcolor;
  border-radius: var(--vs-radius-full);
  font-size: var(--vs-text-body-small-size);
  font-weight: 700;
}

.badge-yes {
  color: var(--vs-success);
}

.badge-no {
  color: var(--vs-warning);
}

.proof-facts {
  margin: var(--vs-space-md) 0 0;
}

.proof-facts dt {
  font-size: var(--vs-text-overline-size);
  font-weight: var(--vs-text-overline-weight);
  letter-spacing: var(--vs-text-overline-tracking);
  text-transform: uppercase;
  color: var(--vs-text-muted);
  margin-top: var(--vs-space-md);
}

.proof-facts dd {
  margin: var(--vs-space-xs) 0 0;
}

.honesty {
  padding: var(--vs-space-lg);
  border: 1px solid var(--vs-border-strong);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-surface);
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

.site-foot {
  border-top: 1px solid var(--vs-border);
  background: var(--vs-surface);
  padding: var(--vs-space-lg);
}

.site-foot p {
  max-width: 68rem;
  margin-inline: auto;
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vs-space-xs) var(--vs-space-lg);
  max-width: 68rem;
  margin: 0 auto var(--vs-space-md);
  padding: 0;
  list-style: none;
}

.foot-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  /* "Terms" is a short word and laid out at 40px wide. The audit measures the
     box, not the intent, which is the whole reason it is measured. */
  min-width: 44px;
}

@media (max-width: 40rem) {
  h1 {
    font-size: var(--vs-text-h1-size);
  }

  main {
    padding: var(--vs-space-lg) var(--vs-space-md) var(--vs-space-xl);
  }
}
