/* Report components inherit Mundx's shared paper-and-green design tokens. */
.report-scope{--ink:var(--fg);--green:var(--accent);--soft:var(--accent-soft);--amber:#7f5018;--amber-bg:#f6eddc;color:var(--fg);font:16px/1.75 var(--serif)}
.report-scope p{margin:12px 0 18px}
.report-scope a{text-underline-offset:3px}
.report-scope p a,.report-scope td a,.report-scope .source-list a{text-decoration:underline}
.report-scope button,.report-scope select,.report-scope input{font:inherit}
.report-scope button,.report-scope .download-row a{border:1px solid var(--line);background:var(--surface);color:var(--fg);padding:10px 14px;border-radius:var(--r-sm);font-size:13px;font-weight:600;cursor:pointer}
.report-scope button:hover,.report-scope .download-row a:hover{background:var(--surface-2);border-color:var(--fg);text-decoration:none}
.report-scope button:disabled{opacity:.45;cursor:default}
.report-scope .primary{background:var(--fg);color:var(--bg);border-color:var(--fg)}
.report-scope .primary:hover{background:#372c1b;color:var(--bg)}
.report-hero{padding:38px 0 40px;border-bottom:2px solid var(--fg)}
.report-hero .breadcrumb{margin-bottom:28px;font-size:12px}
.report-hero .cover{max-width:960px}
.report-hero .eyebrow,.report-scope .section-no{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent)}
.report-hero h1{font:800 clamp(36px,5.2vw,60px)/1.07 var(--display);letter-spacing:-.04em;margin:16px 0 23px;max-width:900px}
.report-hero h1 span{color:var(--accent)}
.report-hero .subtitle{font-size:clamp(17px,2vw,21px);line-height:1.6;color:var(--fg-dim);max-width:700px;margin-bottom:24px}
.report-hero .edition{font-size:10px;font-weight:700;letter-spacing:.09em;color:var(--accent);padding:6px 9px;background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:5px}
.report-hero .cover-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;font-size:12px;line-height:1.7;margin-top:32px}
.report-hero .cover-meta div{border-top:1px solid var(--line);padding-top:12px}
.report-hero .cover-meta strong{display:block;font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}
.report-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:23px}
.report-actions .btn{font-size:12px}
.report-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:48px;align-items:start;padding-bottom:60px}
.report-layout .contents{position:sticky;top:90px;max-height:calc(100dvh - 110px);overflow:auto;padding:28px 0 20px}
.report-layout .contents p{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--muted);margin:0 0 10px}
.report-layout .contents a{display:block;padding:10px 0;font-size:11px;line-height:1.55;text-decoration:none;border-bottom:1px solid var(--line);color:var(--fg-dim)}
.report-layout .contents a:hover,.report-layout .contents a.active{color:var(--accent)}
.report-layout .contents a.active{font-weight:700;border-bottom-color:var(--accent)}
.report-layout .contents small{display:block;margin-top:18px;font-size:10px;color:var(--muted)}
.report-layout .report{min-width:0}
.report-scope .section{padding:34px 0;border-bottom:1px solid var(--line);scroll-margin-top:90px}
.report-scope h2{font:800 clamp(25px,2.6vw,33px)/1.18 var(--display);letter-spacing:-.028em;margin:8px 0 22px}
.report-scope h3{font:800 21px/1.3 var(--display);margin:26px 0 14px}
.report-scope h4{font:700 16px/1.4 var(--display);margin:22px 0 10px}
.report-scope .lead{font-size:19px;line-height:1.7}
.report-scope .assessment{border-left:3px solid var(--accent);padding:18px 22px;background:var(--accent-soft);margin:24px 0;border-radius:0 var(--r-sm) var(--r-sm) 0}
.report-scope .assessment p:first-child{margin-top:0}
.report-scope .assessment p:last-child{margin-bottom:0}
.report-scope .caution{background:var(--amber-bg);border-left:3px solid var(--amber);padding:16px 20px;margin:22px 0;font-size:14px}
.report-scope .key-points{list-style:none;padding:0;counter-reset:findings}
.report-scope .key-points li{counter-increment:findings;display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;border-top:1px solid var(--line);padding:17px 0;margin:0}
.report-scope .key-points li:before{content:counter(findings,decimal-leading-zero);font:12px/1.7 var(--mono);color:var(--accent);padding-top:3px}
.report-scope .key-points p{margin:0}
.report-scope .summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line);margin:24px 0}
.report-scope .summary-strip>div{padding:18px 12px 18px 0}
.report-scope .summary-strip strong{font:800 29px/1.2 var(--display);display:block;color:var(--accent)}
.report-scope .summary-strip span{font-size:11px;line-height:1.55;display:block;margin-top:7px;color:var(--muted)}
.report-scope .table-wrap{width:100%;overflow:auto;margin:22px 0 14px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface)}
.report-scope table{border-collapse:collapse;width:100%;font-size:12px;line-height:1.6;font-variant-numeric:tabular-nums}
.report-scope caption{text-align:left;font-size:11px;line-height:1.6;font-weight:600;color:var(--muted);padding:12px 14px;background:var(--surface-2)}
.report-scope thead{background:var(--accent);color:var(--accent-ink)}
.report-scope th,.report-scope td{text-align:left;vertical-align:top;padding:11px 12px;border-bottom:1px solid var(--line)}
.report-scope thead th{font-size:10px;font-weight:600}
.report-scope tbody th{font-weight:600}
.report-scope tbody tr:nth-child(even){background:var(--surface-2)}
.report-scope tbody tr:last-child>*{border-bottom:0}
.report-scope td{min-width:60px}
.report-scope th small,.report-scope td small{display:block;font-size:10px;color:var(--muted);font-weight:400;margin-top:4px}
.report-scope code{font:11px/1.5 var(--mono);overflow-wrap:anywhere}
.report-scope .table-note,.report-scope .meta-line,.report-scope figcaption,.report-scope .source-caption{font-size:12px;line-height:1.7;color:var(--muted)}
.report-scope .refs{white-space:nowrap;font:10px var(--mono)}
.report-scope .contest-block,.report-scope .case{padding:27px 0;border-top:1px solid var(--line);scroll-margin-top:90px}
.report-scope .subheading{display:flex;gap:13px;align-items:baseline}
.report-scope .subheading>span{font:11px var(--mono);color:var(--accent)}
.report-scope .subheading h3{margin:0 0 8px;font-size:23px}
.report-scope .case-id{font:10px/1.7 var(--mono);letter-spacing:.03em;color:var(--accent)}
.report-scope .case h3{margin-top:9px;font-size:23px}
.report-scope .two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.report-scope .case-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:24px}
.report-scope .receipt{margin:15px 0}
.report-scope .receipt img{width:100%;height:330px;object-fit:contain;display:block;background:var(--surface-2)}
.report-scope .image-button{padding:8px;width:100%;background:var(--surface-2);cursor:zoom-in}
.report-scope .receipt figcaption{padding-top:9px;font-size:10px}
.report-scope .evidence-line{font-size:11px;overflow-wrap:anywhere;line-height:1.8}
.report-scope .field-values{display:flex;gap:20px;margin:20px 0;padding:18px 0;border-block:1px solid var(--line)}
.report-scope .field-values strong{display:block;font:800 26px/1.4 var(--display)}
.report-scope .field-values span{font-size:10px;line-height:1.6;max-width:120px;display:block;color:var(--muted)}
.report-scope .formula{font:11px/1.8 var(--mono);background:var(--surface-2);padding:14px 16px;overflow-wrap:anywhere;border-radius:var(--r-sm)}
.report-scope .controls{display:flex;gap:14px;flex-wrap:wrap;align-items:end;margin:22px 0}
.report-scope .controls label{font-size:11px;font-weight:600;display:flex;flex-direction:column;gap:7px;flex:1;min-width:155px}
.report-scope .controls select,.report-scope .controls input{border:1px solid var(--line);padding:11px 10px;background:var(--surface);color:var(--fg);max-width:100%;min-width:0;font-size:12px;width:100%;border-radius:var(--r-sm)}
.report-scope .bars{margin:20px 0}
.report-scope .bar-row,.report-scope .axis{display:grid;grid-template-columns:150px minmax(0,1fr) 55px;gap:12px;align-items:center}
.report-scope .bar-row{padding:14px 0;border-bottom:1px solid var(--line)}
.report-scope .bar-label{font-size:12px}
.report-scope .bar-label small{display:block;font-size:10px;color:var(--muted)}
.report-scope .bar-track{height:12px;background:var(--accent-soft);border-radius:3px;overflow:hidden}
.report-scope .bar-fill{height:100%;background:var(--accent)}
.report-scope .bar-value{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;text-align:right}
.report-scope .axis{color:var(--muted);font-size:10px;margin-top:8px}
.report-scope .ticks{display:flex;justify-content:space-between}
.report-scope .axis-title{text-align:center;font-size:11px;color:var(--muted)}
.report-scope .pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px}
.report-scope .register-table td:nth-child(2){min-width:210px}
.report-scope .register-table td:nth-child(3){min-width:180px}
.report-scope .case-link{font:11px var(--mono)}
.report-scope .source-list{list-style:none;padding:0}
.report-scope .source-list li{border-top:1px solid var(--line);padding:14px 0;margin:0;font-size:12px}
.report-scope .source-list strong{font:10px var(--mono);color:var(--accent);margin-right:10px}
.report-scope .source-list small{display:block;font-size:10px;color:var(--muted);margin-top:5px}
.report-scope .source-list a{overflow-wrap:anywhere}
.report-scope details{margin:20px 0;border:1px solid var(--line);padding:16px 18px;border-radius:var(--r-sm);background:var(--surface)}
.report-scope summary{cursor:pointer;font-weight:600;font-size:13px}
.report-scope details[open]>summary{padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:15px}
.report-scope .small{font-size:13px}
.report-scope .footer{padding-top:30px;font-size:10px;color:var(--muted);display:flex;justify-content:space-between;gap:22px}
.report-scope .download-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.report-scope .no-wrap{white-space:nowrap}
.report-scope .print-only{display:none}
.report-scope .result-path{display:grid;grid-template-columns:1fr 35px 1fr;gap:12px;align-items:center;margin:26px 0 32px}
.report-scope .result-path>div{background:var(--accent-soft);padding:22px 15px;text-align:center;border:1px solid var(--accent-line);border-radius:var(--r-sm)}
.report-scope .result-path strong{display:block;font:800 24px/1.5 var(--display);color:var(--accent)}
.report-scope .result-path span{display:block;font-size:12px}
.report-scope .result-path .path-arrow{font-size:26px;text-align:center;color:var(--accent)}
.report-image-dialog{border:1px solid var(--line);border-radius:var(--r);padding:18px;max-width:95vw;width:1050px;max-height:95dvh;background:var(--surface);color:var(--fg);margin:auto}
.report-image-dialog::backdrop{background:rgba(25,19,8,.85)}
.report-image-dialog .dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px}
.report-image-dialog .dialog-top p{font-size:13px;margin:0}
.report-image-dialog .dialog-image{display:block;width:100%;max-height:80dvh;object-fit:contain;margin-top:15px}
@media(max-width:1000px){.report-layout{grid-template-columns:170px minmax(0,1fr);gap:28px}.report-scope .case-grid{grid-template-columns:1fr}.report-scope .case-grid .receipt{max-width:550px}.report-hero .cover-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.report-layout{display:block}.report-layout .contents{position:static;max-height:none;display:flex;gap:19px;overflow:auto;white-space:nowrap;padding:18px 0;border-bottom:1px solid var(--line)}.report-layout .contents p,.report-layout .contents small{display:none}.report-layout .contents a{flex:none;padding:0;border:0;font-size:11px}.report-hero{padding:28px 0 30px}.report-hero .breadcrumb{margin-bottom:20px}.report-scope .section{padding:28px 0}.report-scope .summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.report-scope .summary-strip>div:nth-child(n+3){border-top:1px solid var(--line)}.report-scope .bar-row,.report-scope .axis{grid-template-columns:125px minmax(0,1fr) 48px;gap:8px}}
@media(max-width:480px){.report-scope{font-size:15px}.report-hero h1{font-size:36px}.report-hero .cover-meta{gap:16px;font-size:11px}.report-scope .two-col{grid-template-columns:1fr}.report-scope .controls label{min-width:100%;flex-basis:100%}.report-scope .table-wrap table{min-width:560px}.report-scope .pagination{flex-wrap:wrap}.report-scope .footer{display:block}.report-scope .bar-row,.report-scope .axis{grid-template-columns:103px minmax(0,1fr) 45px;gap:7px}.report-scope .bar-label{font-size:10px}.report-scope .result-path>div{padding:15px 8px}.report-scope .result-path span{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{
 @page{size:A4;margin:17mm 15mm 18mm}
 body{background:white!important;font-size:10pt}
 .site-header,.site-footer,.report-actions,.report-layout .contents,.report-hero .breadcrumb,.report-scope .screen-only,.report-scope .controls,.report-scope .pagination,.report-image-dialog,.report-scope .download-row{display:none!important}
 .wrap{max-width:none!important;padding:0!important}
 .report-scope{color:#191308;font-size:10pt;line-height:1.5;--fg:#191308;--muted:#625c4f;--line:#d7d1c5;--surface:white;--surface-2:#f7f3e9}
 .report-hero{border:0;padding:0;break-after:page;min-height:220mm}
 .report-hero h1{font-size:34pt;max-width:155mm;margin-top:14mm}
 .report-hero .subtitle{font-size:15pt}.report-hero .cover-meta{grid-template-columns:1fr 1fr;font-size:10pt;margin-top:18mm}
 .report-scope .print-only{display:block}.report-scope .brand-print{font-size:13pt;color:var(--accent);padding-top:12mm;margin-bottom:18mm}
 .report-layout{display:block;padding:0}.report-scope .section{padding:8mm 0;border:0}
 .report-scope h2{font-size:21pt}.report-scope h3{font-size:14pt}
 .report-scope h2,.report-scope h3,.report-scope h4,.report-scope .section-no,.report-scope .subheading{break-after:avoid}
 .report-scope p{orphans:3;widows:3}.report-scope thead{display:table-header-group;background:#e4f3e9;color:#135735}
 .report-scope tr{break-inside:avoid}.report-scope table{font-size:8pt}.report-scope th,.report-scope td{padding:5px 6px}
 .report-scope caption{font-size:8pt;padding:6px}.report-scope .table-wrap{overflow:visible;border:0;margin:6mm 0 3mm}.report-scope .table-wrap table{min-width:0!important}
 .report-scope .lead{font-size:13pt}.report-scope .table-note,.report-scope .meta-line,.report-scope figcaption{font-size:8pt}
 .report-scope .summary-strip strong{font-size:21pt}.report-scope .summary-strip,.report-scope .assessment,.report-scope .caution,.report-scope .field-values,.report-scope .result-path{break-inside:avoid}
 .report-scope .case,.report-scope .contest-block{padding:6mm 0}.report-scope .case-grid{display:block}.report-scope .case-grid .receipt{width:70%;margin:7mm auto}
 .report-scope .receipt{break-inside:avoid}.report-scope .receipt img{height:85mm}.report-scope .two-col{grid-template-columns:1fr 1fr;gap:6mm}.report-scope .two-col .receipt img{height:75mm}
 .report-scope .bar-row,.report-scope .axis{grid-template-columns:40mm 1fr 15mm}.report-scope .source-list li{font-size:9pt}
 .report-scope .interactive-register{display:none}.report-scope details{border:0;padding:0;background:white}.report-scope summary{font-size:11pt}
 .report-scope .footer{font-size:8pt}.report-scope a{color:inherit}.report-scope *{-webkit-print-color-adjust:exact;print-color-adjust:exact}
}
