/* Portal ROSES v24ECF - Profile Image Save & Sync Clean */
.profile-photo-card .profile-avatar-save-btn{
  background:linear-gradient(135deg,#0f4c81,#07848f);
  color:#fff;
  border:0;
  box-shadow:0 14px 32px rgba(15,76,129,.20);
}
.profile-photo-card .profile-avatar-save-btn:disabled{
  opacity:.58;
  filter:saturate(.82);
  box-shadow:none;
}
html:not(.roses-profile-debug-visible) .profile-debug-panel,
html:not(.roses-profile-debug-visible) #profileDebugPill{
  display:none!important;
}
.profile-photo-card .status-box{
  font-weight:850;
  line-height:1.35;
}
.profile-upload-popup__card{
  max-width:360px;
}
.profile-upload-popup small:empty{display:none;}
@media (max-width:520px){
  .profile-photo-card .profile-preview{
    width:112px;
    height:112px;
    border-radius:28px;
  }
  .profile-photo-card .button-grid.two-col{
    gap:10px;
  }
  .profile-photo-card .btn.full-width{
    min-height:48px;
  }
}


/* v24ECF: popup save button for selected avatar */
.profile-upload-popup__actions{
  display:flex;
  gap:10px;
  margin-top:4px;
}
.profile-upload-popup__save{
  width:100%;
  min-height:48px;
  border-radius:18px;
  font-weight:1000;
  letter-spacing:.01em;
  background:linear-gradient(135deg,#0f4c81,#07848f)!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(15,76,129,.24)!important;
}
.profile-upload-popup__save[hidden]{display:none!important;}
.profile-upload-popup__save:disabled{opacity:.56;box-shadow:none!important;}
.profile-upload-popup[data-state="success"] .profile-upload-popup__card{
  border-color:rgba(16,185,129,.30);
}


/* v24ECH service date picker */
.profile-photo-card #profileServiceStartDate{
  width:100%;
  min-height:44px;
  border-radius:14px;
  border:1px solid var(--line, rgba(148,163,184,.35));
  background:var(--card, #fff);
  color:var(--text, #0f172a);
  font-weight:800;
  padding:10px 12px;
  box-sizing:border-box;
}
.profile-service-date-note{
  display:block;
  margin-top:6px;
  color:var(--muted, #64748b);
  font-size:11px;
  line-height:1.35;
  font-weight:750;
}
