.trial-report-intro{margin-top:30px;background:linear-gradient(135deg,#fff7ed,#ffffff);border-color:#fed7aa}
.trial-report-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.trial-report-heading h2{margin:3px 0 7px;color:#9a3412;font-size:22px}
.trial-report-kicker{display:inline-block;padding:4px 9px;border-radius:999px;background:#ffedd5;color:#9a3412;font-size:12px;font-weight:950}
.trial-report-form-card{border-top:5px solid #f97316}
.trial-report-section-title{display:flex;align-items:center;gap:10px;margin:22px 0 8px;padding-bottom:8px;border-bottom:2px solid #ffedd5}
.trial-report-section-title:first-of-type{margin-top:0}
.trial-report-section-title>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#f97316;color:#fff;font-weight:950}
.trial-report-section-title b{display:block;color:#9a3412;font-size:17px}
.trial-report-section-title small{display:block;margin-top:2px;color:#7c6f67;font-weight:700}
.trial-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 12px}
.trial-report-grid .wide{grid-column:span 2}
.trial-report-large-text{min-height:132px;line-height:1.7}
.trial-report-result-panel{margin-top:12px;padding:13px;border:1px solid #fed7aa;border-radius:14px;background:#fffaf5}
.trial-report-result-panel.is-disabled{opacity:.46;pointer-events:none}
.trial-report-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.trial-report-check-grid label,.trial-report-check-row label{display:flex;align-items:center;gap:8px;margin:0;padding:10px 12px;border:1px solid #fed7aa;border-radius:11px;background:#fff;font-size:13px;font-weight:850}
.trial-report-check-grid input,.trial-report-check-row input{width:20px;height:20px;flex:0 0 auto}
.trial-report-check-row{display:flex;flex-wrap:wrap;gap:9px;margin:12px 0}
.trial-report-attachment-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.trial-report-drop{min-height:150px;padding:14px;border:2px dashed #fdba74;border-radius:15px;background:#fffaf5}
.trial-report-drop h3{color:#9a3412;margin-bottom:8px}
.trial-report-drop input[type=file]{margin:7px 0 10px}
.trial-report-attachment-preview{margin-top:10px;min-height:72px;border-radius:12px;background:#fff;border:1px solid #fed7aa;padding:10px;color:#7c6f67;font-weight:750}
.trial-report-attachment-preview img{display:block;max-width:100%;max-height:250px;margin:auto;object-fit:contain}
.trial-report-file-name{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;font-size:12px}
.trial-report-photo-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:12px}
.trial-report-photo-card{position:relative;border:1px solid #fed7aa;border-radius:14px;padding:10px;background:#fff}
.trial-report-photo-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#f8fafc;border-radius:9px}
.trial-report-photo-card .trial-report-photo-placeholder{display:grid;place-items:center;width:100%;aspect-ratio:4/3;background:#f8fafc;border-radius:9px;color:#64748b;text-align:center;font-weight:850;padding:8px;overflow-wrap:anywhere}
.trial-report-photo-card label{margin-top:8px}
.trial-report-photo-card textarea{min-height:65px}
.trial-report-photo-remove{position:absolute;right:6px;top:6px;z-index:2;border:0;border-radius:999px;width:30px;height:30px;background:#dc2626;color:#fff;font-weight:950;cursor:pointer}
.trial-report-empty{padding:24px;border:1px dashed #cbd5e1;border-radius:14px;text-align:center;color:#64748b;background:#f8fafc;font-weight:800}
.trial-report-actions{margin-top:20px;padding-top:16px;border-top:1px solid #fed7aa}
.trial-report-master-wrap{overflow:auto;margin-top:10px}
.trial-report-master-table{width:100%;min-width:920px;border-collapse:collapse}
.trial-report-master-table th,.trial-report-master-table td{border:1px solid #cbd5e1;padding:8px 9px;text-align:left;vertical-align:middle}
.trial-report-master-table th{background:#fff7ed;color:#9a3412;white-space:nowrap}
.trial-report-master-title{font-weight:950;color:#1e3a5f}
.trial-report-master-sub{margin-top:3px;font-size:12px;color:#64748b}
.trial-report-result-badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:950;background:#dcfce7;color:#166534}
.trial-report-result-badge.found{background:#fee2e2;color:#991b1b}
@media(max-width:760px){
 .trial-report-heading{display:block}.trial-report-heading button{margin-top:10px}
 .trial-report-grid{grid-template-columns:1fr}.trial-report-grid .wide{grid-column:auto}
 .trial-report-check-grid,.trial-report-attachment-grid{grid-template-columns:1fr}
 .trial-report-photo-list{grid-template-columns:1fr}
}
