.student-hero-copy{position:relative;z-index:1;flex:1}
.student-profile-photo{position:relative;z-index:2;display:grid;flex:0 0 94px;height:94px;place-items:center;border:4px solid #fff;border-radius:50%;background:#fff;color:var(--green);text-decoration:none;box-shadow:0 8px 24px #17342c20}
.student-profile-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.student-profile-photo>span{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:var(--green);color:#fff;font:800 34px Manrope}
.student-profile-photo small{position:absolute;bottom:-10px;white-space:nowrap;border-radius:999px;background:var(--green);color:#fff;padding:4px 8px;font-size:9px;font-weight:700}
.profile-photo-layout{display:grid;grid-template-columns:minmax(260px,400px) minmax(320px,480px);align-items:center;justify-content:center;gap:60px;padding:35px 0}
.profile-photo-preview{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:8px solid #fff;border-radius:50%;background:var(--mint);box-shadow:0 20px 55px #17342c1a}
.profile-photo-preview img{width:100%;height:100%;object-fit:cover}
.profile-photo-preview span{color:var(--green);font:800 100px Manrope}
.profile-photo-layout input[type=file]{height:auto;padding:12px}
.profile-photo-layout .form-card{width:100%}
.roster-row{min-height:82px}.roster-row .roster-avatar{flex-basis:54px;width:54px;height:54px;overflow:hidden;border:3px solid #fff;box-shadow:0 0 0 1px #dce4df}.roster-avatar img{width:100%;height:100%;object-fit:cover}.roster-contact{color:#4f625b;font-size:12px}.roster-metric{padding-left:12px;border-left:1px solid #edf0f5}.roster-metric>strong{font:800 18px Manrope}.roster-metric .metric-ok,.roster-metric .metric-pending{display:inline-flex;width:max-content;margin-top:3px;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:700}.roster-metric .metric-ok{background:#e4f1e9;color:#1c6b45}.roster-metric .metric-pending{background:#fff0d6;color:#8a570b}.attendance-avatar{width:48px;height:48px;overflow:hidden;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #d4dfd9;background:var(--mint);flex:0 0 48px}.attendance-avatar img{width:100%;height:100%;object-fit:cover}.student-cell>div{display:flex;min-width:0;align-items:flex-start;flex-direction:row;gap:5px}.student-cell>div>strong{overflow:hidden;text-overflow:ellipsis}.attendance-student{min-height:88px}
.photo-crop-editor{margin:18px 0}.photo-crop-stage{position:relative;width:min(100%,360px);aspect-ratio:1;margin:auto;overflow:hidden;border-radius:50%;background:#d8dfdc;box-shadow:0 0 0 5px #fff,0 0 0 7px var(--green)}.photo-crop-stage canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}.photo-crop-stage canvas:active{cursor:grabbing}.crop-guide{position:absolute;inset:0;border:1px solid #ffffff99;border-radius:50%;pointer-events:none;box-shadow:inset 0 0 35px #0002}.photo-crop-editor p{text-align:center;color:var(--muted);font-size:12px}.crop-zoom{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;font-size:12px;font-weight:700}.crop-zoom input{width:100%;accent-color:var(--green)}
@media(max-width:760px){.roster-metric{padding:8px 0 0;border-top:1px solid #edf0f5;border-left:0}.roster-row .roster-avatar{flex-basis:50px;width:50px;height:50px}}@media(max-width:650px){.student-profile-photo{flex-basis:72px;height:72px}.profile-photo-layout{grid-template-columns:1fr;gap:25px}.profile-photo-preview{max-width:260px;margin:auto}}
