/* [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-border-style: solid;
    }
  }
}

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

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .isolate {
    isolation: isolate;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --ink: #121826;
  --muted: #5c667a;
  --line: #dfe3ea;
  --soft: #f4f5f7;
  --paper: #fbfaf7;
  --white: #fff;
  --green: #0a7654;
  --green-soft: #e9f6f0;
  --violet: #6255b7;
  --violet-soft: #f0eefb;
  --amber: #95620b;
  --amber-soft: #fff5dd;
  --red: #a33a3a;
  --shadow: 0 1px 2px #1218260a, 0 12px 32px #1218260f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

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

button, input, select, textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #6255b76b;
}

.skip-link {
  z-index: 100;
  background: var(--ink);
  color: #fff;
  border-radius: .5rem;
  padding: .7rem 1rem;
  position: fixed;
  top: -5rem;
  left: 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}

.site-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fbfaf7eb;
  border-bottom: 1px solid #12182614;
  height: 68px;
  position: sticky;
  top: 0;
}

.nav {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 100%;
  display: flex;
}

.brand {
  letter-spacing: -.03em;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  display: inline-flex;
}

.brand-mark {
  border: 1.5px solid var(--ink);
  width: 26px;
  height: 26px;
  box-shadow: inset -5px -5px 0 var(--green-soft);
  border-radius: 8px;
  place-items: center;
  font-size: 13px;
  display: grid;
}

.nav-links, .nav-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
}

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

.button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 17px;
  font-weight: 650;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 16px #12182626;
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 1px 2px #1218260a;
}

.button.ghost {
  color: var(--muted);
  background: none;
  border-color: #0000;
}

.button.danger {
  color: var(--red);
  background: #fff;
  border-color: #eccaca;
}

.button:disabled {
  opacity: .5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.eyebrow {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 800;
}

.hero {
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 72px;
  padding: 92px 0 74px;
  display: grid;
}

.hero h1 {
  letter-spacing: -.062em;
  max-width: 800px;
  margin: 18px 0 24px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: .98;
}

.hero .lede {
  color: var(--muted);
  max-width: 650px;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  display: flex;
}

.trust-strip {
  border-block: 1px solid var(--line);
  color: var(--muted);
  padding: 22px 0;
  font-size: 14px;
}

.trust-strip .shell {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  display: flex;
}

.receipt-preview {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
  overflow: hidden;
  transform: rotate(1deg);
}

.preview-top {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  display: flex;
}

.preview-body {
  padding: 8px 22px 22px;
}

.preview-layer {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 17px 0;
  display: grid;
}

.preview-layer:last-child {
  border: 0;
}

.number {
  background: var(--soft);
  width: 30px;
  height: 30px;
  color: var(--muted);
  border-radius: 8px;
  place-items: center;
  font-weight: 750;
  display: grid;
}

.preview-layer strong {
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}

.preview-layer span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.section {
  padding: 84px 0;
}

.section.alt {
  border-block: 1px solid var(--line);
  background: #fff;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 38px;
}

.section h2 {
  letter-spacing: -.045em;
  margin: 10px 0 14px;
  font-size: clamp(32px, 4vw, 48px);
}

.section-heading p {
  color: var(--muted);
  line-height: 1.7;
}

.three-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 1px 2px #12182606;
}

.card h3 {
  letter-spacing: -.02em;
  margin: 12px 0 9px;
  font-size: 18px;
}

.card p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.page {
  padding: 52px 0 88px;
}

.page-head {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.page-head h1 {
  letter-spacing: -.045em;
  margin: 8px 0;
  font-size: 38px;
}

.page-head p {
  color: var(--muted);
  margin: 0;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 14px;
}

.panel-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  display: flex;
}

.panel-body {
  padding: 24px;
}

.field {
  gap: 8px;
  margin-bottom: 20px;
  display: grid;
}

.field label, .label {
  font-size: 13px;
  font-weight: 700;
}

.field input, .field select, .field textarea {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd5df;
  border-radius: 9px;
  padding: 12px 13px;
}

.field small {
  color: var(--muted);
}

.form-width {
  max-width: 780px;
}

.chips {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.chip {
  border: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 13px;
}

.chip.selected {
  background: var(--violet-soft);
  color: #4d4297;
  border-color: #c9c2ee;
}

.status {
  letter-spacing: .045em;
  text-transform: uppercase;
  background: var(--soft);
  color: var(--muted);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.status:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.status.active, .status.issued {
  color: var(--green);
  background: var(--green-soft);
}

.status.development {
  color: var(--violet);
  background: var(--violet-soft);
}

.status.expired, .status.unavailable {
  color: var(--amber);
  background: var(--amber-soft);
}

.status.invalid, .status.closed, .status.rejected {
  color: var(--red);
  background: #faeded;
}

.notice {
  background: var(--amber-soft);
  color: #684706;
  border: 1px solid #ead9a8;
  border-radius: 9px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.notice.dev {
  background: var(--violet-soft);
  color: #41377f;
  border-color: #d5cff2;
}

.notice.error {
  color: #812d2d;
  background: #fff0f0;
  border-color: #edcaca;
}

.notice.success {
  background: var(--green-soft);
  color: #07583f;
  border-color: #bfe4d5;
}

.evidence {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.evidence div {
  border-bottom: 1px solid var(--line);
  min-width: 0;
  padding: 13px 0;
}

.evidence dt {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 5px;
  font-size: 11px;
}

.evidence dd {
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 14px;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .88em;
}

.proof-hero {
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 52px 0 30px;
}

.proof-title-row {
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 32px;
  display: grid;
}

.proof-hero h1 {
  letter-spacing: -.052em;
  max-width: 800px;
  margin: 12px 0 18px;
  font-size: clamp(34px, 5vw, 55px);
  line-height: 1.05;
}

.proof-meta {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  display: flex;
}

.proof-layout {
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 22px;
  padding: 30px 0 80px;
  display: grid;
}

.proof-stack {
  gap: 18px;
  display: grid;
}

.proof-layer {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.layer-head {
  border-bottom: 1px solid var(--line);
  align-items: start;
  gap: 13px;
  padding: 20px 22px;
  display: flex;
}

.layer-head h2 {
  margin: 0 0 4px;
  font-size: 19px;
}

.layer-head p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.layer-body {
  padding: 10px 22px 22px;
}

.side-card {
  position: sticky;
  top: 90px;
}

.side-card .button {
  width: 100%;
  margin-top: 10px;
}

.share-proof {
  gap: 8px;
  display: grid;
}

.share-proof-actions {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.share-proof-actions .button {
  min-width: 0;
  padding-inline: 10px;
  font-size: 12px;
}

.share-feedback {
  min-height: 18px;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
}

.independent-check {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
  margin-top: 12px;
  padding: 11px 12px;
  font-size: 12px;
}

.independent-check summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 750;
}

.independent-check p {
  color: var(--muted);
  margin: 9px 0;
  line-height: 1.5;
}

.independent-check code {
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  font-size: 10px;
  line-height: 1.45;
  display: block;
}

.independent-check a {
  margin-top: 9px;
  font-weight: 700;
  display: inline-block;
}

.assurance {
  background: var(--green-soft);
  color: var(--green);
  border: 1px solid #bde2d3;
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 750;
  display: inline-flex;
}

.list {
  gap: 10px;
  display: grid;
}

.list-item {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 18px;
  display: flex;
}

.list-item small {
  color: var(--muted);
  margin-top: 4px;
  display: block;
}

.empty {
  text-align: center;
  color: var(--muted);
  padding: 48px 24px;
}

.divider {
  background: var(--line);
  height: 1px;
  margin: 20px 0;
}

.copy-row {
  gap: 8px;
  display: flex;
}

.copy-row input {
  flex: 1;
  min-width: 0;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 34px 0;
  font-size: 13px;
}

.submission-hero {
  background: radial-gradient(circle at 88% 18%, var(--violet-soft), transparent 28%),
    radial-gradient(circle at 12% 90%, var(--green-soft), transparent 32%),
    white;
  border-bottom: 1px solid var(--line);
  padding: 82px 0 66px;
}

.submission-hero h1 {
  letter-spacing: -.058em;
  max-width: 900px;
  margin: 16px 0 22px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}

.submission-hero .lede {
  max-width: 760px;
  color: var(--muted);
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
}

.submission-facts {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.submission-facts .shell {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.submission-facts p {
  color: var(--muted);
  border-left: 1px solid var(--line);
  margin: 0;
  padding: 22px 24px;
  font-size: 13px;
  line-height: 1.5;
}

.submission-facts p:last-child {
  border-right: 1px solid var(--line);
}

.submission-facts strong {
  color: var(--ink);
  margin-bottom: 3px;
  display: block;
}

.submission-narrow {
  max-width: 940px;
}

.submission-video {
  aspect-ratio: 8 / 5;
  width: 100%;
  box-shadow: var(--shadow);
  background: #101828;
  border: 1px solid #273247;
  border-radius: 14px;
  display: block;
}

.submission-caption {
  color: var(--muted);
  text-align: center;
  margin: 14px 0 0;
  font-size: 13px;
}

.submission-caption a, .submission-links a {
  color: var(--violet);
  font-weight: 700;
}

.submission-split {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  gap: 64px;
  display: grid;
}

.submission-split .section-heading {
  margin-bottom: 0;
}

.submission-flow {
  counter-reset: submission-step;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.submission-flow li {
  counter-increment: submission-step;
  border: 1px solid var(--line);
  min-height: 132px;
  color: var(--muted);
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  font-size: 14px;
  line-height: 1.55;
}

.submission-flow li:before {
  content: counter(submission-step);
  background: var(--green-soft);
  width: 28px;
  height: 28px;
  color: var(--green);
  border-radius: 8px;
  place-items: center;
  margin-bottom: 14px;
  font-weight: 800;
  display: grid;
}

.submission-evidence {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 58px;
  display: grid;
}

.submission-evidence h2 {
  margin-block: 12px 16px;
}

.submission-evidence p {
  color: var(--muted);
  line-height: 1.7;
}

.submission-links ul {
  gap: 0;
  margin: 0;
  padding: 8px 24px;
  list-style: none;
  display: grid;
}

.submission-links li {
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
  padding: 14px 0;
}

.submission-links li:last-child {
  border: 0;
}

.submission-links .submission-sponsor-note {
  color: var(--muted);
  margin: 0;
  padding: 0 24px 20px;
  font-size: 12px;
  line-height: 1.5;
}

.submission-limit {
  padding-block: 40px 72px;
}

.submission-lab {
  color: #fff;
  background: radial-gradient(circle at 6% 12%, #6255b71f, #0000 28%), #121826;
}

.submission-lab-intro {
  grid-template-columns: minmax(260px, .75fr) minmax(320px, 1.25fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 34px;
  display: grid;
}

.submission-lab-intro h2 {
  letter-spacing: -.055em;
  margin: 10px 0 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.submission-lab-intro p {
  color: #b9c2d3;
  max-width: 630px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.submission-verifier {
  background: #171f2e;
  border: 1px solid #354054;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 80px #0000004d;
}

.submission-verifier-head {
  border-bottom: 1px solid #354054;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  display: flex;
}

.submission-verifier-head h3 {
  margin: 5px 0 0;
  font-size: 16px;
}

.submission-verifier .inspector-kicker {
  color: #8e9bb0;
}

.verification-meter {
  color: #c9d1df;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #435069;
  border-radius: 999px;
  flex: none;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
}

.verification-meter.pass {
  color: #8ce9ae;
  background: #4ade801a;
  border-color: #4ade8061;
}

.verification-meter.fail {
  color: #f5a2a2;
  background: #f871711a;
  border-color: #f8717166;
}

.verification-meter.running {
  animation: 1.4s ease-in-out infinite verifier-pulse;
}

@keyframes verifier-pulse {
  50% {
    opacity: .55;
  }
}

.verification-loading, .verification-error {
  text-align: left;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 300px;
  padding: 46px;
  display: flex;
}

.verification-loading > span {
  border: 2px solid #56627a;
  border-top-color: #8ce9ae;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .8s linear infinite verifier-spin;
}

@keyframes verifier-spin {
  to {
    transform: rotate(360deg);
  }
}

.verification-loading p, .verification-error p {
  color: #9ca8ba;
  max-width: 520px;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.verification-error {
  text-align: center;
  flex-direction: column;
}

.verification-verdict {
  background: #4ade800e;
  border-bottom: 1px solid #354054;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 27px 28px;
  display: grid;
}

.verification-verdict.fail {
  background: #f871710e;
}

.verification-verdict-mark {
  color: #8ce9ae;
  background: #4ade801c;
  border: 1px solid #4ade806b;
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}

.verification-verdict.fail .verification-verdict-mark {
  color: #f5a2a2;
  background: #f871711c;
  border-color: #f871716b;
}

.verification-verdict strong {
  letter-spacing: -.02em;
  margin-top: 6px;
  font-size: 20px;
  display: block;
}

.verification-verdict p {
  color: #aab4c5;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.proof-audit-command {
  background: radial-gradient(circle at 92% 5%, #6255b738, #0000 33%), #0d141f;
  border-bottom: 1px solid #354054;
  position: relative;
  overflow: hidden;
}

.proof-audit-command:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#ffffff05 1px, #0000 1px), linear-gradient(90deg, #ffffff05 1px, #0000 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 75%);
  mask-image: linear-gradient(#000, #0000 75%);
}

.proof-audit-command-head, .proof-audit-stages, .proof-audit-verdict, .proof-audit-privacy {
  position: relative;
}

.proof-audit-command-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  padding: 30px 28px 26px;
  display: flex;
}

.proof-audit-command-head h3 {
  letter-spacing: -.035em;
  margin: 7px 0 0;
  font-size: 25px;
}

.proof-audit-command-head p {
  color: #8e9bb0;
  max-width: 620px;
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.55;
}

.proof-audit-score {
  text-align: right;
  background: #141c29b8;
  border: 1px solid #354054;
  border-radius: 12px;
  min-width: 178px;
  padding: 14px 16px;
}

.proof-audit-score span {
  color: #d7ddea;
  letter-spacing: -.05em;
  font-size: 28px;
  font-weight: 780;
}

.proof-audit-score small {
  color: #68758a;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.proof-audit-score.pass {
  background: #4ade8014;
  border-color: #4ade8066;
}

.proof-audit-score.pass span {
  color: #8ce9ae;
}

.proof-audit-score.fail {
  background: #f8717114;
  border-color: #f8717166;
}

.proof-audit-score.fail span {
  color: #f5a2a2;
}

.proof-audit-score.unavailable span {
  color: #f7cf73;
}

.proof-audit-score.running {
  animation: 1.4s ease-in-out infinite verifier-pulse;
}

.proof-audit-stages {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0 28px 24px;
  list-style: none;
  display: grid;
}

.proof-audit-stages li {
  background: #141c29d6;
  border: 1px solid #2d374a;
  border-radius: 11px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  padding: 16px;
  display: grid;
}

.proof-audit-stages li.pass {
  background: #2243353d;
  border-color: #4ade8047;
}

.proof-audit-stages li.fail {
  background: #4e232738;
  border-color: #f8717152;
}

.proof-audit-stages li.unavailable {
  background: #493a1c38;
  border-color: #fbbf244d;
}

.proof-audit-stages li.running {
  border-color: #a89bff66;
  animation: 1.4s ease-in-out infinite verifier-pulse;
}

.proof-audit-index {
  color: #8e9bb0;
  border: 1px solid #435069;
  border-radius: 7px;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 8px;
  font-weight: 850;
  display: grid;
}

.proof-audit-stages .pass .proof-audit-index {
  color: #8ce9ae;
  border-color: #4ade805c;
}

.proof-audit-stages small {
  color: #68758a;
  letter-spacing: .07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 7px;
  font-weight: 800;
  display: block;
  overflow: hidden;
}

.proof-audit-stages strong {
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.proof-audit-stages p {
  color: #77849a;
  margin: 4px 0 0;
  font-size: 8px;
}

.proof-audit-stages em {
  color: #8e9bb0;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-top: 1px solid #2d374a;
  grid-column: 1 / -1;
  padding-top: 10px;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
}

.proof-audit-stages .pass em {
  color: #8ce9ae;
}

.proof-audit-stages .fail em {
  color: #f5a2a2;
}

.proof-audit-stages .unavailable em {
  color: #f7cf73;
}

.proof-audit-verdict {
  background: #141c29d1;
  border: 1px solid #354054;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0 28px;
  padding: 20px;
  display: flex;
}

.proof-audit-verdict.pass {
  background: #22433540;
  border-color: #4ade8057;
}

.proof-audit-verdict.fail {
  background: #4e23273d;
  border-color: #f871715c;
}

.proof-audit-verdict.unavailable {
  background: #493a1c3d;
  border-color: #fbbf2457;
}

.proof-audit-verdict strong {
  letter-spacing: -.02em;
  margin-top: 6px;
  font-size: 17px;
  display: block;
}

.proof-audit-verdict p {
  color: #8e9bb0;
  max-width: 650px;
  margin: 5px 0 0;
  font-size: 9px;
  line-height: 1.5;
}

.proof-audit-verdict .button {
  color: #121826;
  background: #ecf1f8;
  border-color: #ecf1f8;
  flex: none;
}

.proof-audit-verdict .button:disabled {
  cursor: wait;
  opacity: .68;
}

.proof-audit-privacy {
  color: #606e84;
  margin: 0;
  padding: 14px 28px 25px;
  font-size: 8px;
  line-height: 1.55;
}

.verification-body {
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr);
  display: grid;
}

.verification-checks {
  border-right: 1px solid #354054;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.verification-checks li {
  border-bottom: 1px solid #2d374a;
  border-right: 1px solid #2d374a;
  grid-template-columns: auto 1fr;
  gap: 12px;
  min-height: 130px;
  padding: 22px;
  display: grid;
}

.verification-checks li:nth-child(2n) {
  border-right: 0;
}

.verification-checks li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.verification-checks li > span {
  color: #8ce9ae;
  background: #4ade801f;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}

.verification-checks li.fail > span {
  color: #f5a2a2;
  background: #f871711f;
}

.verification-checks small {
  color: #68758a;
  letter-spacing: .12em;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}

.verification-checks strong {
  font-size: 13px;
}

.verification-checks p {
  color: #8e9bb0;
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 1.45;
}

.verification-context {
  background: #141b28;
  padding: 28px;
}

.verification-context h4 {
  letter-spacing: -.035em;
  margin: 12px 0 4px;
  font-size: 24px;
}

.verification-artifact {
  color: #9ca8ba;
  margin: 0;
  font-size: 12px;
}

.verification-context dl {
  margin: 26px 0;
}

.verification-context dl div {
  border-top: 1px solid #2d374a;
  padding: 12px 0;
}

.verification-context dt {
  color: #77849a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
}

.verification-context dd {
  color: #e8ebf0;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.verification-actions {
  gap: 9px;
  display: grid;
}

.verification-actions .button {
  width: 100%;
}

.verification-actions .button:not(.secondary) {
  color: #121826;
  background: #ecf1f8;
  border-color: #ecf1f8;
}

.verification-actions .button.secondary {
  color: #d8deea;
  background: none;
  border-color: #3b475d;
}

.verification-boundary {
  color: #7d899c;
  margin: 18px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

.live-sas-verifier {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  border-radius: 14px;
  margin-top: 22px;
  overflow: hidden;
}

.submission-verifier > .live-sas-verifier {
  border: 0;
  border-top: 1px solid #354054;
  border-radius: 0;
  margin-top: 0;
}

.live-sas-verifier.dark {
  color: #fff;
  background: #101722;
}

.live-sas-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 19px 22px;
  display: flex;
}

.live-sas-verifier.dark .live-sas-head {
  border-color: #2d374a;
}

.live-sas-head h3 {
  letter-spacing: -.02em;
  margin: 5px 0 0;
  font-size: 17px;
}

.direct-badge {
  background: var(--green-soft);
  color: var(--green);
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #b9e3d2;
  border-radius: 999px;
  flex: none;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 850;
}

.live-sas-verifier.dark .direct-badge {
  color: #8ce9ae;
  background: #4ade8017;
  border-color: #4ade8059;
}

.github-context-badge {
  background: var(--green-soft);
  color: var(--green);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #b9e3d2;
  border-radius: 999px;
  flex: none;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 850;
}

.github-context-badge.changed {
  background: var(--amber-soft);
  color: var(--amber);
  border-color: #ebd59b;
}

.live-sas-verifier.dark .github-context-badge.unchanged {
  color: #8ce9ae;
  background: #4ade8017;
  border-color: #4ade8059;
}

.live-sas-verifier.dark .github-context-badge.changed {
  color: #f7cf73;
  background: #fbbf2417;
  border-color: #fbbf2459;
}

.live-sas-idle, .live-sas-running {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 24px 22px 18px;
  display: grid;
}

.live-sas-idle strong, .live-sas-running strong {
  font-size: 14px;
  display: block;
}

.live-sas-idle p, .live-sas-running p {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.55;
}

.live-sas-verifier.dark .live-sas-idle p, .live-sas-verifier.dark .live-sas-running p {
  color: #8e9bb0;
}

.live-sas-verifier.dark .button:not(.secondary) {
  color: #121826;
  background: #ecf1f8;
  border-color: #ecf1f8;
}

.live-sas-verifier.dark .button.secondary {
  color: #d8deea;
  background: none;
  border-color: #3b475d;
}

.live-sas-privacy {
  color: var(--muted);
  margin: 0;
  padding: 0 22px 20px;
  font-size: 9px;
  line-height: 1.5;
}

.live-sas-verifier.dark .live-sas-privacy {
  color: #6f7c91;
}

.live-sas-running {
  grid-template-columns: auto 1fr;
  min-height: 132px;
}

.live-sas-running > span {
  border: 2px solid var(--line);
  border-top-color: var(--green);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: .8s linear infinite verifier-spin;
}

.live-sas-verifier.dark .live-sas-running > span {
  border-color: #8ce9ae #435069 #435069;
}

.live-sas-result {
  background: var(--soft);
}

.live-sas-verifier.dark .live-sas-result {
  background: #111925;
}

.live-sas-verdict {
  border-bottom: 1px solid var(--line);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 22px;
  display: grid;
}

.live-sas-verifier.dark .live-sas-verdict {
  border-color: #2d374a;
}

.live-sas-verdict > span:first-child {
  background: var(--green-soft);
  width: 36px;
  height: 36px;
  color: var(--green);
  border-radius: 10px;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  display: grid;
}

.live-sas-result.invalid .live-sas-verdict > span:first-child {
  color: var(--red);
  background: #fbeaea;
}

.live-sas-result.unavailable .live-sas-verdict > span:first-child {
  background: var(--amber-soft);
  color: var(--amber);
}

.live-sas-verifier.dark .live-sas-result.verified .live-sas-verdict > span:first-child {
  color: #8ce9ae;
  background: #4ade801a;
}

.live-sas-verifier.dark .live-sas-result.invalid .live-sas-verdict > span:first-child {
  color: #f5a2a2;
  background: #f871711c;
}

.live-sas-verifier.dark .live-sas-result.unavailable .live-sas-verdict > span:first-child {
  color: #f7cf73;
  background: #fbbf241a;
}

.live-sas-verdict strong {
  letter-spacing: -.02em;
  margin-top: 5px;
  font-size: 17px;
  display: block;
}

.live-sas-verdict p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

.live-sas-verifier.dark .live-sas-verdict p {
  color: #8e9bb0;
}

.live-sas-checks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.submission-verifier .live-sas-checks {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.submission-verifier .live-github-checks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.submission-verifier .live-github-checks li:nth-child(3n) {
  border-right: 0;
}

.inspector-result .live-sas-checks {
  grid-template-columns: 1fr;
}

.live-sas-checks li {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 18px;
  display: grid;
}

.live-sas-verifier.dark .live-sas-checks li {
  background: #141c29;
  border-color: #2d374a;
}

.live-sas-checks li > span {
  background: var(--green-soft);
  width: 20px;
  height: 20px;
  color: var(--green);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}

.live-sas-checks li.fail > span {
  color: var(--red);
  background: #fbeaea;
}

.live-sas-checks li.unavailable > span {
  background: var(--amber-soft);
  color: var(--amber);
}

.live-sas-verifier.dark .live-sas-checks li.pass > span {
  color: #8ce9ae;
  background: #4ade801a;
}

.live-sas-verifier.dark .live-sas-checks li.fail > span {
  color: #f5a2a2;
  background: #f871711c;
}

.live-sas-verifier.dark .live-sas-checks li.unavailable > span {
  color: #f7cf73;
  background: #fbbf241a;
}

.live-sas-checks small {
  color: #8a94a6;
  letter-spacing: .1em;
  margin-bottom: 3px;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.live-sas-checks strong {
  font-size: 11px;
  display: block;
}

.live-sas-checks p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.45;
}

.live-sas-verifier.dark .live-sas-checks p {
  color: #7d899c;
}

.live-sas-footer {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  display: flex;
}

.live-sas-footer p {
  max-width: 680px;
  color: var(--muted);
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
}

.live-sas-verifier.dark .live-sas-footer p {
  color: #6f7c91;
}

.tamper-challenge {
  color: #fff;
  background: radial-gradient(circle at 92% 0, #f59e0b14, #0000 26%), #0d141f;
  border-top: 1px solid #354054;
  overflow: hidden;
}

.tamper-head {
  border-bottom: 1px solid #2d374a;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  display: flex;
}

.tamper-head h3 {
  letter-spacing: -.02em;
  margin: 5px 0 0;
  font-size: 17px;
}

.tamper-badge {
  color: #f7cf73;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #fbbf2414;
  border: 1px solid #fbbf2452;
  border-radius: 999px;
  flex: none;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 850;
}

.tamper-intro {
  padding: 22px 22px 16px;
}

.tamper-intro strong {
  font-size: 14px;
  display: block;
}

.tamper-intro p {
  color: #8e9bb0;
  max-width: 720px;
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.55;
}

.tamper-scenarios {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 22px 22px;
  display: grid;
}

.tamper-scenarios button {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #141c29d1;
  border: 1px solid #354054;
  border-radius: 11px;
  min-width: 0;
  padding: 16px;
  transition: border-color .18s, background .18s, transform .18s;
}

.tamper-scenarios button:hover:not(:disabled), .tamper-scenarios button.selected {
  background: #2c271db8;
  border-color: #fbbf248c;
  transform: translateY(-1px);
}

.tamper-scenarios button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #f7cf73;
}

.tamper-scenarios button:disabled {
  cursor: wait;
  opacity: .7;
}

.tamper-scenarios small, .tamper-verdict small {
  color: #7d899c;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 850;
  display: block;
}

.tamper-scenarios strong {
  margin-top: 7px;
  font-size: 12px;
  display: block;
}

.tamper-scenarios button > span {
  color: #8e9bb0;
  min-height: 34px;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.45;
  display: block;
}

.tamper-scenarios em {
  color: #f7cf73;
  letter-spacing: .03em;
  margin-top: 12px;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
  display: block;
}

.tamper-running {
  border-top: 1px solid #2d374a;
  align-items: center;
  gap: 14px;
  min-height: 100px;
  padding: 20px 22px;
  display: flex;
}

.tamper-running > span {
  border: 2px solid #435069;
  border-top-color: #f7cf73;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: .8s linear infinite verifier-spin;
}

.tamper-running strong {
  font-size: 13px;
  display: block;
}

.tamper-running p {
  color: #7d899c;
  margin: 4px 0 0;
  font-size: 9px;
}

.tamper-result {
  border-top: 1px solid #2d374a;
}

.tamper-verdict {
  border-top: 1px solid #2d374a;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  display: grid;
}

.tamper-result > .tamper-verdict {
  border-top: 0;
}

.tamper-verdict > span {
  border-radius: 10px;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 900;
  display: grid;
}

.tamper-verdict.blocked > span {
  color: #8ce9ae;
  background: #4ade801a;
}

.tamper-verdict.escaped > span {
  color: #f5a2a2;
  background: #f871711c;
}

.tamper-verdict strong {
  letter-spacing: -.02em;
  margin-top: 5px;
  font-size: 16px;
  display: block;
}

.tamper-verdict p {
  color: #8e9bb0;
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.5;
}

.tamper-checks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.tamper-checks li {
  background: #141c29;
  border-top: 1px solid #2d374a;
  border-right: 1px solid #2d374a;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  min-width: 0;
  padding: 15px;
  display: grid;
}

.tamper-checks li:nth-child(3n) {
  border-right: 0;
}

.tamper-checks li > span {
  color: #8ce9ae;
  background: #4ade8014;
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  font-size: 9px;
  font-weight: 900;
  display: grid;
}

.tamper-checks li.triggered > span {
  color: #f5a2a2;
  background: #f871711c;
}

.tamper-checks small {
  color: #7d899c;
  letter-spacing: .1em;
  margin-bottom: 3px;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.tamper-checks strong {
  font-size: 10px;
  display: block;
}

.tamper-checks p {
  color: #7d899c;
  margin: 4px 0 0;
  font-size: 8px;
  line-height: 1.45;
}

.tamper-boundary {
  color: #6f7c91;
  border-top: 1px solid #2d374a;
  margin: 0;
  padding: 14px 22px 18px;
  font-size: 8px;
  line-height: 1.5;
}

.passport-stats {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 20px;
  display: grid;
}

.passport-stats div {
  border-right: 1px solid var(--line);
  padding: 20px 22px;
}

.passport-stats div:last-child {
  border-right: 0;
}

.passport-stats dt {
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 750;
}

.passport-stats dd {
  letter-spacing: -.04em;
  margin: 7px 0 0;
  font-size: 30px;
  font-weight: 720;
}

.passport-boundary {
  margin-bottom: 18px;
}

.passport-list {
  margin-top: 30px;
}

.passport-item {
  align-items: flex-start;
  gap: 24px;
}

.passport-item strong {
  margin: 12px 0 5px;
  display: block;
}

.passport-skills {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  display: flex;
}

.passport-skills span {
  background: var(--soft);
  color: var(--muted);
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 10px;
}

.passport-recorded {
  text-align: right;
  flex: 0 0 150px;
}

.passport-recorded small {
  color: var(--muted);
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.4;
  display: block;
}

.inspect-page {
  padding-bottom: 88px;
}

.inspect-hero {
  max-width: 820px;
  padding: 28px 0 34px;
}

.inspect-hero h1 {
  letter-spacing: -.058em;
  margin: 14px 0 20px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: .98;
}

.inspect-hero p {
  max-width: 670px;
  color: var(--muted);
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.inspector-boundary {
  margin-bottom: 22px;
}

.inspector-grid {
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.inspector-grid .panel-head h2 {
  margin: 3px 0 0;
  font-size: 18px;
}

.inspector-kicker {
  color: var(--muted);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
}

.privacy-badge {
  background: var(--green-soft);
  color: var(--green);
  border: 1px solid #b9ddce;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 750;
}

.drop-zone {
  text-align: center;
  cursor: pointer;
  background: linear-gradient(145deg, #fff, #f7f8f9);
  border: 1px dashed #abb3c2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 178px;
  padding: 24px;
  transition: border-color .15s, background .15s;
  display: flex;
}

.drop-zone:hover {
  border-color: var(--green);
  background: var(--green-soft);
}

.drop-zone:focus-within {
  outline-offset: 3px;
  outline: 3px solid #6255b76b;
}

.drop-zone input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.drop-zone span:not(.drop-icon) {
  color: var(--muted);
  font-size: 12px;
}

.drop-icon {
  border: 1px solid var(--line);
  width: 36px;
  height: 36px;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 10px;
  place-items: center;
  font-size: 20px;
  display: grid;
}

.inspector-divider {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  font-size: 11px;
  display: flex;
}

.inspector-divider:before, .inspector-divider:after {
  content: "";
  background: var(--line);
  flex: 1;
  height: 1px;
}

.inspector-input textarea {
  resize: vertical;
  min-height: 184px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
}

.inspector-actions {
  gap: 8px;
  margin-top: 14px;
  display: flex;
}

.inspector-input .notice {
  margin-top: 16px;
}

.inspector-result {
  min-height: 600px;
}

.inspector-idle {
  text-align: center;
  min-height: 470px;
  color: var(--muted);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inspector-idle > span {
  color: #a9b0bc;
  font-size: 48px;
  line-height: 1;
}

.inspector-idle strong {
  color: var(--ink);
  margin-top: 17px;
}

.inspector-idle p {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.55;
}

.verdict {
  border-radius: 12px;
  gap: 14px;
  margin-bottom: 16px;
  padding: 17px;
  display: flex;
}

.verdict.pass {
  background: var(--green-soft);
  color: var(--green);
}

.verdict.fail {
  color: var(--red);
  background: #fff0f0;
}

.verdict > span {
  border: 1px solid;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 28px;
  height: 28px;
  font-weight: 800;
  display: grid;
}

.verdict p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

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

.check-list li {
  border-bottom: 1px solid var(--line);
  gap: 12px;
  padding: 14px 2px;
  display: flex;
}

.check-mark {
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 850;
  display: grid;
}

.check-list .pass .check-mark {
  background: var(--green-soft);
  color: var(--green);
}

.check-list .fail .check-mark {
  color: var(--red);
  background: #fff0f0;
}

.check-list strong, .check-list small {
  display: block;
}

.check-list strong {
  font-size: 13px;
}

.check-list small {
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.45;
}

.inspector-summary {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 0;
  display: grid;
}

.inspector-summary div {
  min-width: 0;
}

.inspector-summary dt {
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 750;
}

.inspector-summary dd {
  overflow-wrap: anywhere;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.trust-policy-panel {
  background: #f8f9fa;
  border: 1px solid #d8dce3;
  border-radius: 14px;
  margin-top: 22px;
  overflow: hidden;
}

.trust-policy-head {
  background: #fff;
  border-bottom: 1px solid #e1e4e9;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.trust-policy-head h3 {
  letter-spacing: -.025em;
  margin: 5px 0 0;
  font-size: 17px;
}

.trust-policy-head p {
  max-width: 560px;
  color: var(--muted);
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

.policy-version {
  color: var(--violet);
  letter-spacing: .04em;
  background: #f1effc;
  border: 1px solid #cfc8f0;
  border-radius: 999px;
  flex: none;
  padding: 5px 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
}

.trust-policy-picker {
  border-bottom: 1px solid #e1e4e9;
  grid-template-columns: minmax(170px, .7fr) minmax(0, 1.3fr);
  gap: 6px 16px;
  padding: 18px 20px;
  display: grid;
}

.trust-policy-picker label {
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  grid-column: 1 / -1;
  font-size: 9px;
  font-weight: 750;
}

.trust-policy-picker select {
  width: 100%;
  min-height: 38px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #cdd2da;
  border-radius: 8px;
  padding: 0 34px 0 11px;
  font-size: 11px;
}

.trust-policy-picker select:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #6255b747;
}

.trust-policy-picker select:disabled {
  cursor: wait;
  opacity: .68;
}

.trust-policy-picker p {
  color: var(--muted);
  align-self: center;
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
}

.trust-policy-verdict {
  background: #fff;
  border-bottom: 1px solid #e1e4e9;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 19px 20px;
  display: grid;
}

.trust-policy-verdict > span {
  background: var(--green-soft);
  width: 32px;
  height: 32px;
  color: var(--green);
  border-radius: 9px;
  place-items: center;
  font-size: 16px;
  font-weight: 900;
  display: grid;
}

.trust-policy-verdict.unsatisfied > span {
  color: var(--red);
  background: #fff0f0;
}

.trust-policy-verdict.unavailable > span, .trust-policy-verdict.incomplete > span {
  background: var(--amber-soft);
  color: var(--amber);
}

.trust-policy-verdict small {
  color: #8a94a6;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.trust-policy-verdict strong {
  margin-top: 3px;
  font-size: 14px;
  display: block;
}

.trust-policy-verdict p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.45;
}

.trust-policy-rules {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.trust-policy-rules li {
  background: #fafbfc;
  border-bottom: 1px solid #e1e4e9;
  border-right: 1px solid #e1e4e9;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  min-width: 0;
  padding: 15px;
  display: grid;
}

.trust-policy-rules li:nth-child(2n) {
  border-right: 0;
}

.trust-policy-rules li > span {
  background: var(--green-soft);
  width: 20px;
  height: 20px;
  color: var(--green);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
}

.trust-policy-rules li.fail > span {
  color: var(--red);
  background: #fff0f0;
}

.trust-policy-rules li.unavailable > span, .trust-policy-rules li.incomplete > span {
  background: var(--amber-soft);
  color: var(--amber);
}

.trust-policy-rules small {
  color: #929aa8;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 850;
  display: block;
}

.trust-policy-rules strong {
  margin-top: 3px;
  font-size: 10px;
  display: block;
}

.trust-policy-rules p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 8px;
  line-height: 1.45;
}

.trust-policy-boundary {
  color: #7c8593;
  margin: 0;
  padding: 13px 20px 16px;
  font-size: 8px;
  line-height: 1.5;
}

.verification-dossier {
  color: #f7f9fc;
  background: radial-gradient(circle at 92% 0, #6255b73d, #0000 30%), #111827;
  border: 1px solid #2f3a4e;
  border-radius: 14px;
  margin-top: 22px;
  overflow: hidden;
  box-shadow: 0 22px 44px #0f172a29;
}

.dossier-head {
  border-bottom: 1px solid #2b3547;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 21px 20px;
  display: flex;
}

.dossier-head .inspector-kicker {
  color: #98a6ba;
}

.dossier-head h3 {
  letter-spacing: -.025em;
  margin: 5px 0 0;
  font-size: 18px;
}

.dossier-head p {
  color: #98a6ba;
  max-width: 570px;
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.55;
}

.dossier-head .policy-version {
  color: #c7c0f3;
  background: #6255b72e;
  border-color: #51498b;
}

.dossier-verdict {
  background: #4ade800e;
  border-bottom: 1px solid #2b3547;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  padding: 19px 20px;
  display: grid;
}

.dossier-verdict.unsatisfied {
  background: #f871710f;
}

.dossier-verdict.unavailable, .dossier-verdict.incomplete {
  background: #fbbf240e;
}

.dossier-verdict > span {
  color: #8ce9ae;
  background: #4ade801f;
  border-radius: 10px;
  place-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 900;
  display: grid;
}

.dossier-verdict.unsatisfied > span {
  color: #f5a2a2;
  background: #f871711f;
}

.dossier-verdict.unavailable > span, .dossier-verdict.incomplete > span {
  color: #f7cf73;
  background: #fbbf241f;
}

.dossier-verdict small {
  color: #8c99ad;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.dossier-verdict strong {
  margin-top: 4px;
  font-size: 15px;
  display: block;
}

.dossier-verdict p {
  color: #99a6b9;
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.5;
}

.dossier-evidence {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.dossier-evidence li {
  border-bottom: 1px solid #2b3547;
  border-right: 1px solid #2b3547;
  min-width: 0;
  padding: 16px;
}

.dossier-evidence li:last-child {
  border-right: 0;
}

.dossier-evidence-topline {
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.dossier-evidence-topline strong {
  font-size: 10px;
}

.dossier-evidence-topline span {
  color: #98a6ba;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #3c485d;
  border-radius: 999px;
  padding: 3px 5px;
  font-size: 6px;
  font-weight: 800;
}

.dossier-evidence-status {
  color: #8ce9ae;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin: 14px 0 8px;
  font-size: 17px;
  font-weight: 760;
}

.dossier-evidence .invalid .dossier-evidence-status {
  color: #f5a2a2;
}

.dossier-evidence .unavailable .dossier-evidence-status, .dossier-evidence .not-run .dossier-evidence-status {
  color: #f7cf73;
}

.dossier-evidence small {
  overflow-wrap: anywhere;
  color: #7f8ca0;
  font-size: 7px;
  line-height: 1.55;
  display: block;
}

.dossier-actions {
  border-bottom: 1px solid #2b3547;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 17px 20px;
  display: flex;
}

.dossier-actions .button.ghost {
  color: #c7d0dd;
  border-color: #465168;
}

.dossier-offline-ready {
  color: #8ce9ae;
  margin-right: auto;
  font-size: 10px;
  font-weight: 750;
}

.dossier-feedback {
  color: #8ce9ae;
  border-bottom: 1px solid #2b3547;
  margin: 0;
  padding: 11px 20px;
  font-size: 9px;
}

.dossier-feedback.error {
  color: #f5a2a2;
}

.dossier-boundary {
  color: #748196;
  margin: 0;
  padding: 13px 20px 16px;
  font-size: 8px;
  line-height: 1.55;
}

.inspect-how {
  grid-template-columns: .65fr 1.35fr;
  gap: 48px;
  padding: 70px 0 0;
  display: grid;
}

.inspect-how h2 {
  letter-spacing: -.035em;
  margin: 10px 0 0;
  font-size: 30px;
}

.inspect-how ol {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.inspect-how li {
  border-bottom: 1px solid var(--line);
  padding: 20px 20px 18px 0;
}

.inspect-how li:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.inspect-how li:nth-child(2n) {
  padding-left: 20px;
}

.inspect-how li > span {
  color: var(--green);
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 800;
}

.inspect-how li strong {
  margin-top: 8px;
  display: block;
}

.inspect-how li p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

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

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

@media (max-width: 850px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 64px;
  }

  .receipt-preview {
    transform: none;
  }

  .three-grid, .proof-layout {
    grid-template-columns: 1fr;
  }

  .side-card {
    position: static;
  }

  .submission-facts .shell, .submission-split, .submission-evidence, .submission-lab-intro, .verification-body {
    grid-template-columns: 1fr;
  }

  .submission-lab-intro {
    gap: 22px;
  }

  .verification-checks {
    border-bottom: 1px solid #354054;
    border-right: 0;
  }

  .proof-audit-stages, .submission-verifier .live-sas-checks, .tamper-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tamper-checks li:nth-child(3n) {
    border-right: 1px solid #2d374a;
  }

  .tamper-checks li:nth-child(2n) {
    border-right: 0;
  }

  .submission-facts p, .submission-facts p:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .submission-facts p:last-child {
    border-bottom: 0;
  }

  .submission-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .inspector-grid, .inspect-how {
    grid-template-columns: 1fr;
  }

  .inspector-result {
    min-height: auto;
  }

  .inspector-idle {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    height: 60px;
  }

  .nav-links {
    display: none;
  }

  .mobile-nav {
    color: var(--muted);
    gap: 10px;
    font-size: 12px;
    display: flex;
  }

  .nav-actions .mono {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .submission-hero {
    padding: 54px 0 48px;
  }

  .submission-hero h1 {
    font-size: 43px;
  }

  .section {
    padding: 62px 0;
  }

  .page {
    padding-top: 34px;
  }

  .page-head, .proof-title-row {
    display: block;
  }

  .page-head .button, .proof-title-row > .button {
    margin-top: 18px;
  }

  .panel-body, .layer-body, .panel-head, .layer-head {
    padding-inline: 16px;
  }

  .evidence {
    grid-template-columns: 1fr;
  }

  .copy-row {
    display: grid;
  }

  .submission-flow {
    grid-template-columns: 1fr;
  }

  .submission-verifier-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .verification-verdict {
    grid-template-columns: 1fr;
  }

  .proof-audit-command-head, .proof-audit-verdict {
    flex-direction: column;
    align-items: stretch;
  }

  .proof-audit-score {
    text-align: left;
    width: 100%;
  }

  .proof-audit-stages {
    grid-template-columns: 1fr;
  }

  .proof-audit-verdict .button {
    width: 100%;
  }

  .verification-checks {
    grid-template-columns: 1fr;
  }

  .verification-checks li, .verification-checks li:nth-child(2n), .verification-checks li:nth-last-child(-n+2) {
    border-bottom: 1px solid #2d374a;
    border-right: 0;
    min-height: auto;
  }

  .verification-checks li:last-child {
    border-bottom: 0;
  }

  .live-sas-head, .live-sas-idle, .live-sas-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .live-sas-head {
    display: flex;
  }

  .live-sas-idle .button, .live-sas-footer .button {
    width: 100%;
  }

  .live-sas-verdict {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .live-sas-verdict > .status, .live-sas-verdict > .github-context-badge {
    grid-column: 2;
    justify-self: start;
  }

  .live-sas-checks, .submission-verifier .live-sas-checks {
    grid-template-columns: 1fr;
  }

  .live-sas-checks li {
    border-right: 0;
  }

  .tamper-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tamper-scenarios, .tamper-checks {
    grid-template-columns: 1fr;
  }

  .tamper-scenarios button > span {
    min-height: 0;
  }

  .tamper-checks li, .tamper-checks li:nth-child(2n), .tamper-checks li:nth-child(3n) {
    border-right: 0;
  }

  .passport-stats {
    grid-template-columns: 1fr;
  }

  .passport-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .passport-stats div:last-child {
    border-bottom: 0;
  }

  .passport-item {
    flex-direction: column;
  }

  .passport-recorded {
    text-align: left;
    flex-basis: auto;
  }

  .inspect-hero h1 {
    font-size: 43px;
  }

  .inspector-summary, .inspect-how ol {
    grid-template-columns: 1fr;
  }

  .trust-policy-head, .dossier-head {
    flex-direction: column;
  }

  .trust-policy-picker, .trust-policy-rules, .dossier-evidence {
    grid-template-columns: 1fr;
  }

  .trust-policy-picker label {
    grid-column: auto;
  }

  .trust-policy-rules li, .trust-policy-rules li:nth-child(2n), .dossier-evidence li {
    border-right: 0;
  }

  .dossier-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dossier-actions .button {
    width: 100%;
  }

  .dossier-offline-ready {
    margin: 0 0 5px;
  }

  .inspect-how li:nth-child(odd) {
    border-right: 0;
  }

  .inspect-how li:nth-child(2n) {
    padding-left: 0;
  }
}

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

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