/* BLUEFLOW Dashboard Onboarding Compact v1
   Scope: dashboard-simple expanded setup checklist only. */

.bf-onboarding-simple .bf-ready-details{
  margin-top:10px!important;
  padding-top:8px!important;
}
.bf-onboarding-simple .bf-ready-details>summary{
  min-height:34px;
  padding:4px 2px!important;
  font-size:11px!important;
  line-height:1.3;
}
.bf-onboarding-simple .bf-ready-details .pilot-list{
  margin-top:7px!important;
  gap:6px!important;
}
.bf-onboarding-simple .bf-ready-details .pilot-step{
  grid-template-columns:32px minmax(0,1fr) max-content!important;
  gap:9px!important;
  align-items:center!important;
  min-height:58px!important;
  padding:8px 10px!important;
  border-radius:13px!important;
  box-shadow:none!important;
}
.bf-onboarding-simple .bf-ready-details .pilot-step-no{
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  font-size:9.5px!important;
}
.bf-onboarding-simple .bf-ready-details .pilot-step-copy b{
  font-size:11.5px!important;
  line-height:1.3!important;
}
.bf-onboarding-simple .bf-ready-details .pilot-step-copy small{
  margin-top:2px!important;
  font-size:9.5px!important;
  line-height:1.35!important;
}
.bf-onboarding-simple .bf-ready-details .pilot-done-pill{
  padding:5px 8px!important;
  font-size:8.8px!important;
}
.bf-onboarding-simple .bf-ready-details .pilot-step .pilot-action{
  width:auto!important;
  min-width:82px!important;
  max-width:116px!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:10px!important;
  font-size:9.5px!important;
  line-height:1!important;
}

/* Keep floating support from covering the last setup item on tablet-sized screens. */
@media(max-width:900px){
  body.bf-dashboard-simple-active #view{padding-bottom:86px!important}
  .bf-onboarding-simple .bf-ready-details .pilot-step{
    grid-template-columns:30px minmax(0,1fr) 106px!important;
    min-height:56px!important;
  }
  .bf-onboarding-simple .bf-ready-details .pilot-step .pilot-action{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  #bfSupportRoot{right:14px!important;bottom:14px!important}
  #bfSupportRoot .bf-support-launcher{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    justify-content:center!important;
    border-radius:16px!important;
  }
  #bfSupportRoot .bf-support-launcher span.label{display:none!important}
}

@media(max-width:560px){
  .bf-onboarding-simple .bf-ready-details .pilot-step{
    grid-template-columns:30px minmax(0,1fr)!important;
    align-items:start!important;
  }
  .bf-onboarding-simple .bf-ready-details .pilot-step .pilot-action,
  .bf-onboarding-simple .bf-ready-details .pilot-done-pill{
    grid-column:2!important;
    justify-self:start!important;
    width:auto!important;
    max-width:100%!important;
  }
}

html[data-theme="dark"] .bf-onboarding-simple .bf-ready-details .pilot-step{
  box-shadow:none!important;
}
