/* WebsDocs ASG Directory | Public profile v1.1.1-public-references
   2026-09-06. Complete replacement stylesheet, not an override layer.
   Shared Worker bootstrap and absolute asset locations remain unchanged. */

:root {
  color-scheme: light;
  --dp-ink: #142a43;
  --dp-muted: #516780;
  --dp-subtle: #64748b;
  --dp-line: #dce5ef;
  --dp-panel: #fff;
  --dp-shell: #f4f7fb;
  --dp-blue: #1854c8;
  --dp-blue-hover: #103a91;
  --dp-blue-soft: #edf4ff;
  --dp-green: #126447;
  --dp-radius: 18px;
  --dp-pad: clamp(18px, 2.2vw, 120px);
  --dp-gap: clamp(18px, 1.8vw, 36px);
  --dp-header-h: 82px;
  --dp-shadow: 0 8px 28px rgb(18 46 82 / 5%);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; background: var(--dp-shell); scroll-behavior: smooth; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--dp-ink); background: var(--dp-shell); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(16px, .2vw + 12px, 24px); line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .65; }
a { color: var(--dp-blue); text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:visited { color: var(--dp-blue); }
a:hover { color: var(--dp-blue-hover); text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #487ee8; outline-offset: 4px; }
img { display: block; max-width: 100%; }
svg { display: block; width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p, dl, dd, ul { margin-top: 0; }
[hidden] { display: none !important; }
::selection { background: #cfdeff; color: #10284c; }
.dp-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.dp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.dp-skip-link { position: fixed; z-index: 1000; top: 10px; left: 16px; padding: 12px 18px; border-radius: 10px; background: white; transform: translateY(-170%); font-weight: 700; }
.dp-skip-link:focus { transform: translateY(0); }
.dp-noscript { margin: 0; padding: 18px var(--dp-pad); background: #fff8e8; color: #634713; }
.dp-copy-feedback { display: block; padding: 10px; font-size: .85rem; overflow-wrap: anywhere; user-select: all; background: #edf4ff; }

.dp-copy-fallback-input { display: block; width: 100%; min-width: 0; margin-top: 9px; padding: 9px; border: 1px solid #9bbbed; border-radius: 7px; background: white; color: var(--dp-blue); font-size: 13px; }

/* Navigation and system states. */
.dp-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--dp-line); }
.dp-header-inner { width: 100%; min-height: var(--dp-header-h); display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 10px var(--dp-pad); }
.dp-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.dp-brand-mark { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; }
.dp-brand-mark img { width: 52px; height: 52px; object-fit: contain; }
.dp-brand-copy { min-width: 0; }
.dp-brand-copy strong { display: block; font-size: 18px; line-height: 1.25; font-weight: 780; letter-spacing: -.025em; color: var(--dp-ink); }
.dp-brand-copy small { display: block; margin-top: 3px; color: var(--dp-muted); font-size: 12px; white-space: nowrap; }
.dp-desktop-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.dp-nav-link { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 9px 11px; border-radius: 9px; color: var(--dp-blue); font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.dp-nav-link svg { width: 17px; height: 17px; }
.dp-nav-link:hover, .dp-nav-link.is-current { background: var(--dp-blue-soft); color: var(--dp-blue-hover); }
.dp-header-actions { display: flex; align-items: center; gap: 10px; }
.dp-live-status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid var(--dp-line); border-radius: 99px; background: #fff; color: var(--dp-muted); font-size: 12px; font-weight: 650; white-space: nowrap; }
.dp-live-status i { width: 7px; height: 7px; border-radius: 50%; background: #8494a6; }
.dp-live-status.is-live { color: var(--dp-green); border-color: #bfe5d4; background: #f0fbf5; }
.dp-live-status.is-live i { background: #178050; }
.dp-live-status.is-error { color: #a02e2e; border-color: #efc8c8; background: #fff4f4; }
.dp-live-status.is-error i { background: #ba3434; }
.dp-header-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 14px; border: 1px solid #b9cdec; border-radius: 9px; background: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.dp-mobile-button { display: none; place-items: center; width: 44px; height: 44px; border: 1px solid #c3d3e7; border-radius: 10px; background: #fff; color: var(--dp-blue); }
.dp-mobile-button[aria-expanded="false"] .dp-mobile-close, .dp-mobile-button[aria-expanded="true"] .dp-mobile-open { display: none; }
.dp-mobile-menu { padding: 10px var(--dp-pad) 16px; border-top: 1px solid var(--dp-line); }
.dp-mobile-menu a { display: block; padding: 10px 5px; font-size: 15px; font-weight: 650; }
.dp-main, .dp-edge { width: 100%; max-width: none; min-width: 0; }
.dp-edge { padding-inline: var(--dp-pad); }
.dp-system-state { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 82px; padding: 18px var(--dp-pad); background: #fff; border-bottom: 1px solid var(--dp-line); }
.dp-system-state > div:first-of-type { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 12px; }
.dp-system-state strong { color: var(--dp-ink); }
.dp-system-state span { color: var(--dp-muted); font-size: .9em; }
.dp-loader { width: 20px; height: 20px; flex: 0 0 20px; border: 2px solid #d9e4f4; border-top-color: var(--dp-blue); border-radius: 50%; animation: dp-spin .8s linear infinite; }
@keyframes dp-spin { to { transform: rotate(360deg); } }
.dp-system-error { justify-content: space-between; background: #fff6f6; border-color: #efcccc; }
.dp-system-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.dp-system-actions button { min-height: 42px; padding: 8px 16px; border: 1px solid #bad0ef; border-radius: 9px; background: white; color: var(--dp-blue); }
html[data-profile-state="loading"] .dp-main > :not(.dp-system-state), html[data-profile-state="error"] .dp-main > :not(.dp-system-state) { display: none; }
.dp-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; padding-block: 15px; background: white; font-size: 13px; color: var(--dp-subtle); }
.dp-breadcrumbs strong { min-width: 0; font-weight: 600; color: var(--dp-muted); overflow-wrap: anywhere; }

/* Business identity, deliberately compact rather than a large empty banner. */
.dp-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 245px); gap: clamp(24px, 4vw, 72px); align-items: center; padding-block: clamp(28px, 3.3vw, 64px); border-block: 1px solid var(--dp-line); background: linear-gradient(115deg, #fff 30%, #eef5ff); }
.dp-hero-identity { display: grid; grid-template-columns: clamp(80px, 7vw, 130px) minmax(0, 1fr); align-items: start; gap: clamp(20px, 2vw, 40px); min-width: 0; }
.dp-logo-frame { width: clamp(80px, 7vw, 130px); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid #cfdded; border-radius: 20px; color: var(--dp-blue); background: #fff; box-shadow: 0 8px 30px rgb(22 59 105 / 6%); }
.dp-logo-frame img { width: 100%; height: 100%; padding: 12%; object-fit: contain; }
.dp-logo-frame svg { width: 44%; height: 44%; }
.dp-hero-copy { min-width: 0; }
.dp-kicker { display: block; color: var(--dp-subtle); font-size: .76em; font-weight: 750; letter-spacing: .085em; line-height: 1.5; text-transform: uppercase; }
.dp-identity-kicker { margin-top: 18px; color: var(--dp-blue); }
.dp-badge-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.dp-badge { display: inline-flex; align-items: center; padding: 5px 10px; border: 1px solid #d4deeb; border-radius: 99px; color: #405870; background: #f7f9fc; font-size: .75em; font-weight: 700; line-height: 1.45; }
.dp-badge-gold { color: #79551a; background: #fff7e1; border-color: #e5cf96; }
.dp-badge-green { color: #126447; background: #ecf9f2; border-color: #b8decc; }
.dp-badge-blue { color: #194ea9; background: #edf4ff; border-color: #c3d5f7; }
.dp-badge-cyan { color: #12616d; background: #eefafc; border-color: #bfe4ea; }
.dp-badge-neutral { color: #435b73; }
.dp-hero h1 { margin: 7px 0 13px; max-width: 32ch; color: #122a47; font-size: clamp(32px, 3.1vw, 72px); font-weight: 750; line-height: 1.1; letter-spacing: -.045em; overflow-wrap: anywhere; }
.dp-legal-name { margin: 0 0 12px; color: var(--dp-muted); font-size: .85em; }
.dp-hero-summary { max-width: 82ch; margin: 0; color: #49617c; font-size: clamp(16px, 1vw, 23px); line-height: 1.7; overflow-wrap: anywhere; }
.dp-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 21px; }
.dp-hero-meta span { display: inline-flex; align-items: center; gap: 7px; min-width: 0; max-width: 100%; color: #486380; font-size: .85em; overflow-wrap: anywhere; }
.dp-hero-meta svg { width: 17px; height: 17px; color: var(--dp-blue); }
.dp-hero-actions { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.dp-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 16px; border: 1px solid #bdd0ea; border-radius: 10px; font-size: .87em; font-weight: 700; line-height: 1.4; text-align: center; text-decoration: none; transition: background 150ms ease, border-color 150ms ease; }
.dp-button svg { width: 18px; height: 18px; }
.dp-button-primary, .dp-button-primary:visited { background: #1854c8; border-color: #1854c8; color: #fff; }
.dp-button-primary:hover { background: #103f9f; color: #fff; }
.dp-button-secondary, .dp-button-secondary:visited { background: #fff; color: var(--dp-blue); }
.dp-button-secondary:hover { border-color: #7ba4e8; background: #f5f9ff; color: var(--dp-blue-hover); }
.dp-copy-profile { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 38px; padding: 8px; background: none; border: 0; color: var(--dp-blue); font-size: .8em; text-decoration: underline; text-underline-offset: 3px; }
.dp-copy-profile svg { width: 16px; height: 16px; }

/* Public references: visible identifiers and direct claim handoff. */
.dp-reference-band { padding-block: 22px; border-bottom: 1px solid var(--dp-line); background: #f7faff; scroll-margin-top: calc(var(--dp-header-h) + 20px); }
.dp-reference-panel { min-width: 0; padding: clamp(20px, 1.7vw, 32px); border: 1px solid #c8daf4; border-radius: var(--dp-radius); background: #fff; box-shadow: var(--dp-shadow); }
.dp-reference-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px 28px; }
.dp-reference-heading > div { min-width: 0; flex: 1 1 340px; }
.dp-reference-heading .dp-kicker { color: var(--dp-blue); }
.dp-reference-heading h2 { margin: 3px 0 5px; color: var(--dp-ink); font-size: clamp(23px, 1.5vw, 34px); letter-spacing: -.025em; line-height: 1.3; }
.dp-reference-heading p { margin: 0; color: var(--dp-muted); font-size: .9em; }
.dp-reference-claim { flex: 0 1 auto; }
.dp-reference-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr); gap: 16px; margin-top: 20px; }
.dp-reference-field { min-width: 0; padding: 16px; border: 1px solid var(--dp-line); border-radius: 11px; background: #fafcff; }
.dp-reference-label { display: block; color: var(--dp-muted); font-size: .83em; font-weight: 700; }
.dp-reference-control { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; min-width: 0; margin-top: 10px; }
.dp-reference-control > code, .dp-reference-control > a { display: block; flex: 1 1 170px; min-width: 0; color: var(--dp-blue); font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace; font-size: .91em; line-height: 1.65; overflow-wrap: anywhere; word-break: normal; }
.dp-reference-control > code { user-select: all; -webkit-user-select: all; }
.dp-reference-field.is-missing code { color: var(--dp-subtle); font-family: inherit; }
.dp-reference-field p { margin: 10px 0 0; color: var(--dp-muted); font-size: .79em; line-height: 1.6; }
.dp-reference-copy { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; min-height: 44px; padding: 9px 12px; border: 1px solid #b9cdec; border-radius: 8px; background: #fff; color: var(--dp-blue); font-size: .83em; font-weight: 650; line-height: 1.5; }
.dp-reference-copy:hover:not(:disabled) { border-color: #7da4e3; background: var(--dp-blue-soft); color: var(--dp-blue-hover); }
.dp-reference-copy svg { width: 17px; height: 17px; }
.dp-reference-control > .dp-copy-fallback-input { flex: 1 1 100%; }
.dp-reference-extra { margin-top: 16px; }
.dp-reference-extra summary { width: fit-content; max-width: 100%; min-height: 42px; padding: 9px 4px; border-radius: 5px; color: var(--dp-blue); font-size: .85em; font-weight: 650; cursor: pointer; }
.dp-reference-extra summary:focus-visible { outline: 3px solid #487ee8; outline-offset: 4px; }
.dp-reference-extra-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 8px; }
.dp-reference-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--dp-line); }
.dp-reference-footer p { flex: 1 1 280px; margin: 0; color: var(--dp-muted); font-size: .8em; }
.dp-reference-footer > .dp-copy-fallback-input { flex: 1 1 100%; }

/* Signals are not consumer ratings or proof of operational capabilities. */
.dp-score-strip { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr 1.15fr; padding-block: 0; background: #fff; border-bottom: 1px solid var(--dp-line); }
.dp-score-strip article { min-width: 0; padding: 23px clamp(14px, 1.5vw, 30px); border-right: 1px solid var(--dp-line); }
.dp-score-strip article:first-child { padding-left: 0; }
.dp-score-strip article:last-child { border-right: 0; }
.dp-score-strip span, .dp-score-strip small { display: block; }
.dp-score-strip span { font-size: .75em; font-weight: 700; color: var(--dp-muted); }
.dp-score-strip strong { display: block; margin-top: 8px; font-size: clamp(22px, 1.6vw, 36px); font-weight: 730; letter-spacing: -.03em; line-height: 1.3; overflow-wrap: anywhere; }
.dp-score-strip .dp-signal-text { font-size: clamp(18px, 1.2vw, 26px); letter-spacing: -.015em; }
.dp-score-strip small { margin-top: 6px; color: var(--dp-muted); font-size: .75em; line-height: 1.5; }
.dp-section-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 12px; padding-block: 14px; border-bottom: 1px solid var(--dp-line); background: #fff; }
.dp-section-nav a { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 10px; border-radius: 8px; font-size: .85em; font-weight: 650; text-decoration: none; }
.dp-section-nav a:hover { background: var(--dp-blue-soft); }

/* Main profile, full-width with a supporting evidence column. */
.dp-layout { display: grid; grid-template-columns: minmax(0, 1fr) clamp(340px, 27vw, 690px); align-items: start; gap: var(--dp-gap); padding-block: var(--dp-gap); }
.dp-content, .dp-aside { display: grid; gap: var(--dp-gap); min-width: 0; }
.dp-section, .dp-aside-card { min-width: 0; background: #fff; border: 1px solid var(--dp-line); border-radius: var(--dp-radius); box-shadow: var(--dp-shadow); scroll-margin-top: calc(var(--dp-header-h) + 20px); }
.dp-section { padding: clamp(22px, 2vw, 40px); }
.dp-section-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.dp-section-head h2 { margin: 5px 0 0; font-size: clamp(23px, 1.55vw, 34px); font-weight: 730; line-height: 1.25; letter-spacing: -.035em; }
.dp-section-head > strong { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; min-height: 30px; padding: 3px 10px; border-radius: 8px; color: var(--dp-blue); background: var(--dp-blue-soft); font-size: .85em; }
.dp-prose { margin: 18px 0 0; max-width: 88ch; color: var(--dp-muted); font-size: 1em; line-height: 1.8; white-space: pre-line; overflow-wrap: anywhere; }
.dp-section-intro { margin: 14px 0 0; color: var(--dp-muted); font-size: .9em; line-height: 1.7; max-width: 88ch; }
.dp-buyer-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--dp-line); }
.dp-action-link { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; font-size: .9em; font-weight: 650; }
.dp-action-link svg { width: 16px; height: 16px; }
.dp-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 19px; }
.dp-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid #d2dff1; border-radius: 99px; background: #f7faff; color: var(--dp-blue); font-size: .83em; font-weight: 600; text-decoration: none; }
.dp-chip.is-primary { border-color: #afc8f2; background: #edf4ff; }
.dp-chip small { color: var(--dp-muted); font-size: .85em; }
.dp-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 275px), 1fr)); gap: 14px; margin-top: 22px; }
.dp-offer-card { display: flex; flex-direction: column; min-width: 0; padding: 21px; border: 1px solid var(--dp-line); border-radius: 13px; background: #fcfdff; }
.dp-offer-card h3 { margin: 0; color: var(--dp-ink); font-size: 1.02em; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; }
.dp-offer-card p { margin: 10px 0 0; color: var(--dp-muted); font-size: .9em; line-height: 1.75; overflow-wrap: anywhere; }
.dp-offer-card footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 14px; margin-top: auto; padding-top: 20px; color: var(--dp-muted); font-size: .8em; }
.dp-offer-card footer span { min-width: 0; overflow-wrap: anywhere; }
.dp-offer-card footer a { font-weight: 700; }
.dp-show-more { display: block; min-height: 44px; padding: 10px 18px; margin-top: 20px; border: 1px solid #b7ccec; border-radius: 9px; background: #f6f9ff; color: var(--dp-blue); font-size: .87em; font-weight: 650; }
.dp-show-more:hover { border-color: #769edf; background: #edf4ff; }
.dp-capability-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 14px; margin-top: 20px; }
.dp-capability-card { min-width: 0; padding: 20px; border: 1px solid var(--dp-line); border-radius: 12px; background: #fafcff; }
.dp-capability-card header { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.dp-capability-card h3 { margin: 0; font-size: .98em; line-height: 1.5; overflow-wrap: anywhere; }
.dp-capability-card .dp-protocol { padding: 4px 8px; border-radius: 6px; background: #eaf2ff; color: #2453a5; font-size: .7em; font-weight: 700; overflow-wrap: anywhere; }
.dp-capability-card p { margin: 11px 0 0; color: var(--dp-muted); font-size: .9em; line-height: 1.7; overflow-wrap: anywhere; }
.dp-capability-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.dp-capability-meta span { padding: 4px 8px; border-radius: 6px; background: #edf2f8; color: #4b617a; font-size: .75em; }
.dp-area-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr)); gap: 12px; margin-top: 20px; }
.dp-area-card { min-width: 0; padding: 17px; border: 1px solid var(--dp-line); border-radius: 11px; background: #fcfdff; }
.dp-area-card strong, .dp-area-card span { display: block; overflow-wrap: anywhere; }
.dp-area-card strong { font-size: .9em; }
.dp-area-card span { margin-top: 6px; color: var(--dp-muted); font-size: .82em; }
.dp-evidence-list { display: grid; gap: 12px; margin-top: 22px; }
.dp-evidence-item { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--dp-line); border-radius: 11px; }
.dp-evidence-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; background: #edf4ff; color: var(--dp-blue); }
.dp-evidence-icon svg { width: 19px; height: 19px; }
.dp-evidence-copy { min-width: 0; }
.dp-evidence-copy strong, .dp-evidence-copy small { display: block; overflow-wrap: anywhere; }
.dp-evidence-copy strong { font-size: .9em; }
.dp-evidence-copy small { margin-top: 4px; color: var(--dp-muted); font-size: .77em; }
.dp-evidence-item > a { font-size: .82em; font-weight: 700; }

/* The same discovery documents as Quick View, now visible on the full profile. */
.dp-discovery-section { border-color: #c2d6f4; background: linear-gradient(160deg, #fff 50%, #f5f9ff); }
.dp-discovery-badge { display: inline-flex; align-items: center; padding: 6px 10px; border: 1px solid #cbdcf7; border-radius: 8px; background: #edf4ff; color: #1b4f9e; font-size: .72em; font-weight: 700; line-height: 1.5; }
.dp-discovery-badge.is-live { background: #edf9f3; color: #136143; border-color: #b7deca; }
.dp-discovery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-top: 23px; }
.dp-discovery-card { display: flex; flex-direction: column; min-width: 0; padding: 18px; border: 1px solid #d4e1f3; border-radius: 12px; background: #fff; }
.dp-discovery-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.dp-discovery-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #edf4ff; color: var(--dp-blue); }
.dp-discovery-icon svg { width: 18px; height: 18px; }
.dp-format { color: #516a89; font: 650 .68em ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .025em; }
.dp-discovery-card h3 { margin: 16px 0 0; font-size: .98em; font-weight: 750; line-height: 1.5; }
.dp-discovery-card h3 a { display: inline-flex; align-items: center; gap: 7px; }
.dp-discovery-card h3 svg { width: 16px; height: 16px; }
.dp-discovery-card p { margin: 9px 0 15px; color: var(--dp-muted); font-size: .84em; line-height: 1.65; overflow-wrap: anywhere; }
.dp-discovery-card > small { display: block; margin-top: auto; color: var(--dp-subtle); font-size: .69em; overflow-wrap: anywhere; }
.dp-copy-url { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 35px; width: 100%; margin-top: 12px; padding: 8px 0 0; border: 0; border-top: 1px solid #e4ecf7; color: var(--dp-blue); background: none; text-align: left; font-size: .75em; font-weight: 650; }
.dp-copy-url:hover { text-decoration: underline; text-underline-offset: 3px; }
.dp-copy-url svg { width: 15px; height: 15px; }
.dp-discovery-boundary { display: flex; align-items: start; gap: 10px; margin-top: 20px; padding: 14px 15px; border-radius: 9px; background: #edf3fb; }
.dp-discovery-boundary > svg { margin-top: 3px; width: 18px; height: 18px; color: #376390; }
.dp-discovery-boundary p { margin: 0; color: #46617d; font-size: .8em; line-height: 1.7; }
.dp-discovery-checked { margin: 12px 0 0; color: var(--dp-muted); font-size: .75em; }

/* Registry evidence, contacts and owner controls. */
.dp-aside-card { padding: clamp(20px, 1.6vw, 32px); }
.dp-verification-head { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 12px; margin-top: 18px; }
.dp-verification-emblem { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #d4e0ef; border-radius: 11px; background: #f3f7fc; color: #486686; }
.dp-verification-emblem svg { width: 25px; height: 25px; }
.dp-verification-card.is-gold .dp-verification-emblem { background: #fff7e1; color: #87601e; border-color: #e8d49e; }
.dp-verification-card.is-green .dp-verification-emblem { background: #ecf9f2; color: #126447; border-color: #b4dbca; }
.dp-verification-card.is-blue .dp-verification-emblem { background: #edf4ff; color: #2252ad; border-color: #c2d4f1; }
.dp-verification-head > div strong { display: block; font-size: 1em; line-height: 1.5; overflow-wrap: anywhere; }
.dp-verification-head > div span { display: block; margin-top: 3px; color: var(--dp-muted); font-size: .8em; }
.dp-fact-list { margin: 18px 0 0; }
.dp-fact-list > div { display: grid; grid-template-columns: minmax(85px, .78fr) minmax(0, 1.22fr); align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid #e8edf5; }
.dp-fact-list > div:last-child { border: 0; }
.dp-fact-list dt { color: var(--dp-muted); font-size: .78em; font-weight: 500; }
.dp-fact-list dd { min-width: 0; margin: 0; text-align: right; color: var(--dp-ink); font-size: .82em; font-weight: 600; overflow-wrap: anywhere; }
.dp-inline-action { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; margin-top: 17px; padding: 11px 12px; border: 1px solid #bad0ee; border-radius: 9px; background: #f8fbff; color: var(--dp-blue); font-size: .83em; font-weight: 650; }
.dp-inline-action svg { width: 17px; height: 17px; }
.dp-aside-note { margin: 15px 0 0; padding-top: 14px; border-top: 1px solid var(--dp-line); color: var(--dp-muted); font-size: .78em; line-height: 1.7; }
.dp-contact-list { margin: 12px 0 0; padding: 0; list-style: none; }
.dp-contact-list li { padding: 12px 0; border-bottom: 1px solid #e8edf5; font-size: .9em; color: var(--dp-muted); overflow-wrap: anywhere; }
.dp-contact-list li:last-child { border: 0; padding-bottom: 0; }
.dp-contact-list strong { display: block; margin-bottom: 4px; color: var(--dp-muted); font-size: .82em; font-weight: 600; }
.dp-contact-list a { font-weight: 600; }
.dp-language-block { display: grid; gap: 15px; margin-top: 18px; }
.dp-language-block small, .dp-language-block strong, .dp-language-block span { display: block; overflow-wrap: anywhere; }
.dp-language-block small { color: var(--dp-muted); font-size: .75em; font-weight: 500; }
.dp-language-block strong, .dp-language-block span { margin-top: 4px; color: var(--dp-ink); font-size: .9em; }
.dp-action-card > .dp-kicker { margin-bottom: 9px; }
.dp-action-card a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid #e8edf5; color: var(--dp-blue); font-size: .87em; font-weight: 650; }
.dp-action-card a:last-child { border: 0; padding-bottom: 0; }
.dp-action-card svg { width: 17px; height: 17px; }

/* Compact policy and footer, keeping the business itself first. */
.dp-trust-band { display: grid; grid-template-columns: 1fr 1.3fr; align-items: center; gap: clamp(26px, 4vw, 90px); padding-block: clamp(28px, 3vw, 55px); border-top: 1px solid var(--dp-line); background: #eaf1fb; }
.dp-trust-band h2 { max-width: 28ch; margin: 8px 0 0; font-size: clamp(23px, 1.8vw, 38px); line-height: 1.25; letter-spacing: -.03em; }
.dp-trust-band > div > p { max-width: 76ch; margin: 14px 0 0; color: var(--dp-muted); font-size: .88em; line-height: 1.75; }
.dp-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.dp-trust-grid article { min-width: 0; padding-left: 18px; border-left: 1px solid #c9d7ec; }
.dp-trust-grid svg { color: var(--dp-blue); width: 23px; height: 23px; margin-bottom: 14px; }
.dp-trust-grid strong, .dp-trust-grid span { display: block; }
.dp-trust-grid strong { font-size: .9em; line-height: 1.5; }
.dp-trust-grid span { margin-top: 6px; color: var(--dp-muted); font-size: .8em; line-height: 1.65; }
.dp-footer { width: 100%; border-top: 1px solid var(--dp-line); background: #fff; }
.dp-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px var(--dp-pad); }
.dp-footer-brand { display: flex; align-items: center; gap: 13px; min-width: 0; }
.dp-footer-brand img { width: 44px; height: 44px; flex: 0 0 44px; object-fit: contain; }
.dp-footer-brand strong, .dp-footer-brand span { display: block; }
.dp-footer-brand strong { font-size: .85em; }
.dp-footer-brand span { margin-top: 3px; color: var(--dp-muted); font-size: .75em; }
.dp-footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: flex-end; }
.dp-footer-links a { font-size: .8em; font-weight: 600; }
.dp-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px var(--dp-pad); border-top: 1px solid #e4ebf4; color: var(--dp-muted); font-size: .72em; }

/* Responsive rules belong here, not in a second hotfix stylesheet. */
@media (min-width: 2200px) {
  :root { --dp-header-h: 94px; }
  .dp-header-inner { min-height: 94px; }
  .dp-brand-copy strong { font-size: 22px; }
  .dp-brand-copy small, .dp-nav-link, .dp-live-status, .dp-header-button, .dp-breadcrumbs { font-size: 16px; }
  .dp-hero { grid-template-columns: minmax(0, 1fr) minmax(245px, 340px); }
  .dp-discovery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dp-card-grid, .dp-capability-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); }
}
@media (min-width: 4000px) {
  .dp-discovery-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .dp-brand-copy small, .dp-nav-link, .dp-live-status, .dp-header-button, .dp-breadcrumbs { font-size: 19px; }
  .dp-hero h1 { max-width: 40ch; }
}
@media (max-width: 1350px) {
  .dp-desktop-nav { display: none; }
  .dp-mobile-button { display: grid; }
  .dp-layout { grid-template-columns: minmax(0, 1fr) 325px; }
  .dp-discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
  .dp-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dp-reference-grid > :last-child { grid-column: 1 / -1; }
  .dp-hero { grid-template-columns: 1fr; gap: 24px; }
  .dp-hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; }
  .dp-hero-actions .dp-button { flex: 1 1 170px; }
  .dp-copy-profile { padding-inline: 12px; }
  .dp-layout { grid-template-columns: 1fr; }
  .dp-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .dp-discovery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dp-score-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dp-score-strip article { border-bottom: 1px solid var(--dp-line); }
  .dp-score-strip article:nth-child(3) { border-right: 0; }
  .dp-score-strip article:nth-child(n+4) { border-bottom: 0; }
  .dp-score-strip article:first-child { padding-left: 14px; }
  .dp-trust-band { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .dp-reference-panel { padding: 20px 16px; }
  .dp-reference-grid, .dp-reference-extra-grid { grid-template-columns: 1fr; gap: 12px; }
  .dp-reference-heading > div { flex-basis: 100%; }
  .dp-reference-claim { width: 100%; }
  .dp-reference-copy { font-size: 13px; }
  :root { --dp-pad: 16px; --dp-gap: 16px; --dp-header-h: 74px; }
  .dp-header-inner { gap: 12px; }
  .dp-brand-mark, .dp-brand-mark img { width: 44px; height: 44px; }
  .dp-brand-mark { flex-basis: 44px; }
  .dp-brand-copy strong { font-size: 17px; }
  .dp-brand-copy small { font-size: 11px; }
  .dp-live-status, .dp-header-button { display: none; }
  .dp-breadcrumbs { font-size: 12px; padding-block: 12px; }
  .dp-hero-identity { grid-template-columns: 1fr; gap: 17px; }
  .dp-logo-frame { width: 72px; border-radius: 16px; }
  .dp-hero h1 { font-size: clamp(30px, 8vw, 46px); max-width: none; }
  .dp-identity-kicker { margin-top: 14px; }
  .dp-hero-summary { font-size: 16px; }
  .dp-hero-actions .dp-button { flex: 1 1 150px; font-size: 14px; }
  .dp-hero-meta { gap: 9px 14px; }
  .dp-score-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dp-score-strip article, .dp-score-strip article:nth-child(3) { padding: 17px 12px; border-right: 1px solid var(--dp-line); border-bottom: 1px solid var(--dp-line); }
  .dp-score-strip article:nth-child(2n) { border-right: 0; }
  .dp-score-strip article:last-child { grid-column: 1 / -1; border: 0; }
  .dp-score-strip strong { font-size: 24px; }
  .dp-score-strip .dp-signal-text { font-size: 18px; }
  .dp-section-nav { gap: 4px; }
  .dp-section-nav a { font-size: 13px; padding: 7px 8px; }
  .dp-section { padding: 22px 18px; }
  .dp-section-head { flex-wrap: wrap; gap: 10px; }
  .dp-aside { grid-template-columns: 1fr; }
  .dp-discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .dp-discovery-card { padding: 14px; }
  .dp-discovery-card h3 { font-size: 15px; }
  .dp-discovery-card p { font-size: 13px; }
  .dp-discovery-card > small { font-size: 11px; }
  .dp-copy-url { font-size: 12px; }
  .dp-evidence-item { grid-template-columns: auto minmax(0, 1fr); }
  .dp-evidence-item > a { grid-column: 2; }
  .dp-trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .dp-trust-grid article { padding-left: 15px; }
  .dp-trust-grid svg { margin-bottom: 8px; }
  .dp-footer-main, .dp-footer-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .dp-footer-links { justify-content: flex-start; }
  .dp-system-error { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 400px) {
  .dp-brand-copy small { display: none; }
  .dp-discovery-grid { grid-template-columns: 1fr; }
  .dp-discovery-card h3 { font-size: 16px; }
  .dp-discovery-card p { font-size: 14px; }
  .dp-hero-actions { align-items: stretch; }
  .dp-hero-actions .dp-button { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .dp-reference-copy, .dp-reference-claim, .dp-reference-extra { display: none; }
  .dp-reference-band { break-inside: avoid; }
  .dp-reference-grid { display: block; }
  .dp-reference-field { margin-block: 8px; }
  .dp-header, .dp-section-nav, .dp-hero-actions, .dp-show-more, .dp-copy-url, .dp-action-card, .dp-footer-links { display: none; }
  .dp-layout { display: block; }
  .dp-aside { display: block; }
  .dp-section, .dp-aside-card { margin-block: 15px; box-shadow: none; }
  .dp-card-grid > [hidden], .dp-evidence-list > [hidden], .dp-capability-grid > [hidden] { display: block !important; }
  a { color: #1854c8; }
}
