/* CSL 2.0.34 — private photos: dossiers, accounts, intervenants and emergency contacts */
.csl-reg-participant-photo{display:grid;grid-template-columns:64px minmax(0,1fr) auto auto;align-items:center;gap:12px;margin:12px 0 20px;padding:12px 14px;border:1px solid #d9e1e8;border-radius:18px;background:#f8fafb}
.csl-reg-participant-photo__preview,.csl-attendance-profile-photo-field__preview{width:58px;height:58px;border-radius:16px;overflow:hidden;display:grid;place-items:center;background:#e8eef3;font-size:25px;flex:0 0 auto}
.csl-reg-participant-photo__preview img,.csl-attendance-profile-photo-field__preview img{width:100%;height:100%;object-fit:cover;display:block}
.csl-reg-participant-photo__copy{min-width:0;display:grid;gap:2px}.csl-reg-participant-photo__copy strong{font-size:15px}.csl-reg-participant-photo__copy small{color:#64748b;line-height:1.35}
.csl-reg-participant-photo__button,.csl-attendance-profile-photo-field__button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border-radius:12px;background:#0f766e;color:#fff;font-weight:800;cursor:pointer}
.csl-reg-participant-photo__button input,.csl-attendance-profile-photo-field__button input,.csl-attendance-contact-photo-editor input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.csl-reg-participant-photo__remove,.csl-attendance-profile-photo-field__remove{display:inline-flex;gap:6px;align-items:center;font-size:12px;font-weight:700;color:#9f1239}

.csl-attendance-contact-photo-editor{margin:0;flex:0 0 auto}.csl-attendance-contact-photo-editor label{position:relative;display:grid;place-items:center;cursor:pointer;margin:0}.csl-attendance-contact-photo,.csl-attendance-contact-photo-placeholder{width:50px;height:50px;border-radius:15px;object-fit:cover;display:grid;place-items:center;background:#e8edf2;border:2px solid rgba(15,118,110,.24);font-size:20px}.csl-attendance-contact-photo-editor__hint{position:absolute;left:50%;bottom:-5px;transform:translateX(-50%);padding:2px 6px;border-radius:999px;background:#0f172a;color:#fff;font-size:8px;font-weight:900;line-height:1.2;white-space:nowrap;box-shadow:0 2px 7px rgba(0,0,0,.18)}
.csl-attendance-contact-photo-editor.is-compact .csl-attendance-contact-photo,.csl-attendance-contact-photo-editor.is-compact .csl-attendance-contact-photo-placeholder{width:40px;height:40px;border-radius:12px}.csl-attendance-contact-photo-editor.is-compact .csl-attendance-contact-photo-editor__hint{font-size:7px}
.csl-attendance-emergency-contact,.csl-attendance-day-emergency__contacts>div{align-items:center}

.csl-attendance-profile-photo-field{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid rgba(15,118,110,.18);border-radius:17px;background:rgba(15,118,110,.05)}
.csl-attendance-profile-photo-field>div:nth-child(2){display:grid;gap:2px;min-width:0}.csl-attendance-profile-photo-field small{color:#64748b}.csl-attendance-profile-photo-field__remove{grid-column:2/-1}
.csl-attendance-instructor-avatar{width:64px;height:64px;border-radius:20px;object-fit:cover;border:3px solid rgba(15,118,110,.18);box-shadow:0 8px 22px rgba(15,23,42,.12);justify-self:center}
.csl-attendance-instructor-header-v2:has(.csl-attendance-instructor-avatar){grid-template-columns:72px 1fr auto}.csl-attendance-instructor-header-v2:has(.csl-attendance-instructor-avatar) .csl-attendance-instructor-avatar{grid-row:1/4;align-self:center}

.csl-v2034-photo-alert{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0;padding:12px 16px;border:1px solid #a7d8cc;border-left:5px solid #0f766e;border-radius:16px;background:#effcf8;color:#13352d}.csl-v2034-photo-alert>div{display:flex;align-items:center;gap:10px}.csl-v2034-photo-alert span{font-size:24px}.csl-v2034-photo-alert p{margin:0;display:grid;gap:2px}.csl-v2034-photo-alert small{color:#4b675f}.csl-v2034-photo-alert a{font-weight:900;color:#0f766e;white-space:nowrap}.csl-v2034-photo-section .csl-v129-alert-icon{background:#dcfce7}

@media(max-width:760px){
 .csl-reg-participant-photo{grid-template-columns:52px minmax(0,1fr) auto;padding:10px;gap:9px}.csl-reg-participant-photo__preview{width:50px;height:50px;border-radius:14px}.csl-reg-participant-photo__button{padding:7px 10px;font-size:12px}.csl-reg-participant-photo__remove{grid-column:2/4}
 .csl-attendance-profile-photo-field{grid-template-columns:54px minmax(0,1fr);padding:10px}.csl-attendance-profile-photo-field__preview{width:50px;height:50px;border-radius:14px}.csl-attendance-profile-photo-field__button{grid-column:1/-1;width:100%}.csl-attendance-profile-photo-field__remove{grid-column:1/-1}
 .csl-attendance-instructor-header-v2:has(.csl-attendance-instructor-avatar){grid-template-columns:1fr}.csl-attendance-instructor-header-v2:has(.csl-attendance-instructor-avatar) .csl-attendance-instructor-avatar{grid-row:auto;width:58px;height:58px}
 .csl-v2034-photo-alert{align-items:flex-start;flex-direction:column}.csl-v2034-photo-alert a{align-self:stretch;text-align:center;padding:8px;border-radius:10px;background:#fff}
}
@media(prefers-color-scheme:dark){
 .csl-reg-participant-photo,.csl-attendance-profile-photo-field{background:#16202b;border-color:#334155;color:#f8fafc}.csl-reg-participant-photo__copy small,.csl-attendance-profile-photo-field small{color:#a8b5c4}.csl-reg-participant-photo__preview,.csl-attendance-profile-photo-field__preview,.csl-attendance-contact-photo-placeholder{background:#253343;color:#dbeafe}.csl-v2034-photo-alert{background:#102a25;border-color:#226b5a;color:#effcf8}.csl-v2034-photo-alert small{color:#b4d4cc}.csl-v2034-photo-alert a{color:#7ee0c5}
}

.csl-attendance-avatar-silhouette{position:relative;display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(180deg,#edf2f7 0%,#dce5ee 100%);overflow:hidden}
.csl-attendance-avatar-silhouette::before{content:"";position:absolute;left:50%;top:18%;width:34%;height:34%;transform:translateX(-50%);border-radius:50%;background:#b7c5d6}
.csl-attendance-avatar-silhouette::after{content:"";position:absolute;left:50%;bottom:12%;width:66%;height:40%;transform:translateX(-50%);border-radius:55% 55% 24% 24%;background:#b7c5d6}
.csl-attendance-profile-photo-field.is-clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.csl-attendance-profile-photo-field.is-clickable:hover{border-color:rgba(15,118,110,.34);box-shadow:0 10px 26px rgba(15,23,42,.08)}
.csl-attendance-profile-photo-field__status{display:block;margin-top:6px;color:#0f766e;font-weight:700}
.csl-attendance-profile-photo-field__preview .csl-attendance-avatar-silhouette{width:100%;height:100%}
@media(prefers-color-scheme:dark){.csl-attendance-avatar-silhouette{background:linear-gradient(180deg,#2a3949 0%,#223243 100%)}.csl-attendance-avatar-silhouette::before,.csl-attendance-avatar-silhouette::after{background:#9bb0c5}.csl-attendance-profile-photo-field__status{color:#7ee0c5}}

.csl-v2059-profile-bio-preview{margin-top:0;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;white-space:pre-line;color:#334155}
@media(prefers-color-scheme:dark){.csl-v2059-profile-bio-preview{background:#16202b;border-color:#334155;color:#e5edf5}}
