:root{--bg:#eef2f6;--panel:#fff;--ink:#0f172a;--muted:#64748b;--line:#d7dde6;--brand:#17345d;--brand-2:#24466f;--soft:#eef4fb;--danger:#b42318;--success:#0f766e;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.loading-screen{min-height:100vh;color:var(--brand);place-items:center;gap:12px;font-weight:700;display:grid}.login-screen{background:#17243a;place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:#fff;border:1px solid #ffffff29;border-radius:8px;gap:14px;width:min(420px,100%);padding:28px;display:grid;box-shadow:0 24px 70px #060e1c57}.login-icon{background:var(--soft);width:46px;height:46px;color:var(--brand);border-radius:8px;place-items:center;display:inline-grid}.login-panel h1,.login-panel p{margin:0}.login-panel h1{font-size:24px;line-height:1.18}.login-panel p{color:var(--muted);font-size:13px;line-height:1.45}.login-warning{color:var(--danger);background:#fff1f0;border:1px solid #f4c7c3;border-radius:7px;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.35}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh}.topbar{color:#fff;background:#17243a;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;height:76px;padding:0 24px;display:flex}.app-title{margin:0;font-size:18px;font-weight:800;line-height:1.2}.app-subtitle{color:#bfd0e5;margin:4px 0 0;font-size:12px}.topbar-actions,.editor-actions,.savebar,.section-title-row{align-items:center;gap:10px;display:flex}.button{white-space:nowrap;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:750;display:inline-flex}.button.dark{background:var(--brand);color:#fff}.button.soft{background:var(--soft);color:var(--brand);border:1px solid #cddbed}.button.ghost{color:#fff;background:#ffffff14;border:1px solid #ffffff2e}.button.ghost.active{background:#ffffff2e;border-color:#ffffff57}.button.full{width:100%}.button:disabled{cursor:not-allowed;opacity:.58}.notice{border-radius:7px;justify-content:space-between;align-items:center;gap:12px;margin:14px 24px 0;padding:10px 12px;font-size:13px;font-weight:650;display:flex}.notice button{color:inherit;background:0 0;border:0;font-weight:800}.notice.error{color:var(--danger);background:#fff1f0;border:1px solid #f4c7c3}.notice.success{color:var(--success);background:#edfdf9;border:1px solid #a8e6d8}.workspace{grid-template-columns:292px minmax(560px,1fr) minmax(420px,.9fr);gap:16px;height:calc(100vh - 76px);padding:18px;display:grid}.workspace.client-panel-collapsed{grid-template-columns:156px minmax(620px,1fr) minmax(420px,.9fr)}.client-panel,.editor-panel,.preview-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;min-height:0}.client-panel{flex-direction:column;gap:16px;padding:16px;display:flex;overflow:auto}.client-panel.collapsed{padding:8px;overflow:hidden}.panel-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.panel-title-group{align-items:center;gap:8px;min-width:0;display:flex}.panel-heading h2,.new-client-form h3,.editor-header h1,.section-card h2,.risk-card h3,.checklist-editor h3{margin:0}.panel-heading h2{font-size:18px}.panel-heading span{background:var(--soft);min-width:28px;height:24px;color:var(--brand);border-radius:999px;place-items:center;font-size:12px;font-weight:800;display:inline-grid}.icon-button{border:1px solid var(--line);width:34px;height:34px;color:var(--brand);background:#fff;border-radius:7px;place-items:center;display:inline-grid}.icon-button:hover,.icon-button:focus-visible,.client-panel-rail:hover,.client-panel-rail:focus-visible{background:#f8fafc;border-color:#b9c8dc}.icon-button:focus-visible,.client-panel-rail:focus-visible{outline-offset:2px;outline:3px solid #24466f29}.client-panel-rail{border:1px solid var(--line);width:100%;height:100%;min-height:72px;color:var(--brand);background:#fff;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-content:start;place-items:center start;gap:10px;padding:12px 10px;font-weight:850;display:grid}.client-panel-rail-copy{gap:4px;min-width:0;display:grid}.client-panel-rail-copy span{white-space:nowrap;line-height:1}.client-panel-rail-copy small{color:var(--muted);white-space:nowrap;font-size:11px;font-weight:800;line-height:1}.client-list{gap:8px;display:grid}.client-item{border:1px solid var(--line);background:#fff;border-radius:7px;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:4px;width:100%;display:grid;overflow:hidden}.client-item-main{min-width:0;min-height:66px;color:var(--ink);text-align:left;background:0 0;border:0;align-content:center;gap:5px;padding:12px;display:grid}.client-item-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.client-item-main span,.muted,.section-help{color:var(--muted);font-size:13px;line-height:1.45}.client-item-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.client-item.active{box-shadow:inset 3px 0 0 var(--brand);background:#f4f8fd;border-color:#9ab2d1}.client-delete-button{color:#9a3412;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:30px;height:30px;display:inline-grid}.client-delete-button:hover,.client-delete-button:focus-visible{color:var(--danger);background:#fff1f0;border-color:#f1b8b3}.client-delete-button:disabled{cursor:not-allowed;opacity:.5}.new-client-form{border-top:1px solid var(--line);gap:9px;margin-top:auto;padding-top:16px;display:grid}.two-cols{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cep-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.field-note{margin:-3px 0 2px;font-size:12px;line-height:1.35}.field-note.success{color:var(--success)}.field-note.error{color:var(--danger)}.editor-panel{flex-direction:column;min-width:0;display:flex;overflow:hidden}.dashboard-panel{background:#f8fafc}.dashboard-view{gap:14px;min-height:0;padding:18px;display:grid;overflow:auto}.dashboard-header{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;min-height:86px;padding:18px;display:flex}.dashboard-header h1{margin:0;font-size:24px;line-height:1.2}.dashboard-score{background:var(--brand);color:#fff;border-radius:8px;justify-items:end;gap:2px;min-width:130px;padding:12px;display:grid}.dashboard-score span{font-size:28px;font-weight:850;line-height:1}.dashboard-score small{color:#c9d8ea;font-size:11px;font-weight:750}.dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.kpi-card,.dashboard-section{border:1px solid var(--line);background:#fff;border-radius:8px}.kpi-card{align-content:start;gap:7px;min-height:128px;padding:14px;display:grid}.kpi-card svg{color:var(--brand)}.kpi-card span,.dashboard-section-heading span,.dashboard-table-head,.status-split,.client-ranking strong{color:var(--muted);font-size:12px;font-weight:780}.kpi-card strong{font-size:28px;line-height:1}.kpi-card small{color:var(--muted);font-size:12px;line-height:1.35}.dashboard-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;display:grid}.dashboard-section{gap:12px;padding:14px;display:grid}.dashboard-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-section-heading h2{margin:0;font-size:16px}.status-meter{background:#e6edf5;border-radius:999px;height:12px;overflow:hidden}.status-meter div{border-radius:inherit;background:var(--success);min-width:4px;height:100%}.status-split{justify-content:space-between;gap:12px;display:flex}.status-split strong{color:var(--ink)}.risk-bars{gap:9px;display:grid}.risk-bar-row{grid-template-columns:82px minmax(0,1fr) 26px;align-items:center;gap:9px;font-size:12px;display:grid}.risk-bar-row span{color:#334155;font-weight:750}.risk-bar-row div{background:#e6edf5;border-radius:999px;height:9px;overflow:hidden}.risk-bar-row i{border-radius:inherit;background:#7695bd;height:100%;display:block}.risk-bar-row strong{text-align:right;font-size:12px}.dashboard-wide{min-width:0}.dashboard-table{border:1px solid var(--line);border-radius:7px;gap:1px;display:grid;overflow:hidden}.dashboard-table-head,.dashboard-table-row{grid-template-columns:minmax(120px,1.2fr) minmax(120px,1fr) 100px 92px 64px;align-items:center;gap:8px;display:grid}.dashboard-table-head{color:var(--brand);background:#e8eef7;padding:9px 10px}.dashboard-table-row{background:#fff;min-height:42px;padding:9px 10px;font-size:12px}.dashboard-table-row span{color:#475569}.dashboard-table-row button,.client-ranking button{color:var(--brand);text-align:left;background:0 0;border:0;font-size:12px;font-weight:850}.status-pill{background:#fff7ed;border-radius:999px;width:fit-content;min-height:24px;padding:4px 8px;font-weight:800;color:#9a3412!important}.status-pill.success{background:#ecfdf5;color:var(--success)!important}.client-ranking{gap:8px;display:grid}.client-ranking button{border:1px solid var(--line);background:#fff;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:10px;display:flex}.client-ranking button:hover,.dashboard-table-row button:hover{background:#f8fafc}.editor-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:0;margin:0 0 4px;font-size:11px;font-weight:850}.editor-header h1{font-size:22px;line-height:1.2}.history-select{width:min(330px,100%);position:relative}.history-select-trigger{width:100%;min-height:44px;color:var(--ink);text-align:left;background:#fff;border:1px solid #cfd8e3;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;display:flex}.history-select-trigger:hover,.history-select-trigger.open,.history-select-trigger:focus-visible{border-color:#7695bd;box-shadow:0 0 0 3px #24466f1a}.history-select-trigger:disabled{cursor:not-allowed;opacity:.62}.history-select-trigger svg{color:var(--brand);flex:none}.history-select-trigger-copy{gap:2px;min-width:0;display:grid}.history-select-trigger-copy span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;line-height:1.2;overflow:hidden}.history-select-trigger-copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.25;overflow:hidden}.history-select-menu{z-index:30;background:#fff;border:1px solid #cfd8e3;border-radius:8px;width:min(380px,100vw - 32px);max-height:min(380px,62vh);position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 18px 42px #0f172a2e}.history-select-group-title{z-index:1;border-bottom:1px solid var(--line);color:var(--brand);letter-spacing:0;text-transform:uppercase;background:#f8fafc;padding:10px 12px;font-size:11px;font-weight:900;position:sticky;top:0}.history-select-list{gap:4px;padding:6px;display:grid}.history-select-option{width:100%;min-height:64px;color:var(--ink);background:#fff;border:1px solid #0000;border-radius:7px;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:4px;display:grid;overflow:hidden}.history-select-option:hover,.history-select-option:focus-within{background:#f8fafc;border-color:#d6e1ee}.history-select-option.active{background:#eef4fb;border-color:#9ab2d1}.history-option-content{min-width:0;min-height:62px;color:var(--ink);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.history-option-main{gap:3px;min-width:0;display:grid}.history-option-main strong,.history-option-main span,.history-option-main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-option-main strong{font-size:13px;line-height:1.2}.history-option-main span{color:#334155;font-size:12px;font-weight:750;line-height:1.2}.history-option-main small{color:var(--muted);font-size:11px;font-weight:700;line-height:1.2}.history-delete-button{color:#9a3412;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:30px;height:30px;display:inline-grid}.history-delete-button:hover,.history-delete-button:focus-visible{color:var(--danger);background:#fff1f0;border-color:#f1b8b3}.section-menu{border-bottom:1px solid var(--line);background:#fff}.section-menu-toggle{width:100%;min-height:58px;color:var(--ink);text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.section-menu-toggle span{color:var(--muted);text-transform:uppercase;gap:3px;font-size:11px;font-weight:850;display:grid}.section-menu-toggle strong{color:var(--brand);text-transform:none;font-size:15px}.section-menu-toggle:hover,.section-menu-toggle:focus-visible{background:#f8fafc}.section-menu-toggle:focus-visible{outline-offset:-3px;outline:3px solid #24466f29}.chevron{color:var(--brand);transition:transform .16s}.chevron.open{transform:rotate(180deg)}.section-menu-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0 12px 12px;display:grid}.tab{min-height:36px;color:var(--muted);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:760;display:inline-flex}.tab.active{background:var(--soft);color:var(--brand);border-color:#cddbed}.editor-body{background:#f8fafc;flex:1;min-height:0;padding:18px;overflow:auto}.section-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:18px}.section-card h2{font-size:18px}.section-help{margin:7px 0 16px}.field{gap:6px;display:grid}.field span{color:#334155;font-size:12px;font-weight:750}.input,.textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd8e3;border-radius:6px;outline:none;padding:9px 10px}.input{min-height:38px}.textarea{resize:vertical;min-height:160px;line-height:1.5}.input:focus,.textarea:focus{border-color:#7695bd;box-shadow:0 0 0 3px #24466f1f}.form-grid{gap:12px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.read-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.read-field{border:1px solid var(--line);border-radius:7px;gap:4px;padding:10px;display:grid}.read-field.wide{grid-column:1/-1}.read-field span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.read-field strong{min-height:18px;font-size:14px}.upload-form{grid-template-columns:220px 1fr auto;align-items:center;gap:10px;display:grid}.file-input{background:#f8fafc;border:1px dashed #9fb2cc;border-radius:6px;width:100%;min-height:38px;padding:7px}.photo-manager{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.photo-manager figure{border:1px solid var(--line);border-radius:7px;margin:0;padding:8px}.photo-manager img{object-fit:cover;border-radius:5px;width:100%;height:170px}.photo-manager figcaption{color:var(--muted);margin:8px 0;font-size:12px}.photo-manager button,.action-row button{color:var(--danger);text-align:left;background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.risk-editor{gap:12px;display:grid}.risk-card{border:1px solid var(--line);background:#fbfdff;border-radius:8px;padding:14px}.risk-card h3{color:var(--brand);font-size:15px}.risk-card p{color:var(--muted);margin:4px 0 12px;font-size:12px}.checklist-editor{gap:16px;display:grid}.checklist-editor section{gap:8px;display:grid}.checklist-editor h3{color:var(--brand);background:#e8eef7;border-radius:6px;padding:8px 10px;font-size:13px}.checklist-row{grid-template-columns:48px minmax(180px,1fr) 150px minmax(160px,.8fr);align-items:center;gap:8px;display:grid}.checklist-row>span{color:var(--brand);text-align:center;font-weight:850}.section-title-row{justify-content:space-between;align-items:flex-start}.action-editor{gap:9px;display:grid}.action-row{grid-template-columns:minmax(150px,1.2fr) minmax(160px,1.3fr) 120px 130px 110px 70px;align-items:center;gap:8px;display:grid}.savebar{border-top:1px solid var(--line);justify-content:flex-end;padding:12px 18px}.empty-state{text-align:center;max-width:380px;min-height:360px;color:var(--muted);align-content:center;place-items:center;gap:12px;margin:auto;display:grid}.empty-state h2{color:var(--ink);margin:0}.preview-panel{background:#dfe5ed;padding:16px;overflow:auto}.preview-placeholder{text-align:center;min-height:100%;color:var(--muted);align-content:center;justify-items:center;gap:10px;display:grid}.report-preview{justify-items:center;gap:16px;display:grid}.report-page{color:#061b3e;background:#fff;width:420px;min-height:594px;padding:38px 38px 32px;font-family:Times New Roman,Times,serif;font-size:7px;line-height:1.28;box-shadow:0 20px 45px #0f172a29}.report-header{text-align:center;border-bottom:1.5px solid #0c2d5a;margin-bottom:28px;padding-bottom:24px}.report-header h1{text-transform:uppercase;letter-spacing:0;margin:0;font-size:13px}.report-header p{margin:3px 0 0;font-size:8px;font-style:italic}.report-section-title{text-transform:uppercase;color:#09234d;border-bottom:1.5px solid #0c2d5a;margin:0 0 10px;padding-bottom:5px;font-size:10px}.report-subtitle{color:#09234d;margin:12px 0 6px;font-size:8px;text-decoration:underline}.report-instruction{color:#111827;margin:0 0 9px;font-size:6.5px;font-style:italic}.report-table{border-collapse:collapse;table-layout:fixed;width:100%}.report-table th,.report-table td{vertical-align:top;border:.8px solid #000;min-height:11px;padding:3px 4px}.report-table th{color:#000;text-align:left;background:#d8e0ee;font-weight:700}.identity-table th{width:34%}.report-lines{white-space:pre-wrap;color:#111827;border-bottom:1px dotted #5f6368;min-height:166px;margin-top:8px;padding-top:8px}.photo-grid-report{grid-template-columns:1fr 1fr;gap:0;display:grid}.photo-slot-report{border:.8px solid #000;min-height:56px;margin:0}.photo-slot-report div,.photo-slot-report img{object-fit:cover;color:#111827;place-items:center;width:100%;height:45px;display:grid}.photo-slot-report figcaption{border-top:.8px solid #000;min-height:16px;margin:0;padding:3px 4px}.risk-report-list{gap:12px;display:grid}.risk-report-table th{color:#fff;background:#17345d;width:24%}.risk-report-table td{height:12px}.checklist-report-table thead th,.action-report-table thead th{color:#fff;text-align:center;background:#17345d}.checklist-report-table th:first-child,.checklist-report-table td:first-child{text-align:center;width:8%}.checklist-report-table th:nth-child(2),.checklist-report-table td:nth-child(2){width:45%}.checklist-report-table th:nth-child(3),.checklist-report-table td:nth-child(3),.checklist-report-table th:nth-child(4),.checklist-report-table td:nth-child(4),.checklist-report-table th:nth-child(5),.checklist-report-table td:nth-child(5){text-align:center;width:12%}.checklist-report-table td{height:14px}.category-row td{color:#000;background:#d8e0ee;font-weight:700;text-align:left!important}.checklist-total{text-align:right;margin:8px 0 0;font-weight:700}.action-report-table th:first-child,.action-report-table td:first-child{text-align:center;width:8%}.action-report-table th:nth-child(4),.action-report-table td:nth-child(4){width:14%}.action-report-table th:nth-child(5),.action-report-table td:nth-child(5),.action-report-table th:nth-child(6),.action-report-table td:nth-child(6){width:13%}.action-report-table td{height:17px}.priority-legend{margin-top:28px}.priority-legend strong{margin-bottom:5px;display:block}.priority-legend p{margin:0}.signature-line{border-top:1px solid #17345d;width:220px;margin-top:54px;padding-top:6px;font-style:italic}@media (width<=1320px){.workspace{grid-template-columns:280px minmax(520px,1fr);height:auto}.workspace.client-panel-collapsed{grid-template-columns:156px minmax(520px,1fr)}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.preview-panel{grid-column:1/-1;max-height:720px}}@media (width<=900px){.topbar{flex-direction:column;align-items:flex-start;gap:12px;height:auto;padding:16px}.workspace{grid-template-columns:1fr;padding:12px}.workspace.client-panel-collapsed{grid-template-columns:1fr}.dashboard-workspace .dashboard-panel{order:-2}.dashboard-workspace .preview-panel{order:-1}.client-panel.collapsed{min-height:56px}.dashboard-header,.status-split,.client-ranking button{flex-direction:column;align-items:stretch}.dashboard-score{justify-items:start}.dashboard-kpis{grid-template-columns:1fr}.dashboard-table{border:0;gap:8px}.dashboard-table-head{display:none}.dashboard-table-row{border:1px solid var(--line);border-radius:7px;grid-template-columns:1fr}.editor-header,.editor-actions,.upload-form,.cep-row,.form-grid.two,.form-grid.three,.read-grid,.photo-manager,.action-row,.checklist-row{grid-template-columns:1fr}.editor-header,.editor-actions{flex-direction:column;align-items:stretch}.history-select,.history-select-menu{width:100%}.history-select-menu{left:0;right:0}.section-menu-list{grid-template-columns:1fr}.report-page{width:min(420px,100%)}}@media print{body{background:#fff}.topbar,.notice,.client-panel,.editor-panel{display:none!important}.workspace{height:auto;padding:0;display:block}.preview-panel{background:#fff;border:0;padding:0;display:block;overflow:visible}.report-preview{display:block}.report-page{width:210mm;min-height:297mm;box-shadow:none;page-break-after:always;padding:20mm 19mm;font-size:9pt}.report-header h1{font-size:15pt}.report-header p,.report-subtitle{font-size:10pt}.report-section-title{font-size:11pt}.report-instruction{font-size:8pt}}
