/* [project]/src/app/globals.css [app-client] (css) */
@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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-ui);
    --font-mono: var(--font-data);
    --spacing: .25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --leading-relaxed: 1.625;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: var(--bg);
    --color-ink: var(--ink);
    --color-ink-2: var(--ink-2);
    --color-ink-3: var(--ink-3);
    --color-surface: var(--surface);
  }
}

@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, ui-sans-serif, system-ui, 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;
    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 {
    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 {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .relative {
    position: relative;
  }

  .m-0 {
    margin: 0;
  }

  .mx-auto {
    margin-inline: auto;
  }

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

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

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

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

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

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

  .mb-1 {
    margin-bottom: var(--spacing);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

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

  .min-h-0 {
    min-height: 0;
  }

  .min-h-\[50vh\] {
    min-height: 50vh;
  }

  .min-h-dvh {
    min-height: 100dvh;
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-\[46rem\] {
    max-width: 46rem;
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .min-w-\[40rem\] {
    min-width: 40rem;
  }

  .min-w-\[560px\] {
    min-width: 560px;
  }

  .flex-1 {
    flex: 1;
  }

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

  .border-collapse {
    border-collapse: collapse;
  }

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

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

  .list-none {
    list-style-type: none;
  }

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

  .flex-col {
    flex-direction: column;
  }

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

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-y-1 {
    row-gap: var(--spacing);
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-\[calc\(var\(--r-draw\)\+2px\)\] {
    border-radius: calc(var(--r-draw) + 2px);
  }

  .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-\[var\(--line\)\] {
    border-color: var(--line);
  }

  .bg-bg {
    background-color: var(--color-bg);
  }

  .bg-surface {
    background-color: var(--color-surface);
  }

  .p-0 {
    padding: 0;
  }

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

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

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

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

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

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

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

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

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

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

  .align-top {
    vertical-align: top;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

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

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

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

  .text-\[0\.6875rem\] {
    font-size: .6875rem;
  }

  .text-\[0\.9375rem\] {
    font-size: .9375rem;
  }

  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

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

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

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

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-balance {
    text-wrap: balance;
  }

  .text-\[var\(--ink\)\] {
    color: var(--ink);
  }

  .text-\[var\(--ink-2\)\] {
    color: var(--ink-2);
  }

  .text-\[var\(--ink-3\)\] {
    color: var(--ink-3);
  }

  .text-ink {
    color: var(--color-ink);
  }

  .text-ink-2 {
    color: var(--color-ink-2);
  }

  .text-ink-3 {
    color: var(--color-ink-3);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-100 {
    opacity: 1;
  }

  .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);
  }

  .transition-\[border-color\] {
    transition-property: border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .\[font-variant-ligatures\:none\] {
    font-variant-ligatures: none;
  }

  .first\:border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }

  .first\:pt-0:first-child {
    padding-top: 0;
  }

  @media (hover: hover) {
    .hover\:border-\[color-mix\(in_srgb\,var\(--line\)_70\%\,var\(--ink-3\)\)\]:hover {
      border-color: var(--line);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-\[color-mix\(in_srgb\,var\(--line\)_70\%\,var\(--ink-3\)\)\]:hover {
        border-color: color-mix(in srgb,var(--line) 70%,var(--ink-3));
      }
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-9 {
      padding-inline: calc(var(--spacing) * 9);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-9 {
      padding-block: calc(var(--spacing) * 9);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

:root, [data-theme="light"] {
  --os-carbon: #131416;
  --os-ink: #17181b;
  --os-paper: #fff;
  --os-ground: #f6f5f3;
  --os-rule: #e8e5e0;
  --os-muted: #52525b;
  --os-signal: #d8481f;
  --os-signal-hot: #ff3d00;
  --os-success: #3f7d5f;
  --os-warning: #8a6c34;
  --os-caution: #f2711c;
  --bg: var(--os-paper);
  --surface: var(--os-paper);
  --surface-2: var(--os-ground);
  --paper: var(--os-paper);
  --ink: var(--os-ink);
  --ink-2: #52525b;
  --ink-3: #71717a;
  --ink-on-carbon: #f4f2ee;
  --ink-on-carbon-2: #f4f2eec7;
  --ink-on-carbon-3: #f4f2ee8c;
  --line: var(--os-rule);
  --line-strong: var(--os-ink);
}

@supports (color: color-mix(in lab, red, red)) {
  :root, [data-theme="light"] {
    --line-strong: color-mix(in srgb, var(--os-ink) 18%, var(--os-rule));
  }
}

:root, [data-theme="light"] {
  --filament: #d7025c;
  --filament-hover: #a7014a;
  --signal: var(--os-signal);
  --ok: var(--os-success);
  --warn: var(--os-caution);
  --color-primary: var(--os-ink);
  --color-primary-fg: #fafafa;
  --color-primary-hover: var(--os-carbon);
  --font-ui: "Source Sans 3";
  --font-display: var(--font-ui);
  --font-data: var(--font-ui);
  --font-mono: var(--font-data);
  --t-xs: .6875rem;
  --t-sm: .75rem;
  --t-control: .8125rem;
  --t-base: .875rem;
  --t-lg: 1rem;
  --t-xl: clamp(1.15rem, 1.05rem + .5vw, 1.35rem);
  --t-2xl: clamp(1.35rem, 1.1rem + 1vw, 1.75rem);
  --t-hero: clamp(1.9rem, 1.35rem + 2vw, 3rem);
  --r-draw: 4px;
  --r-soft: 4px;
  --r-record: 4px;
  --r-chrome: 3px;
  --r-instrument: 3px;
  --r-pill: 999px;
  --r-canvas: 0px;
  --r-sm: 2px;
  --au-r-object: 4px;
  --au-r-control: 3px;
  --au-r-plane: 0px;
  --ctl-h: 30px;
  --ctl-h-sm: 24px;
  --ctl-h-lg: 36px;
  --seam-w: 5px;
  --seam-live: var(--filament);
  --edge-on-carbon: #f4f2ee24;
  --au-icm-underpaint: #c9b8b4;
  --au-icm-seam: url("/brand/icm/icm-crimson-seam.png");
  --au-icm-material: url("/brand/icm/icm-crimson-material.webp");
  --au-commit-bg: var(--os-carbon);
  --au-commit-fg: #fafafa;
  --au-commit-veil: linear-gradient(100deg, #050403db, #0504039e);
  --au-commit-veil-hover: linear-gradient(100deg, #050403c7, #05040380);
  --os-focus-ring: var(--filament);
}

@supports (color: color-mix(in lab, red, red)) {
  :root, [data-theme="light"] {
    --os-focus-ring: color-mix(in srgb, var(--filament) 22%, var(--os-ink));
  }
}

:root, [data-theme="light"] {
  --ease-settle: cubic-bezier(.22, 1, .36, 1);
  --trust-header-h: 56px;
  --trust-tabs-h: 48px;
  --trust-footer-est: 7rem;
  --trust-cell-y: .75rem;
  --trust-cell-x: .9rem;
  --trust-cell-x-edge: 1rem;
  --trust-card-pad: 1rem;
  --trust-gap: .75rem;
  --trust-gap-md: 1.25rem;
  --trust-gap-lg: 2rem;
  --trust-radius: var(--r-record);
  --trust-radius-sm: var(--r-sm);
  --trust-elev: none;
  --trust-elev-hover: none;
  --trust-border-ink: var(--os-ink);
  --trust-face-stage: var(--os-ground);
}

html {
  scroll-behavior: auto;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  background: var(--os-paper);
  color: var(--ink);
  font-synthesis: none;
  font-size: 16px;
  overflow-x: clip;
}

body {
  overscroll-behavior: none;
  background: var(--os-paper);
  max-width: 100%;
  min-height: 100dvh;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: var(--t-base);
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow: clip visible;
}

::selection {
  background: var(--os-ink);
  color: var(--os-paper);
}

:focus-visible {
  outline: 2px solid var(--os-focus-ring);
  outline-offset: 2px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.page-content {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 1024px) {
  .page-content {
    padding-inline: 2.5rem;
  }
}

.page-content--narrow {
  max-width: 46rem;
}

.page-pad {
  padding-block: 2.5rem 4rem;
}

@media (min-width: 1024px) {
  .page-pad {
    padding-block: 3rem 5rem;
  }
}

.trust-stack {
  gap: var(--trust-gap-lg);
  transform-style: flat;
  perspective: none;
  will-change: auto;
  flex-direction: column;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  transform: none;
}

.trust-stack-md {
  gap: var(--trust-gap-md);
  flex-direction: column;
  display: flex;
}

.trust-stack-sm {
  gap: var(--trust-gap);
  flex-direction: column;
  display: flex;
}

.trust-shell .stack, .trust-tab-panel .stack, .trust-doc-shell .stack {
  transform-style: flat !important;
  perspective: none !important;
  will-change: auto !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  transform: none !important;
}

.grid-cards {
  gap: .75rem;
  display: grid;
}

.section-title {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--t-lg);
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
  line-height: 1.25;
}

.section-desc {
  color: var(--ink-2);
  max-width: 54ch;
  font-size: var(--t-base);
  margin: .4rem 0 0;
  line-height: 1.55;
}

.muted {
  color: var(--ink-2);
}

.faint {
  color: var(--ink-3);
}

.mono {
  font-family: var(--font-data);
  font-size: var(--t-xs);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.label {
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
}

.link-view {
  color: var(--filament);
  font-size: var(--t-control);
  letter-spacing: -.01em;
  font-weight: 500;
}

.link-view:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.trust-board {
  gap: 1.15rem;
  display: grid;
}

@media (min-width: 960px) {
  .trust-board {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.trust-panel {
  border: 1px solid var(--line);
  border-radius: var(--r-record);
  background: var(--os-paper);
  min-width: 0;
  padding: 1.2rem 1.3rem 1.05rem;
}

.trust-panel--wide {
  grid-column: 1 / -1;
}

.trust-panel-head {
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: .35rem;
  display: flex;
}

.trust-panel-head h2, .trust-panel-title {
  font-size: var(--t-lg);
  letter-spacing: -.015em;
  color: var(--ink);
  margin: 0 0 .65rem;
  font-weight: 600;
}

.trust-panel-head h2 {
  margin-bottom: 0;
}

.trust-badge-list {
  margin: .35rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-badge-item {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 1rem;
  padding: .95rem 0;
  display: flex;
}

.trust-badge-list li:last-child .trust-badge-item {
  border-bottom: 0;
  padding-bottom: .2rem;
}

.trust-badge-logo {
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

.trust-badge-copy {
  gap: .15rem;
  min-width: 0;
  display: grid;
}

.trust-badge-title {
  font-size: var(--t-base);
  color: var(--ink);
  font-weight: 600;
}

.trust-badge-status {
  font-size: var(--t-sm);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0;
  font-weight: 500;
}

.trust-feature {
  color: inherit;
  gap: .9rem;
  margin-top: .85rem;
  text-decoration: none;
  display: grid;
}

@media (min-width: 640px) {
  .trust-feature {
    grid-template-columns: 9.5rem minmax(0, 1fr);
    align-items: center;
  }
}

.trust-feature-thumb {
  object-fit: cover;
  border-radius: var(--r-record);
  background: var(--os-carbon);
  width: 100%;
  height: 6.5rem;
}

.trust-feature-title {
  font-size: var(--t-base);
  color: var(--filament);
  margin: 0;
  font-weight: 600;
}

.trust-feature-copy {
  font-size: var(--t-control);
  color: var(--ink-2);
  margin: .35rem 0 0;
  line-height: 1.45;
}

.trust-shell {
  background: var(--os-paper);
  flex-direction: column;
  min-height: 0;
  padding-top: 0;
  display: flex;
  overflow-x: clip;
}

.trust-chrome-sticky {
  z-index: 50;
  background: var(--os-paper);
  width: 100%;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
}

.trust-chrome-seam {
  display: none;
}

.trust-header-bar {
  width: 100%;
  position: relative;
}

.trust-header-inner {
  height: var(--trust-header-h);
  min-height: var(--trust-header-h);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.trust-header-brand {
  align-items: center;
  gap: .7rem;
  min-width: 0;
  display: flex;
}

.trust-chrome-wordmark {
  filter: none;
  width: auto;
  height: 1.2rem;
  display: block;
}

.trust-chrome-divider {
  background: var(--line-strong);
  flex: none;
  width: 1px;
  height: .9rem;
}

.trust-chrome-title {
  font-size: var(--t-control);
  letter-spacing: -.01em;
  color: var(--ink);
  white-space: nowrap;
  font-weight: 500;
}

.trust-chrome-title:hover {
  color: var(--ink-2);
}

.trust-header-actions {
  flex: none;
  align-items: center;
  gap: 1.15rem;
  display: flex;
}

.trust-header-link {
  font-size: var(--t-control);
  color: var(--ink-2);
  font-weight: 500;
}

.trust-header-link:hover {
  color: var(--ink);
}

.trust-chrome-sticky .sys-btn--primary, .trust-chrome-sticky .sys-btn--glass {
  min-height: var(--ctl-h);
  height: var(--ctl-h);
  font-size: var(--t-control);
  padding-inline: .85rem;
}

.trust-hero {
  isolation: isolate;
  min-height: 26rem;
  color: var(--ink-on-carbon);
  background: var(--os-carbon);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.trust-hero-still {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.trust-hero-still .icm-atmosphere, .trust-hero-still [data-slot="atmosphere"] {
  position: absolute;
  inset: 0;
}

.trust-hero-still .icm-atmosphere__bloom {
  display: none;
}

.trust-hero-veil {
  background: linear-gradient(90deg,
    var(--os-carbon) 0%,
    var(--os-carbon) 46%,
    var(--os-carbon) 100%);
  position: absolute;
  inset: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .trust-hero-veil {
    background: linear-gradient(90deg,
    color-mix(in srgb, var(--os-carbon) 32%, transparent) 0%,
    color-mix(in srgb, var(--os-carbon) 58%, transparent) 46%,
    color-mix(in srgb, var(--os-carbon) 86%, transparent) 100%);
  }
}

.trust-hero-copy {
  z-index: 1;
  align-content: center;
  gap: .75rem;
  min-width: 0;
  padding: 3.5rem 1.5rem 3.5rem max(1.5rem, 50vw - 33.5rem);
  display: grid;
  position: relative;
}

.trust-hero-lockup {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 3.5rem max(1.5rem, 50vw - 33.5rem) 3.5rem 1.5rem;
  display: flex;
  position: relative;
}

.trust-hero-lockup img {
  mix-blend-mode: screen;
  width: min(42vw, 22rem);
  height: auto;
  display: block;
}

.trust-hero-kicker {
  font-size: var(--t-control);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-on-carbon-3);
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem .5rem;
  margin: 0;
  font-weight: 600;
  display: flex;
}

.trust-hero-brand {
  color: #fff;
}

@supports (color: color-mix(in lab, red, red)) {
  .trust-hero-brand {
    color: color-mix(in srgb, #fff 82%, var(--filament));
  }
}

.trust-hero-brand {
  letter-spacing: .14em;
}

.trust-hero-kicker-sep {
  color: var(--edge-on-carbon);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.trust-hero-display {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--t-hero);
  letter-spacing: -.03em;
  color: var(--ink-on-carbon);
  text-wrap: balance;
  margin: 0;
  line-height: 1.08;
}

.trust-hero-lede {
  font-size: var(--t-lg);
  color: var(--ink-on-carbon-2);
  text-wrap: pretty;
  margin: 0;
  line-height: 1.5;
}

.icm-atmosphere {
  contain: paint;
  background-color: var(--au-icm-underpaint);
  position: relative;
  overflow: hidden;
}

.icm-atmosphere__photo {
  object-fit: cover;
  object-position: 22% 42%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.icm-atmosphere__bloom {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

@media (max-width: 899px) {
  .trust-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 22rem;
  }

  .trust-hero-copy {
    padding: 2.25rem 1.25rem 1.85rem;
  }

  .trust-hero-lockup {
    align-items: end;
    padding: 2.25rem 1.25rem 1.85rem 0;
  }

  .trust-hero-lockup img {
    width: min(36vw, 9.5rem);
  }

  .icm-atmosphere__photo {
    object-position: 30% 38%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .icm-atmosphere__photo {
    filter: none;
  }

  .sys-btn--primary:hover:not(:disabled), .sys-btn--commit:hover:not(:disabled) {
    background-position: 50%;
  }
}

.trust-tabs-anchor {
  top: var(--trust-header-h);
  z-index: 40;
  width: 100%;
  position: sticky;
}

.trust-tabs-strip {
  border-bottom: 1px solid var(--line);
  background: var(--os-paper);
  width: 100%;
  overflow-x: clip;
}

.trust-tabs {
  min-height: var(--trust-tabs-h);
  scrollbar-width: none;
  align-items: stretch;
  gap: .15rem;
  margin-bottom: -1px;
  display: flex;
  overflow-x: auto;
}

.trust-tabs::-webkit-scrollbar {
  display: none;
}

.trust-tab {
  white-space: nowrap;
  height: var(--trust-tabs-h);
  font-size: var(--t-base);
  letter-spacing: -.01em;
  color: var(--ink-3);
  background: none;
  border: 0;
  border-bottom: 1px solid #0000;
  border-radius: 0;
  flex: none;
  align-items: center;
  margin-bottom: -1px;
  padding: 0 .95rem;
  font-weight: 500;
  display: inline-flex;
}

.trust-tab:hover {
  color: var(--ink);
}

.trust-tab[data-active="true"] {
  color: var(--ink);
  border-bottom-color: var(--os-carbon);
  font-weight: 600;
}

.trust-tab-panel {
  background: var(--os-paper);
  flex: 1;
  min-height: 40vh;
}

.trust-doc-shell {
  padding-top: 0;
}

.trust-overview {
  gap: var(--trust-gap-lg);
  flex-direction: column;
  display: flex;
}

.trust-overview-lede, .trust-overview-note {
  max-width: 54ch;
  font-size: var(--t-sm);
  letter-spacing: 0;
  color: var(--ink-3);
  margin: 0;
  line-height: 1.5;
}

.trust-band {
  gap: var(--trust-gap-md);
  flex-direction: column;
  display: flex;
}

.trust-band-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  padding-bottom: .15rem;
  display: flex;
}

.trust-band-meta {
  letter-spacing: .01em;
  color: var(--ink-3);
  margin: .35rem 0 0;
  font-size: .75rem;
}

.trust-compliance-row {
  border: 1px solid var(--line);
  border-radius: var(--r-record);
  background: var(--os-paper);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  display: grid;
  overflow: hidden;
}

@media (min-width: 640px) {
  .trust-compliance-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .trust-compliance-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.trust-compliance-row .sys-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  border-radius: 0;
}

.trust-compliance-row .sys-card:hover {
  border-color: var(--line);
}

@media (min-width: 1024px) {
  .trust-compliance-row .sys-card {
    border-bottom: 0;
  }

  .trust-compliance-row .sys-card:nth-child(5n) {
    border-right: 0;
  }
}

.trust-overview-grid {
  gap: var(--trust-gap-lg);
  display: grid;
}

@media (min-width: 1024px) {
  .trust-overview-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(18rem, .95fr);
    align-items: start;
    gap: 2rem;
  }
}

.trust-explore {
  border-top: 1px solid var(--line);
  flex-direction: column;
  gap: 1rem;
  margin-top: .25rem;
  padding-top: 1.75rem;
  display: flex;
}

.trust-explore-label {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0;
  font-size: .6875rem;
  font-weight: 600;
}

.trust-explore-links {
  flex-wrap: wrap;
  gap: .35rem 1.25rem;
  display: flex;
}

.trust-explore-link {
  border: 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--t-control);
  color: var(--ink);
  background: none;
  border-radius: 0;
  align-items: center;
  gap: .35rem;
  padding: .15rem 0;
  font-weight: 500;
  display: inline-flex;
}

.trust-explore-link:after {
  content: "→";
  color: var(--ink-3);
  font-size: var(--t-sm);
}

.trust-explore-link:hover {
  border-color: var(--os-carbon);
  color: var(--ink);
  background: none;
  text-decoration: none;
}

.trust-explore-link:hover:after {
  color: var(--ink);
}

.resource-panel {
  border: 1px solid var(--line);
  border-radius: var(--r-record);
  background: var(--bg);
  box-shadow: none;
  padding: 1rem 1.15rem;
  position: relative;
}

.sys-card, .trust-tab-panel .sys-card, .trust-shell .sys-card, .trust-doc-shell .sys-card {
  border-radius: var(--r-record);
  border: 1px solid var(--line);
  background: var(--bg);
  box-shadow: none;
  padding: 1.25rem 1.3rem;
  transition: border-color .14s linear;
  position: relative;
}

.sys-card[data-seam] {
  padding-inline-start: calc(1.3rem + var(--seam-w) + .65rem);
}

.sys-card[data-seam]:before {
  content: "";
  width: var(--seam-w);
  background: var(--seam-live);
  border-radius: 0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
}

.sys-card:hover {
  border-color: var(--line-strong);
}

.sys-btn {
  border: 1px solid var(--line-strong);
  border-radius: var(--r-instrument);
  font-family: var(--font-ui);
  letter-spacing: -.01em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background .14s linear, border-color .14s linear, color .14s linear;
  display: inline-flex;
}

.sys-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.sys-btn--sm {
  min-height: var(--ctl-h-sm);
  height: var(--ctl-h-sm);
  font-size: var(--t-sm);
  padding: 0 .7rem;
}

.sys-btn--md {
  min-height: var(--ctl-h);
  height: var(--ctl-h);
  font-size: var(--t-control);
  padding: 0 .85rem;
}

.sys-btn--primary, .sys-btn--commit {
  isolation: isolate;
  background-color: var(--au-commit-bg);
  background-image: var(--au-commit-veil), var(--au-icm-material);
  border-color: var(--au-commit-bg);
  color: var(--au-commit-fg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sys-btn--primary:hover:not(:disabled), .sys-btn--commit:hover:not(:disabled) {
  background-image: var(--au-commit-veil-hover), var(--au-icm-material);
  background-position: 58% 46%;
  background-color: var(--au-commit-bg);
  border-color: var(--au-commit-bg);
}

.sys-btn--ghost-on-carbon {
  border-color: var(--edge-on-carbon);
  color: var(--ink-on-carbon);
  background: none;
}

.sys-btn--ghost-on-carbon:hover:not(:disabled) {
  border-color: var(--ink-on-carbon);
  color: var(--ink-on-carbon);
  background: #ffffff14;
}

.sys-btn--glass {
  background: var(--bg);
  color: var(--ink);
}

.sys-btn--glass:hover:not(:disabled) {
  border-color: var(--os-carbon);
  color: var(--os-carbon);
}

.sys-btn--on-carbon {
  background: var(--os-paper);
  border-color: var(--os-paper);
  color: var(--os-carbon);
}

.sys-btn--on-carbon:hover:not(:disabled) {
  background: var(--os-paper);
}

@supports (color: color-mix(in lab, red, red)) {
  .sys-btn--on-carbon:hover:not(:disabled) {
    background: color-mix(in srgb, var(--os-paper) 88%, var(--filament));
  }
}

.sys-btn--ghost {
  color: var(--ink-2);
  background: none;
  border-color: #0000;
}

.sys-btn--ghost:hover:not(:disabled) {
  color: var(--ink);
}

.sys-chip {
  border: 1px solid var(--line-strong);
  border-radius: var(--r-instrument);
  letter-spacing: .02em;
  color: var(--ink-2);
  background: var(--bg);
  white-space: nowrap;
  align-items: center;
  padding: .2rem .5rem;
  font-size: .6875rem;
  font-weight: 600;
  display: inline-flex;
}

.sys-chip--verified {
  border-color: var(--filament);
}

@supports (color: color-mix(in lab, red, red)) {
  .sys-chip--verified {
    border-color: color-mix(in srgb, var(--filament) 35%, var(--line-strong));
  }
}

.sys-chip--verified {
  color: var(--filament);
}

.sys-field {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.sys-field__label {
  color: var(--ink-2);
  font-size: .75rem;
  font-weight: 600;
}

.sys-field__error {
  color: var(--signal);
  font-size: .75rem;
}

.sys-input {
  width: 100%;
  min-height: var(--ctl-h-lg);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-instrument);
  background: var(--bg);
  color: var(--ink);
  font: inherit;
  font-size: var(--t-control);
  padding: .4rem .65rem;
}

.sys-input:focus {
  outline: 2px solid var(--os-focus-ring);
  outline-offset: 1px;
}

.sys-input.is-invalid {
  border-color: var(--signal);
}

.sys-textarea {
  resize: vertical;
  min-height: 5.5rem;
}

.sys-notice {
  border: 1.25px solid var(--line-strong);
  border-radius: var(--r-record);
  background: var(--surface);
  padding: .75rem .9rem;
}

.sys-notice--signal {
  border-color: var(--signal);
}

@supports (color: color-mix(in lab, red, red)) {
  .sys-notice--signal {
    border-color: color-mix(in srgb, var(--signal) 45%, var(--line-strong));
  }
}

.sys-modal-root {
  z-index: 80;
  place-items: center;
  padding: 1.25rem;
  display: grid;
  position: fixed;
  inset: 0;
}

.sys-modal-backdrop {
  background: var(--ink);
  border: 0;
  position: absolute;
  inset: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .sys-modal-backdrop {
    background: color-mix(in srgb, var(--ink) 42%, transparent);
  }
}

.sys-modal-backdrop {
  cursor: pointer;
}

.sys-modal {
  z-index: 1;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-record);
  width: min(100%, 28rem);
  max-height: min(90dvh, 40rem);
  box-shadow: none;
  position: relative;
  overflow: auto;
}

.sys-modal__head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  display: flex;
}

.sys-modal__title {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.sys-modal__close {
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: .15rem .35rem;
  font-size: 1.35rem;
  line-height: 1;
}

.sys-modal__body {
  padding: 1.15rem;
}

.sys-ledger {
  border-collapse: collapse;
  width: 100%;
  font-size: .875rem;
}

.sys-ledger th, .sys-ledger td {
  padding: var(--trust-cell-y) var(--trust-cell-x);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.sys-ledger th {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: var(--surface);
  font-size: .7rem;
  font-weight: 600;
}

.sys-ledger th:first-child, .sys-ledger td:first-child {
  padding-left: var(--trust-cell-x-edge);
}

.sys-ledger th:last-child, .sys-ledger td:last-child {
  padding-right: var(--trust-cell-x-edge);
}

.sys-dot {
  background: var(--ink-3);
  border-radius: 50%;
  width: .45rem;
  height: .45rem;
  display: inline-block;
}

.sys-dot--live {
  background: var(--filament);
}

.sys-mark {
  vertical-align: middle;
  flex: none;
  display: inline-block;
}

.sys-link {
  color: var(--filament);
  text-decoration: none;
}

.sys-link:hover {
  text-decoration: underline;
}

.trust-section-header {
  margin-bottom: var(--trust-gap-md);
}

.trust-section-title {
  font-size: var(--t-2xl);
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.trust-section-desc {
  max-width: 52ch;
  font-size: var(--t-base);
  color: var(--ink-2);
  margin: .5rem 0 0;
  line-height: 1.55;
}

.trust-shell .sys-btn, .trust-doc-shell .sys-btn {
  border-radius: var(--r-instrument);
}

.trust-compliance-tile {
  min-height: 8.5rem;
}

.trust-tile--center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .85rem;
  min-height: 148px;
  padding: 1.2rem .85rem 1.1rem;
  display: flex;
}

.trust-tile__title {
  color: var(--ink);
  letter-spacing: -.015em;
  max-width: 14ch;
  margin: 0;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.3;
}

.trust-card__logo {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
}

.resource-panel__label {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 .35rem;
  font-size: .6875rem;
  font-weight: 600;
}

.resource-link {
  width: 100%;
  font: inherit;
  font-size: var(--t-control);
  letter-spacing: -.01em;
  text-align: left;
  color: var(--filament);
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  background: none;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  padding: .62rem 0;
  display: flex;
}

.resource-link:last-child {
  border-bottom: 0;
}

.resource-link:hover {
  color: var(--filament-hover);
}

.resource-link .arr {
  opacity: 1;
  color: var(--ink-3);
  flex: none;
}

.resource-link.is-locked {
  color: var(--filament);
}

.resource-link.is-pending {
  color: var(--ink-3);
  cursor: default;
}

.resource-link.is-pending:hover {
  color: var(--ink-3);
}

.trust-footer {
  border-top: 1px solid var(--line);
  background: var(--os-paper);
  color: var(--ink-2);
  margin-top: auto;
  padding-block: 1.75rem 2rem;
}

.trust-footer-inner {
  flex-direction: column;
  gap: .85rem;
  display: flex;
}

@media (min-width: 640px) {
  .trust-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.trust-footer-nav {
  font-size: var(--t-control);
  color: var(--ink-2);
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem 1.15rem;
  display: flex;
}

@media (min-width: 640px) {
  .trust-footer-nav {
    justify-content: flex-start;
  }
}

.trust-footer-nav a:hover {
  color: var(--ink);
}

.trust-footer-meta {
  font-size: var(--t-control);
  color: var(--ink-2);
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  display: flex;
}

@media (min-width: 640px) {
  .trust-footer-meta {
    align-items: flex-end;
  }
}

.trust-footer-meta p {
  font-size: var(--t-xs);
  letter-spacing: .04em;
  color: var(--ink-3);
  margin: 0;
}

.ledger-wrap {
  border: 1px solid var(--line);
  border-radius: var(--r-record);
  background: var(--bg);
  overflow: auto;
}

.ledger-wrap .sys-ledger {
  width: 100%;
}

.ledger-wrap .sys-ledger th, .ledger-wrap .sys-ledger td {
  padding: var(--trust-cell-y) var(--trust-cell-x);
  vertical-align: top;
}

.ledger-wrap .sys-ledger th:first-child, .ledger-wrap .sys-ledger td:first-child {
  padding-left: var(--trust-cell-x-edge);
}

.ledger-wrap .sys-ledger th:last-child, .ledger-wrap .sys-ledger td:last-child {
  padding-right: var(--trust-cell-x-edge);
}

.faq-list {
  flex-direction: column;
  display: flex;
}

.faq-cell {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  border-radius: 0;
}

.faq-cell:hover, .faq-cell[open] {
  border-color: var(--line);
}

.faq-cell summary {
  cursor: pointer;
  font-weight: 500;
  font-size: var(--t-base);
  color: var(--ink);
  align-items: center;
  gap: .65rem;
  padding: .85rem 0;
  list-style: none;
  display: flex;
}

.faq-cell summary::-webkit-details-marker {
  display: none;
}

.faq-cell summary .mk {
  color: var(--ink-3);
  flex: none;
  font-size: .7rem;
  line-height: 1;
  transform: rotate(-90deg);
}

.faq-cell[open] summary .mk {
  transform: rotate(0);
}

.faq-body {
  font-size: var(--t-control);
  color: var(--ink-2);
  border-top: 0;
  padding: 0 0 .95rem 1.35rem;
}

.trust-directory-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  display: flex;
}

.trust-directory-title {
  font-size: var(--t-2xl);
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0;
  font-weight: 600;
}

.trust-search {
  flex: none;
  width: min(16rem, 100%);
  position: relative;
}

.trust-search-icon {
  width: 14px;
  height: 14px;
  color: var(--ink-3);
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: .7rem;
  transform: translateY(-50%);
}

.trust-search input {
  width: 100%;
  height: var(--ctl-h-lg);
  border: 1px solid var(--line);
  border-radius: var(--r-instrument);
  background: var(--os-paper);
  color: var(--ink);
  font: inherit;
  font-size: var(--t-control);
  padding: 0 .75rem 0 2rem;
}

.trust-search input:focus {
  outline: 2px solid var(--os-focus-ring);
  outline-offset: 1px;
}

.trust-vendor-list {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-vendor-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 2.75rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  padding: 1.35rem 0;
  display: grid;
}

@media (min-width: 800px) {
  .trust-vendor-row {
    grid-template-columns: 2.75rem minmax(0, 1fr) 11rem;
    align-items: center;
  }
}

.trust-vendor-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.trust-vendor-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.trust-vendor-title {
  font-size: var(--t-base);
  color: var(--ink);
  letter-spacing: -.01em;
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
}

.trust-vendor-desc {
  font-size: var(--t-control);
  color: var(--ink-2);
  max-width: 62ch;
  margin: .28rem 0 0;
  line-height: 1.45;
}

.trust-vendor-desc a {
  color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
}

.trust-vendor-desc a:hover {
  border-bottom-color: var(--ink);
}

.trust-vendor-where {
  font-size: var(--t-lg);
  letter-spacing: -.015em;
  color: var(--ink);
  text-wrap: pretty;
  margin: .45rem 0 0;
  font-weight: 600;
}

@media (min-width: 800px) {
  .trust-vendor-where {
    text-align: right;
    margin: 0;
    line-height: 1.4;
  }
}

.trust-vendor-empty {
  color: var(--ink-3);
  font-size: var(--t-control);
  padding: 2rem 0;
}

.trust-vendor-footnote {
  max-width: 62ch;
  font-size: var(--t-sm);
  color: var(--ink-3);
  margin: 1.5rem 0 0;
  line-height: 1.55;
}

.logo-mark {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
}

.logo-mark img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.prose-trust > :first-child {
  margin-top: 0;
}

.prose-trust > :last-child {
  margin-bottom: 0;
}

.prose-trust p {
  margin: 0 0 1.05rem;
}

.prose-trust h2, .prose-trust h3, .prose-trust h4 {
  color: var(--ink);
  font-family: var(--font-ui);
  letter-spacing: -.02em;
  text-wrap: balance;
  margin-top: 2.1rem;
  margin-bottom: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.prose-trust h2 {
  border-bottom: 1px solid var(--line);
  padding-bottom: .45rem;
  font-size: 1.125rem;
}

.prose-trust h3 {
  font-size: 1.02rem;
}

.prose-trust h4 {
  font-size: .95rem;
}

.prose-trust strong {
  color: var(--ink);
  font-weight: 600;
}

.prose-trust a {
  color: var(--filament);
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.prose-trust a:hover {
  text-decoration-thickness: 2px;
}

.prose-trust ul, .prose-trust ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.prose-trust li {
  margin: .35rem 0;
  padding-left: .15rem;
}

.prose-trust li::marker {
  color: var(--ink-3);
}

.prose-trust blockquote {
  border-left: 3px solid var(--filament);
  margin: 0 0 1.1rem;
  padding: .75rem 1rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .prose-trust blockquote {
    border-left: 3px solid color-mix(in srgb, var(--filament) 55%, var(--line));
  }
}

.prose-trust blockquote {
  background: var(--surface);
  border-radius: 0 var(--r-record) var(--r-record) 0;
  color: var(--ink);
}

.prose-trust hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1.75rem 0;
}

.prose-trust table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1.25rem;
  font-size: .875rem;
}

.prose-trust th, .prose-trust td {
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  padding: .65rem .75rem;
}

.prose-trust th {
  background: var(--surface);
  color: var(--ink);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.prose-trust code {
  font-family: var(--font-mono);
  border-radius: calc(var(--r-record, var(--r-draw)) / 2);
  background: var(--surface);
  color: var(--ink);
  padding: .12em .35em;
  font-size: .82em;
}

.prose-trust pre {
  border: 1px solid var(--line);
  border-radius: var(--r-record);
  background: var(--surface);
  margin: 0 0 1.1rem;
  padding: .9rem 1rem;
  overflow-x: auto;
}

.prose-trust pre code {
  background: none;
  padding: 0;
}

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

  .sys-card:hover, .trust-explore-link:hover {
    transform: none;
  }
}

@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;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/