/* Physical Assessments — ADA Title II facility accessibility audits. Shared suite
   shell from app-chrome.css + menu.js + assistant.js; this styles the dashboard,
   the assessment view + its five sub-tabs (questionnaire, barriers, remediation,
   program access, reports) and the new-assessment wizard. Fonts: Poppins
   (headings) + Mulish (body). Outcome/severity/status = text + colour, never
   colour alone. */

:root {
  --pa-navy: #16273F; --pa-ink: #33404F; --pa-muted: #5B6675; --pa-faint: #8791A0;
  --pa-line: #EAEDF3; --pa-line-soft: #F1F4F8; --pa-red: #E8402A; --pa-blue: #2F6FE0;
  --pa-green: #1FA97A; --pa-amber: #B5762F;
  --pa-shadow: 0 4px 16px rgba(18,38,63,0.05);
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Mulish', system-ui, sans-serif; color: var(--pa-ink); background: linear-gradient(180deg, #F6F4FB 0%, #F1F6F6 100%); }
.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
.app-shell .rm-header-inner, .app-shell .rm-footer-inner { max-width: 90%; }
@keyframes paFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes paShimmer { 0% { background-position: -450px 0; } 100% { background-position: 450px 0; } }

.pa-shell { flex: 1; width: 100%; }
.pa-prompt { text-align: center; color: var(--pa-faint); font-size: 15px; padding: 60px 20px; }
.pa-error { max-width: 90%; margin: 32px auto; padding: 34px; text-align: center; color: #C0392B; background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; }
.pa-empty-soft { padding: 28px 22px; text-align: center; color: var(--pa-faint); font-size: 14px; background: #fff; border: 1px dashed #D5DDE8; border-radius: 16px; }

/* ---- Hero ---- */
.pa-hero, .pa-ahero { background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0)); border-bottom: 1px solid var(--pa-line); }
.pa-hero-inner, .pa-ahero-inner { max-width: 90%; margin: 0 auto; padding: 28px 32px 22px; }
.pa-hero-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.pa-title { font-family: 'Poppins'; font-weight: 700; font-size: 30px; line-height: 1.05; margin: 0; letter-spacing: -0.5px; color: var(--pa-navy); }
.pa-subtitle { font-family: 'Mulish'; font-weight: 500; font-size: 14.5px; color: var(--pa-muted); line-height: 1.55; margin: 8px 0 0; max-width: 760px; }
.pa-body { max-width: 90%; margin: 0 auto; padding: 26px 32px 56px; animation: paFade .35s ease both; }

/* ---- Buttons ---- */
.pa-btn { appearance: none; cursor: pointer; font-family: 'Poppins'; font-weight: 700; font-size: 13.5px; border-radius: 11px; padding: 10px 16px; border: 1px solid transparent; display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.pa-btn-primary { background: var(--pa-red); color: #fff; box-shadow: 0 6px 16px rgba(232,64,42,0.24); }
.pa-btn-primary:hover { background: #d3381f; }
.pa-btn-primary:disabled { opacity: .5; cursor: default; box-shadow: none; }
.pa-btn-ghost { background: #fff; color: var(--pa-muted); border-color: #E4E9F1; }
.pa-btn-ghost:hover:not(:disabled) { background: #F7F9FC; }
.pa-btn-ghost:disabled { opacity: .5; cursor: default; }
.pa-new { flex: 0 0 auto; }

/* ---- Pills ---- */
.pa-pill { display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins'; font-weight: 700; font-size: 12px; border: 1px solid; border-radius: 999px; padding: 3px 10px; white-space: nowrap; }

/* ---- Stat cards ---- */
.pa-stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 26px; }
.pa-stat-grid.pa-stat-4 { grid-template-columns: repeat(4, 1fr); }
.pa-stat { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 20px 22px; box-shadow: var(--pa-shadow); }
.pa-stat-label { font-family: 'Poppins'; font-weight: 700; font-size: 12.5px; color: var(--pa-faint); margin-bottom: 10px; }
.pa-stat-value { font-family: 'Poppins'; font-weight: 800; font-size: 30px; line-height: 1; }
.pa-stat-sub { font-size: 12px; color: var(--pa-faint); margin-top: 8px; }

/* ---- Section head ---- */
.pa-sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 6px 0 16px; }
.pa-sec-head h2 { font-family: 'Poppins'; font-weight: 700; font-size: 20px; color: var(--pa-navy); margin: 0; }
.pa-sec-head span { font-size: 13px; color: var(--pa-faint); }

/* ---- Active assessments ---- */
.pa-active-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); gap: 18px; margin-bottom: 30px; }
.pa-active { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 20px 22px; box-shadow: var(--pa-shadow); }
.pa-active-top { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
.pa-ftile { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; }
.pa-active-id { flex: 1; min-width: 0; }
.pa-active-name { font-family: 'Poppins'; font-weight: 700; font-size: 16px; color: var(--pa-navy); }
.pa-active-meta { font-size: 12.5px; color: var(--pa-faint); }
.pa-progress { margin-bottom: 14px; }
.pa-progress-top { display: flex; align-items: baseline; justify-content: space-between; font-size: 12.5px; color: var(--pa-muted); margin-bottom: 6px; }
.pa-progress-pct { font-family: 'Poppins'; font-weight: 700; color: var(--pa-navy); }
.pa-progress-track { height: 8px; border-radius: 999px; background: #EDF0F5; overflow: hidden; }
.pa-progress-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg,#2F6FE0,#5B9BF0); }
.pa-active-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.pa-active-fig { font-size: 13px; color: var(--pa-muted); }
.pa-active-fig b { font-family: 'Poppins'; font-size: 15px; color: var(--pa-navy); }
.pa-active-upd { font-size: 12px; color: var(--pa-faint); }
.pa-continue { margin-left: auto; appearance: none; border: none; background: var(--pa-navy); color: #fff; font-family: 'Poppins'; font-weight: 700; font-size: 13.5px; padding: 10px 20px; border-radius: 11px; cursor: pointer; }
.pa-continue:hover { background: #0f1c2f; }

/* ---- Completed table ---- */
.pa-ctable { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; box-shadow: var(--pa-shadow); overflow: hidden; }
.pa-chead, .pa-crow { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(0,1.1fr) 120px 100px 130px 28px; gap: 16px; align-items: center; }
.pa-chead { padding: 13px 24px; background: #FAFBFD; border-bottom: 1px solid var(--pa-line); font-family: 'Poppins'; font-weight: 700; font-size: 11.5px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--pa-faint); }
.pa-crow { padding: 14px 24px; border: none; border-bottom: 1px solid var(--pa-line-soft); background: none; width: 100%; cursor: pointer; text-align: left; }
.pa-crow:last-child { border-bottom: none; }
.pa-crow:hover { background: #FBFCFE; }
.pa-crow-name { font-family: 'Poppins'; font-weight: 700; font-size: 14px; color: var(--pa-navy); }
.pa-crow-muted { font-size: 13px; color: var(--pa-muted); }
.pa-chev { color: #C3CBD8; font-size: 22px; text-align: right; }

/* ---- Assessment header ---- */
.pa-back { appearance: none; background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins'; font-weight: 600; font-size: 13.5px; color: var(--pa-blue); padding: 0; margin-bottom: 14px; }
.pa-ahead { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.pa-atitle { font-family: 'Poppins'; font-weight: 700; font-size: 26px; color: var(--pa-navy); margin: 0 0 4px; letter-spacing: -0.4px; }
.pa-ameta { font-size: 13.5px; color: var(--pa-muted); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pa-acomp { text-align: right; }
.pa-acomp-val { font-family: 'Poppins'; font-weight: 800; font-size: 34px; line-height: 1; }
.pa-acomp-label { font-size: 12px; color: var(--pa-faint); }

/* ---- Sub tab band ---- */
.pa-tabband { background: #fff; border-bottom: 1px solid var(--pa-line); position: sticky; top: 0; z-index: 20; }
.pa-tabband-inner { max-width: 90%; margin: 0 auto; padding: 0 32px; display: flex; gap: 26px; }
.pa-tab { appearance: none; background: none; border: none; cursor: pointer; font-family: 'Poppins'; font-weight: 600; font-size: 16px; color: var(--pa-faint); padding: 18px 2px; border-bottom: 3px solid transparent; }
.pa-tab:hover { color: var(--pa-navy); }
.pa-tab.active { font-weight: 700; color: var(--pa-navy); border-bottom-color: var(--pa-red); }

/* ---- Spaces (questionnaire) ---- */
.pa-spaces { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; }
.pa-spacenav { position: sticky; top: 74px; background: #fff; border: 1px solid var(--pa-line); border-radius: 16px; padding: 12px; box-shadow: var(--pa-shadow); }
.pa-spacenav-head { font-family: 'Poppins'; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--pa-faint); padding: 6px 10px 10px; }
.pa-navrow { display: flex; align-items: center; gap: 11px; width: 100%; padding: 10px 12px; border-radius: 10px; border: none; cursor: pointer; background: transparent; font-family: 'Poppins'; font-weight: 600; font-size: 13.5px; color: var(--pa-muted); text-align: left; }
.pa-navrow:hover { background: #F7F9FC; }
.pa-navrow.active { background: #EEF3FF; color: var(--pa-navy); font-weight: 700; }
.pa-navmark { flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #CBD4E0; color: #fff; font-size: 11px; font-weight: 800; }
.pa-navmark.done { background: var(--pa-green); border: none; }
.pa-navname { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pa-navcount { flex: 0 0 auto; font-family: 'Poppins'; font-weight: 700; font-size: 11px; color: #C0392B; background: #FCECEC; border-radius: 999px; padding: 2px 8px; }
.pa-qcol { min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.pa-spacehdr { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid var(--pa-line); border-radius: 16px; padding: 18px 22px; box-shadow: var(--pa-shadow); }
.pa-spacehdr-name { font-family: 'Poppins'; font-weight: 700; font-size: 18px; color: var(--pa-navy); }
.pa-spacehdr-sub { font-size: 13px; color: var(--pa-faint); margin-top: 2px; }
.pa-spacehdr-prog { display: flex; align-items: center; gap: 12px; flex: 0 0 240px; }
.pa-spacehdr-prog .pa-progress-track { flex: 1; }
.pa-spacehdr-pct { font-family: 'Poppins'; font-weight: 700; font-size: 13px; color: var(--pa-navy); }
.pa-qcard { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 22px 24px; box-shadow: var(--pa-shadow); }
.pa-qcard.barrier { border-color: #F5DED8; }
.pa-qtop { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 13px; }
.pa-qnum { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 800; font-size: 14px; }
.pa-qhdr { flex: 1; min-width: 0; }
.pa-qname { font-family: 'Poppins'; font-weight: 700; font-size: 15.5px; color: var(--pa-navy); }
.pa-qstd { font-size: 12px; color: var(--pa-faint); margin-top: 2px; }
.pa-qreq { margin: 0 0 12px; padding: 11px 15px; background: #FAFBFD; border-left: 3px solid #C9DDFB; border-radius: 0 10px 10px 0; font-size: 13.5px; line-height: 1.55; color: var(--pa-ink); }
.pa-qq { font-family: 'Poppins'; font-weight: 700; font-size: 14px; color: var(--pa-navy); margin-bottom: 12px; }
.pa-opts { display: flex; flex-wrap: wrap; gap: 9px; }
.pa-opt { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1.5px solid #E4E9F1; border-radius: 11px; padding: 10px 15px; cursor: pointer; font-family: 'Poppins'; font-weight: 600; font-size: 13.5px; color: var(--pa-navy); }
.pa-opt:hover { border-color: #CBD6E4; }
.pa-opt.sel { background: #EEF3FF; border-color: #C9DDFB; font-weight: 700; }
.pa-radio { flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; border: 2px solid #CBD4E0; }
.pa-radio.on { background: var(--pa-blue); border: none; box-shadow: inset 0 0 0 3px #fff; }

/* ---- Barrier documentation block ---- */
.pa-barrier { margin-top: 18px; padding: 18px; border: 1px solid #F5DED8; background: #FEF8F6; border-radius: 14px; }
.pa-barrier-title { font-family: 'Poppins'; font-weight: 700; font-size: 13px; color: #C0392B; margin-bottom: 12px; }
.pa-bfield { margin-bottom: 12px; }
.pa-bfield-wide { margin-bottom: 12px; }
.pa-bgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pa-blabel { display: block; font-family: 'Poppins'; font-weight: 700; font-size: 12.5px; color: #3B4757; margin-bottom: 6px; }
.pa-input { width: 100%; padding: 10px 13px; font-family: 'Mulish'; font-size: 14px; color: var(--pa-navy); background: #fff; border: 1.5px solid #E4E9F1; border-radius: 10px; outline: none; }
.pa-input:focus { border-color: var(--pa-blue); box-shadow: 0 0 0 3px rgba(47,111,224,0.12); }
.pa-textarea { min-height: 70px; resize: vertical; }
.pa-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pa-chip { appearance: none; cursor: pointer; font-family: 'Poppins'; font-weight: 600; font-size: 13px; color: var(--pa-muted); background: #fff; border: 1.5px solid #E4E9F1; border-radius: 999px; padding: 7px 14px; }
.pa-chip.on { font-weight: 700; }
.pa-help { appearance: none; cursor: pointer; width: 18px; height: 18px; border-radius: 50%; border: 1px solid #CBD4E0; background: #fff; color: var(--pa-muted); font-size: 11px; font-weight: 700; line-height: 1; margin-left: 4px; }
.pa-help-text { font-size: 12.5px; color: var(--pa-muted); background: #EEF3FF; border-radius: 8px; padding: 8px 11px; margin-bottom: 8px; }
.pa-photos { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.pa-photo-slot { width: 64px; height: 52px; border-radius: 10px; border: 1.5px dashed #CBD4E0; display: flex; align-items: center; justify-content: center; background: #fff; }
.pa-addphoto { padding: 8px 14px; }
.pa-spacenav-foot { display: flex; justify-content: space-between; gap: 12px; margin-top: 4px; }

/* ---- Barriers tab ---- */
.pa-bfilters { margin-bottom: 18px; }
.pa-bgrid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(440px, 1fr)); gap: 18px; }
.pa-bcard { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 20px 22px; box-shadow: var(--pa-shadow); }
.pa-bcard-top { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 14px; }
.pa-prio { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; border: 1px solid; display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 800; font-size: 15px; }
.pa-prio-sm { width: 34px; height: 34px; font-size: 13px; border-radius: 10px; }
.pa-bcard-hdr { flex: 1; min-width: 0; }
.pa-bcard-req { font-family: 'Poppins'; font-weight: 700; font-size: 15.5px; color: var(--pa-navy); }
.pa-bcard-meta { font-size: 12.5px; color: var(--pa-faint); margin-top: 2px; }
.pa-bcard-pills { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.pa-cvr { display: flex; align-items: stretch; gap: 12px; margin-bottom: 12px; }
.pa-cvr-cur, .pa-cvr-req { flex: 1; border-radius: 11px; padding: 10px 13px; font-family: 'Poppins'; font-weight: 700; font-size: 14px; }
.pa-cvr-cur { background: #FCECEC; color: #C0392B; }
.pa-cvr-req { background: #E7F7F1; color: #1FA97A; }
.pa-cvr span { display: block; font-family: 'Poppins'; font-weight: 700; font-size: 10.5px; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.7; margin-bottom: 3px; }
.pa-cvr svg { align-self: center; }
.pa-bcard-desc { font-size: 13.5px; color: var(--pa-muted); line-height: 1.5; margin: 0 0 12px; }
.pa-bcard-action { font-size: 13.5px; color: var(--pa-ink); margin-bottom: 12px; }
.pa-bcard-action b { font-family: 'Poppins'; font-weight: 700; color: var(--pa-faint); font-size: 11px; text-transform: uppercase; letter-spacing: 0.4px; margin-right: 6px; }
.pa-bcard-foot { display: flex; gap: 20px; padding-top: 12px; border-top: 1px solid var(--pa-line-soft); font-size: 13px; color: var(--pa-muted); }
.pa-bcard-foot b { font-family: 'Poppins'; color: var(--pa-navy); }

/* ---- Remediation ---- */
.pa-phases { display: flex; flex-direction: column; gap: 18px; }
.pa-phase { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; box-shadow: var(--pa-shadow); overflow: hidden; }
.pa-phase-head { display: flex; align-items: center; gap: 13px; padding: 16px 22px; border-bottom: 1px solid var(--pa-line); }
.pa-phase-badge { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 800; font-size: 16px; }
.pa-phase-title { flex: 1; font-family: 'Poppins'; font-weight: 700; font-size: 15.5px; color: var(--pa-navy); }
.pa-phase-window { font-family: 'Mulish'; font-weight: 500; font-size: 12.5px; color: var(--pa-faint); margin-top: 2px; }
.pa-phase-cost { font-family: 'Poppins'; font-weight: 800; font-size: 17px; color: var(--pa-navy); }
.pa-phase-empty { margin: 14px 22px; }
.pa-remrow { display: flex; align-items: center; gap: 16px; padding: 15px 22px; border-bottom: 1px solid var(--pa-line-soft); flex-wrap: wrap; }
.pa-remrow:last-child { border-bottom: none; }
.pa-remrow-main { flex: 1; min-width: 200px; }
.pa-remrow-action { font-family: 'Poppins'; font-weight: 700; font-size: 14px; color: var(--pa-navy); }
.pa-remrow-meta { font-size: 12.5px; color: var(--pa-faint); margin-top: 2px; }
.pa-remrow-facts { display: flex; gap: 14px; font-size: 12.5px; color: var(--pa-muted); }
.pa-seg-group { display: inline-flex; gap: 4px; background: #F1F4F9; border-radius: 9px; padding: 4px; }
.pa-seg { appearance: none; border: none; cursor: pointer; font-family: 'Poppins'; font-weight: 600; font-size: 12px; padding: 6px 11px; border-radius: 7px; background: transparent; color: var(--pa-muted); }
.pa-seg.on { background: var(--pa-blue); color: #fff; }

/* ---- Program access ---- */
.pa-infostrip { display: flex; align-items: flex-start; gap: 10px; background: #EAF1FC; border: 1px solid #D3E2FA; border-radius: 12px; padding: 13px 16px; font-size: 13.5px; color: var(--pa-ink); line-height: 1.5; margin-bottom: 18px; }
.pa-infostrip svg { flex: 0 0 auto; margin-top: 1px; }
.pa-progs { display: flex; flex-direction: column; gap: 16px; }
.pa-prog { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 20px 22px; box-shadow: var(--pa-shadow); }
.pa-prog.gap { border-color: #F1E7C4; }
.pa-prog-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.pa-prog-name { font-family: 'Poppins'; font-weight: 700; font-size: 16.5px; color: var(--pa-navy); }
.pa-prog-offered { font-size: 12.5px; color: var(--pa-faint); margin-top: 2px; }
.pa-prog-locs { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.pa-loc { display: flex; align-items: center; gap: 16px; padding: 12px 15px; background: #FAFBFD; border: 1px solid var(--pa-line); border-radius: 12px; flex-wrap: wrap; }
.pa-loc-main { flex: 1; min-width: 160px; }
.pa-loc-name { font-family: 'Poppins'; font-weight: 700; font-size: 14px; color: var(--pa-navy); }
.pa-loc-addr { font-size: 12.5px; color: var(--pa-faint); }
.pa-loc-facts { display: flex; gap: 14px; font-size: 12.5px; color: var(--pa-muted); }
.pa-prog-kv { font-size: 13.5px; color: var(--pa-ink); line-height: 1.55; margin-top: 8px; }
.pa-prog-kv b { display: block; font-family: 'Poppins'; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.4px; color: var(--pa-faint); margin-bottom: 2px; }

/* ---- Reports ---- */
.pa-reports { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: start; }
.pa-rdoc { background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 30px 34px; box-shadow: var(--pa-shadow); }
.pa-rdoc-kicker { font-family: 'Poppins'; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--pa-red); }
.pa-rdoc-title { font-family: 'Poppins'; font-weight: 800; font-size: 24px; color: var(--pa-navy); margin-top: 4px; }
.pa-rdoc-sub { font-size: 13px; color: var(--pa-faint); margin-top: 3px; }
.pa-rov-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 22px 0; }
.pa-rov { background: #FAFBFD; border: 1px solid var(--pa-line); border-radius: 12px; padding: 14px; text-align: center; }
.pa-rov-val { font-family: 'Poppins'; font-weight: 800; font-size: 26px; }
.pa-rov-label { font-size: 11.5px; color: var(--pa-faint); margin-top: 4px; }
.pa-rsec { margin-top: 22px; }
.pa-rsec h4 { font-family: 'Poppins'; font-weight: 700; font-size: 14px; color: var(--pa-navy); margin: 0 0 10px; padding-bottom: 6px; border-bottom: 2px solid var(--pa-red); display: inline-block; }
.pa-rlist { margin: 0; padding-left: 18px; font-size: 13.5px; color: var(--pa-ink); line-height: 1.7; }
.pa-rlist-cost { list-style: none; padding: 0; }
.pa-rlist-cost li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--pa-line-soft); }
.pa-rlist-cost b { font-family: 'Poppins'; color: var(--pa-navy); }
.pa-rtotal { text-align: right; font-size: 13.5px; color: var(--pa-muted); margin-top: 8px; }
.pa-rtotal b { font-family: 'Poppins'; font-size: 16px; color: var(--pa-navy); }
.pa-rsteps { margin: 0; padding: 0; list-style: none; }
.pa-rsteps li { display: flex; align-items: flex-start; gap: 11px; font-size: 13.5px; color: var(--pa-ink); padding: 5px 0; }
.pa-rstep-n { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: #EEF3FF; color: var(--pa-blue); font-family: 'Poppins'; font-weight: 700; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.pa-rfoot { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--pa-line); font-size: 11.5px; color: var(--pa-faint); line-height: 1.5; }
.pa-rgen { position: sticky; top: 74px; background: #fff; border: 1px solid var(--pa-line); border-radius: 18px; padding: 20px 22px; box-shadow: var(--pa-shadow); }
.pa-rgen-h { font-family: 'Poppins'; font-weight: 700; font-size: 16px; color: var(--pa-navy); margin-bottom: 14px; }
.pa-rgen-label { font-family: 'Poppins'; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--pa-faint); margin: 16px 0 8px; }
.pa-rtypes { display: flex; flex-direction: column; gap: 8px; }
.pa-rtype { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; background: #fff; border: 1.5px solid #E4E9F1; border-radius: 11px; padding: 11px 14px; cursor: pointer; }
.pa-rtype.sel { background: #FEF4F2; border-color: #F3B9AE; }
.pa-rtype .pa-radio.on { background: var(--pa-red); }
.pa-rtype-name { display: block; font-family: 'Poppins'; font-weight: 700; font-size: 13.5px; color: var(--pa-navy); }
.pa-rtype-desc { display: block; font-size: 12px; color: var(--pa-faint); margin-top: 1px; }
.pa-rincs { display: flex; flex-direction: column; gap: 8px; }
.pa-rinc { display: flex; align-items: center; gap: 11px; appearance: none; background: none; border: none; cursor: pointer; font-family: 'Mulish'; font-size: 13.5px; color: var(--pa-ink); padding: 3px 0; text-align: left; }
.pa-check { flex: 0 0 auto; width: 19px; height: 19px; border-radius: 6px; border: 2px solid #CBD4E0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 800; }
.pa-check.on { background: var(--pa-blue); border: none; }
.pa-rgen-actions { display: flex; gap: 9px; margin-top: 18px; }
.pa-rgen-actions .pa-btn { flex: 1; }

/* ---- Skeleton + toast ---- */
.pa-skel { background: linear-gradient(90deg, #eef1f6 25%, #f6f8fb 50%, #eef1f6 75%); background-size: 900px 100%; animation: paShimmer 1.4s infinite; border: none; }
.pa-stat.pa-skel { height: 104px; }
.pa-skel-lg { height: 320px; border-radius: 18px; }
.pa-save-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--pa-navy); color: #fff; font-family: 'Poppins'; font-weight: 700; font-size: 13px; padding: 10px 18px; border-radius: 999px; z-index: 120; box-shadow: 0 8px 24px rgba(18,38,63,0.28); }

/* ---- Wizard ---- */
.pa-wizard-overlay { position: fixed; inset: 0; background: rgba(18,38,63,0.46); z-index: 95; animation: paFade .2s ease; }
.pa-wizard { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -46%); width: 600px; max-width: calc(100vw - 40px); max-height: calc(100vh - 60px); background: #fff; border-radius: 20px; z-index: 96; box-shadow: 0 30px 80px rgba(18,38,63,0.34); display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.pa-wizard.open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%); }
.pa-wz-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 22px 24px 14px; }
.pa-wz-kicker { font-family: 'Poppins'; font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--pa-red); }
.pa-wz-title { font-family: 'Poppins'; font-weight: 700; font-size: 20px; color: var(--pa-navy); margin-top: 3px; }
.pa-wz-close { appearance: none; background: #F1F4F9; border: none; cursor: pointer; width: 34px; height: 34px; border-radius: 9px; font-size: 15px; color: var(--pa-muted); flex: 0 0 auto; }
.pa-wz-bars { display: flex; gap: 6px; padding: 0 24px 4px; }
.pa-wz-bar { flex: 1; height: 5px; border-radius: 999px; background: #EAEDF3; }
.pa-wz-bar.on { background: var(--pa-red); }
.pa-wz-body { flex: 1; overflow-y: auto; padding: 18px 24px 8px; }
.pa-wz-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 24px; border-top: 1px solid var(--pa-line); }
.pa-wz-step { font-size: 12.5px; color: var(--pa-faint); font-family: 'Poppins'; font-weight: 600; }
.pa-wz-btns { display: flex; gap: 9px; }
.pa-wz-note { font-size: 12.5px; color: var(--pa-muted); background: #F5F7FB; border-radius: 10px; padding: 10px 13px; line-height: 1.5; margin: 0 0 14px; }
.pa-wz-group { margin-bottom: 16px; }
.pa-wz-group-title { font-family: 'Poppins'; font-weight: 700; font-size: 12.5px; color: var(--pa-navy); margin-bottom: 8px; }
.pa-wz-group-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pa-check-card { display: flex; align-items: center; gap: 10px; appearance: none; background: #fff; border: 1.5px solid #E4E9F1; border-radius: 11px; padding: 10px 13px; cursor: pointer; font-family: 'Mulish'; font-size: 13.5px; color: var(--pa-navy); text-align: left; }
.pa-check-card.sel { background: #EEF3FF; border-color: #C9DDFB; }
.pa-field { margin-bottom: 14px; }
.pa-label { display: block; font-family: 'Poppins'; font-weight: 700; font-size: 13px; color: #3B4757; margin-bottom: 7px; }
.pa-field .pa-input { padding: 11px 14px; background: #F6F8FC; }
.pa-form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .pa-stat-grid { grid-template-columns: repeat(3, 1fr); }
  .pa-reports { grid-template-columns: 1fr; }
  .pa-rgen { position: static; order: -1; }
}
@media (max-width: 900px) {
  .pa-spaces { grid-template-columns: 1fr; }
  .pa-spacenav { position: static; display: flex; gap: 6px; overflow-x: auto; }
  .pa-spacenav-head { display: none; }
  .pa-navrow { width: auto; flex: 0 0 auto; }
  .pa-bgrid-cards, .pa-active-grid { grid-template-columns: 1fr; }
  .pa-rov-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pa-stat-grid, .pa-stat-grid.pa-stat-4 { grid-template-columns: repeat(2, 1fr); }
  .pa-hero-inner, .pa-ahero-inner, .pa-body, .pa-tabband-inner { padding-left: 18px; padding-right: 18px; }
  .pa-chead, .pa-crow { grid-template-columns: 1fr auto; }
  .pa-crow-muted { display: none; }
}
