/* Individual student report studio */
.report-admin-page{max-width:1480px}.report-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:8px 0 22px}.report-page-head h1{margin:5px 0 6px;font-size:clamp(28px,3vw,40px)}.report-page-head p{max-width:760px;margin:0;color:var(--text-secondary);font-size:15px}.report-privacy-mark{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #A7D2BD;border-radius:999px;background:#EAF7F0;color:#176B3A;font-size:11px;font-weight:800;white-space:nowrap}
.student-report-toolbar{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr);gap:10px 14px;align-items:end;margin-bottom:18px;padding:14px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface-2)}.student-report-toolbar label{display:flex;flex-direction:column;gap:5px;color:var(--text-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.student-report-toolbar input,.student-report-toolbar select{width:100%;height:42px;padding:0 11px;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface-1);color:var(--text);font:500 13px var(--font);text-transform:none;letter-spacing:0}.student-report-find>div{position:relative}.student-report-find>div i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:17px}.student-report-find input{padding-left:38px}.student-report-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;flex-wrap:wrap}.student-report-actions button{min-height:42px;white-space:nowrap}.student-report-toolbar>[role=status]{grid-column:1/-1;min-height:15px;font-size:10.5px}
.student-report-preview{min-height:420px;border:1px solid var(--border);border-radius:8px;background:var(--surface-1);overflow:hidden}.student-report-document{display:block}.student-report-loading,.student-report-empty-state{display:flex;min-height:390px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:32px;text-align:center;color:var(--text-muted)}.student-report-loading i,.student-report-empty-state>i{font-size:36px;color:var(--accent)}.student-report-loading i{animation:report-spin 1s linear infinite}.student-report-loading b,.student-report-empty-state b{color:var(--text);font-size:15px}.student-report-loading span,.student-report-empty-state span{max-width:500px;font-size:12px}.student-report-empty-state.error>i{color:#B42318}@keyframes report-spin{to{transform:rotate(360deg)}}
.student-report-identity{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:16px;align-items:center;padding:24px clamp(18px,3vw,34px);border-bottom:1px solid var(--border);background:linear-gradient(120deg,color-mix(in srgb,var(--accent-bg) 48%,var(--surface-1)),var(--surface-1) 62%)}.student-report-avatar{display:grid;place-items:center;width:60px;height:60px;border-radius:8px;background:var(--accent);color:#fff;font-size:21px;font-weight:800}.student-report-kicker{display:block;color:var(--accent-text);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.student-report-identity h2{margin:3px 0 2px;font-size:26px}.student-report-identity p{margin:0;color:var(--text-secondary);font-size:12px}.student-report-identity-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}
.student-report-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid var(--border)}.student-report-metric{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-height:104px;padding:16px 18px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.student-report-metric:nth-child(3n){border-right:0}.student-report-metric:nth-last-child(-n+3){border-bottom:0}.student-report-metric>span{display:grid;place-items:center;width:40px;height:40px;border-radius:7px;background:#E6F0F8;color:#185F91;font-size:21px}.student-report-metric.green>span{background:#E5F4EC;color:#177354}.student-report-metric.amber>span{background:#FFF0D4;color:#9A6200}.student-report-metric.violet>span{background:#EEE9F7;color:#6C4AA0}.student-report-metric.teal>span{background:#E1F3F4;color:#0B7285}.student-report-metric.rose>span{background:#F8E8EC;color:#A33A55}.student-report-metric.indigo>span{background:#E9EBF8;color:#4B56A6}.student-report-metric b,.student-report-metric strong,.student-report-metric small{display:block}.student-report-metric b{color:var(--text);font-size:22px;line-height:1.05}.student-report-metric strong{margin-top:3px;font-size:11.5px}.student-report-metric small{margin-top:2px;color:var(--text-muted);font-size:9.5px;line-height:1.35}
.student-report-two-col{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border)}.student-report-two-col>.student-report-section{border-bottom:0}.student-report-two-col>.student-report-section:first-child{border-right:1px solid var(--border)}.student-report-section{padding:24px clamp(18px,3vw,34px);border-bottom:1px solid var(--border)}.student-report-section>header{margin-bottom:14px}.student-report-section>header>span{display:block;color:var(--accent-text);font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.student-report-section>header h3{display:flex;align-items:center;gap:8px;margin:4px 0 3px;font-size:18px}.student-report-section>header h3 i{color:var(--accent)}.student-report-section>header p{margin:0;color:var(--text-muted);font-size:11px}.student-report-trend .trend-chart{max-width:1040px;margin:0 auto}.student-report-trend .trend-chart svg{max-height:300px}
.student-report-followups{display:grid;gap:7px}.student-report-followup{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:9px 11px;border-left:3px solid #D18B18;background:#FFF7E8}.student-report-followup>i{display:grid;place-items:center;width:31px;height:31px;border-radius:6px;background:rgba(255,255,255,.72);color:#8A5700;font-size:17px}.student-report-followup b,.student-report-followup span{display:block}.student-report-followup b{font-size:12px}.student-report-followup span{margin-top:2px;color:var(--text-secondary);font-size:10.5px;line-height:1.4}.student-report-followup.danger{border-color:#C74336;background:#FCECE9}.student-report-followup.danger>i{color:#A32D25}.student-report-followup.info{border-color:#4389BC;background:#EAF4FB}.student-report-followup.info>i{color:#185F91}.student-report-followup.good{border-color:#23805B;background:#EAF7F0}.student-report-followup.good>i{color:#176B3A}
.student-report-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0}.student-report-facts>div{padding:11px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.student-report-facts dt{color:var(--text-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.student-report-facts dd{margin:3px 0 0;color:var(--text);font-size:17px;font-weight:800}
.student-report-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:7px}.student-report-table{width:100%;min-width:850px;border-collapse:collapse;font-size:11px}.student-report-table th{padding:9px 10px;background:var(--surface-2);color:var(--text-muted);font-size:9px;text-align:left;text-transform:uppercase;letter-spacing:.05em}.student-report-table td{padding:9px 10px;border-top:1px solid var(--border);vertical-align:middle}.student-report-table tbody tr:hover{background:var(--accent-bg)}.student-report-table tr.is-empty{color:var(--text-muted)}.student-report-table td>b,.student-report-table td>small{display:block}.student-report-table td>small{color:var(--text-muted);font-size:9px}.student-report-table td>.ti-check{color:#177354;font-size:17px}.student-report-week-name{display:grid;grid-template-columns:34px minmax(190px,1fr);align-items:center;gap:6px}.student-report-week-name>b{display:grid;place-items:center;width:32px;height:28px;border-radius:5px;background:var(--accent-bg);color:var(--accent-text);font-size:10px}.student-report-week-name>span{font-weight:650}.student-report-status{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 7px;border-radius:999px;background:var(--surface-2);color:var(--text-muted);font-size:9px;font-weight:800;white-space:nowrap}.student-report-status.good{background:#E5F4EC;color:#176B3A}.student-report-status.info{background:#E7F1FA;color:#185F91}.student-report-status.warn{background:#FFF0D4;color:#8A5700}.student-report-status.bad{background:#FCE9E6;color:#A33A2B}.student-report-status.muted{border:1px solid var(--border)}
.student-report-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.student-report-evidence-group{min-width:0}.student-report-evidence-group>header{display:flex;align-items:center;gap:7px;margin-bottom:8px}.student-report-evidence-group>header i{display:grid;place-items:center;width:29px;height:29px;border-radius:6px;background:var(--accent-bg);color:var(--accent-text);font-size:16px}.student-report-evidence-group h3{margin:0;font-size:13px}.student-report-evidence{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;padding:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.student-report-evidence+.student-report-evidence{margin-top:6px}.student-report-evidence.warn{border-color:#E8C785;background:#FFF9EC}.student-report-evidence-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:6px;background:var(--surface-1);color:var(--accent-text);font-size:17px}.student-report-evidence-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.student-report-evidence-head b{min-width:0;font-size:11.5px}.student-report-evidence-head strong{flex:0 0 auto;color:var(--accent-text);font-size:10.5px}.student-report-evidence small{display:block;margin-top:2px;color:var(--text-muted);font-size:9px}.student-report-evidence p{display:flex;align-items:flex-start;gap:5px;margin:7px 0 0;padding:6px 7px;background:var(--surface-1);color:var(--text-secondary);font-size:9.5px;line-height:1.4}.student-report-evidence p i{margin-top:1px;color:#177354}.student-report-empty{margin:0;padding:16px;border:1px dashed var(--border);border-radius:7px;color:var(--text-muted);font-size:10.5px;text-align:center}
@media(min-width:1081px){.student-report-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.student-report-reflections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.student-report-reflection{padding:13px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.student-report-reflection>header{display:grid;grid-template-columns:35px minmax(0,1fr);gap:9px;align-items:center;margin-bottom:10px}.student-report-reflection>header>span{display:grid;place-items:center;width:35px;height:35px;border-radius:7px;background:#EEE9F7;color:#6C4AA0;font-size:11px;font-weight:800}.student-report-reflection>header b,.student-report-reflection>header small{display:block}.student-report-reflection>header b{font-size:12px}.student-report-reflection>header small{color:var(--text-muted);font-size:9px}.student-report-reflection>div>p{display:grid;gap:2px;margin:7px 0}.student-report-reflection>div>p strong{color:var(--text-muted);font-size:8.5px;text-transform:uppercase;letter-spacing:.04em}.student-report-reflection>div>p span{color:var(--text-secondary);font-size:10.5px;line-height:1.45}.student-report-reflection aside{display:grid;grid-template-columns:24px minmax(0,1fr);gap:7px;margin-top:10px;padding:8px;border-left:3px solid #2E7EA8;background:#EAF4FB}.student-report-reflection aside>i{color:#185F91;font-size:17px}.student-report-reflection aside b,.student-report-reflection aside span{display:block}.student-report-reflection aside b{font-size:9.5px}.student-report-reflection aside span{margin-top:2px;color:var(--text-secondary);font-size:10px;line-height:1.4}.student-report-note{display:flex;align-items:flex-start;gap:8px;padding:13px clamp(18px,3vw,34px);background:var(--surface-2);color:var(--text-muted);font-size:9.5px;line-height:1.5}.student-report-note i{margin-top:1px;color:var(--accent);font-size:17px}
.feedback-report-band{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:11px;margin-top:18px;padding:14px 16px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.feedback-report-band>span{display:grid;place-items:center;width:40px;height:40px;border-radius:7px;background:var(--accent-bg);color:var(--accent-text);font-size:20px}.feedback-report-band b{display:block;font-size:13px}.feedback-report-band p{margin:2px 0 0;color:var(--text-muted);font-size:10.5px}.feedback-report-band button{white-space:nowrap}
@media(max-width:1080px){.student-report-toolbar{grid-template-columns:1fr 1fr}.student-report-actions{grid-column:1/-1;justify-content:flex-start}.student-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.student-report-metric:nth-child(n){border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.student-report-metric:nth-child(2n){border-right:0}.student-report-metric:nth-last-child(-n+2){border-bottom:0}.student-report-evidence-grid{grid-template-columns:1fr}.student-report-evidence-group+.student-report-evidence-group{padding-top:12px;border-top:1px solid var(--border)}}
@media(max-width:760px){.report-page-head{flex-direction:column}.student-report-toolbar{grid-template-columns:1fr}.student-report-actions{grid-column:auto;display:grid;grid-template-columns:42px 1fr 1fr}.student-report-actions button{justify-content:center}.student-report-actions #rpRefresh span{display:none}.student-report-identity{grid-template-columns:50px minmax(0,1fr);padding:18px}.student-report-avatar{width:48px;height:48px;font-size:17px}.student-report-identity>a{grid-column:2;justify-self:start}.student-report-identity h2{font-size:21px}.student-report-metrics{grid-template-columns:1fr}.student-report-metric:nth-child(n){border-right:0;border-bottom:1px solid var(--border)}.student-report-metric:last-child{border-bottom:0}.student-report-two-col{grid-template-columns:1fr}.student-report-two-col>.student-report-section:first-child{border-right:0;border-bottom:1px solid var(--border)}.student-report-facts{grid-template-columns:1fr 1fr}.student-report-section{padding:19px 16px}.student-report-reflections{grid-template-columns:1fr}.feedback-report-band{grid-template-columns:40px minmax(0,1fr)}.feedback-report-band button{grid-column:2;justify-self:start}.student-report-trend .trend-chart{overflow:auto}.student-report-trend .trend-chart svg{min-width:700px}}
@media(max-width:460px){.student-report-actions{grid-template-columns:1fr}.student-report-actions #rpRefresh span{display:inline}.student-report-identity{grid-template-columns:1fr}.student-report-identity>a{grid-column:auto}.student-report-metrics{grid-template-columns:1fr}.student-report-facts{grid-template-columns:1fr}.feedback-report-band{grid-template-columns:1fr}.feedback-report-band button{grid-column:auto;width:100%;justify-content:center}.feedback-report-band>span{display:none}}

