
/* v87.8 – content polish */
.developed-card{
  position:relative;
  overflow:hidden;
}
.developed-card::after{
  content:'';
  position:absolute;
  right:-38px;
  top:-38px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(34,230,255,.12), transparent 70%);
  pointer-events:none;
}
.developed-card .big{
  max-width:15ch;
}
.developed-card .sub{
  position:relative;
  z-index:1;
}
.profile-overview-panel .developed-cards-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.profile-overview-panel .developed-card:first-child,
.profile-overview-panel .developed-card:nth-child(2),
.profile-overview-panel .developed-card:nth-child(5){
  grid-column:span 2;
}
.week-day-stats{
  color:#cfe0ee;
}
.week-day-stats span{
  border-left:2px solid rgba(34,230,255,.22);
  padding-left:10px;
}
.week-day-card h3{
  max-width:16ch;
}
.coach-checklist-panel{
  display:grid;
  grid-template-columns:minmax(260px,.45fr) 1fr;
  gap:16px;
  align-items:stretch;
  margin:14px 0 18px;
  border:1px solid rgba(170,205,255,.14);
  border-radius:26px;
  padding:18px;
  background:
    radial-gradient(circle at 85% 15%, rgba(34,230,255,.08), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.028));
}
.coach-checklist-panel h3{
  margin:0 0 8px;
  font-size:clamp(28px,3vw,42px);
  line-height:.95;
  color:#fff;
  letter-spacing:-.05em;
}
.coach-checklist-panel p{
  margin:0;
  color:#aec2d5;
  line-height:1.35;
}
.coach-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.coach-check{
  border:1px solid rgba(170,205,255,.13);
  background:rgba(255,255,255,.04);
  border-radius:18px;
  padding:14px;
  display:grid;
  gap:5px;
}
.coach-check b{
  color:#effbff;
}
.coach-check span{
  color:#abc0d4;
  line-height:1.3;
}
.ex-row.developed .ov-cue{
  border-top:1px solid rgba(170,205,255,.10);
  padding-top:5px;
  margin-top:2px;
}
.library-dose{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.dose-card ul{
  margin:0;
  padding-left:18px;
  color:#e4eef6;
  line-height:1.32;
}
.dose-card li{margin:3px 0;}
.dose-card p{
  margin:4px 0;
  color:#d9e6f0;
  line-height:1.32;
}
.dose-card p b{color:#fff;}
.library-facts span{
  text-transform:capitalize;
}
@media(max-width:1180px){
  .profile-overview-panel .developed-cards-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .profile-overview-panel .developed-card:first-child,
  .profile-overview-panel .developed-card:nth-child(2),
  .profile-overview-panel .developed-card:nth-child(5){
    grid-column:span 1;
  }
}
@media(max-width:900px){
  .profile-overview-panel .developed-cards-grid,
  .coach-checklist-panel,
  .coach-checks,
  .library-dose{
    grid-template-columns:1fr;
  }
  .coach-checklist-panel{
    padding:16px;
    border-radius:22px;
  }
  .coach-checklist-panel h3{
    font-size:30px;
  }
}
