
.dashboard-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-bottom:14px;
}
.metric-card{
  background:#0c1c2d;
  border:1px solid #24445f;
  border-radius:14px;
  padding:14px;
}
.metric-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#88a5bb;
  font-size:9px;
  text-transform:uppercase;
}
.metric-head i{font-style:normal;font-size:17px}
.metric-card>strong{
  display:block;
  font-size:25px;
  margin-top:13px;
}
.metric-card small{
  display:block;
  color:#7993a8;
  font-size:9px;
  margin-top:6px;
}
.dashboard-layout{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(330px,.7fr);
  gap:15px;
}
.operational-map-card{overflow:hidden}
.dashboard-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}
.card-subtitle{
  font-size:9px;
  color:#7f98ab;
  margin-top:3px;
}
.map-key{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  font-size:8px;
  color:#8ba2b5;
}
.map-key span{display:flex;align-items:center;gap:5px}
.key-dot{width:7px;height:7px;border-radius:50%;display:inline-block}
.key-dot.station{background:#35d19a}
.key-dot.launch{background:#f2bd52}
.key-dot.sonde{background:#fff}
.key-dot.prediction{background:#9d7bea}
#dashboardMap{height:610px}
.map-status{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:9px 12px;
  border-top:1px solid #1d3b55;
  background:#091827;
  color:#8098ab;
  font-size:9px;
}
.dashboard-side{display:grid;gap:14px;align-content:start}
.dashboard-list{padding-top:5px}
.dashboard-list>div{
  display:flex;
  justify-content:space-between;
  gap:13px;
  padding:9px 1px;
  border-bottom:1px solid #173149;
  font-size:10px;
}
.dashboard-list>div:last-child{border-bottom:0}
.dashboard-list span{color:#7c97ab}
.dashboard-list strong{text-align:right}
.mini-link{font-size:8px;color:#77d0fa;text-decoration:none}
.receiver-mini{padding:11px 13px}
.receiver-mini-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.receiver-mini-head strong{display:block;font-size:11px}
.receiver-mini-head span{display:block;color:#7892a7;font-size:8px;margin-top:3px}
.mini-badge{padding:5px 7px;border-radius:999px;border:1px solid;font-size:7px}
.mini-badge.online{background:#0b291e;color:#a7ebcc;border-color:#2c6b50}
.mini-badge.offline{background:#301617;color:#ffb2b7;border-color:#6d3438}
.mini-badge.waiting{background:#17212a;color:#a4b2bd;border-color:#42515e}
.receiver-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
  margin-top:10px;
}
.receiver-mini-grid>div{
  padding:8px;
  border:1px solid #1d3a53;
  border-radius:8px;
  background:#091827;
}
.receiver-mini-grid span{display:block;color:#7690a4;font-size:8px}
.receiver-mini-grid strong{display:block;font-size:10px;margin-top:4px}
.quick-actions{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  padding:12px;
}
.quick-actions a{
  padding:10px 8px;
  border-radius:8px;
  border:1px solid #28506d;
  background:#0b2234;
  color:#e7f3fb;
  text-decoration:none;
  text-align:center;
  font-size:9px;
  font-weight:800;
}
.dashboard-note{
  margin-top:14px;
  padding:11px 13px;
  border:1px solid #29465f;
  border-radius:10px;
  background:#0c1c2d;
  color:#8ea7ba;
  font-size:10px;
  line-height:1.5;
}
@media(max-width:1250px){
  .dashboard-metrics{grid-template-columns:repeat(2,1fr)}
  .dashboard-layout{grid-template-columns:1fr}
}
@media(max-width:650px){
  .dashboard-metrics{grid-template-columns:1fr}
  .dashboard-card-head{align-items:flex-start;flex-direction:column}
  .map-key{justify-content:flex-start}
  #dashboardMap{height:480px}
}
