
/* STLBEAST Main V451 — Admin What Needs Attention Wizard Recovery */
.stlb451-attention .stlb428-status-pill.danger{border-color:rgba(248,113,113,.42);color:#fecaca;background:rgba(127,29,29,.20)}
.stlb451-attention .stlb428-status-pill.warn{border-color:rgba(251,191,36,.42);color:#fde68a;background:rgba(120,53,15,.18)}
.stlb451-attention .stlb428-status-pill.ok{border-color:rgba(34,197,94,.38);color:#bbf7d0;background:rgba(20,83,45,.18)}
.stlb451-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  margin-top:22px;
}
.stlb451-focus-card,.stlb451-empty,.stlb451-area{
  border:1px solid rgba(103,232,249,.15);
  background:linear-gradient(180deg,rgba(9,18,34,.92),rgba(3,7,16,.98));
  border-radius:24px;
  padding:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.30);
}
.stlb451-focus-card h2,.stlb451-area h2,.stlb451-empty h2{
  color:#fff;
  margin:0 0 8px;
  letter-spacing:-.04em;
}
.stlb451-focus-card p,.stlb451-empty p{
  color:#a8bdd7;
  line-height:1.5;
}
.stlb451-linkgrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.stlb451-linkgrid a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:14px;
  color:#e0f2fe;
  text-decoration:none;
  font-weight:1000;
  border:1px solid rgba(103,232,249,.16);
  background:rgba(255,255,255,.045);
}
.stlb451-area{
  margin-top:18px;
}
.stlb451-list{
  display:grid;
  gap:12px;
}
.stlb451-issue{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
  border-radius:18px;
  padding:16px;
  border:1px solid rgba(148,163,184,.16);
  background:rgba(255,255,255,.035);
}
.stlb451-issue.critical{border-color:rgba(248,113,113,.30);background:linear-gradient(90deg,rgba(127,29,29,.22),rgba(255,255,255,.035))}
.stlb451-issue.warning{border-color:rgba(251,191,36,.28);background:linear-gradient(90deg,rgba(120,53,15,.18),rgba(255,255,255,.035))}
.stlb451-issue.notice{border-color:rgba(56,189,248,.22);background:linear-gradient(90deg,rgba(14,116,144,.14),rgba(255,255,255,.035))}
.stlb451-level{
  display:inline-flex;
  width:max-content;
  margin-bottom:8px;
  padding:5px 9px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:1000;
  letter-spacing:.12em;
  color:#dbeafe;
  border:1px solid rgba(103,232,249,.18);
  background:rgba(14,165,233,.10);
}
.stlb451-issue h3{
  color:#fff;
  margin:0 0 7px;
  font-size:1.05rem;
}
.stlb451-issue p{
  color:#a8bdd7;
  margin:0 0 8px;
  line-height:1.45;
}
.stlb451-issue strong{
  color:#e2e8f0;
  display:block;
}
.stlb451-issue>a{
  color:#020711;
  background:#67e8f9;
  border-radius:14px;
  padding:10px 12px;
  text-decoration:none;
  font-weight:1000;
  white-space:nowrap;
}
@media(max-width:820px){
  .stlb451-grid,.stlb451-issue{grid-template-columns:1fr}
  .stlb451-issue>a{width:max-content}
}
@media(max-width:560px){
  .stlb451-linkgrid{grid-template-columns:1fr}
  .stlb451-focus-card,.stlb451-empty,.stlb451-area{padding:16px;border-radius:18px}
}
