/* OSIUN Scenario 1 Pilot Readiness */

#osiun-scenario1-pilot-readiness{
  grid-column:1 / -1 !important;
  width:100% !important;
  margin:18px 0 !important;
  border:1px solid rgba(142,230,255,.22);
  border-radius:18px;
  background:linear-gradient(135deg, rgba(3,17,36,.78), rgba(0,91,185,.22));
  padding:16px;
  box-sizing:border-box;
  color:#eaf6ff;
}

#osiun-scenario1-pilot-readiness h2{
  margin:0 0 8px;
  color:#8ee6ff;
}

.osiun-pilot-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}

.osiun-pilot-card{
  border:1px solid rgba(142,230,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.04);
  padding:11px;
  min-width:0;
}

.osiun-pilot-card b{
  display:block;
  color:#eef8ff;
  margin-bottom:4px;
  overflow-wrap:anywhere;
}

.osiun-pilot-card span{
  display:block;
  color:#8da9c4;
  font-size:12px;
  line-height:1.45;
  overflow-wrap:anywhere;
}

.osiun-pilot-pill{
  display:inline-flex;
  border-radius:999px;
  padding:4px 9px;
  font-size:11px;
  margin:4px 6px 0 0;
  background:rgba(142,230,255,.12);
  color:#8ee6ff;
  border:1px solid rgba(142,230,255,.18);
}

.osiun-pilot-ok{
  background:rgba(60,220,150,.14);
  color:#9ff0c5;
}

.osiun-pilot-warn{
  background:rgba(255,214,102,.14);
  color:#ffd666;
}

.osiun-pilot-note{
  color:#b9d8f4;
  font-size:13px;
  line-height:1.5;
  margin-top:8px;
}

@media(max-width:1000px){
  .osiun-pilot-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .osiun-pilot-grid{
    grid-template-columns:1fr;
  }
}
