/* OSIUN Scenario 1 Pilot Monitor V2 */

#osiun-scenario1-pilot-monitor{
  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,.86), rgba(0,91,185,.18));
  padding:16px;
  box-sizing:border-box;
  color:#eaf6ff;
}

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

.osiun-pm-note{
  color:#b9d8f4;
  font-size:13px;
  line-height:1.5;
  margin:6px 0 12px;
}

.osiun-pm-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

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

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

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

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

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

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

.osiun-pm-bad{
  background:rgba(255,90,90,.14);
  color:#ffb4b4;
}

.osiun-pm-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

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

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