
/* STLBEAST Main V420 — Product Media Health Guard */

.stlb420-health-page{
  background:
    radial-gradient(circle at 12% 0%,rgba(14,165,233,.10),transparent 32%),
    linear-gradient(180deg,#030711 0%,#07111f 52%,#030711 100%);
  color:#eaf6ff;
}

.stlb420-health-hero{
  padding:clamp(42px,7vw,82px) 0 26px;
}

.stlb420-health-hero h1{
  margin:10px 0 14px;
  color:#ffffff;
  font-size:clamp(2.35rem,5vw,4.8rem);
  line-height:.94;
  letter-spacing:-.065em;
  text-wrap:balance;
}

.stlb420-health-hero p{
  color:#b8c7dc;
  max-width:860px;
  font-size:clamp(1rem,1.4vw,1.2rem);
  line-height:1.65;
}

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

.stlb420-stat{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(103,232,249,.15);
  background:linear-gradient(180deg,rgba(9,18,34,.97),rgba(3,7,16,.99));
  box-shadow:0 18px 46px rgba(0,0,0,.25);
}

.stlb420-stat b{
  display:block;
  color:#67e8f9;
  font-size:clamp(1.8rem,3.5vw,3rem);
  line-height:1;
}

.stlb420-stat span{
  display:block;
  color:#a8bdd7;
  margin-top:7px;
  font-weight:850;
}

.stlb420-health-section{
  padding:22px 0 72px;
}

.stlb420-panel{
  border:1px solid rgba(103,232,249,.15);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.98));
  box-shadow:0 22px 62px rgba(0,0,0,.28);
  overflow:hidden;
}

.stlb420-panel-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  padding:20px;
  border-bottom:1px solid rgba(103,232,249,.12);
}

.stlb420-panel-head h2{
  margin:0;
  color:#ffffff;
  font-size:1.45rem;
}

.stlb420-panel-head p{
  margin:6px 0 0;
  color:#a8bdd7;
  line-height:1.5;
}

.stlb420-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(14,165,233,.10);
  border:1px solid rgba(103,232,249,.18);
  color:#93f5ff;
  font-weight:950;
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  white-space:nowrap;
}

.stlb420-table-wrap{
  overflow:auto;
}

.stlb420-table{
  width:100%;
  border-collapse:collapse;
  min-width:860px;
}

.stlb420-table th,
.stlb420-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(103,232,249,.08);
  text-align:left;
  vertical-align:top;
}

.stlb420-table th{
  color:#93f5ff;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.10em;
  background:rgba(14,165,233,.055);
}

.stlb420-table td{
  color:#d8e7f7;
  font-size:.9rem;
}

.stlb420-table code{
  color:#ffffff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(103,232,249,.10);
  padding:2px 5px;
  border-radius:7px;
  word-break:break-all;
}

.stlb420-ok{
  color:#86efac;
  font-weight:950;
}

.stlb420-missing{
  color:#fca5a5;
  font-weight:950;
}

.stlb420-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.stlb420-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 14px;
  border-radius:14px;
  text-decoration:none;
  color:#ffffff;
  font-weight:950;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  border:1px solid rgba(125,211,252,.25);
}

@media(max-width:820px){
  .stlb420-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stlb420-panel-head{
    display:grid;
  }
}

@media(max-width:560px){
  .stlb420-stat-grid{
    grid-template-columns:1fr;
  }
  .stlb420-health-hero h1{
    font-size:2.15rem;
  }
}
