/* The portal's whole design system, lifted from docs/SB-728-MSP-ONBOARDING-MOCKUP.html's
   "SHASTA-BRANDED PUBLIC SURFACE (light)" block. Class names are the mockup's
   (.pw .pdots .pdoc .pkit ...) so a reviewer can diff a rendered page against
   the panel it came from.

   THIS IS DELIBERATELY NOT THE D2 LOOK. D2 is house-dark, Tailwind-compiled and
   behind OIDC; this is a public, Shasta-branded, light page for a customer who
   has never seen an internal screen. Nothing here is generated -- no Tailwind,
   no templ, no build step (design [D-6]) -- so `make css` has no business with
   this file and a class added here needs no codegen to take effect. */

:root {
  --sh-blue: #3a6bb4;
  --sh-orange: #f77a0a;
  --sh-navy: #1c2b45;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #eef1f6;
  color: #233047;
  font-size: 13px;
  padding: 28px 16px;
}

.pshell { max-width: 720px; margin: 0 auto; }
.pshell.narrow { max-width: 520px; }

.p {
  border: 1px solid rgba(247, 122, 10, .35);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(28, 43, 69, .12);
}
.pw { background: #f4f6fa; color: #233047; font-size: 13px; }

.phead {
  display: flex; align-items: center; gap: 9px;
  padding: 13px 22px; background: #fff; border-bottom: 1px solid #e4e9f1;
}
.slogo { width: 30px; height: 30px; flex: none; }
.pbrand { font-size: 15px; font-weight: 800; color: var(--sh-navy); letter-spacing: .01em; }
.pbrand span { color: var(--sh-blue); font-weight: 600; }
.phelp { margin-left: auto; font-size: 11px; color: #7d8aa0; }

.pbody { padding: 20px 24px 22px; }
.pbody.center { text-align: center; }
.pcardrow { display: flex; gap: 12px; flex-wrap: wrap; }

/* progress dots */
.pdots { display: flex; align-items: center; gap: 0; margin: 2px 0 18px; }
.pdot { display: flex; flex-direction: column; align-items: center; gap: 4px; width: 78px; text-decoration: none; }
.pdot i {
  width: 26px; height: 26px; border-radius: 50%; background: #e4e9f1; color: #8a97ad;
  font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; font-style: normal;
}
.pdot small { font-size: 9.5px; font-weight: 700; color: #8a97ad; letter-spacing: .02em; }
.pdot.done i { background: var(--sh-blue); color: #fff; }
.pdot.done small { color: var(--sh-blue); }
.pdot.on i { background: var(--sh-orange); color: #fff; box-shadow: 0 0 0 4px rgba(247, 122, 10, .18); }
.pdot.on small { color: var(--sh-orange); }
.pbar2 { height: 2.5px; flex: 1; background: #e4e9f1; margin: 0 -14px 16px; min-width: 14px; }
.pbar2.done { background: var(--sh-blue); }

.ph1 { font-size: 17px; font-weight: 800; color: var(--sh-navy); }
.psub { font-size: 12px; color: #7d8aa0; margin-top: 3px; }
.pfld { margin-top: 14px; }
.plbl { font-size: 11px; font-weight: 700; color: #5a6a84; letter-spacing: .03em; margin-bottom: 5px; }
.pin2 {
  width: 100%; background: #fff; border: 1.5px solid #d6deea; border-radius: 8px;
  color: var(--sh-navy); font-size: 14px; padding: 10px 12px; font-weight: 600;
}
.pin2.big { font-size: 16px; font-weight: 700; border-color: var(--sh-blue); }
.pin2.mid { text-align: center; letter-spacing: .2em; }
.phint { font-size: 11px; color: #93a1b6; margin-top: 4px; }
.perr {
  font-size: 12px; font-weight: 700; color: #c1443c;
  background: #fdecea; border: 1px solid #f5c6c2; border-radius: 8px;
  padding: 9px 12px; margin-top: 12px;
}
.pnote {
  font-size: 12px; color: #7a5b18; background: #fdf3e0; border: 1px solid #f2ddb4;
  border-radius: 8px; padding: 11px 13px; margin-bottom: 14px; line-height: 1.55;
}
.pnote b { color: #5d4410; }

.pbtn {
  display: inline-block; font-size: 13px; font-weight: 700; border-radius: 8px; padding: 10px 22px;
  background: var(--sh-blue); color: #fff; border: none; cursor: pointer; text-decoration: none;
}
.pbtn.orange { background: var(--sh-orange); }
.pbtn.ghost { background: #fff; color: var(--sh-blue); border: 1.5px solid #d6deea; font-weight: 600; }
.pbtn[disabled] { opacity: .45; cursor: not-allowed; }
.pnext { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; align-items: center; flex-wrap: wrap; }
.psave { font-size: 11px; color: #93a1b6; margin-right: auto; display: flex; gap: 5px; align-items: center; }
.psave b { color: #4a9d6e; }

/* contact rows */
.prow {
  display: flex; align-items: center; gap: 11px; background: #fff;
  border: 1.5px solid #e4e9f1; border-radius: 9px; padding: 10px 13px; margin-top: 8px;
}
.pav {
  width: 32px; height: 32px; border-radius: 50%; background: #e8eef7; color: var(--sh-blue);
  font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none;
}
.prow b { font-size: 13px; color: var(--sh-navy); }
.prow .sub2 { font-size: 11px; color: #93a1b6; }
.ptag {
  margin-left: auto; font-size: 10px; font-weight: 800; border-radius: 999px; padding: 2.5px 9px;
  background: #e8eef7; color: var(--sh-blue); letter-spacing: .02em;
}
.ptag.orange { background: #fdeedd; color: #c65e04; }
.pgrid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.pgrid3 { display: grid; grid-template-columns: 2fr 2fr 1.2fr; gap: 8px; margin-top: 8px; }
.pgrid3 select, .pgrid3 input { width: 100%; }
select.pin2 { appearance: auto; }

/* doc cards */
.pdoc {
  flex: 1; min-width: 210px; background: #fff; border: 1.5px solid #e4e9f1; border-radius: 10px;
  padding: 14px 15px; display: flex; flex-direction: column; gap: 7px;
}
.pdoc .ic { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.pdoc .ic.green { background: #e4f4ea; color: #2e8b57; }
.pdoc .ic.orange { background: #fdeedd; color: var(--sh-orange); }
.pdoc .ic.gray { background: #eef1f6; color: #8a97ad; }
.pdoc b { font-size: 13.5px; color: var(--sh-navy); }
.pdoc .st { font-size: 11px; font-weight: 700; }
.pdoc .st.green { color: #2e8b57; }
.pdoc .st.orange { color: #c65e04; }
.pdoc .st.gray { color: #8a97ad; }

/* kit cards */
.pkit {
  flex: 1; min-width: 170px; background: #fff; border: 2px solid #e4e9f1; border-radius: 11px;
  padding: 13px 14px; text-align: center;
}
.pkit.sel { border-color: var(--sh-orange); box-shadow: 0 0 0 3px rgba(247, 122, 10, .12); }
.pkit .glyph { height: 44px; display: flex; align-items: center; justify-content: center; gap: 5px; margin-bottom: 6px; }
.pkit b { font-size: 13px; color: var(--sh-navy); display: block; }
.pkit .sub2 { font-size: 10.5px; color: #93a1b6; line-height: 1.45; margin-top: 3px; }
.pkit .pick { margin-top: 8px; font-size: 10.5px; font-weight: 800; color: var(--sh-orange); }
.pkit button.pbtn.ghost { margin-top: 8px; padding: 6px 14px; font-size: 11.5px; }
.ap { width: 26px; height: 26px; border-radius: 50%; background: #e8eef7; border: 2px solid var(--sh-blue); position: relative; }
.ap::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: var(--sh-blue); }
.sw { width: 40px; height: 16px; border-radius: 4px; background: #e8eef7; border: 2px solid var(--sh-blue); }

/* review tiles */
.ptiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.ptile { background: #fff; border: 1.5px solid #e4e9f1; border-radius: 9px; padding: 11px 13px; }
.ptile .plbl { margin-bottom: 3px; }
.ptile .val { font-size: 12.5px; color: var(--sh-navy); font-weight: 600; line-height: 1.5; }
.ptile .val .okc { color: #2e8b57; font-weight: 800; }
.ptile .val .wc { color: #c65e04; font-weight: 800; }

.chk { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: #5a6a84; margin-top: 14px; }
.chk input { margin-top: 2px; width: 15px; height: 15px; accent-color: var(--sh-blue); }
.chk a { color: var(--sh-blue); font-weight: 700; }

/* status steps */
.ssteps { display: flex; flex-direction: column; gap: 0; margin-top: 14px; }
.sstep { display: flex; gap: 13px; align-items: flex-start; }
.sstep .rail { display: flex; flex-direction: column; align-items: center; width: 30px; flex: none; }
.sstep .dot2 {
  width: 26px; height: 26px; border-radius: 50%; background: #e4e9f1; color: #8a97ad;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800;
}
.sstep.done .dot2 { background: var(--sh-blue); color: #fff; }
.sstep.on .dot2 { background: var(--sh-orange); color: #fff; box-shadow: 0 0 0 4px rgba(247, 122, 10, .16); }
.sstep .vline { width: 2.5px; flex: 1; min-height: 16px; background: #e4e9f1; }
.sstep.done .vline { background: var(--sh-blue); }
.sstep .stx { padding-bottom: 14px; }
.sstep b { font-size: 13px; color: var(--sh-navy); }
.sstep.on b { color: #c65e04; }
.sstep .sub2 { font-size: 11px; color: #93a1b6; margin-top: 2px; }

.codebox { display: inline-flex; gap: 7px; margin: 12px 0 4px; }
.pfoot { text-align: center; font-size: 10.5px; color: #93a1b6; margin-top: 14px; }
.pfoot a { color: var(--sh-blue); }
