/* SkillCraft Hub · UX restructure V1 · 2026-09-16 */

/* HOME --------------------------------------------------- */
#homeHealthWidget{display:none!important}
#homeQuickActionsSection,#homeTracksSection{scroll-margin-top:92px}

/* MY ACTIVITY ------------------------------------------- */
#scvhHubVideos{display:none!important}

#screen-plan .plan-section-head{
  padding:14px 16px!important;
  margin-bottom:12px!important;
  border-radius:20px!important;
}
#screen-plan .plan-head-copy{gap:4px!important}
#screen-plan .plan-head-copy h3{
  font-size:clamp(22px,2.8vw,29px)!important;
  line-height:1.02!important;
}
#screen-plan .plan-head-summary{
  padding:7px 10px!important;
}
#screen-plan .plan-head-summary small{font-size:10px!important}

#screen-plan .plan-progress-dashboard{
  gap:10px!important;
  margin-bottom:10px!important;
}
#screen-plan .plan-overview-hero{
  grid-template-columns:minmax(0,1.45fr) minmax(230px,.55fr)!important;
  gap:10px!important;
  padding:14px!important;
  border-radius:22px!important;
}
#screen-plan .plan-overview-hero:after{
  font-size:78px!important;
  bottom:-28px!important;
}
#screen-plan .plan-overview-main h4{
  margin:6px 0 3px!important;
  font-size:clamp(23px,3vw,31px)!important;
}
#screen-plan .plan-overview-main>p{
  max-width:650px!important;
  font-size:10.5px!important;
  line-height:1.4!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
#screen-plan .plan-kpis{
  gap:6px!important;
  margin-top:10px!important;
}
#screen-plan .plan-kpi{
  padding:8px 9px!important;
  border-radius:13px!important;
}
#screen-plan .plan-kpi small{font-size:7px!important}
#screen-plan .plan-kpi strong{
  margin-top:3px!important;
  font-size:17px!important;
}
#screen-plan .plan-kpi span{
  margin-top:2px!important;
  font-size:8.5px!important;
}
#screen-plan .plan-now-card{
  min-height:132px!important;
  padding:12px!important;
  border-radius:17px!important;
}
#screen-plan .plan-now-card h5{
  margin:7px 0 3px!important;
  font-size:17px!important;
}
#screen-plan .plan-now-card p{
  font-size:9.5px!important;
  line-height:1.35!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
#screen-plan .plan-now-progress{margin:10px 0 6px!important;height:6px!important}
#screen-plan .plan-now-foot{font-size:8px!important}

/* Next Steps / What now: visually distinct process block */
#screen-plan .plan-live-actions{
  grid-column:1/-1!important;
  margin-top:4px!important;
  padding:13px!important;
  border:1px solid rgba(235,90,28,.34)!important;
  border-top:1px solid rgba(235,90,28,.34)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 0 0,rgba(235,90,28,.16),transparent 36%),
    linear-gradient(145deg,rgba(30,16,11,.72),rgba(9,9,10,.96))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.03)!important;
}
#screen-plan .plan-live-actions:before{
  content:"";
  position:absolute;
  left:0;top:14px;bottom:14px;
  width:3px;
  border-radius:0 999px 999px 0;
  background:var(--orange);
  box-shadow:0 0 18px rgba(235,90,28,.36);
}
#screen-plan .plan-live-actions-head{
  align-items:center!important;
  margin-bottom:9px!important;
  padding-left:3px!important;
}
#screen-plan .plan-live-actions-title small{
  color:#ff9a70!important;
  font-size:8px!important;
}
#screen-plan .plan-live-actions-title h5{
  margin-top:4px!important;
  font-size:21px!important;
  letter-spacing:-.045em!important;
}
#screen-plan .plan-live-actions-summary{
  color:#c08c77!important;
  border:1px solid rgba(235,90,28,.18)!important;
  background:rgba(235,90,28,.07)!important;
  padding:5px 8px!important;
  border-radius:999px!important;
}
#screen-plan .plan-live-actions-grid{gap:6px!important}
#screen-plan .plan-live-action{
  min-height:78px!important;
  padding:9px!important;
  border-radius:14px!important;
}
#screen-plan .plan-live-action-copy b{font-size:10.5px!important}
#screen-plan .plan-live-action-copy span{font-size:8.5px!important}
#screen-plan .plan-live-action-status{padding-top:5px!important}

/* Recent history = collapsible */
#screen-plan details.plan-history-collapsible{
  padding:0!important;
  overflow:hidden!important;
}
#screen-plan details.plan-history-collapsible>summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  user-select:none;
}
#screen-plan details.plan-history-collapsible>summary::-webkit-details-marker{display:none}
#screen-plan details.plan-history-collapsible .plan-card-head{
  flex:1;
  margin:0!important;
  align-items:center!important;
}
#screen-plan .plan-history-chevron{
  flex:0 0 auto;
  width:30px;height:30px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.025);
  color:#858585;
  font-size:17px;
  transition:transform .18s ease,color .18s ease;
}
#screen-plan details.plan-history-collapsible[open] .plan-history-chevron{
  transform:rotate(180deg);
  color:#ff9a70;
}
#screen-plan .plan-history-body{
  padding:0 16px 14px;
  border-top:1px solid rgba(255,255,255,.055);
}
#screen-plan .plan-history-body .plan-activity-list,
#screen-plan .plan-history-body .plan-empty-inline{margin-top:8px}

/* PROFILE ----------------------------------------------- */
#profileMainHead{display:none!important}
#screen-perfil .profile-continuum-wrap{margin-top:0!important;margin-bottom:14px!important}
#screen-perfil .profile-continuum-wrap .continuum-card{
  border-radius:22px!important;
  padding:17px!important;
}
#screen-perfil .profile-continuum-wrap .continuum-head h3{font-size:21px!important}
#screen-perfil .profile-continuum-wrap .continuum-head p{
  max-width:760px!important;
  font-size:11px!important;
  line-height:1.42!important;
}

#screen-perfil .profile-access-featured{
  margin:0 0 18px!important;
  padding:16px!important;
  border-radius:22px!important;
}
#screen-perfil .profile-access-featured .profile-group-head{
  margin-bottom:12px!important;
}
#screen-perfil .profile-access-featured .profile-group-head h4{
  font-size:21px!important;
}
#screen-perfil .profile-access-featured .profile-group-head p{
  font-size:11px!important;
}
.profile-access-status{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:9px;
  min-width:142px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(0,0,0,.24);
}
.profile-access-status>i{
  width:16px;height:16px;
  flex:0 0 16px;
  border-radius:50%;
  background:#7d7d7d;
  border:3px solid rgba(255,255,255,.14);
  box-shadow:0 0 0 4px rgba(255,255,255,.035);
}
.profile-access-status>span{min-width:0;display:block}
.profile-access-status small{
  display:block;
  color:#777;
  font-size:7px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.profile-access-status strong{
  display:block;
  margin-top:2px;
  color:#e8e8e8;
  font-size:10px;
  line-height:1.15;
}
.profile-access-status.is-active>i{background:#2bd576;border-color:rgba(43,213,118,.34);box-shadow:0 0 0 4px rgba(43,213,118,.08),0 0 16px rgba(43,213,118,.28)}
.profile-access-status.is-active strong{color:#80e9ad}
.profile-access-status.is-paused>i{background:#ffb020;border-color:rgba(255,176,32,.35);box-shadow:0 0 0 4px rgba(255,176,32,.08)}
.profile-access-status.is-paused strong{color:#ffc967}
.profile-access-status.is-inactive>i,.profile-access-status.is-expired>i{background:#ff6b5f;border-color:rgba(255,107,95,.32);box-shadow:0 0 0 4px rgba(255,107,95,.07)}
.profile-access-status.is-inactive strong,.profile-access-status.is-expired strong{color:#ff9a91}

#screen-perfil .profile-access-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
#screen-perfil .profile-access-grid .profile-item{
  min-height:88px!important;
  border-radius:17px!important;
  padding:13px!important;
}

@media(max-width:920px){
  #screen-plan .plan-overview-hero{grid-template-columns:1fr!important}
  #screen-plan .plan-now-card{min-height:110px!important}
}
@media(max-width:700px){
  #screen-plan .plan-section-head{padding:12px 13px!important}
  #screen-plan .plan-overview-hero{padding:11px!important;border-radius:18px!important}
  #screen-plan .plan-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #screen-plan .plan-live-actions{padding:11px!important;border-radius:16px!important}
  #screen-plan .plan-live-actions-title h5{font-size:19px!important}
  #screen-perfil .profile-access-featured .profile-group-head{align-items:flex-start!important;flex-direction:column!important}
  .profile-access-status{min-width:0}
}
@media(max-width:520px){
  #screen-perfil .profile-access-grid{grid-template-columns:1fr!important}
  #screen-plan details.plan-history-collapsible>summary{padding:12px 13px}
  #screen-plan .plan-history-body{padding:0 13px 12px}
}
