html[data-staff-portal="instructor"] .staff-container{width:min(1440px,calc(100% - 28px))}
.instructor-scope{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:#f8fbfd;border:1px solid #d5e0e7;border-radius:11px;padding:13px 15px;margin:-2px 0 18px}
.instructor-scope strong{display:block;color:#173a58;font-size:12px;margin-bottom:3px}
.instructor-scope p{margin:0;color:#667986;font-size:11px;line-height:1.45}
.instructor-scope-badge{white-space:nowrap;background:#e5f2ea;color:#17613a;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}
.instructor-only-tab{margin-bottom:14px}
html[data-staff-portal="instructor"] .staff-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}
html[data-staff-portal="instructor"] .staff-section{margin-top:0}
html[data-staff-portal="instructor"] .instructor-audit-note{margin:12px 0 0;padding:10px 12px;border-radius:8px;background:#f4f7f9;color:#657783;font-size:10px;line-height:1.45}
html[data-staff-portal="instructor"] .instructor-audit-note strong{color:#334f63}
@media(max-width:1180px){html[data-staff-portal="instructor"] .staff-metrics{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.instructor-scope{flex-direction:column}.instructor-scope-badge{align-self:flex-start}html[data-staff-portal="instructor"] .staff-metrics{grid-template-columns:repeat(2,1fr)}}
