:root{--ink:#0c1619;--slate:#163039;--steel:#355866;--mist:#d8e7ea;--cloud:#f6f3ee;--paper:#fffdf9;--copper:#d36a31;--amber:#f1b756;--emerald:#1d8a66;--rose:#ab4f4f;--muted:#697271;--border:#dfe2de;--shadow-soft:0 18px 40px #e9ebe6;--shadow-strong:0 28px 60px #d2d5d2;--radius-lg:28px;--radius-md:20px;--radius-sm:12px}*{box-sizing:border-box}html{background:linear-gradient(135deg,#ece8e0 0%,#f6f3ee 42%,#eef3f4 100%);min-height:100%}body{min-height:100vh;color:var(--ink);margin:0;font-family:Avenir Next,Segoe UI,sans-serif}code{background:#e9ebe6;border-radius:8px;padding:.15rem .35rem;font-family:SFMono-Regular,Menlo,monospace}a{color:inherit;text-decoration:none}.app-frame{grid-template-columns:320px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(145deg,#0c1619 0%,#163039 56%,#355866 100%);flex-direction:column;gap:2rem;height:100vh;padding:2rem;display:flex;position:sticky;top:0}.sidebar-main{gap:1.75rem;display:grid}.sidebar-kicker,.eyebrow{letter-spacing:.2em;text-transform:uppercase;margin:0 0 .6rem;font-size:.8rem}.sidebar-kicker{color:#d8e7ea}.eyebrow{color:#747d7a}.sidebar-title{margin:0;font-family:Iowan Old Style,Palatino Linotype,serif;font-size:2rem;line-height:1.05}.nav-list{gap:.75rem;display:grid}.nav-item-group{gap:.45rem;display:grid}.nav-link{background:#1d3036;border:1px solid #243840;border-radius:999px;padding:.95rem 1rem;transition:transform .16s,background .16s}.nav-link:hover{background:#263a40;transform:translate(4px)}.nav-link-active{color:#0c1619;background:linear-gradient(135deg,#f1b756,#d36a31);border-color:#f1b756}.nav-link-disabled{cursor:not-allowed;color:#8da0a5;background:#182a30;border-color:#1f353c}.nav-link-context{margin-left:calc(var(--nav-context-depth,1) * 1rem);border-radius:20px;padding:.8rem .95rem;font-size:.95rem}.sidebar-footnote{color:#f6f3ee;align-items:center;gap:.75rem;margin-top:auto;font-size:.92rem;display:flex}.status-dot{background:var(--amber);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 8px #fbefd9}.content{padding:2rem}.page-header{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:1.5rem;display:grid}.page-header h2,.section-head h3{margin:0;font-family:Iowan Old Style,Palatino Linotype,serif}.section-head{justify-content:space-between;align-items:start;gap:1.25rem;min-height:3rem;margin-bottom:1.1rem;display:flex}.section-head>div:first-child{min-width:0}.section-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.page-header h2{font-size:clamp(2rem,3vw,3rem)}.table-subtext,.metric-detail{color:#5a6463;margin:.55rem 0 0;line-height:1.55}.icon-button{width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;background:#fbfaf6;border:1px solid #e9ebe6;border-radius:999px;justify-content:center;align-items:center;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.icon-button:hover{background:#fffdf9;border-color:#f6ce93;transform:translateY(-1px)}.identity-card{flex-direction:column;justify-self:end;gap:.4rem;width:280px;min-width:280px;max-width:280px;padding:1.3rem 1.35rem;display:flex}.identity-card span{text-transform:uppercase;letter-spacing:.14em;color:#798381;font-size:.82rem}.identity-card strong{font-size:1.2rem;line-height:1.2}.identity-card small{color:#697271;text-transform:capitalize}.identity-card .button-secondary{margin-top:.35rem}.theme-control{gap:.45rem;margin-top:.7rem;display:grid}.theme-control-label{color:#798381;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.theme-switch{background:#e9ebe6;border:1px solid #dfe2de;border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;padding:.28rem;display:grid}.theme-switch button{color:#505c5d;cursor:pointer;font:inherit;background:#f6f3ee;border:0;border-radius:999px;padding:.48rem .4rem;font-size:.76rem;font-weight:800}.theme-switch button[data-active=true]{color:#0c1619;background:linear-gradient(135deg,#f1b756,#d36a31)}.page-body{gap:1.25rem;margin-top:1.5rem;display:grid}.toast-viewport{z-index:1000;pointer-events:none;gap:.75rem;width:min(360px,100vw - 2rem);display:grid;position:fixed;top:1.5rem;right:1.5rem}.toast{border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-strong);pointer-events:auto;background:linear-gradient(145deg,#fffdf9,#e8eeef);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.9rem;padding:1rem 1.05rem;display:grid}.toast p{color:var(--ink);margin:0;line-height:1.5}.toast-success{border-color:#cee6dc;box-shadow:0 24px 60px #d3e9df}.toast-error{border-color:#e2c7c1;box-shadow:0 24px 60px #e8d2cd}.toast-info{border-color:#d1dfe3;box-shadow:0 24px 60px #dbe5e8}.toast-close{color:#798381;cursor:pointer;background:#e9ebe6;border:none;border-radius:999px;width:1.85rem;height:1.85rem;padding:0;font-size:1.2rem;line-height:1}.toast-close:hover{color:var(--ink)}.metrics-grid,.grid-two,.grid-three{gap:1rem;display:grid}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card,.section-card,.hero-card,.data-row{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#fffdf9,#e8eeef)}.metric-card,.hero-card{border-radius:var(--radius-lg);padding:1.3rem 1.35rem}.metric-head,.inline-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.metric-label{text-transform:uppercase;letter-spacing:.16em;color:#818986;font-size:.8rem}.metric-value{margin-top:1rem;font-size:2rem;line-height:1;display:block}.section-card{border-radius:var(--radius-lg);padding:1.35rem}.section-card-collapsible{cursor:pointer;transition:transform .16s,box-shadow .16s}.section-card-collapsible:hover{box-shadow:var(--shadow-strong);transform:translateY(-1px)}.hero-card{color:#fff;background:linear-gradient(145deg,#0f1e23,#163039),linear-gradient(135deg,#0c1619,#163039);gap:1rem;display:grid}.hero-card p,.hero-card li{color:#fffdf9}.bullet-list,.token-grid,.plain-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.token-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.token-grid li,.data-row{border-radius:var(--radius-md);padding:1rem 1.05rem}.data-row{gap:.3rem;display:grid}.data-row strong{font-size:1rem}.status-pill{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-pill-neutral{color:var(--slate);background:#e4ebed}.status-pill-success{color:var(--emerald);background:#dfefe8}.status-pill-warning{color:#8a5d00;background:#fae8c9}.status-pill-danger{color:var(--rose);background:#efe0db}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #e9ebe6;padding:.95rem .35rem}.table th{text-transform:uppercase;letter-spacing:.12em;color:#798381;font-size:.78rem}.table input,.table select,.table textarea{width:100%;min-width:9rem;color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:10px;padding:.65rem .7rem}.table textarea{resize:vertical;min-height:4.5rem}.table small{color:#5f6968;margin-top:.25rem;line-height:1.35;display:block}.table-scroll{overflow-x:auto}.table-scroll-users{max-height:24rem;overflow-y:auto}.selectable-table tbody tr{cursor:pointer;transition:background .16s}.selectable-table tbody tr:hover td{background:#f7f4ef}.table-row-active td{background:#fbefd9}.table-action-cell{white-space:nowrap;text-align:right;width:1%}.table-status-row{flex-wrap:wrap;gap:.45rem;margin-top:.45rem;display:flex}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:.9rem;margin-bottom:1rem;display:flex}.admin-toolbar-field{min-width:min(100%,240px)}.project-filters-row{grid-template-columns:repeat(4,minmax(14rem,16rem));justify-content:start;align-items:end;gap:.9rem;display:grid}.project-filters-row .admin-toolbar-field{min-width:0}.project-card{border-radius:var(--radius-md);background:#faf8f3;border:1px solid #e9ebe6;padding:1.1rem}.project-card-interactive{cursor:pointer;transition:transform .16s,box-shadow .16s,border-color .16s}.project-card-interactive:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.project-card-interactive:focus-visible{outline-offset:3px;outline:2px solid #f2b96c}.project-card-link{color:inherit;text-decoration:none}.project-card-side{justify-items:end;gap:.55rem;display:grid}.project-card-action{min-width:9rem}.project-card-grid{gap:1rem;display:grid}.project-card-grid-scroll{max-height:41rem;padding-right:.35rem;overflow-y:auto}.project-meta{flex-wrap:wrap;gap:.55rem;margin-top:.85rem;display:flex}.project-footer{color:#5f6968;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.92rem;display:flex}.progress-rail{background:#e4ebed;border-radius:999px;height:10px;overflow:hidden}.progress-rail span{background:linear-gradient(135deg,#f1b756,#d36a31);border-radius:999px;height:100%;display:block}.auth-shell{background:linear-gradient(135deg,#ece8e0 0%,#f6f3ee 42%,#eef3f4 100%);grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-hero{color:#fff;background:linear-gradient(145deg,#0c1619 0%,#163039 56%,#355866 100%);flex-direction:column;justify-content:center;padding:3rem;display:flex}.auth-card{flex-direction:column;justify-content:center;gap:1rem;padding:3rem;display:flex}.auth-form,.auth-note{border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fffdf9,#e8eeef);padding:1.35rem}.auth-form{gap:1rem;display:grid}.field{gap:.45rem;display:grid}.field span{font-size:.9rem;font-weight:700}.field input{width:100%;color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:16px;padding:.95rem 1rem;font-size:1rem}.field input:focus{border-color:#e8c3ad;outline:2px solid #f3ba6d}.field input:disabled,.field select:disabled,.field textarea:disabled,.project-scope-table input:disabled,.project-scope-table select:disabled,.project-scope-table textarea:disabled,.action-form-inline input:disabled,.chat-compose-textarea-compact:disabled{color:#697271;cursor:not-allowed;-webkit-text-fill-color:#697271;background:#d9deda;border-color:#c9cecb}.button-primary,.button-secondary{cursor:pointer;border:none;border-radius:999px;padding:.9rem 1.1rem;font-size:.95rem;font-weight:700;transition:transform .16s,background .16s,color .16s}.button-primary:hover,.button-secondary:hover{transform:translateY(-1px)}.button-primary:disabled,.button-secondary:disabled{color:#697271;cursor:default;background:#d9deda;transform:none}.button-primary{color:#0c1619;background:linear-gradient(135deg,#f1b756 0%,#d36a31 100%)}.button-secondary{color:var(--ink);background:#e9ebe6}.button-secondary-active{background:#f9e5c1;box-shadow:inset 0 0 0 1px #f4c686}.form-error,.form-success,.form-help,.auth-note p{margin:0;line-height:1.55}.form-error{color:var(--rose)}.form-success{color:var(--emerald)}.form-help,.auth-note p{color:#5f6968}.inline-form{gap:1rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.form-grid-quad{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid-wide{grid-column:1/-1}.field select,.field textarea{width:100%;color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:16px;padding:.95rem 1rem;font-family:inherit;font-size:1rem}.field textarea{resize:vertical;min-height:120px}.field-status-display{align-content:start}.field-status-pills{margin-top:0}.field select:focus,.field textarea:focus{border-color:#e8c3ad;outline:2px solid #f3ba6d}.action-cluster{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.folder-manager-actions{margin-top:.45rem}.folder-manager-form{align-items:end}.folder-manager-submit{align-self:end}.admin-card-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;display:grid}.management-card{border-radius:var(--radius-md);background:#f9f7f2;border:1px solid #e9ebe6;gap:1rem;padding:1.1rem;display:grid}.management-card h4{margin:0;font-size:1.1rem}.management-status{text-transform:uppercase;letter-spacing:.1em;color:var(--slate);background:#e9eef0;border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.danger-zone{border-top:1px solid #e8d2cd;gap:.7rem;padding-top:1rem;display:grid}.danger-zone strong,.checklist-wrap strong{font-size:.96rem}.danger-zone p{color:#5f6968;margin:0;line-height:1.55}.danger-button{color:var(--rose);background:#f2e8e4}.selection-list{align-content:start;gap:.75rem;display:grid}.selection-list-scroll-four{max-height:22rem;padding-right:.35rem;overflow-y:auto}.selection-list-scroll-three{max-height:18.75rem;padding-right:.35rem;overflow-y:auto}.datetime-field-control{gap:.35rem;display:grid}.datetime-field-inputs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;display:grid}.datetime-field-date{grid-column:1/-1}.datetime-field-time-part{min-width:0}.chat-selection-list{gap:.55rem}.chat-selection-list-scroll{max-height:13.2rem;padding-right:.35rem;overflow-y:auto}.chat-topic-card-collapsed{gap:0;min-height:0;padding:.72rem .95rem}.chat-topic-card-collapsed h4{margin:0}.chat-section-card-dedicated .chat-selection-list-scroll{max-height:33rem}.selection-list-compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.selection-item{text-align:left;cursor:pointer;background:#faf8f3;border:1px solid #e9ebe6;border-radius:18px;gap:.25rem;padding:.95rem 1rem;display:grid}.selection-item-static{cursor:default}.selection-item strong{font-size:1rem}.selection-item-row{justify-content:space-between;align-items:flex-start;gap:.9rem;display:flex}.selection-item-main{gap:.25rem;min-width:0;display:grid}.selection-item-main-button{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#faf8f3;border:0;padding:0;display:block}.selection-item-row .button-secondary{flex-shrink:0;align-self:center}.roster-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.roster-scope-toggle{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;min-height:3rem;margin-left:auto;display:flex}.roster-scope-toggle-label{color:var(--muted);font:inherit;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#fffdf9;border:0;max-width:13rem;padding:0;font-size:.84rem;font-weight:700;overflow:hidden}.roster-scope-toggle-label[data-active=true]{color:var(--ink)}.roster-scope-toggle-label:disabled{color:#98a19f;cursor:default}.roster-scope-toggle-switch{cursor:pointer;background:#e9ebe6;border:1px solid #dfe2de;border-radius:999px;width:3.5rem;height:2rem;padding:.18rem;position:relative}.roster-scope-toggle-switch:disabled{cursor:default}.roster-scope-toggle-thumb{background:linear-gradient(135deg,#f1b756,#d36a31);border-radius:999px;width:1.5rem;height:1.5rem;transition:transform .16s;display:block;transform:translate(0)}.roster-scope-toggle-switch[data-mode=all] .roster-scope-toggle-thumb{transform:translate(1.28rem)}.tool-types-roster-stack{margin-top:.95rem}.tool-management-setup-a-stack{gap:1rem;display:grid}.kit-type-member-stack{gap:.9rem;display:grid}.kit-type-member-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:.9rem;display:grid}.kit-type-member-remove{align-self:end}.tool-types-card-actions{margin-top:.3rem}.section-card-body-gap{margin-top:.95rem}.field-label-with-help{align-items:center;gap:.38rem;display:inline-flex}.field-help-icon{color:#566061;cursor:help;border:1px solid #c9cecb;border-radius:999px;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.chat-selection-item{gap:.16rem;padding:.72rem .85rem}.chat-selection-item-heading{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.chat-selection-item strong{font-size:.98rem}.chat-selection-item-heading span{color:#5f6968;font-size:.92rem;font-weight:500}.selection-item span,.selection-item small{color:#5f6968}.selection-item-active{background:#fbefd9;border-color:#f1b756;box-shadow:inset 0 0 0 1px #f7d299}.selection-item-active .selection-item-main-button{background:#fbefd9}.tool-multi-select-list{gap:.45rem;display:grid}.tool-multi-select-option{color:var(--ink);align-items:center;gap:.55rem;font-weight:500;display:flex}.tool-field-attachment-options{justify-items:start}.tool-field-attachment-options .tool-multi-select-option{justify-content:flex-start;width:fit-content}.tool-field-attachment-options .tool-multi-select-option input{border-radius:4px;flex:none;width:1rem;height:1rem;padding:0}.tool-field-attachment-options .tool-multi-select-option span{font-size:.95rem;font-weight:600}.tool-report-builder-block,.tool-report-filter-stack,.tool-report-groups{gap:.85rem;display:grid}.tool-report-filter-row{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:.85rem;display:grid}.tool-report-filter-remove{align-self:end}.field-placeholder{align-content:end}.tool-report-filter-empty{color:#697271;background:#f6f3ee;border:1px solid #dfe2de;border-radius:16px;align-items:center;min-height:3.35rem;padding:.95rem 1rem;display:flex}.tool-report-columns-list{padding-right:.35rem}.tool-report-column-option{cursor:pointer;background:#faf8f3;border:1px solid #e9ebe6;border-radius:18px;gap:.2rem;padding:.85rem .95rem;display:grid}.tool-report-column-option-selected{background:#fbefd9;border-color:#f1b756;box-shadow:inset 0 0 0 1px #f7d299}.tool-report-column-option input{margin:0}.tool-report-column-option span{font-weight:700}.tool-report-column-option small{color:#5f6968}.tool-report-table-shell{border:1px solid #e9ebe6;border-radius:18px;overflow-x:auto}.tool-report-table{border-collapse:collapse;width:100%;min-width:52rem}.tool-report-table th,.tool-report-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e9ebe6;padding:.9rem .95rem}.tool-report-table th{letter-spacing:.12em;text-transform:uppercase;color:#6d7674;background:#f6f3ee;font-size:.82rem}.tool-report-table tbody tr:last-child td{border-bottom:none}.tool-report-group{gap:.75rem;display:grid}.asset-photo-field{gap:.65rem;display:grid}.asset-photo-list{gap:.5rem;display:grid}.asset-photo-list-item{background:#f9f6f1;border:1px solid #e9ebe6;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:4.75rem;padding:.75rem .85rem;display:grid}.asset-photo-list-meta{gap:.25rem;min-width:0;display:grid}.asset-photo-list-meta strong,.asset-photo-list-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.asset-photo-list-item span{color:var(--muted);font-size:.9rem}.asset-photo-list-item .button-secondary{justify-self:start;padding:.45rem .7rem;font-size:.82rem}.tool-field-layout-section{flex-direction:column;align-items:flex-start;gap:.45rem;min-height:2.3rem;padding-top:.2rem;padding-bottom:.2rem;display:flex}.tool-field-layout-section strong{letter-spacing:.08em;text-transform:uppercase;color:#505c5d;font-size:.82rem}.tool-field-layout-section-collapsible{flex-flow:wrap;align-items:center;gap:.65rem}.tool-field-layout-section-toggle{flex-shrink:0;width:2rem;height:2rem}.tool-field-layout-section-meta{color:var(--muted);white-space:nowrap;font-size:.9rem}.collapsed-section-alert{color:#8c3a3a;letter-spacing:.02em;white-space:nowrap;background:#f0e2dd;border-radius:999px;align-items:center;padding:.22rem .72rem;font-size:.82rem;font-weight:700;display:inline-flex}.tool-field-layout-section-divider{background:linear-gradient(90deg,#c9cecb,#f4f4f0);width:100%;height:1px}.tool-field-layout-line-break{gap:0;min-height:.85rem;padding:0;display:block}.tool-field-owner-boundary{flex-direction:column;align-items:flex-start;gap:.45rem;padding-top:.55rem;padding-bottom:.2rem;display:flex}.tool-field-owner-boundary strong{letter-spacing:.08em;text-transform:uppercase;color:#414d4f;font-size:.82rem}.tool-field-owner-boundary-divider{background:linear-gradient(90deg,#d7bb77,#eee7d9);width:100%;height:1px}.section-card-disabled,.workspace-locked-outside{pointer-events:none;-webkit-user-select:none;user-select:none}.section-card-disabled{color:#697271;background:#e8eeef}.summary-chip-row{flex-wrap:wrap;gap:.6rem;display:flex}.workspace-summary-line{margin-top:.55rem}.workspace-summary-pills{margin-top:.55rem;margin-bottom:1.15rem}.summary-chip{color:#505c5d;background:#e9ebe6;border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.82rem;display:inline-flex}.checklist-wrap{gap:.75rem;display:grid}.checklist-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem;display:grid}.check-item{background:#f9f6f1;border:1px solid #e9ebe6;border-radius:18px;align-items:flex-start;gap:.75rem;padding:.85rem .95rem;display:flex}.check-item input{margin-top:.25rem}.check-item span{gap:.18rem;display:grid}.check-item small{color:#5f6968}.checklist-runner-shell{gap:1rem;padding-bottom:5.5rem;display:grid}.checklist-runner-hero{background:#fbfaf6;border:1px solid #e9ebe6;border-radius:20px;align-items:stretch;gap:1rem;padding:1rem;display:grid}.checklist-runner-title{gap:.75rem;display:grid}.checklist-runner-title h3{margin:0;font-family:Iowan Old Style,Palatino Linotype,serif;font-size:1.65rem;line-height:1.12}.checklist-runner-title p{color:#5a6463;margin:0;line-height:1.5}.checklist-runner-progress{background:#f6f3ee;border:1px solid #e6dfd3;border-radius:18px;align-content:center;gap:.45rem;padding:1rem;display:grid}.checklist-runner-progress strong{font-size:2rem;line-height:1}.checklist-runner-progress span,.checklist-runner-progress small{color:#5a6463}.checklist-runner-progress-track{background:#e9ebe6;border-radius:999px;height:.75rem;overflow:hidden}.checklist-runner-progress-track span{background:linear-gradient(135deg,#f1b756,#d36a31);border-radius:999px;height:100%;display:block}.checklist-runner-meta{gap:.75rem;display:grid}.checklist-previous-runs{background:#fffdf9;border:1px solid #e9ebe6;border-radius:18px;gap:.75rem;padding:.9rem 1rem;display:grid}.checklist-previous-runs>div:first-child{gap:.2rem;display:grid}.checklist-previous-runs span,.checklist-previous-runs small{color:#5f6968}.checklist-previous-run-list{gap:.5rem;display:grid}.checklist-previous-run-row{width:100%;min-height:4rem;color:inherit;text-align:left;background:#fbfaf6;border:1px solid #e9ebe6;border-radius:14px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .85rem;display:flex}.checklist-previous-run-row>span:first-child{gap:.2rem;display:grid}.checklist-runner-meta>div{background:#fffdf9;border:1px solid #e9ebe6;border-radius:18px;gap:.25rem;padding:.9rem 1rem;display:grid}.checklist-runner-meta span,.checklist-runner-meta small{color:#5f6968}.checklist-runner-meta span{letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.checklist-runner-sections{gap:.85rem;display:grid}.checklist-runner-section{background:#fffdf9;border:1px solid #e9ebe6;border-radius:18px;overflow:hidden}.checklist-runner-section-toggle{width:100%;min-height:4.5rem;color:var(--ink);text-align:left;cursor:pointer;background:#fffdf9;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.95rem;display:grid}.checklist-runner-section-icon{background:#f6f3ee;border:1px solid #e9ebe6;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex}.checklist-runner-section-copy{gap:.2rem;min-width:0;display:grid}.checklist-runner-section-copy strong{overflow-wrap:anywhere}.checklist-runner-section-copy small{color:#5f6968}.checklist-section-complete{color:#176b51;background:#dcf0e8;border-radius:999px;justify-content:center;align-items:center;padding:.22rem .72rem;font-size:.82rem;font-weight:800;display:inline-flex}.checklist-runner-section-body{gap:.75rem;padding:0 .85rem .85rem;display:grid}.checklist-runner-section-body>p{color:#5a6463;margin:0;line-height:1.5}.checklist-runner-item{background:#faf8f3;border:1px solid #e9ebe6;border-radius:16px;gap:.8rem;padding:.9rem;display:grid}.checklist-runner-item-missing{background:#f8ece8;border-color:#ab4f4f}.checklist-runner-item-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;display:grid}.checklist-runner-item-head>div{gap:.3rem;min-width:0;display:grid}.checklist-context-label{color:#5f6968;font-size:.86rem;font-weight:800}.checklist-item-prompt{max-width:100%;color:var(--ink);vertical-align:top;font-size:1rem;font-weight:900;line-height:1.35}.checklist-item-prompt strong{min-width:0}.checklist-help-icon{flex:none;margin-top:.12rem}.checklist-runner-item-head strong{line-height:1.35}.checklist-status{border-radius:999px;justify-content:center;align-items:center;min-width:4.25rem;padding:.25rem .65rem;font-size:.78rem;font-weight:800;display:inline-flex}.checklist-status-open{color:#505c5d;background:#e9ebe6}.checklist-status-pass{color:#176b51;background:#dcf0e8}.checklist-status-fail{color:#8c3a3a;background:#efe0db}.checklist-status-na{color:#355866;background:#e6edf0}.checklist-runner-control{gap:.4rem;display:grid}.checklist-runner-control span{font-size:.86rem;font-weight:800}.checklist-runner-control input,.checklist-runner-control select,.checklist-runner-control textarea{width:100%;min-height:3.15rem;color:var(--ink);font:inherit;background:#fffdf9;border:1px solid #dfe2de;border-radius:14px;padding:.85rem .95rem}.checklist-runner-control textarea{resize:vertical;min-height:6.5rem}.checklist-runner-control input:focus,.checklist-runner-control select:focus,.checklist-runner-control textarea:focus{border-color:#e8c3ad;outline:2px solid #f3ba6d}.checklist-runner-control input:disabled,.checklist-runner-control select:disabled,.checklist-runner-control textarea:disabled{color:#697271;cursor:not-allowed;-webkit-text-fill-color:#697271;background:#d9deda;border-color:#c9cecb}.checklist-runner-item-details{color:#5f6968;gap:.25rem;padding-top:.2rem;font-size:.86rem;line-height:1.4;display:grid}.checklist-runner-item-details span{font-weight:800}.checklist-measurement-group{background:#f6f3ee;border:1px solid #e6dfd3;border-radius:16px;gap:.8rem;padding:.9rem;display:grid}.checklist-measurement-group-missing{background:#f8ece8;border-color:#ab4f4f}.checklist-measurement-group-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;display:grid}.checklist-measurement-group-head>div{gap:.25rem;min-width:0;display:grid}.checklist-measurement-group-head span:first-child{color:#5f6968;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.checklist-measurement-group-head strong{overflow-wrap:anywhere}.checklist-measurement-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:.75rem;display:grid}.checklist-design-pane,.checklist-actual-pane{background:#fffdf9;border:1px solid #e9ebe6;border-radius:14px;gap:.6rem;min-width:0;padding:.75rem;display:grid}.checklist-design-pane>small{color:#5f6968;line-height:1.35}.checklist-measurement-pane-head{gap:.15rem;display:grid}.checklist-measurement-pane-head small{color:#5f6968;line-height:1.35}.checklist-actual-scroll{gap:.55rem;max-height:24rem;padding-right:.25rem;display:grid;overflow-y:auto}.checklist-measurement-row{background:#fbfaf6;border:1px solid #e9ebe6;border-radius:12px;gap:.55rem;padding:.65rem;display:grid}.checklist-measurement-row-missing{background:#f8ece8;border-color:#ab4f4f}.checklist-measurement-row-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.55rem;display:grid}.checklist-measurement-row-head>div{gap:.18rem;min-width:0;display:grid}.checklist-measurement-row-head .checklist-context-label{color:#5f6968;font-size:.78rem;font-weight:800}.checklist-measurement-row-head .checklist-item-prompt{font-size:.9rem}.checklist-measurement-row-head strong{overflow-wrap:anywhere;font-size:.9rem;line-height:1.3}.checklist-runner-control-compact{gap:.3rem}.checklist-runner-control-compact span{font-size:.78rem}.checklist-runner-control-compact input,.checklist-runner-control-compact select,.checklist-runner-control-compact textarea{border-radius:12px;min-height:2.65rem;padding:.65rem .7rem}.checklist-runner-actionbar{z-index:2;background:#fbfaf6;border:1px solid #e6dfd3;border-radius:999px;grid-template-columns:repeat(4,minmax(0,1fr));justify-self:center;gap:.55rem;width:min(100%,54rem);padding:.65rem;display:grid;position:sticky;bottom:1rem;box-shadow:0 12px 28px #d2d5d2}.checklist-action-icon{justify-content:center;align-items:center;gap:.45rem;min-height:3rem;padding-left:.75rem;padding-right:.75rem;display:inline-flex}.checklist-print-report{display:none}.workspace-grid{gap:1rem;display:grid}.workspace-split{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1rem;display:grid}.templates-roster-grid{align-items:start}.templates-roster-column{gap:1rem;min-width:0;display:grid}.template-roster-card{grid-template-rows:auto minmax(0,1fr);height:42rem;display:grid;overflow:hidden}.template-checklist-roster-card,.template-half-roster-card{height:32rem}.template-roster-body{align-content:start;gap:1rem;min-height:0;padding-right:.25rem;display:grid;overflow-y:auto}.template-roster-search-row{grid-template-columns:minmax(12rem,28rem) auto;justify-content:space-between;align-items:end;gap:1rem;display:grid}.template-roster-search-row .field{min-width:0}.template-roster-search-row .status-pill{white-space:nowrap;align-self:end}.project-checklist-roster-results{height:100%;min-height:0;padding-right:.25rem;overflow:hidden}.project-checklist-roster-layout{align-items:start;height:100%;min-height:100%}.project-checklist-roster-layout .selection-list-scroll-four{height:100%;min-height:0;max-height:none}.project-checklist-roster-layout>.data-row{min-height:0;overflow-y:auto}.project-checklist-roster-empty{margin:0}.project-checklist-template-grid{align-items:start}.workspace-pane{align-content:start;gap:.9rem;display:grid}.workspace-pane-wide{align-content:start}.workspace-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.workspace-form-section{background:#f8f5f0;border:1px solid #e9ebe6;border-radius:20px;gap:.85rem;padding:1rem;display:grid}.workspace-form-section h4,.workspace-pane h3{margin:0}.project-create-layout{gap:1.15rem}.project-create-grid{gap:1rem;display:grid}.project-create-grid-main{grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr) minmax(0,1.2fr) minmax(0,1.25fr) minmax(0,.85fr)}.project-create-grid-address{grid-template-columns:minmax(0,.9fr) minmax(0,.95fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,1.35fr) minmax(0,.6fr)}.project-create-grid-customer{grid-template-columns:minmax(0,1.5fr) minmax(0,1.25fr) minmax(0,.8fr) minmax(0,.8fr)}.project-create-grid-contact{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr)}.project-scope-type-card{background:#f9f6f1;border:1px solid #e9ebe6;border-radius:20px;gap:.9rem;padding:1rem 1.05rem;display:grid}.project-scope-type-trigger{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fffdf9;border:0;justify-content:space-between;align-items:center;gap:.85rem;padding:0;display:flex}.project-scope-type-trigger strong,.project-scope-type-trigger p{pointer-events:none}.project-scope-instance-list{gap:.8rem;display:grid}.project-scope-instance-card{gap:.6rem;display:grid}.project-scope-instance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem 1rem;display:grid}.project-scope-instance-section{color:#505c5d;border-top:1px solid #e9ebe6;grid-column:1/-1;grid-template-columns:auto auto auto minmax(0,1fr);align-items:center;gap:.55rem;padding-top:.15rem;display:grid}.project-scope-instance-section strong{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.project-scope-instance-line-break{grid-column:1/-1;min-height:.9rem}.project-scope-section-toggle{flex-shrink:0;width:2rem;height:2rem}.project-scope-section-meta{color:var(--muted);white-space:nowrap;font-size:.88rem}.project-scope-table{table-layout:fixed;width:max-content}.project-scope-table th:first-child,.project-scope-table td:first-child{width:8.5rem;min-width:8.5rem}.project-scope-table th:not(:first-child):not(.project-scope-inline-action-column),.project-scope-table td:not(:first-child):not(.project-scope-inline-action-column){width:7.5rem;min-width:7.5rem}.project-scope-table th{vertical-align:middle}.project-scope-table th strong{font-size:.95rem}.project-scope-add-type-panel{gap:.55rem;min-width:min(100%,22rem);display:grid}.project-scope-add-type-controls{align-items:center;gap:.55rem;display:flex}.project-scope-add-type-controls select{flex:auto}.project-scope-add-type-panel select{width:100%;color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:16px;padding:.85rem .95rem;font-family:inherit;font-size:1rem}.project-scope-add-type-panel select:focus{border-color:#e8c3ad;outline:2px solid #f3ba6d}.project-scope-copy-panel{align-items:end;gap:.75rem;margin-bottom:.8rem;display:flex}.project-scope-copy-panel .field{flex:18rem}.project-scope-inline-action-column-copy{width:15.5rem;min-width:15.5rem}.project-scope-copy-inline-controls{align-items:center;gap:.45rem;display:flex}.project-scope-copy-inline-controls select{width:10.65rem;min-width:10.65rem;color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:16px;padding:.48rem .56rem;font-family:inherit;font-size:.84rem}.project-scope-copy-inline-controls button{white-space:nowrap}.project-scope-controls-row th{text-align:center;border-bottom:none;padding-top:.35rem;padding-bottom:.35rem}.project-scope-designation-row th{padding-top:.35rem}.project-scope-section-row th,.project-scope-section-row td{vertical-align:middle;background:#f8f4ed;padding-top:.55rem;padding-bottom:.55rem}.project-scope-section-row th{letter-spacing:.08em;text-transform:uppercase;color:#505c5d;flex-wrap:wrap;align-items:center;gap:.55rem;font-size:.78rem;display:flex}.project-scope-section-row td{padding-top:0;padding-bottom:0;position:relative}.project-scope-section-divider{background:linear-gradient(90deg,#c9cecb,#f4f4f0);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.project-scope-line-break-row th,.project-scope-line-break-row td{background:#fffdf9;border-bottom:none;padding-top:.45rem;padding-bottom:.45rem}.project-scope-line-break-row th{padding-right:0}.project-scope-line-break-row td{padding-top:0;padding-bottom:0}.project-scope-designation-input{min-width:0}.project-scope-attachment-cell{gap:.45rem;display:grid}.project-scope-attachment-cell .action-cluster{gap:.45rem}.project-scope-attachment-cell .button-secondary{justify-content:center;width:100%}.project-scope-inline-icon{width:1.45rem;height:1.45rem;color:var(--ink);cursor:pointer;background:#eff0eb;border:1px solid #dfe2de;border-radius:999px;justify-content:center;align-items:center;font-size:.92rem;font-weight:700;line-height:1;display:inline-flex}.project-scope-inline-icon:disabled{color:#697271;cursor:default;background:#d9deda}.project-scope-inline-action-column{text-align:center;width:2rem;min-width:2rem}.project-scope-controls-row .project-scope-inline-action-column,.project-scope-designation-row .project-scope-inline-action-column{padding-left:0;padding-right:0}.project-scope-table input,.project-scope-table select,.project-scope-table textarea{width:100%;color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:16px;padding:.48rem .56rem;font-family:inherit;font-size:.84rem}.project-scope-table textarea{resize:vertical;min-height:4.5rem}.project-scope-table input:focus,.project-scope-table select:focus,.project-scope-table textarea:focus{border-color:#e8c3ad;outline:2px solid #f3ba6d}.project-scope-field-error,.project-scope-field-error input,.project-scope-field-error select,.project-scope-field-error textarea{box-shadow:0 0 0 2px #ebd7d2;border-color:#c9827d!important}.project-scope-multi-select{background:#f6f3ee;border:1px solid #e9ebe6;border-radius:18px;gap:.55rem;padding:.8rem .9rem;display:grid}.project-scope-actions{margin-top:.75rem}.checklist-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}.workspace-path-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.workspace-inline-panel{justify-items:end;gap:.75rem;display:grid;position:relative}.workspace-floating-card{z-index:8;width:min(100%,34rem);min-width:min(34rem,100vw - 8rem);box-shadow:var(--shadow-soft);position:absolute;top:calc(100% + .75rem);right:0}.workspace-list{gap:.85rem;display:grid}.export-actions{margin-top:.55rem;margin-bottom:.8rem}.export-history{margin-top:.8rem;margin-bottom:.5rem}.checklist-tab-actions{margin-top:.35rem;margin-bottom:.75rem}.project-checklist-card{grid-template-rows:auto auto minmax(0,1fr);height:54rem;display:grid;overflow:hidden}.project-checklist-card-body{height:100%;min-height:0;padding-right:.25rem;display:block;overflow:hidden}.project-checklist-roster,.project-checklist-run-panel{height:100%;min-height:0}.project-checklist-roster{grid-template-rows:auto auto minmax(0,1fr)}.project-checklist-run-panel{flex-direction:column;gap:.85rem;display:flex}.project-checklist-list-area{flex:auto;min-height:0;padding-right:.25rem;overflow-y:auto}.project-checklist-run-search{max-width:26rem;margin-bottom:0}.project-checklist-pdf-folder-picker{gap:.8rem;display:grid}.project-checklist-list{margin-top:.2rem}.project-checklist-row{align-items:flex-start}.document-row-actions{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-end;gap:.5rem}.document-row-actions .button-secondary{flex:none}.export-progress-card{background:#faf7f2;border:1px solid #e9ebe6;border-radius:18px;gap:.55rem;margin-bottom:.8rem;padding:.95rem 1rem;display:grid}.export-progress-card strong{font-size:.98rem}.export-progress-bar{background:#e9ebe6;border-radius:999px;height:.45rem;position:relative;overflow:hidden}.export-progress-bar span{border-radius:inherit;background:linear-gradient(135deg,#f1b756,#d36a31);width:40%;animation:1.25s ease-in-out infinite export-progress-slide;position:absolute;inset:0 auto 0 0}@keyframes export-progress-slide{0%{transform:translate(-100%)}to{transform:translate(260%)}}.workspace-row{background:#f9f6f1;border:1px solid #e9ebe6;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex}.workspace-row-block{align-items:stretch}.workspace-row-main{gap:.85rem;width:100%;display:grid}.workspace-file-list,.message-list{gap:.75rem;display:grid}.chat-message-list-scroll{max-height:23rem;padding-right:.35rem;overflow-y:auto}.chat-section-card-dedicated .chat-message-list-scroll{max-height:40rem}.workspace-file-row,.message-card{background:#f6f3ee;border:1px solid #e9ebe6;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem .95rem;display:flex}.message-card{justify-content:initial;justify-self:start;width:fit-content;min-width:min(18rem,100%);max-width:min(100%,46rem);margin-right:auto;display:grid}.message-card p{overflow-wrap:anywhere;margin:0;line-height:1.55}.message-card-own{background:#fae8c9;border-color:#f7d299;justify-self:end;margin-left:auto;margin-right:0}.chat-sort-field,.chat-sort-field select{min-width:15rem}.chat-section-card>.workspace-split{align-items:stretch;margin-top:.55rem}.chat-section-card-embedded{--embedded-chat-topic-list-height:calc((4.55rem * 2) + .55rem);--embedded-chat-shell-height:calc(12.2rem + var(--embedded-chat-topic-list-height))}.chat-section-card-embedded>.workspace-split{height:var(--embedded-chat-shell-height)}.chat-section-card-embedded .chat-sidebar-pane-embedded,.chat-section-card-embedded .chat-thread-pane-embedded{flex-direction:column;height:100%;min-height:0;display:flex}.chat-section-card-embedded .chat-selection-list-embedded{flex:1;align-content:start;min-height:0}.chat-section-card-embedded .chat-selection-list-scroll{max-height:9.65rem}.chat-section-card-embedded .chat-message-list-embedded{flex:1;align-content:start;min-height:0;padding-right:.35rem;overflow-y:auto}.chat-section-card-embedded .chat-message-list-scroll{max-height:none}.chat-section-card-dedicated>.workspace-split{align-items:stretch;height:clamp(33rem,100dvh - 12rem,54rem);min-height:33rem}.chat-section-card-dedicated .chat-sidebar-pane,.chat-section-card-dedicated .chat-thread-pane{flex-direction:column;height:100%;min-height:0;display:flex}.chat-section-card-dedicated .chat-selection-list-dedicated,.chat-section-card-dedicated .chat-message-list-dedicated{flex:1;align-content:start;min-height:0;padding-right:.35rem;overflow-y:auto}.documents-section-card-dedicated>.workspace-split{height:var(--documents-workspace-height,clamp(33rem, calc(100dvh - 12rem), 54rem));grid-template-columns:minmax(440px,560px) minmax(0,1fr);align-items:stretch;min-height:33rem}.documents-section-card-dedicated .documents-sidebar-pane,.documents-section-card-dedicated .documents-content-pane{flex-direction:column;height:100%;min-height:0;display:flex}.documents-section-card-dedicated .documents-content-pane{padding-right:.35rem;overflow-y:auto}.documents-section-card-dedicated .folder-tree-shell{flex:1;min-height:0}.chat-compose-card-compact{gap:.28rem;padding:.45rem .7rem}.chat-compose-card-compact .action-cluster{gap:.45rem;margin-top:0}.chat-compose-actions-compact{flex-wrap:nowrap;justify-content:flex-start;align-items:center}.chat-compose-textarea-compact{width:100%;color:var(--ink);resize:none;background:#fffdf9;border:1px solid #dfe2de;border-radius:16px;font-family:inherit;font-size:1rem;min-height:24px!important;padding:.44rem 1rem!important}.chat-compose-card-compact .button-secondary,.chat-compose-card-compact .button-primary{min-height:0;padding:.58rem .95rem}.chat-compose-textarea-compact:focus{border-color:#e8c3ad;outline:2px solid #f3ba6d}.chat-attachment-list{width:100%}.chat-attachment-main{align-items:center;gap:.85rem;min-width:0;display:flex}.chat-attachment-meta{gap:.15rem;min-width:0;display:grid}.chat-attachment-meta strong,.chat-attachment-meta small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-draft-grid{flex-wrap:wrap;gap:.7rem;display:flex}.chat-draft-thumb{background:#f6f3ee;border:1px solid #e9ebe6;border-radius:16px;width:96px;height:72px;position:relative;overflow:hidden}.chat-draft-media{object-fit:cover;width:100%;height:100%;display:block}.chat-draft-remove{color:#f6f3ee;cursor:pointer;background:#414d4f;border:none;border-radius:999px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.85rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:.4rem;right:.4rem}.folder-tree-shell{background:linear-gradient(#fbfaf6,#f6f3ee),#f7f4ef;border:1px solid #e9ebe6;border-radius:22px;padding:.65rem .15rem .15rem .65rem;overflow:hidden;box-shadow:inset 0 1px #f7f4ef}.folder-tree-shell>div{overflow:visible!important}.folder-tree-shell [role=tree]{outline:none;min-width:100%}.folder-tree-shell [role=tree]>div{scrollbar-gutter:stable;overflow:auto!important}.folder-tree-row{box-sizing:border-box;border-radius:16px;align-items:stretch;gap:.2rem;width:max-content;min-width:100%;height:100%;display:flex;overflow:hidden}.folder-tree-row-active{box-shadow:none;background:#f8e6c3;gap:0}.folder-tree-toggle,.folder-tree-entry{color:var(--ink);background:0 0;border:0}.folder-tree-toggle{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:1.9rem;min-width:1.9rem;display:inline-flex}.folder-tree-toggle:disabled{cursor:default}.folder-tree-toggle:hover:not(:disabled),.folder-tree-entry:hover{background:#f2f3ef}.folder-tree-toggle-spacer{width:1.9rem;min-width:1.9rem;height:100%;display:block}.folder-tree-entry{text-align:left;cursor:pointer;border-radius:12px;flex:1;align-items:center;gap:.65rem;min-width:0;padding:.55rem .7rem .55rem .35rem;display:flex}.folder-tree-row-active .folder-tree-toggle,.folder-tree-row-active .folder-tree-entry{background:#f8e6c3;border-radius:0}.folder-tree-entry svg{color:var(--steel);flex-shrink:0}.folder-tree-labels{gap:.08rem;min-width:0;display:grid}.folder-tree-labels strong,.folder-tree-labels small{white-space:nowrap}.folder-tree-labels strong{font-size:.97rem}.folder-tree-labels small{color:#697271}.file-thumbnail-preview,.file-thumbnail-placeholder{background:#faf7f2;border:1px solid #e9ebe6;border-radius:14px;width:84px;height:56px}.file-thumbnail-preview{object-fit:cover;display:block}.thumbnail-button{cursor:pointer;background:#f6f3ee;border:0;padding:0}.file-thumbnail-placeholder{color:#697271;white-space:nowrap;justify-content:center;align-items:center;gap:.35rem;font-size:.82rem;display:inline-flex}.media-preview-overlay{z-index:30;background:#0c1619;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.media-preview-dialog{width:min(100%,72rem);max-height:calc(100vh - 4rem);box-shadow:var(--shadow-strong);background:#f6f3ee;border:1px solid #e5e7e3;border-radius:28px;gap:1rem;padding:1.1rem;display:grid}.media-preview-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.media-preview-head strong{display:block}.media-preview-asset{object-fit:contain;background:#e9ebe6;border-radius:22px;width:100%;max-height:calc(100vh - 10rem)}.app-confirm-overlay{z-index:35;background:#0c1619;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.app-confirm-dialog{width:min(100%,32rem);box-shadow:var(--shadow-strong);background:#f6f3ee;border:1px solid #e5e7e3;border-radius:24px;gap:1rem;padding:1.15rem;display:grid}.app-confirm-copy{gap:.75rem;display:grid}.app-confirm-copy strong,.app-confirm-copy p{margin:0}.action-form-inline{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.action-form-inline input{color:var(--ink);background:#fffdf9;border:1px solid #dfe2de;border-radius:14px;flex:220px;padding:.8rem .9rem}.auth-note strong{margin-bottom:.4rem;display:block}.element-layout-editor-card{min-height:calc(100vh - 16rem)}.element-layout-editor-list{gap:.85rem;display:grid}.element-layout-editor-item{background:#fffdf9;border:1px solid #e5e7e3;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;padding:1rem 1.1rem;display:grid;position:relative;box-shadow:0 10px 24px #d9deda}.element-layout-editor-item:before,.element-layout-editor-item:after{content:"";background:#e08331;border-radius:999px;height:2px;display:none;position:absolute;left:1rem;right:1rem}.element-layout-editor-item:before{top:-.45rem}.element-layout-editor-item:after{bottom:-.45rem}.element-layout-drop-before:before,.element-layout-drop-after:after{display:block}.element-layout-drag-handle{color:#697271;cursor:grab;background:#f4efe8;border:1px solid #e5e7e3;border-radius:999px;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:inline-flex}.element-layout-drag-handle:active{cursor:grabbing}.element-layout-item-copy{gap:.7rem;display:grid}.element-layout-item-copy strong,.element-layout-item-copy span{display:block}.element-layout-item-copy span{color:var(--muted)}.element-layout-editor-item-section{background:#faf6ef}.element-layout-section-row{grid-template-columns:minmax(0,1fr) auto minmax(15rem,22rem) auto auto;align-items:center;gap:.9rem;display:grid}.element-layout-section-line{background:linear-gradient(90deg,#d2d5d2,#f4f4f0);height:1px}.element-layout-section-toggle{flex-shrink:0;width:2.25rem;height:2.25rem}.element-layout-section-field{min-width:0}.element-layout-section-meta{color:var(--muted);white-space:nowrap;font-size:.95rem}.element-layout-editor-item-line-break{background:#fffdf9}.element-layout-line-break-row{justify-content:space-between;align-items:center;gap:.9rem;display:flex}.element-layout-line-break-label{letter-spacing:.08em;text-transform:uppercase;color:#505c5d;white-space:nowrap;font-size:.82rem;font-weight:700}.element-layout-drop-end{min-height:3.25rem;color:var(--muted);background:#f9f7f2;border:1px dashed #daddda;border-radius:18px;justify-content:center;align-items:center;display:flex}.element-layout-drop-end-active{color:var(--ink);background:#f3e7d9;border-color:#e08331}.element-layout-actions{justify-content:flex-end}.element-layout-actions button{align-items:center;gap:.45rem;display:inline-flex}html[data-theme=dark]{--ink:#f6f3ee;--slate:#d8e7ea;--steel:#8eb1bb;--mist:#355866;--cloud:#0f1e23;--paper:#16262d;--emerald:#62c49c;--rose:#e08c83;--muted:#9db1b7;--border:#314950;--shadow-soft:0 18px 40px #061013;--shadow-strong:0 28px 60px #03080a;background:linear-gradient(135deg,#081115 0%,#0c1619 44%,#132a31 100%)}html[data-theme=dark] body{color:var(--ink);background:#0c1619}html[data-theme=dark] code,html[data-theme=dark] .button-secondary,html[data-theme=dark] .summary-chip,html[data-theme=dark] .export-progress-bar,html[data-theme=dark] .media-preview-asset,html[data-theme=dark] .project-scope-inline-icon,html[data-theme=dark] .toast-close{color:var(--ink);background:#263a40}html[data-theme=dark] .icon-button{color:var(--ink);background:#263a40;border-color:#314950}html[data-theme=dark] .selection-item-main-button,html[data-theme=dark] .project-scope-type-trigger{color:var(--ink);background:#102026}html[data-theme=dark] .icon-button:hover{background:#314950;border-color:#5b7480}html[data-theme=dark] .icon-button svg{color:var(--ink);stroke:currentColor}html[data-theme=dark] .sidebar,html[data-theme=dark] .auth-hero,html[data-theme=dark] .hero-card{background:linear-gradient(145deg,#081115 0%,#0c1619 56%,#163039 100%)}html[data-theme=dark] .content,html[data-theme=dark] .auth-shell{background:linear-gradient(135deg,#081115 0%,#0c1619 42%,#132a31 100%)}html[data-theme=dark] .metric-card,html[data-theme=dark] .section-card,html[data-theme=dark] .data-row,html[data-theme=dark] .toast,html[data-theme=dark] .auth-form,html[data-theme=dark] .auth-note,html[data-theme=dark] .project-card,html[data-theme=dark] .management-card,html[data-theme=dark] .selection-item,html[data-theme=dark] .check-item,html[data-theme=dark] .workspace-form-section,html[data-theme=dark] .project-scope-type-card,html[data-theme=dark] .project-scope-multi-select,html[data-theme=dark] .export-progress-card,html[data-theme=dark] .workspace-row,html[data-theme=dark] .workspace-file-row,html[data-theme=dark] .message-card,html[data-theme=dark] .folder-tree-shell,html[data-theme=dark] .media-preview-dialog,html[data-theme=dark] .app-confirm-dialog,html[data-theme=dark] .element-layout-editor-item,html[data-theme=dark] .element-layout-editor-item-section,html[data-theme=dark] .element-layout-drop-end,html[data-theme=dark] .asset-photo-list-item,html[data-theme=dark] .file-thumbnail-preview,html[data-theme=dark] .file-thumbnail-placeholder{border-color:var(--border);box-shadow:var(--shadow-soft);color:var(--ink);background:#102026}html[data-theme=dark] .theme-control-label,html[data-theme=dark] .eyebrow,html[data-theme=dark] .identity-card span,html[data-theme=dark] .identity-card small,html[data-theme=dark] .metric-label,html[data-theme=dark] .table th,html[data-theme=dark] .table-subtext,html[data-theme=dark] .metric-detail,html[data-theme=dark] .project-footer,html[data-theme=dark] .form-help,html[data-theme=dark] .auth-note p,html[data-theme=dark] .danger-zone p,html[data-theme=dark] .selection-item span,html[data-theme=dark] .selection-item small,html[data-theme=dark] .check-item small,html[data-theme=dark] .chat-selection-item-heading span,html[data-theme=dark] .folder-tree-labels small,html[data-theme=dark] .file-thumbnail-placeholder,html[data-theme=dark] .element-layout-drag-handle,html[data-theme=dark] .element-layout-section-meta,html[data-theme=dark] .tool-field-layout-section-meta,html[data-theme=dark] .project-scope-section-meta{color:var(--muted)}html[data-theme=dark] .theme-switch{border-color:var(--border);background:#0f1e23}html[data-theme=dark] .theme-switch button{color:#d8e7ea;background:#263a40}html[data-theme=dark] .roster-scope-toggle-label{color:#8da0a5;background:#15262b}html[data-theme=dark] .roster-scope-toggle-label[data-active=true]{color:#f3f0e8}html[data-theme=dark] .roster-scope-toggle-label:disabled{color:#667b80}html[data-theme=dark] .roster-scope-toggle-switch{border-color:var(--border);background:#0f1e23}html[data-theme=dark] .theme-switch button[data-active=true],html[data-theme=dark] .button-primary,html[data-theme=dark] .progress-rail span,html[data-theme=dark] .export-progress-bar span{color:#0c1619;background:linear-gradient(135deg,#f1b756,#d36a31)}html[data-theme=dark] .nav-link{color:#f6f3ee;background:#102026;border-color:#263a40}html[data-theme=dark] .nav-link:hover{background:#1b3037}html[data-theme=dark] .nav-link-active{color:#0c1619;background:linear-gradient(135deg,#f1b756,#d36a31);border-color:#f1b756}html[data-theme=dark] .nav-link-disabled,html[data-theme=dark] .button-primary:disabled,html[data-theme=dark] .button-secondary:disabled,html[data-theme=dark] .project-scope-inline-icon:disabled{color:#8da0a5;background:#1b3037;border-color:#263a40}html[data-theme=dark] .field input,html[data-theme=dark] .field select,html[data-theme=dark] .field textarea,html[data-theme=dark] .table input,html[data-theme=dark] .table select,html[data-theme=dark] .table textarea,html[data-theme=dark] .project-scope-add-type-panel select,html[data-theme=dark] .project-scope-copy-inline-controls select,html[data-theme=dark] .project-scope-table input,html[data-theme=dark] .project-scope-table select,html[data-theme=dark] .project-scope-table textarea,html[data-theme=dark] .action-form-inline input,html[data-theme=dark] .chat-compose-textarea-compact{color:var(--ink);background:#0f1e23;border-color:#314950}html[data-theme=dark] .field input:focus,html[data-theme=dark] .field select:focus,html[data-theme=dark] .field textarea:focus,html[data-theme=dark] .table input:focus,html[data-theme=dark] .table select:focus,html[data-theme=dark] .table textarea:focus,html[data-theme=dark] .project-scope-add-type-panel select:focus,html[data-theme=dark] .project-scope-table input:focus,html[data-theme=dark] .project-scope-table select:focus,html[data-theme=dark] .project-scope-table textarea:focus,html[data-theme=dark] .chat-compose-textarea-compact:focus{border-color:#d36a31;outline-color:#f1b756}html[data-theme=dark] .field input:disabled,html[data-theme=dark] .field select:disabled,html[data-theme=dark] .field textarea:disabled,html[data-theme=dark] .table input:disabled,html[data-theme=dark] .table select:disabled,html[data-theme=dark] .table textarea:disabled,html[data-theme=dark] .project-scope-table input:disabled,html[data-theme=dark] .project-scope-table select:disabled,html[data-theme=dark] .project-scope-table textarea:disabled,html[data-theme=dark] .action-form-inline input:disabled,html[data-theme=dark] .chat-compose-textarea-compact:disabled{color:#8da0a5;-webkit-text-fill-color:#8da0a5;background:#263a40;border-color:#314950}html[data-theme=dark] .table td,html[data-theme=dark] .table th,html[data-theme=dark] .project-scope-instance-section,html[data-theme=dark] .danger-zone{border-color:var(--border)}html[data-theme=dark] .selectable-table tbody tr:hover td,html[data-theme=dark] .folder-tree-toggle:hover:not(:disabled),html[data-theme=dark] .folder-tree-entry:hover{background:#20343b}html[data-theme=dark] .table-row-active td,html[data-theme=dark] .project-scope-section-row td,html[data-theme=dark] .message-card-own{color:var(--ink);background:#102026}html[data-theme=dark] .project-scope-section-row th{background:#102026}html[data-theme=dark] .selection-item-active,html[data-theme=dark] .selection-item-active .selection-item-main-button,html[data-theme=dark] .table-row-active td,html[data-theme=dark] .folder-tree-row-active,html[data-theme=dark] .folder-tree-row-active .folder-tree-toggle,html[data-theme=dark] .folder-tree-row-active .folder-tree-entry{color:var(--ink);background:#49361e}html[data-theme=dark] .selection-item-active{border-color:var(--border);box-shadow:none}html[data-theme=dark] .selection-item-active span,html[data-theme=dark] .selection-item-active small,html[data-theme=dark] .selection-item-active .chat-selection-item-heading span{color:#f4c686}html[data-theme=dark] .tool-report-filter-empty,html[data-theme=dark] .tool-report-column-option,html[data-theme=dark] .tool-report-table th{border-color:var(--border);color:var(--ink);background:#102026}html[data-theme=dark] .tool-report-column-option-selected{border-color:var(--border);box-shadow:none;background:#49361e}html[data-theme=dark] .tool-report-column-option small,html[data-theme=dark] .tool-report-table th{color:#9db1b7}html[data-theme=dark] .tool-report-table-shell,html[data-theme=dark] .tool-report-table th,html[data-theme=dark] .tool-report-table td{border-color:var(--border)}html[data-theme=dark] .table-row-active td{border-color:var(--border);box-shadow:none}html[data-theme=dark] .folder-tree-toggle,html[data-theme=dark] .folder-tree-entry{color:var(--ink);background:0 0}html[data-theme=dark] .folder-tree-row-active{box-shadow:none}html[data-theme=dark] .folder-tree-row-active .folder-tree-toggle,html[data-theme=dark] .folder-tree-row-active .folder-tree-entry{color:var(--ink);background:#49361e}html[data-theme=dark] .folder-tree-entry svg{color:#9db1b7}html[data-theme=dark] .table-scroll{scrollbar-color:#5b7480 #102026}html[data-theme=dark] .table-scroll::-webkit-scrollbar{width:.75rem;height:.75rem}html[data-theme=dark] .table-scroll::-webkit-scrollbar-track{background:#102026}html[data-theme=dark] .table-scroll::-webkit-scrollbar-thumb{background:#5b7480;border-radius:999px}html[data-theme=dark] .button-secondary-active,html[data-theme=dark] .element-layout-drop-end-active{color:var(--ink);background:#49361e;border-color:#8a5d00}html[data-theme=dark] .project-scope-section-row th,html[data-theme=dark] .project-scope-instance-section,html[data-theme=dark] .tool-field-layout-section strong,html[data-theme=dark] .tool-field-owner-boundary strong,html[data-theme=dark] .element-layout-line-break-label{color:#d8e7ea}html[data-theme=dark] .project-scope-section-divider,html[data-theme=dark] .tool-field-layout-section-divider,html[data-theme=dark] .element-layout-section-line{background:linear-gradient(90deg,#5b7480,#314950)}html[data-theme=dark] .tool-field-owner-boundary-divider{background:linear-gradient(90deg,#bc8b2c,#49361e)}html[data-theme=dark] .project-scope-line-break-row th,html[data-theme=dark] .project-scope-line-break-row td,html[data-theme=dark] .element-layout-editor-item-line-break{background:#17282d}html[data-theme=dark] .status-pill-neutral,html[data-theme=dark] .management-status{color:#d8e7ea;background:#263a40}html[data-theme=dark] .status-pill-success{color:#62c49c;background:#173b31}html[data-theme=dark] .status-pill-warning,html[data-theme=dark] .collapsed-section-alert{color:#f1b756;background:#49361e}html[data-theme=dark] .status-pill-danger,html[data-theme=dark] .danger-button{color:#e08c83;background:#442726}html[data-theme=dark] .form-error{color:#e08c83}html[data-theme=dark] .form-success{color:#62c49c}html[data-theme=dark] .media-preview-overlay,html[data-theme=dark] .app-confirm-overlay{background:#050b0d}html[data-theme=dark] .element-layout-editor-item:before,html[data-theme=dark] .element-layout-editor-item:after,html[data-theme=dark] .element-layout-drop-before:before,html[data-theme=dark] .element-layout-drop-after:after{background:#f1b756}html[data-theme=dark] .checklist-runner-hero,html[data-theme=dark] .checklist-runner-progress,html[data-theme=dark] .checklist-runner-meta>div,html[data-theme=dark] .checklist-runner-section,html[data-theme=dark] .checklist-runner-section-toggle,html[data-theme=dark] .checklist-runner-section-icon,html[data-theme=dark] .checklist-runner-item,html[data-theme=dark] .checklist-measurement-group,html[data-theme=dark] .checklist-design-pane,html[data-theme=dark] .checklist-actual-pane,html[data-theme=dark] .checklist-measurement-row,html[data-theme=dark] .checklist-previous-runs,html[data-theme=dark] .checklist-previous-run-row,html[data-theme=dark] .checklist-runner-actionbar{border-color:var(--border);color:var(--ink);box-shadow:var(--shadow-soft);background:#102026}html[data-theme=dark] .checklist-runner-title p,html[data-theme=dark] .checklist-runner-progress span,html[data-theme=dark] .checklist-runner-progress small,html[data-theme=dark] .checklist-runner-meta span,html[data-theme=dark] .checklist-runner-meta small,html[data-theme=dark] .checklist-previous-runs span,html[data-theme=dark] .checklist-previous-runs small,html[data-theme=dark] .checklist-runner-section-copy small,html[data-theme=dark] .checklist-runner-section-body>p,html[data-theme=dark] .checklist-context-label,html[data-theme=dark] .checklist-runner-item-details,html[data-theme=dark] .checklist-measurement-group-head span:first-child,html[data-theme=dark] .checklist-design-pane>small,html[data-theme=dark] .checklist-measurement-pane-head small,html[data-theme=dark] .checklist-measurement-row-head .checklist-context-label{color:var(--muted)}html[data-theme=dark] .checklist-item-prompt{color:var(--ink)}html[data-theme=dark] .field-help-icon{color:#d5e4e6;border-color:#46606a}html[data-theme=dark] .checklist-runner-progress-track{background:#263a40}html[data-theme=dark] .checklist-runner-item-missing,html[data-theme=dark] .checklist-measurement-group-missing,html[data-theme=dark] .checklist-measurement-row-missing{background:#3b2424;border-color:#ab4f4f}html[data-theme=dark] .checklist-runner-control input,html[data-theme=dark] .checklist-runner-control select,html[data-theme=dark] .checklist-runner-control textarea{color:var(--ink);background:#0c1619;border-color:#314950}html[data-theme=dark] .checklist-runner-control input:focus,html[data-theme=dark] .checklist-runner-control select:focus,html[data-theme=dark] .checklist-runner-control textarea:focus{border-color:#d36a31;outline-color:#f1b756}html[data-theme=dark] .checklist-runner-control input:disabled,html[data-theme=dark] .checklist-runner-control select:disabled,html[data-theme=dark] .checklist-runner-control textarea:disabled{color:#8da0a5;-webkit-text-fill-color:#8da0a5;background:#263a40;border-color:#314950}@media (min-width:900px){.checklist-runner-hero{grid-template-columns:minmax(0,1fr) minmax(18rem,24rem);padding:1.15rem}.checklist-runner-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.checklist-runner-section-body{padding-left:1rem;padding-right:1rem}.checklist-runner-item{grid-template-columns:minmax(0,1.1fr) minmax(16rem,.9fr);align-items:start}.checklist-measurement-layout{grid-template-columns:minmax(16rem,.8fr) minmax(20rem,1.2fr)}.checklist-runner-item-head,.checklist-runner-item-details{grid-column:1/-1}}@media (max-width:840px){.element-layout-section-row{grid-template-columns:auto minmax(0,1fr) auto}.element-layout-section-line{display:none}.element-layout-section-meta{grid-column:2}}@media (max-width:1080px){.app-frame,.auth-shell{grid-template-columns:1fr}.sidebar{height:auto;padding-bottom:1.4rem;position:static}.grid-two,.grid-three{grid-template-columns:1fr}}@media (max-width:720px){.content,.sidebar,.auth-card,.auth-hero{padding:1.2rem}.page-header{grid-template-columns:1fr}.identity-card{justify-self:stretch;width:100%;min-width:0;max-width:none}.form-grid,.form-grid-quad,.workspace-split,.workspace-form-grid{grid-template-columns:1fr}.template-roster-search-row{grid-template-columns:1fr;justify-content:stretch}.template-roster-search-row .status-pill{justify-self:start}.project-checklist-row{flex-direction:column;align-items:stretch}.project-create-grid-main,.project-create-grid-customer,.project-create-grid-contact,.project-create-grid-address,.project-scope-instance-grid,.checklist-grid-five{grid-template-columns:1fr}.workspace-path-head{flex-direction:column}.workspace-inline-panel{justify-items:stretch;width:100%}.kit-type-member-row,.tool-report-filter-row{grid-template-columns:1fr}.tool-report-table{min-width:0}.workspace-floating-card{width:100%;min-width:0;position:static}.checklist-measurement-layout{grid-template-columns:1fr}.checklist-runner-actionbar{border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.element-layout-section-row{grid-template-columns:1fr}.element-layout-section-line{display:none}}@media print{@page{size:A4;margin:10mm}html,body,.content{color:#111;background:#fff}.sidebar,.page-header,.checklist-runner-actionbar{display:none}.app-frame{display:block}.content{padding:0}.page-body{display:block}.checklist-runner-shell{gap:0;padding-bottom:0;display:block}.checklist-runner-shell>:not(.checklist-print-report){display:none}.checklist-print-report{box-sizing:border-box;color:#111;width:calc(100% - .5mm);max-width:190mm;font-family:Arial,Helvetica,sans-serif;font-size:8.5pt;line-height:1.25;display:block}.checklist-print-header{border-bottom:1px solid #222;grid-template-columns:minmax(0,1fr) 42mm;align-items:start;gap:6mm;padding-bottom:4mm;display:grid}.checklist-print-header span,.checklist-print-summary span{color:#4a4a4a;letter-spacing:.06em;text-transform:uppercase;font-size:6.8pt;font-weight:700;display:block}.checklist-print-header h1{color:#111;margin:1.5mm 0 1mm;font-family:Arial,Helvetica,sans-serif;font-size:15pt;line-height:1.1}.checklist-print-header p{color:#333;margin:0;font-size:8pt}.checklist-print-status{background:#f1f1f1;border:1px solid #222;padding:2.5mm}.checklist-print-status strong{color:#111;margin-top:1mm;font-size:10pt;line-height:1.15;display:block}.checklist-print-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:2mm;margin:4mm 0;display:grid}.checklist-print-summary>div{background:#f7f7f7;border:1px solid #c8c8c8;min-width:0;padding:1.8mm}.checklist-print-summary strong{overflow-wrap:anywhere;color:#111;margin-top:.7mm;font-size:8pt;display:block}.checklist-print-section{break-inside:avoid;margin-top:3mm}.checklist-print-section h2{color:#111;background:#e9e9e9;margin:0 0 1.5mm;padding:1.6mm 2mm;font-family:Arial,Helvetica,sans-serif;font-size:9.5pt;line-height:1.15}.checklist-print-table{box-sizing:border-box;border-collapse:collapse;outline-offset:-1px;table-layout:fixed;border:1px solid #c7c7c7;border-right-color:#222;outline:1px solid #c7c7c7;width:100%;max-width:100%}.checklist-print-table th,.checklist-print-table td{color:#111;overflow-wrap:anywhere;vertical-align:top;border:1px solid #c7c7c7;padding:1.25mm 1.4mm}.checklist-print-table th:last-child,.checklist-print-table td:last-child{border-right:1px solid #222}.checklist-print-table th{text-align:left;text-transform:uppercase;background:#f1f1f1;font-size:6.9pt}.checklist-print-table td{font-size:7.6pt}.checklist-print-table th:first-child,.checklist-print-table td:first-child{width:22mm}.checklist-print-table th:nth-child(2),.checklist-print-table td:nth-child(2){width:63mm}.checklist-print-table th:nth-child(4),.checklist-print-table td:nth-child(4){width:12mm}.checklist-print-table th:nth-child(5),.checklist-print-table td:nth-child(5){width:17mm}}
