.report-layout{display:grid;grid-template-columns:minmax(240px,310px) minmax(0,1fr);gap:20px;align-items:start}.report-children-card{padding:22px;position:sticky;top:92px}.report-child-list{display:grid;gap:8px}.report-child{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fbfaf7;color:var(--ink);text-align:left;cursor:pointer}.report-child:hover,.report-child.active{border-color:#769482;background:#eef4ef}.report-child small{display:block;color:var(--muted);margin-top:3px}.report-status{white-space:nowrap;border-radius:999px;padding:5px 8px;background:#eee9df;color:#6f675d;font-size:10px;font-weight:700;text-transform:uppercase}.report-status.submitted{background:#fff0c9;color:#88611a}.report-status.approved{background:#dcefe3;color:#27603e}.report-status.returned{background:#f7ddd8;color:#8b4034}.report-form{display:grid;gap:18px}.report-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}.report-meta h3,.report-meta p{margin:0}.report-meta p{color:var(--muted);margin-top:4px}.report-questions{display:grid;gap:18px}.report-questions label small{display:block;color:var(--muted);margin:5px 0 8px}.report-ai-note{display:flex;gap:12px;padding:15px;border-radius:12px;background:#eef4ef;color:#385546}.report-ai-note span{font-size:21px}.report-text{min-height:300px;line-height:1.7}.report-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.report-review{border-left:4px solid #d5a84d}.report-empty{padding:32px;text-align:center;color:var(--muted)}body.is-secretary .staff-only{display:none}body.is-coordinator .report-question-card,body.is-coordinator .report-ai-note{display:none}body.is-coordinator .report-text{min-height:430px;background:#fbfaf7;color:var(--ink)}@media(max-width:850px){.report-layout{grid-template-columns:1fr}.report-children-card{position:static}.report-child-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.report-child-list{grid-template-columns:1fr}.report-meta{align-items:flex-start;flex-direction:column}.report-actions>*{width:100%}}
.report-room-chooser{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;margin-bottom:18px}.report-room-chooser h3,.report-room-chooser p{margin:0}.report-room-chooser p{margin-top:4px;color:var(--muted)}.report-room-chooser label{min-width:280px}.coord-report-pending{margin:18px 0;padding:22px}.coord-report-pending-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px}.coord-report-pending-head h3,.coord-report-pending-head p{margin:0}.coord-report-pending-head p{color:var(--muted);margin-top:4px}.pending-report-list{display:grid;gap:9px}.pending-report-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:14px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fbfaf7}.pending-report-row small{display:block;margin-top:3px;color:var(--muted)}@media(max-width:650px){.report-room-chooser{align-items:flex-start;flex-direction:column}.report-room-chooser label{min-width:0;width:100%}.pending-report-row{grid-template-columns:1fr}.pending-report-row button{width:100%}}
body:not(.is-coordinator):not(.is-secretary) .report-form:has(.submission-panel.waiting) .report-question-card,body:not(.is-coordinator):not(.is-secretary) .report-form:has(.submission-panel.approved) .report-question-card,body:not(.is-coordinator):not(.is-secretary) .report-form:has(.submission-panel.waiting) .report-ai-note,body:not(.is-coordinator):not(.is-secretary) .report-form:has(.submission-panel.approved) .report-ai-note{display:none}
.report-child-list{max-height:560px;overflow-y:auto;padding-right:4px}.report-child{display:grid;grid-template-columns:minmax(0,1fr) auto}.report-child strong{display:block;white-space:normal;line-height:1.35}.report-child-meta{display:flex!important;align-items:center;gap:6px;flex-wrap:wrap}.report-child-meta span{display:inline-flex;align-items:center}.report-child-meta span+span:before{content:'•';margin-right:6px;color:#a69d90}.report-workspace .report-empty{min-height:180px;display:grid;place-content:center}
