/* Signature PRISM — progressive field reports; scoped to the compressor module. */
.cr-simple .cr-layout{display:block}
.cr-simple .cr-step-nav{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:none;margin-bottom:14px;padding:0}
.cr-simple .cr-step-nav button{padding:12px 14px;border:1px solid var(--cr-line);background:#fff;font-size:13px}
.cr-simple .cr-step-nav button[aria-current=step]{border-color:var(--cr-blue);background:var(--brand-primary-soft,#eef2f8)}
.cr-simple .cr-step-nav button[aria-current=step]>span{background:var(--cr-blue)}
.cr-simple .cr-subsection{padding:22px 0;border-top:1px solid var(--cr-line);scroll-margin-top:90px}
.cr-simple .cr-subsection>header{margin-bottom:16px}
.cr-simple .cr-subsection>header h3{font-size:16px;letter-spacing:-.2px}
.cr-simple .cr-subsection>header p{font-size:12px;color:var(--cr-muted);margin-top:5px}
.cr-simple .cr-block{border:1px solid var(--cr-line);border-radius:11px;margin:12px 0;background:#fff}
.cr-simple .cr-block>summary,.cr-advanced-controls>summary{cursor:pointer;padding:16px;font-weight:700;font-size:13px;min-height:48px;line-height:1.5;list-style-position:inside}
.cr-simple .cr-block>summary>span,.cr-advanced-controls>summary>span{display:block;font-weight:400;font-size:11px;color:var(--cr-muted);margin-top:4px}
.cr-simple .cr-block>.cr-subsection{padding:16px;border-top:1px solid var(--cr-line)}
.cr-simple .cr-block>.cr-subsection>header{display:none}
.cr-quick-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}
.cr-quick-card{min-width:0;border:1px solid var(--cr-line);border-radius:12px;padding:15px;background:linear-gradient(140deg,#fff,var(--brand-surface-soft,#f8f9fc));box-shadow:0 2px 7px #19283f04}
.cr-quick-card>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}
.cr-quick-card>header h3{font-size:14px;line-height:1.4}
.cr-quick-card>header>span{color:var(--cr-muted);font-size:10px;white-space:nowrap}
.cr-quick-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.cr-quick-option{min-height:39px;padding:6px 3px;border:1px solid #d2dbe6;background:#fff;border-radius:7px;cursor:pointer;color:var(--cr-ink);font:600 11px/1.3 inherit;transition:background .15s,border-color .15s,transform .12s}
.cr-quick-option:hover{border-color:var(--cr-blue);background:#eef2f8}
.cr-quick-option:active{transform:translateY(1px)}
.cr-quick-option[aria-pressed=true]{background:var(--cr-blue);border-color:var(--cr-blue);color:white;box-shadow:0 2px 4px #19283f18}
.cr-quick-option.anomaly[aria-pressed=true]{background:#a03b41;border-color:#a03b41}
.cr-quick-option.watch[aria-pressed=true]{background:#f3ef48;color:#19283f;border-color:#c9c646}
.cr-quick-option:focus-visible,.cr-simple summary:focus-visible{outline:3px solid var(--brand-accent,#e8e82b);outline-offset:3px}
.cr-quick-detail{padding-top:15px;margin-top:14px;border-top:1px solid var(--cr-line)}
.cr-quick-detail .cr-field:last-child{margin-bottom:0}
.cr-quick-detail .btn{font-size:11px;white-space:normal;margin:0 0 12px}
.cr-quick-detail textarea,.cr-quick-observation textarea{min-height:62px}
.cr-inline-actions small{display:block;color:var(--cr-muted);font-size:11px;line-height:1.5;margin-bottom:8px}
.cr-quick-observation>summary,.cr-inline-details>summary{font-size:11px;color:var(--cr-muted);padding:10px 0;cursor:pointer;min-height:36px}
.cr-inline-details[open]{border-top:1px solid var(--cr-line);padding-top:4px}
.cr-advanced-controls{border:1px solid var(--cr-line);border-radius:10px;margin-top:22px;padding:0 14px 14px}
.cr-advanced-controls:not([open]){padding-bottom:0}
.cr-config-warning{color:#9a5e1e;background:#fff4db;padding:8px;border-radius:6px;margin-bottom:10px!important}
@media(max-width:760px){
  .cr-simple .cr-step-nav{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;gap:5px}
  .cr-simple .cr-step-nav button{padding:9px 5px;flex-direction:column;text-align:center;gap:6px;font-size:11px;min-width:0}
  .cr-simple .cr-quick-list{grid-template-columns:1fr}
  .cr-simple .cr-quick-option{min-height:44px;font-size:12px}
  .cr-simple .cr-subsection{padding:20px 0}
  .cr-simple .cr-block>.cr-subsection{padding:12px}
  .cr-simple .cr-step{padding:20px 14px}
  .cr-simple .cr-block>summary{padding:13px}
}
@media(prefers-reduced-motion:reduce){.cr-quick-option{transition:none}}
.cr-wizard{--cr-ink:var(--brand-text,#19283f);--cr-blue:var(--brand-primary,#315bdc);--cr-line:var(--brand-border,#dce3ec);--cr-muted:var(--brand-muted,#667286);color:var(--cr-ink);max-width:1280px;margin:auto;padding-bottom:24px}
.cr-wizard [hidden]{display:none!important}
.cr-wizard h1,.cr-wizard h2,.cr-wizard h3,.cr-wizard p{margin:0}
.cr-wizard h1{font-size:27px;line-height:1.2;letter-spacing:-.65px}
.cr-wizard .cr-eyebrow{color:var(--cr-blue);font-size:11px;font-weight:800;letter-spacing:1.15px;margin:14px 0 7px;text-transform:uppercase}
.cr-back{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--cr-muted);min-height:32px;text-decoration:none}
.cr-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}
.cr-header>div>p:last-child{color:var(--cr-muted);font-size:13px;margin-top:8px}
.cr-header-state{display:flex;gap:12px;align-items:center;white-space:nowrap;font-size:12px}
.cr-header-state>span{padding:7px 11px;background:#fff0c5;border:1px solid #f1d475;color:#66521c;border-radius:20px}
.cr-header-state strong{font-size:17px;color:var(--cr-blue)}
.cr-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;align-items:start}
.cr-step-nav{display:flex;flex-direction:column;gap:3px;position:sticky;top:75px;max-height:calc(100vh - 95px);overflow:auto;padding:2px 5px 10px 0}
.cr-step-nav button{border:0;background:transparent;color:#637087;display:flex;align-items:center;gap:10px;padding:8px 10px;min-height:40px;text-align:left;border-radius:9px;font-size:12px;font-weight:650;cursor:pointer}
.cr-step-nav button>span{display:grid;place-items:center;width:23px;height:23px;flex:none;border:1px solid #d5ddea;border-radius:7px;color:#78859a;font-size:11px;background:#fff}
.cr-step-nav button:hover{background:#eaf0fa;color:var(--cr-ink)}
.cr-step-nav button[aria-current=step]{background:#e5edff;color:var(--cr-blue)}
.cr-step-nav button[aria-current=step]>span{background:var(--cr-blue);border-color:var(--cr-blue);color:#fff}
.cr-form{min-width:0;background:#fff;border:1px solid var(--cr-line);border-radius:14px;box-shadow:0 5px 20px #18284005;overflow:clip}
.cr-step{padding:26px 30px 32px;scroll-margin-top:80px}
.cr-step>header{margin-bottom:25px;outline-offset:7px}
.cr-step>header>span{font-size:10px;letter-spacing:1.5px;font-weight:800;color:var(--cr-blue)}
.cr-step>header h2{font-size:25px;letter-spacing:-.5px;margin:7px 0}
.cr-step>header p{font-size:13px;color:var(--cr-muted)}
.cr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:15px 0}
.cr-field{display:flex;flex-direction:column;gap:7px;margin:0 0 16px;font-size:12px;font-weight:650;min-width:0}
.cr-grid>.cr-field{margin:0}
.cr-field>span{line-height:1.45}
.cr-field b{color:#be4e45}
.cr-field input,.cr-field select,.cr-field textarea,.cr-signature>input{border:1px solid #cdd6e3;border-radius:8px;background:#fff;min-height:44px;padding:10px 11px;color:var(--cr-ink);font:400 14px/1.4 inherit;width:100%;max-width:100%;box-shadow:0 1px 2px #172a4503}
.cr-field input,.cr-field select,.cr-field textarea{font-family:inherit;font-size:14px;line-height:1.4;font-weight:400}
.cr-field textarea{min-height:96px;resize:vertical}
.cr-field input:focus,.cr-field textarea:focus,.cr-field select:focus{border-color:var(--cr-blue);outline:3px solid #315bdc18}
.cr-field input[readonly]{background:#f4f6fa;color:var(--cr-muted)}
.cr-field small{font-size:11px;color:var(--cr-muted);font-weight:400}
.cr-wide{grid-column:1/-1}
.cr-hint{color:var(--cr-muted);font-size:12px;line-height:1.6;margin:12px 0!important}
.cr-note{display:flex;align-items:flex-start;gap:11px;border:1px solid #d9e4f5;background:#f2f6fc;border-radius:10px;padding:13px 15px;color:#516278;margin:16px 0;font-size:12px;line-height:1.65}
.cr-note>.icon{width:18px;height:18px;flex:none;color:var(--cr-blue);margin-top:2px}
.cr-note.warning{border-color:#f0d690;background:#fffaed;color:#715719}
.cr-note.warning>.icon{color:#987225}
.cr-note .btn{margin-top:10px;background:#fff}
.cr-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 0 22px;padding:17px;background:#f6f8fc;border-radius:10px;border:1px solid #e7ecf4}
.cr-facts dt{font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#8290a4;margin-bottom:5px}
.cr-facts dd{margin:0;font-size:13px;line-height:1.5;font-weight:650;overflow-wrap:anywhere}
.cr-choices{border:0;padding:0;margin:17px 0;display:flex;flex-wrap:wrap;gap:8px}
.cr-choices legend{float:left;width:100%;font-size:12px;font-weight:700;margin-bottom:9px}
.cr-choices label{display:flex;align-items:center;gap:7px;border:1px solid #dbe3ee;border-radius:8px;min-height:40px;padding:8px 10px;font-size:12px;background:#fff;cursor:pointer}
.cr-choices label:has(input:checked){border-color:#99afea;color:var(--cr-blue);background:#eef3ff}
.cr-choices input,.cr-check input{accent-color:var(--cr-blue);width:17px;height:17px;flex:none;margin:0}
.cr-check{display:flex;align-items:center;gap:10px;min-height:44px;font-size:12px;line-height:1.5;margin:8px 0}
.cr-entry{border:1px solid #dce4ef;border-radius:11px;padding:18px;margin:17px 0;background:#fff}
.cr-entry>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;padding-bottom:11px;border-bottom:1px solid #edf0f5}
.cr-entry>header h3{font-size:14px;font-weight:750}
.cr-entry>header h3 span{color:#8591a4;margin-left:5px}
.cr-entry>header button{width:40px;height:40px;color:#718099;background:#f6f8fc;border-radius:8px}
.cr-add{margin:5px 0 20px;border-style:dashed!important;background:#f9fbfe!important;width:100%;min-height:46px}
.cr-control-group{border:1px solid #dae3ef;border-radius:11px;margin:12px 0;overflow:hidden}
.cr-control-group>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;padding:17px 18px;background:#f6f8fc;font-size:12px;font-weight:750;min-height:56px}
.cr-control-group>summary::-webkit-details-marker{display:none}
.cr-control-group>summary:after{content:'+';color:var(--cr-blue);font-size:22px;font-weight:400}
.cr-control-group[open]>summary:after{content:'−'}
.cr-control-group>summary small{font-size:10px;font-weight:500;color:var(--cr-muted);margin-left:auto;white-space:nowrap}
.cr-control{padding:18px;border-top:1px solid #e7edf5}
.cr-control>header{display:flex;align-items:baseline;gap:10px;margin-bottom:13px}
.cr-control>header>span{font-size:10px;font-weight:700;color:var(--cr-blue);white-space:nowrap}
.cr-control h3{font-size:13px;font-weight:700;line-height:1.5}
.cr-control>.cr-field{max-width:350px}
.cr-control .cr-choices{margin:12px 0}
.cr-control .cr-grid{grid-template-columns:1.5fr .5fr}
.cr-control .cr-grid>.cr-field:last-child{grid-column:1/-1}
.cr-control .cr-field input{min-height:40px}
.cr-source-fields{padding:18px}
.cr-measure{padding:16px 0;border-bottom:1px solid #e8edf4}
.cr-measure h3{font-size:13px;font-weight:700;line-height:1.6}
.cr-measure h3 span{font-size:11px;color:var(--cr-muted);font-weight:500;margin-left:6px}
.cr-measure .cr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.cr-measure .cr-grid>.cr-field:last-child{grid-column:1/-1}
.cr-photo-caption{display:grid;grid-template-columns:90px 1fr;gap:15px;align-items:center;padding:15px 0;border-top:1px solid #e5eaf2}
.cr-photo-caption>img{width:90px;height:82px;object-fit:cover;border-radius:8px}
.cr-photo-caption .cr-grid{margin:0}
.cr-signature{min-width:0}
.cr-signature>label{display:block;font-size:12px;font-weight:700;margin:12px 0 8px}
.cr-signature .signature-box{margin-top:12px}
.cr-signature canvas{height:160px;width:100%;touch-action:none;background:linear-gradient(transparent 89%,#f4f6fa 89%,#f4f6fa 90%,transparent 90%);display:block}
.cr-summary{border:1px solid #dce4ee;border-radius:11px;padding:24px;margin-bottom:20px}
.cr-summary-title{display:flex;gap:13px;align-items:center;border-bottom:1px solid #e5eaf2;padding-bottom:18px;margin-bottom:20px}
.cr-summary-title>span{display:grid;place-items:center;width:42px;height:48px;background:#edf2ff;color:var(--cr-blue);border-radius:9px}
.cr-summary-title p{font-size:9px;letter-spacing:1.2px;color:#8b98a9}
.cr-summary h3{font-size:13px;margin:17px 0 8px}
.cr-summary-title h3{margin:5px 0;font-size:17px}
.cr-summary>p{font-size:13px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}
.cr-summary-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border-bottom:1px solid #e7edf4;padding-bottom:18px}
.cr-summary-stats>div{display:flex;flex-direction:column;gap:4px}
.cr-summary-stats strong{font-size:22px;color:var(--cr-blue)}
.cr-summary-stats span{font-size:10px;color:#768397}
.cr-footer{position:sticky;bottom:0;z-index:4;border-top:1px solid #dce4ee;padding:14px 25px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 -5px 20px #263c6207}
.cr-footer .report-save-status{font-size:11px;line-height:1.5;color:#627389;display:flex;align-items:center;gap:7px;min-width:0}
.cr-footer .report-save-status>.icon{width:16px;height:16px;flex:none}
.cr-footer-actions{display:flex;gap:10px;flex:none}
.cr-footer .btn{min-height:44px;font-size:12px;padding:10px 15px}
.cr-form>#report-error:not(:empty){padding:15px 25px;border-top:1px solid #f2d5d0;background:#fff8f6;font-size:12px}
.cr-history{font-size:12px;line-height:1.6;margin:18px 0}
.cr-history>summary{display:flex;gap:8px;align-items:center;min-height:44px;cursor:pointer;font-weight:650;color:var(--cr-blue)}
.cr-history>p{padding:10px 0;border-top:1px solid #e4ebf4}
.cr-chooser{max-width:900px}
.cr-chooser>header>p:last-child{color:var(--cr-muted);font-size:13px;margin-top:10px}
.cr-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:23px 0}
.cr-type-card{display:flex;flex-direction:column;align-items:flex-start;gap:15px;text-align:left;background:#fff;border:1px solid #d8e2ef;border-radius:12px;padding:23px;cursor:pointer;box-shadow:0 4px 15px #223a5903;color:var(--cr-ink)}
.cr-type-card:hover{border-color:var(--cr-blue);background:#fcfdff;box-shadow:0 5px 20px #315bdc0c}
.cr-type-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:11px;background:#edf3ff;color:var(--cr-blue)}
.cr-type-card strong{font-size:17px;line-height:1.5}
.cr-type-card small{font-size:12px;color:#728095;line-height:1.7}
.cr-type-link{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;color:var(--cr-blue);font-weight:700;width:100%;margin-top:5px}
.cr-legacy-banner{display:flex;gap:15px;align-items:center;padding:15px 20px;margin:0 0 18px;border:1px solid #d7e2f5;border-radius:11px;background:#f3f7fd;font-size:12px;color:#50637f}
.cr-legacy-banner>.icon{color:#315bdc;flex:none}
.cr-legacy-banner>div{flex:1}
.cr-legacy-banner p{margin:5px 0 0;font-size:12px;line-height:1.6}
.cr-legacy-banner .btn{min-height:44px;font-size:12px;white-space:nowrap;background:#fff}
.cr-read-control{padding:10px 0;border-bottom:1px solid #e7edf5;font-size:12px;line-height:1.7}
.cr-read-control>strong,.cr-read-control>span{display:block}
.cr-read-control>span{font-size:11px;color:#6f7e91}
.cr-read-section p{white-space:pre-wrap;overflow-wrap:anywhere}
@media(max-width:1100px){.cr-layout{grid-template-columns:165px minmax(0,1fr);gap:12px}.cr-step{padding:23px}.cr-step-nav button{font-size:11px;gap:8px}.cr-header-state{flex-direction:column;gap:7px}.cr-footer{padding:13px 18px}}
@media(max-width:760px){.cr-wizard{padding-bottom:0}.cr-wizard h1{font-size:21px}.cr-header{margin-bottom:13px;align-items:flex-start;gap:10px}.cr-header .cr-eyebrow{font-size:10px;letter-spacing:.7px;margin:7px 0}.cr-header>div>p:last-child{font-size:11px;margin-top:6px}.cr-back{font-size:11px;min-height:32px}.cr-header-state{align-items:flex-end;font-size:9px}.cr-header-state>span{padding:5px 7px}.cr-header-state strong{font-size:13px}.cr-layout{display:block}.cr-step-nav{position:sticky;top:52px;z-index:6;flex-direction:row;background:#f5f7fb;padding:8px 0;margin:0 -2px 12px;max-height:none;gap:6px;border-bottom:1px solid #dfe6f1}.cr-step-nav button{white-space:nowrap;min-height:44px;padding:7px 9px;font-size:11px;flex:none;background:#fff;border:1px solid #e0e7f2}.cr-step-nav button>span{width:21px;height:21px;font-size:10px}.cr-form{border-radius:11px;overflow:visible}.cr-step{padding:20px 17px 24px;scroll-margin-top:122px}.cr-step>header{margin-bottom:20px}.cr-step>header h2{font-size:22px}.cr-step>header p{font-size:12px}.cr-grid{gap:12px}.cr-field{font-size:12px}.cr-field input,.cr-field select,.cr-field textarea,.cr-signature>input{font-size:16px;min-height:44px;padding:10px 9px}.cr-field small{font-size:11px}.cr-facts{gap:13px;padding:13px}.cr-facts dd{font-size:12px}.cr-facts dt{font-size:9px}.cr-note{padding:12px;font-size:12px;line-height:1.65}.cr-choices label{min-height:44px;padding:9px;font-size:12px}.cr-control-group>summary{padding:14px;font-size:11px;line-height:1.6}.cr-control-group>summary small{font-size:10px}.cr-control{padding:14px}.cr-control h3{font-size:13px}.cr-control>.cr-field{max-width:none}.cr-control .cr-grid{grid-template-columns:1fr .55fr}.cr-entry{padding:13px}.cr-entry>header h3{font-size:13px}.cr-entry .cr-grid{grid-template-columns:1fr}.cr-footer{bottom:calc(66px + env(safe-area-inset-bottom));border-radius:0 0 10px 10px;padding:11px 12px;gap:8px;align-items:stretch;flex-direction:column;background:#fff;box-shadow:0 -5px 17px #263c6210}.cr-footer .report-save-status{font-size:10px;justify-content:center}.cr-footer-actions{justify-content:space-between;gap:9px}.cr-footer-actions .btn{flex:1;font-size:12px;padding:10px;min-height:46px}.cr-signature canvas{height:160px}.cr-wizard .signature-grid{grid-template-columns:1fr}.cr-summary{padding:15px}.cr-summary-stats{grid-template-columns:1fr 1fr;gap:16px}.cr-summary-title h3{font-size:14px}.cr-photo-caption{grid-template-columns:55px 1fr;gap:10px}.cr-photo-caption>img{width:55px;height:64px}.cr-photo-caption .cr-grid{grid-template-columns:1fr}.cr-type-grid{grid-template-columns:1fr;gap:12px;margin-top:17px}.cr-type-card{padding:18px;gap:11px}.cr-type-card strong{font-size:16px}.cr-type-card small{font-size:12px}.cr-type-icon{width:37px;height:37px}.cr-legacy-banner{flex-wrap:wrap;padding:13px;gap:10px}.cr-legacy-banner>div{flex-basis:calc(100% - 36px)}.cr-legacy-banner .btn{width:100%}.cr-source-fields{padding:13px}.cr-safety-list>.cr-grid{grid-template-columns:1fr;gap:9px;padding:12px 0;border-bottom:1px solid #e6edf5}.cr-form>#report-error:not(:empty){padding:12px}}
@media(prefers-reduced-motion:reduce){.cr-wizard *{scroll-behavior:auto!important}}
.cr-history>summary>span{display:flex;flex-direction:column;gap:3px}
.cr-history>summary small{font-size:11px;font-weight:400;color:var(--cr-muted)}
.cr-history-pass{border:1px solid #dce4ef;border-radius:10px;padding:15px;margin:12px 0;background:#fafcff}
.cr-history-pass>header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:12px;margin-bottom:6px}
.cr-history-pass>header>span{color:#758296;font-size:11px}
.cr-history-pass h4{font-size:11px;letter-spacing:.35px;color:var(--cr-blue);margin:16px 0 7px}
.cr-history-pass ul{margin:0;padding-left:17px}
.cr-history-pass li{font-size:12px;margin:8px 0;line-height:1.6}
.cr-history-pass li>strong,.cr-history-pass li>span{display:block}
.cr-history-pass li>span{color:#7b8799;font-size:11px}
.cr-history-pass li>p{color:#67748a;margin-top:4px}
.cr-phase-table{border:1px solid #dfe6f1;border-radius:9px;margin:14px 0;overflow:hidden}
.cr-phase-head,.cr-phase-row{display:grid;grid-template-columns:55px minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:center;padding:9px 12px}
.cr-phase-head{background:#f4f7fc;color:#7a889c;font-size:10px;font-weight:700}
.cr-phase-row{border-top:1px solid #e7edf5}
.cr-phase-row>strong{font-size:12px;color:var(--cr-blue)}
.cr-phase-row>.cr-field{margin:0}
.cr-phase-row>.cr-field input{min-height:44px}
.cr-global-reading{margin:12px 0 17px;border-left:2px solid #dce6f7;padding-left:12px}
.cr-global-reading>summary{font-size:12px;color:#72809a;cursor:pointer;min-height:34px;line-height:34px}
.cr-global-reading .cr-grid{margin-top:8px}
.cr-summary-measures>div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid #edf0f5;font-size:12px}
.cr-summary-measures strong{flex:none;font-size:11px}
.cr-cancellation{margin-top:24px;padding:15px 17px;border:1px solid #e4dce0;border-radius:10px;background:#fdfafb}
.cr-cancellation>summary{min-height:44px;line-height:44px;font-size:12px;font-weight:700;cursor:pointer;color:#846071}
.cr-cancellation>p{font-size:12px;line-height:1.7;margin:5px 0 15px;color:#7a7280}
.cr-cancelled{max-width:860px;background:#fff;border:1px solid #dce4ef;padding:26px;border-radius:14px}
.cr-cancelled header{padding:19px 0 10px}
.cr-cancelled header>p:last-child{font-size:12px;color:#7a8899;margin-top:8px}
.cr-cancelled-icon{display:grid;place-items:center;background:#edf2fa;color:#77879e;width:48px;height:48px;border-radius:12px}
.cr-cancelled>p{font-size:13px;line-height:1.8;color:#718097}
.cr-cancelled-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.cr-cancelled-actions .btn{min-height:44px;font-size:12px}
@media(max-width:760px){
  .cr-footer{padding:8px 12px;gap:6px}
  .cr-footer .report-save-status{background:transparent;border:0;border-radius:0;padding:0;margin:0;min-height:0;max-height:18px;height:18px;flex:0 0 18px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .cr-phase-head,.cr-phase-row{grid-template-columns:35px minmax(0,1fr) minmax(0,1fr);gap:8px;padding:9px}
  .cr-phase-head{font-size:10px}
  .cr-history-pass{padding:12px}
  .cr-summary-measures>div{align-items:flex-start;flex-direction:column;gap:3px}
}
