:root{--brand:#231942;--brand2:#40306e;--gold:#d8a72e;--ink:#1c1822;--muted:#6e6776;--line:#d9d5df;--bg:#f5f3f8;--shadow:0 8px 28px rgba(28,24,34,.07);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}[hidden]{display:none!important}
.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#171122,#322453)}.auth-card{width:min(460px,100%);background:#fff;border-radius:20px;padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.3)}.auth-icon{width:62px;height:62px;border-radius:16px;margin-bottom:20px}.auth-card h1{margin:.4rem 0 8px}.stack{display:grid;gap:14px;margin-top:20px}.offline-hint{margin-top:14px;padding:10px 12px;background:#fff5d8;border:1px solid #ead493;border-radius:9px;font-size:12px}.form-message{min-height:18px;color:#9d2020;font-size:13px;margin-top:8px}
.app-header{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.brand-wrap{display:flex;align-items:center;gap:12px}.brand-logo-box{width:46px;height:46px;border-radius:10px;background:var(--brand);overflow:hidden}.brand-logo-box img{width:100%;height:100%;object-fit:contain}.brand-name{font-weight:900}.brand-subtitle{font-size:12px;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.user-chip,.sync-chip{font-size:12px;font-weight:800;padding:8px 10px;border-radius:999px}.user-chip{background:#efeaf8;color:var(--brand)}.sync-chip{background:#e8eef9;color:#1f4f91}.sync-chip.synced{background:#def5e8;color:#0c6e39}.sync-chip.offline{background:#fff0cd;color:#946200}.sync-chip.error{background:#fde4e4;color:#9d2020}
.tabs{display:flex;gap:4px;padding:10px 28px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:72px;z-index:19;overflow:auto}.tab{border:0;background:transparent;padding:10px 14px;border-radius:8px;color:var(--muted);white-space:nowrap}.tab.active{background:#ece8f8;color:var(--brand);font-weight:700}
main{max-width:1600px;margin:0 auto;padding:28px}.view{display:none}.view.active{display:block}.hero{background:linear-gradient(120deg,#231942,#40306e);color:#fff;border-radius:18px;padding:34px;display:flex;justify-content:space-between;gap:20px;align-items:end;box-shadow:var(--shadow)}.hero h1{font-size:clamp(30px,5vw,54px);line-height:1.02;margin:.3rem 0 1rem;max-width:900px}.hero p{max-width:850px;color:#e5e1ee;font-size:18px}.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:800;color:var(--gold)}.muted,.hint{color:var(--muted)}.hint{font-size:12px;font-weight:500}
.primary,.secondary,.ghost,.danger,.link-button,.file-label{border-radius:9px;padding:10px 14px;border:1px solid transparent;font-weight:700}.primary{background:var(--brand);color:#fff}.secondary,.file-label{background:#fff;border-color:var(--line);color:var(--ink)}.ghost{background:transparent;border-color:var(--line)}.danger{background:#fff0f0;color:#a32020;border-color:#f0caca}.link-button{background:transparent;color:var(--brand);padding:6px}.full{width:100%}.hero .primary{background:#fff;color:var(--brand)}
.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;margin:18px 0;box-shadow:var(--shadow)}.panel h2{margin:0 0 16px;font-size:18px}.panel-title-row,.page-title-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.page-title-row h1{margin:.3rem 0 0}.grid{display:grid;gap:14px}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700;color:#3a3542}input,select,textarea{width:100%;border:1px solid #cac5d1;border-radius:8px;background:#fff;padding:10px 11px;color:var(--ink)}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #d8d0f5;border-color:#8f7ad8}.label{display:block;font-size:12px;color:var(--muted);font-weight:800;margin-bottom:6px}.pill{background:#eae7ef;border-radius:20px;padding:7px 11px;font-size:12px;color:var(--muted);white-space:nowrap}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:18px}.stat{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.stat .num{font-size:30px;font-weight:900}.stat .txt{color:var(--muted);font-size:12px}.recent-list{display:grid;gap:10px}.recent-card{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--line);padding:12px;border-radius:10px}.recent-card b{display:block}.recent-card span{font-size:12px;color:var(--muted)}
.check-header,.check-row{display:grid;grid-template-columns:minmax(220px,1.55fr) 115px minmax(180px,1fr) minmax(200px,1.25fr) auto;gap:10px;align-items:center}.check-header{font-size:11px;font-weight:800;color:var(--muted);padding:0 0 6px;border-bottom:1px solid var(--line)}.check-row{padding:10px 0;border-bottom:1px solid #efedf2}.check-actions{display:flex;gap:6px}.check-result{font-weight:900;transition:background .15s,border-color .15s,color .15s}.check-result.result-pass{background:#def5e8;color:#0c6e39;border-color:#b7e2c8}.check-result.result-fail{background:#fde4e4;color:#a42020;border-color:#f0bbbb}.check-result.result-na{background:#f2f2f4;color:#5f5a65}.check-result.result-tbc{background:#e8eef9;color:#1f4f91;border-color:#c5d4ef}.check-response{font-weight:700;transition:background .15s,border-color .15s,color .15s}.check-response.response-compliant,.check-response.response-no-action,.response-chip.response-compliant,.response-chip.response-no-action{background:#def5e8;color:#0c6e39;border-color:#b7e2c8}.check-response.response-non-compliant,.response-chip.response-non-compliant{background:#fde4e4;color:#a42020;border-color:#f0bbbb}.check-response.response-tbc,.response-chip.response-tbc{background:#e8eef9;color:#1f4f91;border-color:#c5d4ef}.check-response.response-remediate,.response-chip.response-remediate{background:#fff4c7;color:#7b5b00;border-color:#ecd77c}.check-response.response-custom{background:#fff;color:var(--ink)}.response-key{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:12px;padding-top:10px;border-top:1px solid #efedf2}.response-chip{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.component-row,.measure-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(240px,1.5fr) auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #efedf2}.icon-btn{border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px 9px;white-space:nowrap}
.status-panel{border-left:5px solid var(--brand)}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.status-card{min-width:0}.status-badge,.status-select{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:48px;padding:10px 14px;border-radius:9px;font-weight:900;border:1px solid transparent;text-align:left}.status-badge{cursor:pointer}.status-badge:hover{filter:brightness(.98);box-shadow:0 0 0 2px rgba(35,25,66,.08)}.status-badge.pass,.status-select.pass{background:#def5e8;color:#0c6e39;border-color:#b7e2c8}.status-badge.fail,.status-select.fail{background:#fde4e4;color:#a42020;border-color:#f0bbbb}.status-badge.nominal,.status-select.nominal{background:#fff2d2;color:#946200;border-color:#efd89c}.status-badge.tbc,.status-select.tbc{background:#e8eef9;color:#1f4f91;border-color:#c5d4ef}.status-badge.condemned,.status-select.condemned{background:#fde4e4;color:#a42020;border-color:#f0bbbb}.status-select.no-action,.status-badge.no-action{background:#def5e8;color:#0c6e39;border-color:#b7e2c8}.status-select.remediate,.status-badge.remediate{background:#fff4c7;color:#7b5b00;border-color:#ecd77c}.status-badge.replacement{background:#fde4e4;color:#a42020;border-color:#f0bbbb}.status-badge.ppm{background:#e8eef9;color:#1f4f91;border-color:#c5d4ef}.calculated-hint{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:600}.status-reason{margin-top:14px;color:var(--muted);font-size:13px}.confirm-row{margin-top:16px;display:flex;flex-direction:row;align-items:center;gap:9px}.confirm-row input{width:auto}
.photo-actions,.plan-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-top:12px}.file-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#faf9fb;padding-bottom:8px}.file-card img{width:100%;height:110px;object-fit:cover;display:block}.file-card span{display:block;padding:8px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card button{margin-left:8px}.file-list{margin-top:12px;display:grid;gap:8px}.file-item{display:flex;justify-content:space-between;gap:10px;border:1px solid var(--line);padding:10px;border-radius:8px}
.plan-file-meta{margin-top:10px}.plan-reference-meta{margin-top:10px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#faf9fb;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.plan-reference-meta img{width:72px;height:52px;object-fit:cover;border:1px solid var(--line);border-radius:6px}.marker-key{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:12px;padding:9px 11px;border-radius:9px;background:#f8f7fa;border:1px solid var(--line)}.marker-key span{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);font-weight:700}.marker-key i{width:12px;height:12px;border-radius:50%;display:inline-block;background:var(--key);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.13)}.plan-stage{position:relative;margin-top:14px;border:2px dashed #c9c3d3;border-radius:12px;background:#f8f7fa;min-height:220px;overflow:auto;cursor:crosshair;text-align:center}.plan-stage.empty{display:flex;align-items:center;justify-content:center;cursor:default}.plan-empty{padding:36px;text-align:center;color:var(--muted);font-size:13px}.plan-surface{position:relative;display:inline-block;max-width:100%;margin:12px auto;background:#fff}.plan-surface img{display:block;max-width:100%;max-height:760px;width:auto;height:auto}.plan-surface.pdf-surface{display:block;width:100%;height:620px}.plan-surface embed{display:block;width:100%;height:100%;pointer-events:none}.plan-marker,.project-marker{position:absolute;border-radius:50%;border:4px solid #fff;box-shadow:0 2px 10px rgba(0,0,0,.35);transform:translate(-50%,-50%);z-index:5;background:var(--marker,#6f42c1);width:var(--marker-size,34px);height:var(--marker-size,34px);pointer-events:none}.plan-marker::after,.project-marker span{content:attr(data-label);position:absolute;left:50%;top:calc(var(--marker-size,34px) + 4px);transform:translateX(-50%);background:#231942;color:#fff;font-size:9px;font-weight:900;padding:4px 6px;border-radius:5px;white-space:nowrap}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px;margin-top:14px}.project-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:10px}.project-card h3{margin:0;font-size:15px}.project-card p{margin:0;font-size:12px;color:var(--muted)}.project-card-actions{display:flex;gap:8px;flex-wrap:wrap}.project-dialog{width:min(1500px,97vw)}.project-view-body{padding:18px;max-height:80vh;overflow:auto}.project-drawing-stage{position:relative;border:1px solid var(--line);border-radius:10px;background:#f5f4f7;padding:12px;overflow:auto;min-height:240px;text-align:center}.project-drawing-surface{position:relative;display:inline-block;max-width:100%;background:#fff}.project-drawing-surface img{display:block;max-width:100%;max-height:1100px}.project-drawing-surface.pdf-surface{display:block;width:100%;height:760px}.project-drawing-surface embed{display:block;width:100%;height:100%;pointer-events:none}.project-inspection-list{display:grid;gap:8px;margin-top:14px}.project-inspection-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(160px,1.4fr) 130px 120px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:9px 11px;background:#fff;font-size:12px;text-align:left}
.sticky-actions{position:static;display:flex;justify-content:flex-end;gap:10px;margin:18px 0 6px;padding:14px 0 0;border-top:1px solid var(--line);background:transparent;box-shadow:none}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);max-height:72vh}table{border-collapse:collapse;min-width:1200px;width:100%;font-size:12px}th{background:#dedce1;color:#15121b;text-align:left;padding:10px;border-right:1px solid #b5b1bb;white-space:nowrap;position:sticky;top:0;z-index:2}td{padding:9px;border-top:1px solid var(--line);border-right:1px solid #eee;vertical-align:top}.filter-panel{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.mini-status{font-weight:800;border-radius:6px;padding:4px 7px;display:inline-block;white-space:nowrap}.mini-status.Compliant,.mini-status.Pass{background:#dff3e7;color:#0c6e39}.mini-status.Non-Compliant,.mini-status.Fail{background:#fce4e4;color:#9d2020}.mini-status.Nominal{background:#fff0cd;color:#946200}.mini-status.Condemned{background:#fde4e4;color:#9d2020;border:1px solid #f0bbbb}.mini-status.TBC{background:#e8eef9;color:#1f4f91}.register-check{font-weight:900;border-radius:6px;padding:4px 7px;display:inline-block;min-width:30px;text-align:center}.register-check.pass{background:#dff3e7;color:#0c6e39}.register-check.fail{background:#fce4e4;color:#9d2020}.register-check.neutral{background:#edf0f5;color:#5f5a65}.sync-pending{color:#946200;font-weight:800}.sync-ok{color:#0c6e39;font-weight:800}.compact-search{max-width:360px}.user-list{display:grid;gap:8px;margin-top:16px}.user-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:10px}.user-row .user-meta{display:flex;flex-direction:column;gap:3px}.user-row small{color:var(--muted)}
dialog{width:min(1200px,95vw);border:0;border-radius:14px;box-shadow:0 30px 100px rgba(0,0,0,.25);padding:0}dialog::backdrop{background:rgba(12,10,16,.58)}.small-dialog{width:min(680px,94vw)}.dialog-head,.dialog-actions{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line)}.dialog-actions{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end;gap:10px}.dialog-head h2{margin:0}.dialog-body{padding:20px}.scroll-body{max-height:70vh;overflow:auto}.status-dialog-current{border:1px solid var(--line);border-radius:10px;padding:14px;background:#faf9fb;font-size:14px}.auth-recovery{margin-top:8px}.report{font-family:Arial,sans-serif;background:#f5f3f8;padding:14px;border-radius:12px}.report-header{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #d9d5df;border-left:5px solid #231942;border-radius:12px;padding:16px;margin-bottom:12px}.report-logo{width:66px;height:66px;object-fit:contain;border-radius:9px;background:#fff}.report-header h1{font-size:21px;margin:0;color:#231942}.report-header p{margin:4px 0 0;color:#6e6776;font-size:12px}.report-section{background:#fff;border:1px solid #d9d5df;border-radius:12px;padding:16px;margin:12px 0}.report-section h2{font-size:16px;margin:0 0 12px;color:#231942}.report table{min-width:0;width:100%;font-size:12px}.report th{position:static;background:#ece9f2;color:#231942;padding:7px}.report td{padding:7px}.report .report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.report .report-box{border:1px solid #d9d5df;border-radius:9px;padding:10px;background:#faf9fb}.report .report-plan{position:relative;display:inline-block;max-width:100%}.report .report-plan img{display:block;max-width:100%}.report .report-pin{position:absolute;border-radius:50%;border:3px solid #fff;transform:translate(-50%,-50%)}.report-result{display:inline-block;border-radius:6px;padding:4px 7px;font-weight:900}.report-result.pass{background:#dff3e7;color:#0c6e39}.report-result.fail,.report-result.condemned{background:#fce4e4;color:#9d2020}.report-result.neutral{background:#e8eef9;color:#1f4f91}.report-status{display:inline-block;border-radius:7px;padding:5px 8px;font-weight:900}.report-status.pass,.report-status.no-action{background:#dff3e7;color:#0c6e39}.report-status.fail,.report-status.condemned,.report-status.replacement{background:#fce4e4;color:#9d2020}.report-status.remediate{background:#fff4c7;color:#7b5b00}.report-status.nominal{background:#fff0cd;color:#946200}.report-status.tbc,.report-status.ppm{background:#e8eef9;color:#1f4f91}.text-condemned{background:#fce4e4;color:#9d2020;font-weight:900;border-radius:5px;padding:1px 4px}
.file-label{display:inline-flex;align-items:center;cursor:pointer}
@media(max-width:1050px){main{padding:16px}.app-header{padding:0 16px}.tabs{padding:8px 12px}.cols-2,.cols-3,.cols-4,.status-grid,.stats-grid,.filter-panel{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column}.check-header{display:none}.check-row,.component-row,.measure-row{grid-template-columns:1fr}.panel-title-row,.page-title-row{align-items:flex-start;flex-direction:column}.sticky-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.sticky-actions button{width:100%}.brand-subtitle{display:none}.project-inspection-row{grid-template-columns:1fr 1fr}.compact-search{max-width:none;width:100%}}
@media(max-width:650px){.app-header{height:auto;min-height:72px;padding-top:10px;padding-bottom:10px}.tabs{top:72px}.header-actions .user-chip{display:none}.panel{padding:16px}.hero{padding:24px}.auth-card{padding:24px}.photo-actions button,.plan-actions button{width:100%}.project-drawing-surface.pdf-surface,.plan-surface.pdf-surface{height:430px}.recent-card{align-items:flex-start;flex-direction:column}}
.auth-create-admin{margin-top:10px}.auth-note{margin-top:12px;color:var(--muted);font-size:11px;line-height:1.45}.cloud-setup-steps{margin:7px 0 0 18px;padding:0}.cloud-setup-steps li{margin:4px 0}

@media(max-width:600px){.sticky-actions{grid-template-columns:1fr}.response-key{align-items:flex-start}.response-chip{font-size:10px}.check-response{min-height:44px}}

@media(max-width:700px){.report{padding:6px}.report-header{align-items:flex-start}.report-logo{width:52px;height:52px}.report .report-grid{grid-template-columns:1fr}.report-section{padding:12px}.report table{font-size:11px}.brand-name{max-width:58vw;white-space:normal;line-height:1.15}}

/* v19 reusable checks/responses, linked drawings and report presentation */
.check-response-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center;min-width:0}
.library-mini{white-space:nowrap;font-size:11px;padding:7px 9px}
.library-editor,.library-suggestions{margin-top:16px;padding-top:14px;border-top:1px solid var(--line,#d9d5df)}
.library-list{display:grid;gap:8px;margin:10px 0}
.library-row{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid var(--line,#d9d5df);border-radius:10px;background:#faf9fb}
.library-row small{display:block;color:var(--muted,#716b79);margin-top:3px}
.library-response-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;gap:6px;align-items:center}
.library-check-actions{margin-top:8px;flex-wrap:wrap}
.danger-soft{border-color:#e6b8b8;color:#9d2020;background:#fff7f7}
.project-filter-bar{margin-bottom:10px}
.project-marker-button{pointer-events:auto!important;cursor:pointer;border:3px solid #fff;padding:0;font:inherit}
.project-marker-button:focus{outline:3px solid rgba(35,25,66,.32);outline-offset:3px}
.project-inspection-row-v19{display:grid;grid-template-columns:1fr 1.35fr 1fr .9fr .8fr 1fr .9fr auto;gap:8px;align-items:center}
.report-logo{width:150px!important;height:105px!important;object-fit:contain!important}
.report-section>h2{background:#ece9f2;border-left:4px solid #231942;border-radius:7px;padding:9px 11px;margin:-4px -4px 12px!important}
.report-section table{background:#fff}
.report-section td:first-child{font-weight:700;color:#4e4758;background:#faf9fb}
@media(max-width:760px){.check-response-wrap{grid-template-columns:1fr}.library-row{align-items:flex-start;flex-direction:column}.library-response-row{grid-template-columns:1fr auto auto auto}.project-inspection-row-v19{grid-template-columns:1fr}.report-logo{width:105px!important;height:76px!important}}
.report-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.report-form-field{border:1px solid #d9d5df;border-radius:9px;padding:10px 12px;background:#fff;min-height:54px}
.report-form-field span{display:block;color:#6e6776;font-size:11px;font-weight:800;margin-bottom:5px}
.report-form-field strong{display:block;font-size:13px;color:#1c1822;word-break:break-word}
@media(max-width:700px){.report-form-grid{grid-template-columns:1fr}}
.filter-panel{grid-template-columns:2fr 1fr 1fr 1fr}
.check-actions{flex-wrap:wrap}
@media(max-width:1050px){.filter-panel{grid-template-columns:1fr}}

/* v20 installation records, personal register layouts and central admin controls */
.installation-subsection{margin:14px 0 18px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#faf9fb}
.installation-subsection h3{margin:0 0 12px;color:var(--brand)}
.component-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0 16px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#faf9fb}
.component-pick{display:flex;flex-direction:row;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:700}
.component-pick input{width:auto;margin:0}
.layout-list{display:grid;gap:8px;margin-top:12px}
.layout-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:#fff}
.layout-row.dragging{opacity:.55;box-shadow:var(--shadow)}
.layout-row label{display:flex;flex-direction:row;align-items:center;gap:8px;margin:0}
.layout-row input{width:auto;margin:0}
.layout-grip{font-size:20px;line-height:1;color:var(--muted);cursor:grab;user-select:none}
.central-actions{display:flex;gap:5px;flex-wrap:wrap;min-width:150px}
#adminInspectionTable td,#adminArchivedTable td{vertical-align:top}
.report-logo{width:190px!important;height:132px!important}
@media(max-width:900px){.component-picker{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.component-picker{grid-template-columns:1fr}.layout-row{grid-template-columns:auto 1fr}.layout-row .header-actions{grid-column:1/-1}.central-actions{min-width:0}.report-logo{width:128px!important;height:92px!important}}

.mini-status.Missing{background:#fde4e4;color:#9d2020;border:1px solid #f0bbbb}.text-condemned{background:#fce4e4;color:#9d2020;font-weight:900;border-radius:5px;padding:1px 4px}
