
/* STLBEAST Main V428 — Admin Command Center */

.stlb428-admin{
  min-height:100vh;
  color:#eaf6ff;
  background:
    radial-gradient(circle at 12% 0%,rgba(14,165,233,.12),transparent 32%),
    radial-gradient(circle at 90% 4%,rgba(139,92,246,.10),transparent 34%),
    linear-gradient(180deg,#030711 0%,#07111f 52%,#030711 100%);
}

.stlb428-hero{
  padding:clamp(36px,6vw,78px) 0 20px;
}

.stlb428-hero h1{
  margin:8px 0 12px;
  color:#fff;
  font-size:clamp(2.2rem,5.7vw,5.2rem);
  line-height:.92;
  letter-spacing:-.07em;
  text-wrap:balance;
}

.stlb428-hero p{
  color:#b8c7dc;
  max-width:920px;
  line-height:1.62;
  font-size:clamp(1rem,1.35vw,1.2rem);
}

.stlb428-status-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.stlb428-status-pill{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  color:#dff9ff;
  background:rgba(14,165,233,.10);
  border:1px solid rgba(103,232,249,.18);
  font-weight:900;
  font-size:.86rem;
}

.stlb428-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  margin:22px 0;
}

.stlb428-metric{
  grid-column:span 2;
  border:1px solid rgba(103,232,249,.16);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(9,18,34,.97),rgba(3,7,16,.99));
  box-shadow:0 18px 50px rgba(0,0,0,.28);
  padding:18px;
}

.stlb428-metric.critical{
  border-color:rgba(248,113,113,.34);
  background:linear-gradient(180deg,rgba(67,18,34,.60),rgba(3,7,16,.99));
}

.stlb428-metric.warning{
  border-color:rgba(251,146,60,.34);
  background:linear-gradient(180deg,rgba(60,38,10,.52),rgba(3,7,16,.99));
}

.stlb428-metric.ok{
  border-color:rgba(34,197,94,.28);
  background:linear-gradient(180deg,rgba(9,48,40,.55),rgba(3,7,16,.99));
}

.stlb428-metric b{
  display:block;
  color:#fff;
  font-size:clamp(2rem,4.6vw,3.7rem);
  line-height:1;
  letter-spacing:-.055em;
}

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

.stlb428-metric small{
  display:block;
  margin-top:8px;
  color:#93f5ff;
  line-height:1.35;
}

.stlb428-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.68fr);
  gap:16px;
  padding-bottom:clamp(42px,7vw,88px);
}

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

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

.stlb428-panel-head h2{
  margin:0;
  color:#fff;
  font-size:1.35rem;
  letter-spacing:-.035em;
}

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

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

.stlb428-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  padding:18px;
}

.stlb428-action{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-height:108px;
  padding:15px;
  border-radius:18px;
  border:1px solid rgba(103,232,249,.13);
  background:
    radial-gradient(circle at 82% 15%,rgba(14,165,233,.11),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.stlb428-action:hover{
  transform:translateY(-2px);
  border-color:rgba(103,232,249,.36);
  background:
    radial-gradient(circle at 82% 15%,rgba(14,165,233,.17),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));
}

.stlb428-action b{
  color:#fff;
  font-size:1rem;
}

.stlb428-action span{
  color:#a8bdd7;
  line-height:1.38;
  font-size:.88rem;
}

.stlb428-action em{
  margin-top:auto;
  color:#67e8f9;
  font-style:normal;
  font-weight:950;
  font-size:.78rem;
}

.stlb428-list{
  display:grid;
  gap:10px;
  padding:18px;
}

.stlb428-alert{
  padding:14px;
  border-radius:17px;
  border:1px solid rgba(103,232,249,.12);
  background:rgba(255,255,255,.04);
}

.stlb428-alert.critical{border-color:rgba(248,113,113,.34);background:rgba(80,16,28,.30)}
.stlb428-alert.warning{border-color:rgba(251,146,60,.34);background:rgba(70,42,14,.26)}
.stlb428-alert.ok{border-color:rgba(34,197,94,.28);background:rgba(10,55,43,.24)}

.stlb428-alert strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.stlb428-alert p{
  color:#a8bdd7;
  line-height:1.46;
  margin:0;
}

.stlb428-alert a{
  display:inline-flex;
  margin-top:8px;
  color:#67e8f9;
  text-decoration:none;
  font-weight:950;
}

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

.stlb428-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
}

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

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

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

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

.stlb428-products{
  display:grid;
  gap:10px;
  padding:18px;
}

.stlb428-product-mini{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:16px;
  border:1px solid rgba(103,232,249,.10);
  background:rgba(255,255,255,.035);
  text-decoration:none;
}

.stlb428-product-mini img{
  width:76px;
  height:76px;
  object-fit:contain;
  border-radius:12px;
  background:#030711;
}

.stlb428-product-mini b{
  display:block;
  color:#fff;
  line-height:1.14;
}

.stlb428-product-mini span{
  display:block;
  margin-top:4px;
  color:#67e8f9;
  font-weight:850;
  font-size:.84rem;
}

.stlb428-admin-note{
  color:#fef3c7;
}

@media(max-width:1020px){
  .stlb428-main-grid{
    grid-template-columns:1fr;
  }
  .stlb428-metric{
    grid-column:span 3;
  }
}

@media(max-width:680px){
  .stlb428-grid{
    grid-template-columns:1fr 1fr;
  }
  .stlb428-metric{
    grid-column:span 1;
    padding:14px;
  }
  .stlb428-actions{
    grid-template-columns:1fr;
  }
  .stlb428-panel-head{
    display:grid;
  }
}

@media(max-width:460px){
  .stlb428-grid{
    grid-template-columns:1fr;
  }
}
