/* ============================================================================
   verify-ledger.css — THE VERIFICATION SURFACE (/verify, /verify/{artifact_id})
   NEW, additive, single-owner (LEDGER lane, robots-artifacts agent · 2026-07-14).
   Deliberately a SEPARATE file from ledger.css (Agent 3 owns that one for the
   /rates demand-layer pages) to avoid two lanes writing the same shared file
   in the same build window. Does NOT touch rd-chrome.css / brand-lockup.js /
   global-nav.js / index.html. Inherits the live light-theme token language
   verbatim (teal #0A8E83 / #0FB5A6, ink #0A0B0C, IBM Plex Sans/Mono).
   Light theme only. No dark mode on this surface (rule 5). No em dashes.
   ========================================================================== */

.vfy-main { position: relative; z-index: 1; min-height: 70vh; padding: clamp(140px,14vh,168px) 0 80px; }
.vfy-wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }

.vfy-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  border: 1px solid #EAEBEC;
  background: rgba(15,181,166,.06);
  font: 600 12.5px/1 'IBM Plex Mono', ui-monospace, monospace;
  letter-spacing: .06em; text-transform: uppercase;
  color: #0A8E83;
}
.vfy-eyebrow .d { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }

.vfy-h1 {
  margin: 18px 0 10px;
  font: 700 clamp(1.8rem, 1.3rem + 2vw, 2.6rem)/1.15 'IBM Plex Sans', -apple-system, sans-serif;
  color: #0A0B0C; letter-spacing: -.01em;
}
.vfy-sub {
  margin: 0 0 28px; max-width: 62ch;
  font: 400 clamp(15px,1.3vw,17px)/1.6 'IBM Plex Sans', -apple-system, sans-serif;
  color: #5B6166;
}
.vfy-sub b { color: #0A0B0C; font-weight: 600; }

/* ---- lookup form -------------------------------------------------------- */
.vfy-lookup {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding: 20px; border-radius: 16px;
  background: #F6F8FA; border: 1px solid #EAEBEC;
}
.vfy-lookup input[type="text"] {
  flex: 1 1 260px; min-width: 0;
  padding: .95em 1.1em; border-radius: 10px;
  border: 1px solid #D6DADC; background: #FFFFFF;
  font: 500 15px/1.4 'IBM Plex Mono', ui-monospace, monospace;
  letter-spacing: .03em; color: #0A0B0C;
  text-transform: uppercase;
}
.vfy-lookup input[type="text"]::placeholder { color: #6B7480; text-transform: none; font-family: 'IBM Plex Sans', sans-serif; }
.vfy-lookup input[type="text"]:focus { outline: none; border-color: #0A8E83; box-shadow: 0 0 0 3px rgba(15,181,166,.15); }
.vfy-lookup button {
  flex: 0 0 auto; padding: .95em 1.6em; border: 0; border-radius: 10px; cursor: pointer;
  font: 600 14.5px/1 'IBM Plex Sans', sans-serif; color: #fff;
  background: #077A70;
  transition: transform .2s cubic-bezier(.16,1,.3,1), filter .2s;
}
.vfy-lookup button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.vfy-lookup .err { flex-basis: 100%; font: 500 13px/1.5 'IBM Plex Sans', sans-serif; color: #B42318; }

/* ---- result card --------------------------------------------------------- */
.vfy-card {
  margin-top: 28px; padding: 26px; border-radius: 18px;
  background: #FFFFFF; border: 1px solid #EAEBEC;
  box-shadow: 0 14px 40px rgba(10,19,22,.06);
}
.vfy-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.vfy-card__id {
  font: 700 17px/1.2 'IBM Plex Mono', ui-monospace, monospace;
  color: #0A0B0C; letter-spacing: .02em; word-break: break-all;
}

.vfy-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 12px; border-radius: 999px;
  font: 700 12px/1 'IBM Plex Mono', ui-monospace, monospace; letter-spacing: .06em; text-transform: uppercase;
  white-space: nowrap;
}
.vfy-badge .d { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.vfy-badge--active     { color: #0E6B52; background: rgba(14,159,110,.12); }
.vfy-badge--void       { color: #B42318; background: rgba(180,35,24,.10); }
.vfy-badge--superseded { color: #B45309; background: rgba(180,83,9,.10); }
.vfy-badge--unknown    { color: #5B6166; background: #F0F2F3; }

.vfy-rows { display: grid; gap: 0; border-top: 1px solid #EAEBEC; }
.vfy-row {
  display: grid; grid-template-columns: minmax(120px,180px) 1fr; gap: 16px;
  padding: 13px 0; border-bottom: 1px solid #EAEBEC;
  font-size: 14px; line-height: 1.5;
}
.vfy-row dt { color: #6B7480; font: 600 12.5px/1.4 'IBM Plex Mono', ui-monospace, monospace; letter-spacing: .04em; text-transform: uppercase; padding-top: 2px; margin: 0; }
.vfy-row dd { margin: 0; color: #0A0B0C; font-weight: 500; word-break: break-word; }
.vfy-row dd.mono { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 13px; }

.vfy-hashbox {
  margin-top: 4px; padding: 10px 12px; border-radius: 8px;
  background: #0A1316; color: #7DF9D8;
  font: 500 12.5px/1.5 'IBM Plex Mono', ui-monospace, monospace;
  word-break: break-all; overflow-x: auto;
}

.vfy-empty {
  margin-top: 28px; padding: 28px 24px; border-radius: 16px; text-align: center;
  border: 1px dashed #D6DADC; color: #5B6166;
  font: 400 15px/1.6 'IBM Plex Sans', sans-serif;
}
.vfy-empty b { color: #0A0B0C; font-weight: 600; }

.vfy-covenant {
  margin-top: 36px; padding: 18px 20px; border-radius: 14px;
  background: linear-gradient(100deg, rgba(20,224,154,.06), rgba(15,181,166,.04));
  border: 1px solid rgba(15,181,166,.22);
  font: 500 13.5px/1.6 'IBM Plex Sans', sans-serif; color: #5B6166;
}
.vfy-covenant b { color: #0A0B0C; }

.vfy-foot-note { margin-top: 20px; font: 400 12.5px/1.6 'IBM Plex Sans', sans-serif; color: #6B7480; }
.vfy-foot-note a { color: #0A8E83; font-weight: 600; }

@media (max-width: 620px) {
  .vfy-row { grid-template-columns: 1fr; gap: 4px; }
  .vfy-lookup { flex-direction: column; }
  .vfy-lookup button { width: 100%; }
}
