/* Report-only layout; no changes to upload, wardrobe or other player surfaces. */
.match-card-toggles[hidden]{display:none}
#reportContent.is-report-canvas{max-width:800px;margin-inline:auto;color:#253e34}
.report-canvas{padding:6px 0 0;min-width:0}
.report-canvas-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 4px 20px}
.report-canvas-head small{font-size:12px;letter-spacing:.04em;color:#6e776d}
.report-canvas-head h2{margin:6px 0 0;font-size:27px;line-height:1.2;font-weight:700;letter-spacing:-.02em}
.report-canvas-status{flex:0 1 auto;max-width:42%;border:1px solid #d5dfd4;border-radius:999px;padding:7px 11px;background:#edf2e8;color:#3e6351;font-size:12px;text-align:center;line-height:1.4}
.report-canvas .motion-evidence{margin:0;padding:0;border:0;border-radius:0;background:transparent}
.report-canvas .motion-evidence>h3:first-child{font-size:14px;font-weight:600;margin:0 4px 10px;color:#6a756b}
.report-canvas .me-stage{border-radius:18px}
.report-canvas .me-stage video{height:min(48svh,420px);min-height:200px;background:#1c3029}
.report-canvas .me-controls{gap:8px;margin:12px 0 0}
.report-canvas .me-controls button,.report-canvas .me-controls select{min-height:44px;font-size:13px;border-radius:12px;white-space:nowrap;flex:0 0 auto;width:auto}
.report-canvas .me-controls select{min-width:86px;max-width:45%}
.report-canvas .me-status{min-height:0;margin:8px 4px 20px;font-size:12px;line-height:1.5}
.report-canvas .me-windows{margin-bottom:20px}
.report-canvas .me-evidence-heading{margin:24px 0 12px;font-size:20px;letter-spacing:-.02em}
.report-canvas .me-frames{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:12px;padding:0}
.report-canvas .me-frame{min-width:0;padding:12px;border:1px solid #e0e3d8;border-radius:16px;background:#fffef9}
.report-canvas .me-frame:only-child{grid-column:1/-1}
.report-canvas .me-frame-label{display:block;color:#887242;font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:10px}
.report-canvas .me-thumbnail{background:#edf0e8}
.report-canvas .me-thumbnail img{width:100%;height:auto;max-height:260px;object-fit:contain}
/* Canvas must use the exact same image box; never letterbox inside the image. */
.report-canvas .me-thumbnail{width:fit-content;max-width:100%;margin-inline:auto}
.report-canvas .me-thumbnail img{width:auto;max-width:100%}
.report-canvas .me-frame .me-pick{width:100%;background:#edf0e8;border:0;border-radius:10px}
.report-canvas .me-frame .me-pick>span:last-child{font-size:11px;color:#647166;padding:6px}
.report-canvas .me-frame strong{font-size:16px;line-height:1.55;font-weight:650;margin:12px 0 4px}
.report-canvas .me-frame p{font-size:13px;color:#617064;line-height:1.6;margin:6px 0}
.report-canvas .me-frame>button:last-child{background:transparent;min-height:44px;font-size:12px;border:0;color:#236447;padding:8px 0;text-align:left}
.me-frame-unavailable{display:block;padding:24px 10px;line-height:1.5;font-size:13px}
.report-canvas .me-thumbnail img[hidden]{display:none}
.report-canvas-note{font-size:13px;line-height:1.6;color:#6b7569;margin:20px 4px}
.report-canvas-practice{margin-top:28px;padding:22px;border-radius:18px;background:#eaf0e5;border:1px solid #d9e1d3}
.report-canvas-practice>small{font-size:11px;letter-spacing:.07em;color:#65745f;font-weight:700}
.report-canvas-practice h3{font-size:21px;line-height:1.45;margin:9px 0 8px;font-weight:650;overflow-wrap:anywhere}
.report-canvas-practice p{font-size:14px;line-height:1.65;color:#5d6d60;margin:8px 0}
.report-canvas-approved{font-size:12px;color:#637560}
.report-canvas-actions{display:flex;align-items:center;gap:18px;margin-top:20px}
.report-canvas-actions button{flex:1;min-height:48px;padding:12px 16px;border:0;border-radius:12px;background:#20523e;color:#fff;font:inherit;font-weight:650;box-shadow:none}
.report-canvas-actions a{flex-shrink:0;font-size:13px;color:#426b50;text-decoration:none;padding:12px 0}
#reportContent .report-canvas-details{margin:18px 0 24px;border:0;border-top:1px solid #dedfd4;border-radius:0;padding:0 4px;background:transparent;box-shadow:none}
#reportContent .report-canvas-details>summary{min-height:52px;display:flex;justify-content:space-between;align-items:center;padding:17px 0;cursor:pointer;font-size:14px;font-weight:550;color:#66725f;list-style:none}
#reportContent .report-canvas-details>summary::-webkit-details-marker{display:none}
#reportContent .report-canvas-details>summary::after{content:'＋';display:block;float:none;width:auto;height:auto;padding:0;background:none;border:0;font-size:18px;font-weight:400}
#reportContent .report-canvas-details[open]>summary::after{content:'−';transform:none}
.report-canvas-details>p{font-size:14px;line-height:1.6;color:#66725f}
.report-canvas-empty{padding:30px 20px;border:1px dashed #cfd9ce;border-radius:18px;text-align:center;background:#eef1e9}
.report-canvas-empty h3{font-size:18px;margin:0 0 12px}.report-canvas-empty p{font-size:14px;line-height:1.6;color:#69776a}
.report-canvas button:focus-visible,.report-canvas a:focus-visible,.report-canvas-details>summary:focus-visible{outline:3px solid #b99849;outline-offset:3px}
@media(max-width:520px){.report-canvas .me-frames{grid-template-columns:1fr}.report-canvas .me-frame{padding:14px}.report-canvas .me-thumbnail img{max-height:240px}.report-canvas-head h2{font-size:25px}.report-canvas-practice{padding:20px}}
.report-canvas .me-neutral-frames{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 0 8px}
.report-canvas .me-neutral-frames .me-frame{flex:0 0 43%;min-width:134px;padding:10px}
.report-canvas .me-neutral-frames .me-thumbnail img{max-height:170px}
@media(prefers-reduced-motion:reduce){.report-canvas *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media print{.report-canvas .me-stage,.report-canvas .me-controls,.report-canvas .me-status,.report-canvas .me-windows,.report-canvas-actions,.report-canvas .me-frame>button:last-child{display:none!important}.report-canvas .me-frame,.report-canvas-practice{break-inside:avoid}.report-canvas .me-neutral-frames{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}}
