/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

/*
 * VaultProof public pages — Request Flight Recorder compatibility layer.
 * Extends the homepage's solid navy, cyan-signal, and evidence-led system
 * across legacy marketing, documentation, legal, tool, and article layouts.
 */

:root {
  --public-navy: #0b111b;
  --public-navy-deep: #070a10;
  --public-navy-soft: #171d26;
  --public-navy-raised: #111b28;
  --public-blue-muted: #33566b;
  --public-cyan: #57dce9;
  --public-cyan-bright: #81e8f0;
  --public-green: #46d6a5;
  --public-amber: #f1c36d;
  --public-danger: #ff9580;
  --public-white: #f4f8fc;
  --public-copy: #c9d5e1;
  --public-muted: #9aa6b5;
  --public-line: rgba(226, 232, 240, 0.15);
  --public-line-strong: rgba(87, 220, 233, 0.3);
  --public-line-active: rgba(87, 220, 233, 0.58);
  --public-wash: rgba(87, 220, 233, 0.08);
  --public-shadow: rgba(2, 5, 10, 0.42);
  --public-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --public-body: "Manrope", "Avenir Next", Avenir, system-ui, -apple-system, sans-serif;
  --public-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --public-content: 1180px;
  --public-reading: 720px;

  /* Compatibility aliases used by the existing public templates. */
  --vp-accent: var(--public-cyan);
  --vp-accent-soft: var(--public-wash);
  --vp-bg: var(--public-navy);
  --vp-bg-outer: var(--public-navy-deep);
  --vp-bg-mid: var(--public-navy-soft);
  --vp-card: var(--public-navy-raised);
  --vp-rule: var(--public-line);
  --vp-rule-strong: var(--public-line-strong);
  --vp-text: var(--public-white);
  --vp-text-mid: var(--public-copy);
  --vp-text-muted: var(--public-copy);
  --vp-text-faint: var(--public-muted);
  --vp-danger: var(--public-danger);
  --vp-success: var(--public-green);
  --vp-display: var(--public-display);
  --vp-body: var(--public-body);
  --vp-mono: var(--public-mono);
  --accent: var(--public-cyan);
  --accent-2: var(--public-cyan-bright);
  --accent-hover: var(--public-cyan-bright);
  --bg: var(--public-navy-deep);
  --panel: var(--public-navy-raised);
  --panel-strong: var(--public-navy-soft);
  --panel-soft: var(--public-wash);
  --line: var(--public-line);
  --line-strong: var(--public-line-strong);
  --text: var(--public-white);
  --text-mid: var(--public-copy);
  --muted: var(--public-copy);
  --faint: var(--public-muted);
  --success: var(--public-green);
  --warning: var(--public-amber);
  --danger: var(--public-danger);
  /* Older editorial templates use these unprefixed surface and tone tokens. */
  --surface: var(--public-navy-raised);
  --surface2: var(--public-navy-soft);
  --border: var(--public-line);
  --border2: var(--public-line-strong);
  --text-dim: var(--public-copy);
  --text-muted: var(--public-muted);
  --red: var(--public-cyan);
  --red-dim: var(--public-wash);
  --red-pale: rgba(87, 220, 233, 0.045);
  --amber: var(--public-amber);
  --amber-dim: rgba(241, 195, 109, 0.08);
  --green: var(--public-green);
  --green-dim: rgba(70, 214, 165, 0.08);
  --display: var(--public-display);
  --body: var(--public-body);
  --mono: var(--public-mono);
  color-scheme: dark;
}

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

html {
  min-width: 320px;
  overflow-x: clip;
  background: var(--public-navy-deep) !important;
  color-scheme: dark;
  scroll-padding-top: 88px;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--public-navy) !important;
  background-image: none !important;
  color: var(--public-white) !important;
  font-family: var(--public-body) !important;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  width: min(1440px, 100%) !important;
  margin: 0 auto !important;
  pointer-events: none !important;
  background: transparent !important;
  background-image: none !important;
  border-inline: 1px solid var(--public-line) !important;
  opacity: 1 !important;
  mask: none !important;
}

body > *,
.page,
.docs-page,
.status-page,
.scan-page {
  position: relative;
}

.page,
.docs-page,
.status-page,
.scan-page,
main,
section,
footer {
  background-image: none !important;
}

::selection {
  background: var(--public-cyan) !important;
  color: var(--public-navy-deep) !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--public-navy-deep) !important;
}

::-webkit-scrollbar-thumb {
  border: 2px solid var(--public-navy-deep) !important;
  border-radius: 5px !important;
  background: var(--public-blue-muted) !important;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--public-cyan-bright);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--public-cyan-bright) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px var(--public-navy-deep) !important;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.page-title,
.sidebar-logo-text,
[style*="Space Grotesk"],
[style*="Inter Tight"],
[style*="Playfair"],
[style*="Bebas"] {
  color: var(--public-white) !important;
  font-family: var(--public-display) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

h1 {
  max-width: 16ch;
  font-size: clamp(2.55rem, 5.4vw, 4.7rem) !important;
  line-height: 0.96 !important;
}

h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.85rem) !important;
  line-height: 1.03 !important;
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem) !important;
  line-height: 1.08 !important;
}

p,
li,
dd,
figcaption {
  color: var(--public-copy);
}

p {
  max-width: 72ch;
}

small,
.text-xs,
.text-sm,
.eyebrow,
.kicker,
.panel-kicker,
.meta,
.muted {
  color: var(--public-muted) !important;
}

code,
pre,
kbd,
samp {
  font-family: var(--public-mono) !important;
}

code:not([class]) {
  color: var(--public-cyan-bright) !important;
}

/* Shared public controls. */

.btn-primary,
.btn-creative,
.button.primary,
.scan-button,
.bg-brand,
.bg-vp-accent,
.bg-\[\#6366f1\] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid var(--public-cyan) !important;
  border-radius: 6px !important;
  background: var(--public-cyan) !important;
  background-image: none !important;
  color: var(--public-navy-deep) !important;
  box-shadow: none !important;
  font-family: var(--public-body) !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease !important;
}

.btn-primary:hover,
.btn-creative:hover,
.button.primary:hover,
.scan-button:hover,
.hover\:bg-brand-light:hover,
.hover\:bg-\[\#5558e6\]:hover {
  border-color: var(--public-cyan-bright) !important;
  background: var(--public-cyan-bright) !important;
  color: var(--public-navy-deep) !important;
  box-shadow: 0 7px 18px var(--public-shadow) !important;
  transform: translateY(-1px) !important;
}

.btn-primary:active,
.btn-creative:active,
.button.primary:active,
.scan-button:active {
  box-shadow: none !important;
  transform: translateY(0) !important;
}

.button.secondary,
.btn-secondary {
  border: 1px solid var(--public-line-strong) !important;
  border-radius: 6px !important;
  background: var(--public-navy-deep) !important;
  color: var(--public-white) !important;
}

/* Reading and content structures. */
.page,
.docs-page,
.status-page,
.scan-page {
  width: min(1440px, 100%) !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  background: var(--public-navy) !important;
  background-image: none !important;
  color: var(--public-white) !important;
}

.docs-hero,
.hero,
.page-hero,
main > section:first-child {
  background-image: none !important;
}

.docs-page,
main {
  color: var(--public-copy);
}

.docs-hero,
.docs-layout,
.docs-main,
.hero-copy,
.hero-panel,
.docs-section,
.doc-card,
.provider-group,
.callout,
.table-wrap,
.faq-list details,
.panel,
.stat-card,
.endpoint-card,
.article-card,
.featured-card,
.bg-vp-surface,
.bg-vp-surface\/80,
.bg-vp-surface\/95,
.bg-card,
.bg-surface,
.bg-\[\#111118\],
.bg-\[\#060609\],
.bg-slate-950\/70,
.bg-slate-950\/92,
.bg-slate-900,
.bg-black\/40 {
  background-color: var(--public-navy-raised) !important;
  background-image: none !important;
  color: var(--public-copy) !important;
}

.hero-copy,
.hero-panel,
.docs-section,
.doc-card,
.provider-group,
.callout,
.table-wrap,
.faq-list details,
.panel,
.stat-card,
.endpoint-card,
.article-card,
.featured-card {
  border-color: var(--public-line) !important;
  box-shadow: none !important;
}

.docs-hero,
.docs-layout {
  width: min(var(--public-content), calc(100% - 40px)) !important;
}

.docs-main,
article,
.article-body,
.post-body,
.legal-copy {
  font-family: var(--public-body) !important;
}

.docs-main > *,
article > *,
.article-body > *,
.post-body > * {
  width: 100%;
  max-width: 100%;
}

/* Public pages use the full content rail for sections, evidence, and cards.
 * Keep prose independently constrained so expanding the layout does not make
 * paragraphs harder to read. */
:is(.docs-main, article, .article-body, .post-body) p {
  max-width: var(--public-reading);
}

.docs-main > .table-wrap,
.docs-main > .card-grid,
.docs-main > .split-grid,
.docs-main > .command-grid,
.docs-main > .provider-grid,
article > figure,
article > pre,
article > .table-wrap {
  max-width: 100%;
}

.docs-main,
.docs-section,
.table-wrap,
.page-layout,
.article-body,
.article-section {
  min-width: 0 !important;
}

.table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.docs-sidebar {
  border-color: var(--public-line) !important;
  background: var(--public-navy-deep) !important;
  box-shadow: none !important;
}

.docs-sidebar a,
.sidebar-nav-item {
  color: var(--public-muted) !important;
}

.docs-sidebar a:hover,
.docs-sidebar a.active,
.sidebar-nav-item:hover,
.sidebar-nav-item.active,
.sidebar-nav-item.active-nav {
  border-color: var(--public-cyan) !important;
  background: var(--public-wash) !important;
  color: var(--public-cyan-bright) !important;
}

.eyebrow,
.panel-kicker,
.section-label,
.article-meta,
.post-meta,
.status-label {
  color: var(--public-cyan-bright) !important;
  font-family: var(--public-body) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

.doc-card:hover,
.article-card:hover,
.featured-card:hover,
.card-hover:hover {
  border-color: var(--public-line-active) !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
}

.rounded-full,
.rounded-2xl,
.rounded-3xl,
.rounded-xl,
.rounded-lg,
.rounded-card {
  border-radius: 6px !important;
}

.border-vp-border,
.border-vp-border\/60,
.border-border,
.border-\[\#1e1e2e\],
.border-slate-700\/50,
.border-slate-800,
.border-white\/10,
.border-indigo-500\/20,
.border-indigo-500\/30,
.border-cyan-500\/20,
.border-amber-500\/20,
.border-red-500\/20 {
  border-color: var(--public-line) !important;
}

.text-white,
.text-gray-100,
.text-gray-200,
.text-gray-300,
.text-slate-100,
.text-slate-200,
.text-slate-300,
.text-vp-navy {
  color: var(--public-white) !important;
}

.text-gray-400,
.text-gray-500,
.text-slate-400,
.text-slate-500,
.text-vp-body {
  color: var(--public-copy) !important;
}

.text-gray-600,
.text-gray-700,
.text-slate-600,
.text-slate-700 {
  color: var(--public-muted) !important;
}

.text-indigo-400,
.text-indigo-300,
.text-indigo-100,
.text-indigo-200,
.text-cyan-400,
.text-cyan-300,
.text-sky-300,
.text-vp-accent,
.text-brand,
.text-vp-cyan,
.text-blue-400,
.text-purple-400,
.text-purple-500 {
  color: var(--public-cyan-bright) !important;
}

.text-emerald-400,
.text-emerald-300,
.text-green-400 {
  color: var(--public-green) !important;
}

.text-amber-400,
.text-amber-300,
.text-orange-400 {
  color: var(--public-amber) !important;
}

.text-red-400,
.text-red-300 {
  color: var(--public-danger) !important;
}

.bg-indigo-500\/10,
.bg-indigo-500\/15,
.bg-indigo-950\/50,
.bg-cyan-500\/5,
.bg-cyan-500\/15,
.bg-emerald-400\/10,
.bg-emerald-500\/15,
.bg-amber-500\/10,
.bg-amber-500\/15,
.bg-white\/5,
.bg-white\/\[0\.06\],
.bg-white\/\[0\.08\],
.bg-vp-accent\/15,
.callout.info,
.callout.success,
.callout.warning {
  background: var(--public-wash) !important;
  background-image: none !important;
}

.shadow-lg,
.shadow-xl,
.shadow-2xl,
.shadow-black\/20,
.shadow-black\/40,
.shadow-vp-accent\/20,
.btn-glow {
  box-shadow: none !important;
}

.backdrop-blur,
.backdrop-blur-sm,
.backdrop-blur-xl {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Tables, code, forms, and evidence stay inspectable. */
table,
.doc-table,
.compare-table {
  width: 100%;
  border-collapse: collapse !important;
  background: var(--public-navy-deep) !important;
  color: var(--public-copy) !important;
}

th,
td,
.compare-table th,
.compare-table td {
  border-color: var(--public-line) !important;
}

th,
.compare-table thead th {
  background: var(--public-navy-soft) !important;
  color: var(--public-white) !important;
  font-family: var(--public-body) !important;
  font-weight: 700 !important;
}

.compare-table .vp-col,
.compare-table th.vp-col,
.compare-table td.vp-col {
  border-color: var(--public-line-strong) !important;
  background: var(--public-wash) !important;
  color: var(--public-cyan-bright) !important;
}

.compare-table tbody tr:hover {
  background: var(--public-wash) !important;
}

.compare-table td {
  color: var(--public-copy) !important;
}

pre,
.code-block,
.code-card,
.terminal-box,
.activity-receipt {
  border-color: var(--public-line-strong) !important;
  border-radius: 4px !important;
  background: var(--public-navy-deep) !important;
  background-image: none !important;
  color: var(--public-copy) !important;
  box-shadow: none !important;
}

input,
select,
textarea,
.scan-input {
  min-height: 44px;
  border: 1px solid var(--public-line-strong) !important;
  border-radius: 6px !important;
  background: var(--public-navy-deep) !important;
  color: var(--public-white) !important;
  font-family: var(--public-body) !important;
}

input::placeholder,
textarea::placeholder,
.scan-input::placeholder {
  color: var(--public-muted) !important;
  opacity: 1;
}

input:focus,
select:focus,
textarea:focus,
.scan-input:focus {
  border-color: var(--public-cyan) !important;
  box-shadow: 0 0 0 3px var(--public-wash) !important;
}

button:disabled,
.scan-button:disabled {
  cursor: not-allowed !important;
  opacity: 0.52 !important;
  transform: none !important;
}

.badge,
.chip,
.date-pill,
.tab-button,
.scenario-button,
.scanner-status,
.badge-critical,
.badge-high,
.badge-medium,
.badge-low {
  border-color: var(--public-line-strong) !important;
  border-radius: 6px !important;
  background: var(--public-wash) !important;
  color: var(--public-cyan-bright) !important;
  box-shadow: none !important;
}

/* Article pages use the same instrument shell with a calmer reading rail. */
article,
.article,
.post,
.article-body,
.post-body {
  color: var(--public-copy) !important;
}

/* Normalize the legacy incident-report template without flattening its story. */
.page-layout {
  width: min(1400px, 100%) !important;
}

.article-body {
  width: 100% !important;
  max-width: none !important;
}

.article-body > *,
.article-section {
  width: 100% !important;
  max-width: 100% !important;
}

.article-body p {
  width: 100% !important;
  max-width: var(--public-reading) !important;
}

.hero > * {
  opacity: 1 !important;
}

.hero h1 em,
.article-body h2 em,
.article-body h3 em {
  color: var(--public-cyan-bright) !important;
  font-style: normal !important;
}

.hero-lede,
.article-body p,
.chain-desc p {
  color: var(--public-copy) !important;
}

article a:not(.button):not(.btn-primary):not(.nav-link),
.article-body a,
.post-body a {
  color: var(--public-cyan-bright) !important;
  text-decoration-color: var(--public-line-active) !important;
}

article blockquote,
.article-body blockquote,
.post-body blockquote {
  margin-inline: 0;
  padding: 20px 24px;
  border: 1px solid var(--public-line-strong) !important;
  border-left-width: 1px !important;
  border-radius: 4px !important;
  background: var(--public-wash) !important;
  color: var(--public-copy) !important;
}

hr {
  border: 0;
  border-top: 1px solid var(--public-line) !important;
}

footer,
.site-footer,
.docs-footer {
  border-color: var(--public-line) !important;
  background: var(--public-navy-deep) !important;
  background-image: none !important;
  color: var(--public-muted) !important;
}

.docs-footer {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) repeat(7, auto);
  align-items: center;
  width: min(var(--public-content), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 max(36px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--public-line) !important;
  gap: 12px 24px;
}

footer a,
.site-footer a,
.docs-footer a {
  color: var(--public-copy) !important;
}

.docs-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: max-content;
  max-width: 100%;
  font-family: var(--public-body);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.docs-footer > a[href="/"] {
  color: var(--public-white) !important;
  font-family: var(--public-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

footer a:hover,
.site-footer a:hover,
.docs-footer a:hover {
  color: var(--public-cyan-bright) !important;
}

.docs-footer a:active {
  color: var(--public-cyan) !important;
}

@media (max-width: 900px) {

  .docs-hero,
  .docs-layout {
    width: min(100% - 24px, var(--public-content)) !important;
  }

  .docs-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(var(--public-content), calc(100% - 32px));
    gap: 0 24px;
  }

  .docs-footer a {
    width: 100%;
    border-top: 1px solid var(--public-line);
  }

  .docs-footer > a[href="/"] {
    grid-column: 1 / -1;
    min-height: 58px;
    border-top: 0;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.25rem, 11.5vw, 3.4rem) !important;
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem) !important;
  }

  .hero-actions,
  .form-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .hero-actions > *,
  .form-actions > * {
    width: 100% !important;
  }

  .table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .docs-main code:not(pre code),
  .article-body code:not(pre code),
  .post-body code:not(pre code) {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .article-body {
    padding-inline: 20px !important;
  }

  .article-body > *,
  .article-section,
  .article-body p {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .docs-footer {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 32px);
    padding-top: 20px;
  }

  .docs-footer > a[href="/"] {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 3px solid Highlight !important;
    box-shadow: none !important;
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  body,
  .page,
  .docs-page,
  .docs-section,
  article {
    background: #ffffff !important;
    color: #171717 !important;
  }

  footer {
    display: none !important;
  }

  h1,
  h2,
  h3,
  h4,
  p,
  li,
  td,
  th {
    color: #171717 !important;
  }
}

/* Canonical public page scale. Content density may vary by mode. */
body[data-public-layout="flight"] h1 {
  max-width: 18ch;
  font-size: clamp(2.7rem, 4.2vw, 3.8rem) !important;
  line-height: 0.98 !important;
}

body[data-public-layout="flight"] h2 {
  font-size: clamp(1.75rem, 2.7vw, 2.35rem) !important;
  line-height: 1.03 !important;
}

body[data-public-layout="flight"] h3 {
  font-size: clamp(1.18rem, 1.6vw, 1.55rem) !important;
  line-height: 1.08 !important;
}

body[data-public-layout="flight"] :where(.docs-hero, .docs-layout) {
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-public-layout="flight"] .docs-page {
  padding-top: clamp(56px, 5vw, 76px) !important;
}

body[data-public-layout="flight"] > :where(.hero, .page-layout) {
  width: min(var(--public-content), calc(100% - 32px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-public-layout="flight"] .public-main {
  display: block;
  min-width: 0;
}

body[data-public-layout="flight"] .public-main > :where(.hero, .page-layout) {
  width: min(var(--public-content), calc(100% - 32px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-public-layout="flight"] > section:first-of-type,
body[data-public-layout="flight"] > article,
body[data-public-layout="flight"] > .max-w-5xl,
body[data-public-layout="flight"] .public-main > section:first-of-type,
body[data-public-layout="flight"] .public-main > article,
body[data-public-layout="flight"] .public-main > .max-w-5xl {
  padding-top: 72px !important;
}

body[data-public-layout="flight"] .page-layout {
  max-width: var(--public-content) !important;
}

.public-skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--public-cyan);
  border-radius: 4px;
  background: var(--public-navy-deep);
  color: var(--public-white) !important;
  font-family: var(--public-body);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.public-skip-link:focus {
  transform: translateY(0);
}

body[data-public-layout="flight"] .uptime-bars {
  gap: 1px !important;
  grid-template-columns: repeat(90, minmax(1px, 1fr)) !important;
  overflow: hidden;
}

body[data-public-layout="flight"] .uptime-bar {
  min-width: 0 !important;
  border-radius: 1px !important;
  background: var(--public-green) !important;
  background-image: none !important;
}

@media (max-width: 900px) {

  body[data-public-layout="flight"] .docs-page {
    padding-top: 48px !important;
  }
}

@media (max-width: 560px) {
  body[data-public-layout="flight"] h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem) !important;
  }

  body[data-public-layout="flight"] h2 {
    font-size: clamp(1.7rem, 8vw, 2.2rem) !important;
  }

  body[data-public-layout="flight"] > :where(.hero, .page-layout) {
    width: calc(100% - 24px) !important;
  }

  body[data-public-layout="flight"] > section:first-of-type,
  body[data-public-layout="flight"] > article,
  body[data-public-layout="flight"] > .max-w-5xl,
  body[data-public-layout="flight"] .public-main > section:first-of-type,
  body[data-public-layout="flight"] .public-main > article,
  body[data-public-layout="flight"] .public-main > .max-w-5xl {
    padding-top: 52px !important;
  }
}

@media print {

  .public-skip-link {
    display: none !important;
  }
}
