*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}

body{background:#0b0f14;color:#e9f5f5}

.top{
  text-align:center;
  padding:28px 15px;
  background:linear-gradient(180deg,#06171a,#0e2b30);
  border-bottom:1px solid #123a3f;
}
.top h1{color:#7ff6ef;font-size:22px;margin-bottom:4px}
.top p{color:#9fd8d6;font-size:13px}

.status-bar{
  display:flex;
  justify-content:space-between;
  padding:10px 16px;
  background:#071a1c;
  border-bottom:1px solid #123738;
  font-size:13px;
}
.status{color:#9ff7f0}
.dot{
  width:10px;height:10px;
  border-radius:50%;
  display:inline-block;
  margin-right:6px;
}
.online{background:#42f5d7;box-shadow:0 0 8px #42f5d7}

.panel{
  max-width:1100px;
  margin:20px auto;
  padding:0 15px 40px;
}
.panel h2{
  margin-bottom:10px;
  color:#cffff8;
  font-size:16px;
}

.table-wrapper{overflow:auto}

.tabla{
  width:100%;
  border-collapse:collapse;
  background:#0f1d20;
  border:1px solid #1a3f41;
  border-radius:12px;
  overflow:hidden;
}

.tabla thead{
  background:#0c2628;
}
.tabla th{
  padding:10px;
  text-align:left;
  color:#9fe9e2;
  font-size:13px;
  border-bottom:1px solid #163c3f;
}

.tabla td{
  padding:9px 10px;
  color:#d0ffff;
  font-size:13px;
  border-bottom:1px solid #123233;
}

.tabla tr:hover{
  background:#102a2c;
}

.badge{
  padding:5px 8px;
  border-radius:8px;
  font-size:12px;
}
.ok{background:#36e6da;color:#002b2b}
.pass{background:#2b8fd6}
.dup{background:#c0392b}

.footer{
  text-align:center;
  padding:18px 0 24px;
  color:#87bdbb;
  font-size:12px;
  border-top:1px solid #123738;
  background:#071719;
}

@media(max-width:720px){
  .status-bar{flex-direction:column;gap:6px}
}
