.dpsmpd-wrap {
  --dpsmpd-primary: #14325f;
  --dpsmpd-dark: #0a2144;
  --dpsmpd-accent: #d4a017;
  --dpsmpd-bg: #f8f6ef;
  --dpsmpd-text: #172033;
  --dpsmpd-radius: 14px;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--dpsmpd-text);
  background: var(--dpsmpd-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
.dpsmpd-wrap.dpsmpd-full-width { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.dpsmpd-wrap, .dpsmpd-wrap * { box-sizing: border-box; }
.dpsmpd-wrap a { color: inherit; text-decoration: none; }
.dpsmpd-wrap h1, .dpsmpd-wrap h2, .dpsmpd-wrap h3, .dpsmpd-wrap p, .dpsmpd-wrap dl, .dpsmpd-wrap dd { margin-top: 0; }
.dpsmpd-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.dpsmpd-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(20,50,95,.12); }
.dpsmpd-header .dpsmpd-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.dpsmpd-brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.dpsmpd-brand img { width: 58px; height: 58px; object-fit: contain; }
.dpsmpd-brand span { display: grid; gap: 2px; }
.dpsmpd-brand strong { color: var(--dpsmpd-primary); font-family: Georgia, serif; font-size: 21px; line-height: 1.15; }
.dpsmpd-brand small { color: #687489; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dpsmpd-website-link { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; color: var(--dpsmpd-primary) !important; border: 1px solid #cbd5e1; border-radius: 9px; font-size: 12px; font-weight: 800; }
.dpsmpd-website-link:hover { border-color: var(--dpsmpd-accent); background: #fffdf6; }

.dpsmpd-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--dpsmpd-dark), var(--dpsmpd-primary) 60%, #22588f); }
.dpsmpd-hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.16) 50%, transparent 51%), linear-gradient(0deg, transparent 49%, rgba(255,255,255,.12) 50%, transparent 51%); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, #000 60%); }
.dpsmpd-hero::after { content: ""; position: absolute; right: -150px; top: -220px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px color-mix(in srgb, var(--dpsmpd-accent) 7%, transparent); }
.dpsmpd-hero-grid { position: relative; z-index: 1; min-height: 430px; padding-block: 60px; display: grid; grid-template-columns: minmax(0,1fr) 340px; align-items: center; gap: 70px; }
.dpsmpd-eyebrow { margin-bottom: 17px !important; color: #f3d477; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dpsmpd-hero h1 { max-width: 760px; margin-bottom: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 70px); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.dpsmpd-hero-copy { max-width: 700px; margin: 22px 0 0 !important; color: #dce8f6; font-size: 17px; line-height: 1.75; }
.dpsmpd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.dpsmpd-actions a { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; padding: 0 18px; color: var(--dpsmpd-dark) !important; background: var(--dpsmpd-accent); border: 1px solid var(--dpsmpd-accent); border-radius: 9px; font-size: 12px; font-weight: 850; }
.dpsmpd-actions a.is-outline { color: #fff !important; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.3); }
.dpsmpd-actions a:hover { transform: translateY(-1px); filter: brightness(1.05); }
.dpsmpd-affiliation { position: relative; padding: 28px; color: var(--dpsmpd-text); background: rgba(255,255,255,.97); border-radius: var(--dpsmpd-radius); box-shadow: 0 25px 70px rgba(2,14,36,.25); }
.dpsmpd-affiliation::after { content: "✓"; position: absolute; right: 22px; top: 20px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--dpsmpd-primary); background: color-mix(in srgb, var(--dpsmpd-accent) 24%, white); border-radius: 50%; font-size: 20px; font-weight: 900; }
.dpsmpd-affiliation > small { display: block; margin-bottom: 7px; color: #6b7689; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.dpsmpd-affiliation > strong { display: block; color: var(--dpsmpd-primary); font-family: Georgia, serif; font-size: 36px; }
.dpsmpd-affiliation dl { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #dfe5ec; }
.dpsmpd-affiliation dl div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 9px; }
.dpsmpd-affiliation dt { color: #6b7689; font-size: 12px; }
.dpsmpd-affiliation dd { margin: 0; color: #263147; font-size: 12px; font-weight: 800; text-align: right; }

.dpsmpd-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid #dce3eb; box-shadow: 0 7px 22px rgba(20,50,95,.05); backdrop-filter: blur(14px); }
.dpsmpd-nav .dpsmpd-shell { min-height: 58px; display: flex; align-items: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.dpsmpd-nav .dpsmpd-shell::-webkit-scrollbar { display: none; }
.dpsmpd-nav a { flex: 0 0 auto; padding: 8px 12px; color: #48556b !important; border-radius: 7px; font-size: 11px; font-weight: 800; }
.dpsmpd-nav a:hover { color: var(--dpsmpd-primary) !important; background: #eef3f8; }

.dpsmpd-content { padding-block: 27px 70px; }
.dpsmpd-section { scroll-margin-top: 80px; margin-top: 25px; padding: 40px; background: #fff; border: 1px solid #dce3eb; border-radius: var(--dpsmpd-radius); box-shadow: 0 12px 34px rgba(20,50,95,.055); }
.dpsmpd-section-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 29px; }
.dpsmpd-section-heading > span { width: 49px; height: 49px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--dpsmpd-primary); border-radius: calc(var(--dpsmpd-radius) * .65); font-family: Georgia, serif; font-size: 22px; }
.dpsmpd-section-heading small, .dpsmpd-results header small, .dpsmpd-update small { display: block; margin-bottom: 3px; color: var(--dpsmpd-accent); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dpsmpd-section-heading h2 { margin: 0; color: var(--dpsmpd-primary); font-family: Georgia, serif; font-size: clamp(27px, 4vw, 36px); font-weight: 600; line-height: 1.2; }

.dpsmpd-identity { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 13px; }
.dpsmpd-identity article { min-height: 155px; padding: 23px; background: #f8fafc; border: 1px solid #e1e7ee; border-radius: calc(var(--dpsmpd-radius) * .78); }
.dpsmpd-identity article.is-primary { color: #fff; background: linear-gradient(140deg, var(--dpsmpd-primary), #255b93); border: 0; }
.dpsmpd-identity small, .dpsmpd-contact small, .dpsmpd-infra-grid small, .dpsmpd-inspection small { display: block; margin-bottom: 9px; color: #768197; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.dpsmpd-identity .is-primary small { color: #d7e2ef; }
.dpsmpd-identity h3 { margin-bottom: 6px; color: var(--dpsmpd-primary); font-size: 17px; line-height: 1.4; }
.dpsmpd-identity .is-primary h3 { color: #fff; font-family: Georgia, serif; font-size: 26px; }
.dpsmpd-identity p { margin-bottom: 0; color: #657187; font-size: 12px; }
.dpsmpd-identity .is-primary p { color: #dce8f6; }
.dpsmpd-contact { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 12px; margin-top: 13px; }
.dpsmpd-contact > * { min-height: 83px; padding: 17px; border: 1px solid #dce3eb; border-radius: calc(var(--dpsmpd-radius) * .7); }
.dpsmpd-contact > a:hover { border-color: var(--dpsmpd-accent); background: #fffdf6; }
.dpsmpd-contact small { margin-bottom: 4px; }
.dpsmpd-contact p { margin: 0; color: #374258; font-size: 12px; line-height: 1.6; }

.dpsmpd-file-list { border: 1px solid #dce3eb; border-radius: calc(var(--dpsmpd-radius) * .75); overflow: hidden; }
.dpsmpd-file-list article { min-height: 85px; display: grid; grid-template-columns: 38px 40px minmax(0,1fr) auto 135px; align-items: center; gap: 13px; padding: 14px 18px; background: #fff; border-bottom: 1px solid #dce3eb; }
.dpsmpd-file-list article:last-child { border-bottom: 0; }
.dpsmpd-file-list article:hover { background: #fbfcfe; }
.dpsmpd-number { color: #99a3b1; font-family: ui-monospace, monospace; font-size: 11px; }
.dpsmpd-file-icon { width: 37px; height: 37px; display: grid; place-items: center; color: var(--dpsmpd-primary); background: #edf2f8; border-radius: 8px; font-weight: 900; }
.dpsmpd-file-list h3 { margin-bottom: 3px; color: #26334a; font-size: 13px; line-height: 1.4; }
.dpsmpd-file-list p { margin-bottom: 0; color: #6b7689; font-size: 11px; }
.dpsmpd-status { display: inline-flex; width: max-content; padding: 5px 9px; border-radius: 999px; font-size: 9px; font-weight: 850; white-space: nowrap; }
.dpsmpd-status-verified { color: #245086; background: #e7f0fb; }
.dpsmpd-status-available { color: #167b59; background: #e8f6f0; }
.dpsmpd-status-pending { color: #95620d; background: #fff5d9; }
.dpsmpd-file-link { justify-self: end; color: var(--dpsmpd-primary) !important; font-size: 11px; font-weight: 850; }
.dpsmpd-file-link:hover { color: #a4730c !important; }
.dpsmpd-no-file { justify-self: end; color: #929bab; font-size: 10px; }
.dpsmpd-attestation, .dpsmpd-review-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 14px; padding: 17px 19px; color: #6b5320; background: #fffaf0; border: 1px solid #eddda9; border-radius: calc(var(--dpsmpd-radius) * .7); }
.dpsmpd-attestation b, .dpsmpd-review-note > b { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--dpsmpd-accent); border-radius: 50%; }
.dpsmpd-attestation p, .dpsmpd-review-note p { margin: 0; font-size: 11px; line-height: 1.7; }

.dpsmpd-results { margin-top: 18px; border: 1px solid #dce3eb; border-radius: calc(var(--dpsmpd-radius) * .75); overflow: hidden; }
.dpsmpd-results header { padding: 19px 21px; background: #f8fafc; border-bottom: 1px solid #dce3eb; }
.dpsmpd-results header h3 { margin: 0; color: var(--dpsmpd-primary); font-family: Georgia, serif; font-size: 20px; }
.dpsmpd-table-wrap { overflow-x: auto; }
.dpsmpd-results table { width: 100%; min-width: 720px; margin: 0; border: 0; border-collapse: collapse; font-size: 11px; }
.dpsmpd-results th { padding: 12px 15px; color: #6a7588; background: #fbfcfd; border: 0; border-bottom: 1px solid #dce3eb; text-align: left; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.dpsmpd-results td { padding: 12px 15px; color: #566176; border: 0; border-bottom: 1px solid #edf0f4; }
.dpsmpd-results tbody tr:last-child td { border-bottom: 0; }

.dpsmpd-review-note { margin: 0 0 14px; }
.dpsmpd-review-note h3 { margin: 0 0 5px; color: #614b1a; font-size: 15px; }
.dpsmpd-staff-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.dpsmpd-staff-grid article { min-height: 135px; padding: 20px; background: #f8fafc; border: 1px solid #dce3eb; border-radius: calc(var(--dpsmpd-radius) * .72); }
.dpsmpd-staff-grid article > div { display: flex; justify-content: space-between; gap: 12px; }
.dpsmpd-staff-grid small { color: #758094; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.dpsmpd-staff-grid strong { color: var(--dpsmpd-accent); font-size: 17px; }
.dpsmpd-staff-grid h3 { margin: 18px 0 5px; color: var(--dpsmpd-primary); font-size: 14px; }
.dpsmpd-staff-grid p { margin: 0; color: #667186; font-size: 11px; line-height: 1.55; }

.dpsmpd-infra-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.dpsmpd-infra-grid article { min-height: 140px; padding: 20px; background: #f8fafc; border: 1px solid #dce3eb; border-radius: calc(var(--dpsmpd-radius) * .72); }
.dpsmpd-infra-grid article > span { color: var(--dpsmpd-accent); font-size: 20px; font-weight: 900; }
.dpsmpd-infra-grid small { margin: 16px 0 6px; }
.dpsmpd-infra-grid h3 { margin: 0; color: var(--dpsmpd-primary); font-size: 14px; line-height: 1.45; }
.dpsmpd-inspection { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; padding: 19px; background: linear-gradient(90deg, #f1f5fa, #fff); border: 1px solid #ced9e7; border-radius: calc(var(--dpsmpd-radius) * .72); }
.dpsmpd-inspection small { margin-bottom: 4px; }
.dpsmpd-inspection h3 { margin: 0; color: #38465c; font-size: 13px; }
.dpsmpd-inspection a { flex: 0 0 auto; color: var(--dpsmpd-primary) !important; font-size: 11px; font-weight: 850; }

.dpsmpd-update { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 28px; margin-top: 25px; padding: 29px 32px; color: #fff; background: var(--dpsmpd-dark); border-radius: var(--dpsmpd-radius); }
.dpsmpd-update h2 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 600; line-height: 1.3; }
.dpsmpd-update p { margin: 0; color: #cbd8e7; font-size: 11px; line-height: 1.7; }
.dpsmpd-update > span { color: #e6c45f; font-size: 10px; font-weight: 750; white-space: nowrap; }

.dpsmpd-footer { color: #d7e2ef; background: var(--dpsmpd-primary); border-top: 5px solid var(--dpsmpd-accent); }
.dpsmpd-footer > .dpsmpd-shell { min-height: 145px; display: grid; grid-template-columns: 1.35fr 1fr 1fr; align-items: center; gap: 28px; padding-block: 26px; }
.dpsmpd-footer-brand { display: flex; align-items: center; gap: 12px; }
.dpsmpd-footer-brand img { width: 52px; height: 52px; object-fit: contain; }
.dpsmpd-footer-brand span { display: grid; gap: 3px; }
.dpsmpd-footer-brand strong { color: #fff; font-family: Georgia, serif; font-size: 18px; }
.dpsmpd-footer-brand small, .dpsmpd-footer p, .dpsmpd-footer a { color: #c6d3e2; font-size: 11px; }
.dpsmpd-footer p { margin-bottom: 4px; }
.dpsmpd-footer > .dpsmpd-shell > div:last-child { display: grid; gap: 5px; }
.dpsmpd-footer a:hover { color: #f0cf70; }
.dpsmpd-copyright { margin: 0 !important; padding: 12px 20px; color: #aebfd1 !important; background: rgba(0,0,0,.16); text-align: center; font-size: 9px !important; letter-spacing: .04em; }

@media (max-width: 980px) {
  .dpsmpd-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 50px; }
  .dpsmpd-affiliation { max-width: 500px; }
  .dpsmpd-identity, .dpsmpd-contact { grid-template-columns: 1fr 1fr; }
  .dpsmpd-identity .is-primary, .dpsmpd-contact > div:first-child { grid-column: 1 / -1; }
  .dpsmpd-file-list article { grid-template-columns: 34px 38px minmax(0,1fr) auto; }
  .dpsmpd-file-link, .dpsmpd-no-file { grid-column: 3 / -1; justify-self: start; }
  .dpsmpd-staff-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dpsmpd-infra-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dpsmpd-update { grid-template-columns: 1fr; gap: 14px; }
  .dpsmpd-footer > .dpsmpd-shell { grid-template-columns: 1fr 1fr; }
  .dpsmpd-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .dpsmpd-shell { width: min(100% - 24px, 1180px); }
  .dpsmpd-header .dpsmpd-shell { min-height: 72px; }
  .dpsmpd-brand img { width: 47px; height: 47px; }
  .dpsmpd-brand strong { font-size: 17px; }
  .dpsmpd-brand small { font-size: 9px; }
  .dpsmpd-website-link { width: 41px; height: 41px; padding: 0; display: grid; place-items: center; border-radius: 50%; font-size: 0; }
  .dpsmpd-website-link span { font-size: 15px; }
  .dpsmpd-hero-grid { min-height: 0; padding-block: 44px; }
  .dpsmpd-hero h1 { font-size: 42px; }
  .dpsmpd-hero-copy { font-size: 14px; }
  .dpsmpd-actions { display: grid; }
  .dpsmpd-actions a { width: 100%; }
  .dpsmpd-affiliation { padding: 22px; }
  .dpsmpd-affiliation > strong { font-size: 31px; }
  .dpsmpd-content { padding-bottom: 42px; }
  .dpsmpd-section { margin-top: 14px; padding: 23px 17px; }
  .dpsmpd-section-heading { align-items: flex-start; margin-bottom: 22px; }
  .dpsmpd-section-heading > span { width: 42px; height: 42px; font-size: 19px; }
  .dpsmpd-section-heading h2 { font-size: 27px; }
  .dpsmpd-identity, .dpsmpd-contact, .dpsmpd-staff-grid, .dpsmpd-infra-grid { grid-template-columns: 1fr; }
  .dpsmpd-identity .is-primary, .dpsmpd-contact > div:first-child { grid-column: auto; }
  .dpsmpd-file-list article { grid-template-columns: 31px minmax(0,1fr); gap: 9px 11px; padding: 15px 13px; }
  .dpsmpd-file-icon { display: none; }
  .dpsmpd-file-list article > div, .dpsmpd-file-list article > .dpsmpd-status, .dpsmpd-file-link, .dpsmpd-no-file { grid-column: 2; justify-self: start; }
  .dpsmpd-inspection { align-items: flex-start; flex-direction: column; }
  .dpsmpd-update { padding: 25px 20px; }
  .dpsmpd-footer > .dpsmpd-shell { grid-template-columns: 1fr; gap: 16px; }
  .dpsmpd-footer-brand { grid-column: auto; }
}

@media print {
  .dpsmpd-header, .dpsmpd-actions, .dpsmpd-nav { display: none !important; }
  .dpsmpd-wrap { background: #fff; }
  .dpsmpd-hero { color: var(--dpsmpd-text); background: #fff; border-bottom: 2px solid var(--dpsmpd-primary); }
  .dpsmpd-hero::before, .dpsmpd-hero::after { display: none; }
  .dpsmpd-hero-grid { min-height: 0; padding-block: 25px; grid-template-columns: 1fr 300px; }
  .dpsmpd-hero h1, .dpsmpd-eyebrow { color: var(--dpsmpd-primary); }
  .dpsmpd-hero-copy { color: #5f6c80; }
  .dpsmpd-affiliation, .dpsmpd-section { box-shadow: none; }
  .dpsmpd-section { break-inside: avoid; }
  .dpsmpd-update, .dpsmpd-footer { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

