
/* STLBEAST V427 — Traffic Admin Upgrade */
.stlb427-admin{
  background:radial-gradient(circle at 12% 0%,rgba(14,165,233,.12),transparent 32%),linear-gradient(180deg,#030711 0%,#07111f 52%,#030711 100%);
  color:#eaf6ff; min-height:100vh;
}
.stlb427-hero{padding:clamp(34px,6vw,70px) 0 24px}
.stlb427-hero h1{margin:8px 0 10px;color:#fff;font-size:clamp(2rem,5vw,4.6rem);line-height:.94;letter-spacing:-.06em}
.stlb427-hero p{color:#b8c7dc;max-width:850px;line-height:1.62}
.stlb427-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}
.stlb427-card,.stlb427-panel{
  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
}
.stlb427-card b{display:block;color:#67e8f9;font-size:clamp(1.8rem,4vw,3.2rem);line-height:1}
.stlb427-card span{display:block;color:#a8bdd7;font-weight:850;margin-top:6px}
.stlb427-panel{margin:14px 0 28px;padding:0;overflow:hidden}
.stlb427-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)}
.stlb427-panel-head h2{margin:0;color:#fff}
.stlb427-panel-head p{margin:5px 0 0;color:#a8bdd7;line-height:1.5}
.stlb427-badge{display:inline-flex;align-items:center;min-height:32px;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:.72rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.stlb427-table-wrap{overflow:auto}
.stlb427-table{width:100%;min-width:760px;border-collapse:collapse}
.stlb427-table th,.stlb427-table td{padding:11px 13px;border-bottom:1px solid rgba(103,232,249,.08);text-align:left;vertical-align:top}
.stlb427-table th{color:#93f5ff;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;background:rgba(14,165,233,.055)}
.stlb427-table td{color:#d8e7f7;font-size:.9rem}
.stlb427-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}
.stlb427-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.stlb427-actions a,.stlb427-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border-radius:14px;color:#fff;text-decoration:none;font-weight:950;background:linear-gradient(135deg,#0ea5e9,#2563eb);border:1px solid rgba(125,211,252,.25);cursor:pointer}
.stlb427-warning{border-color:rgba(251,191,36,.30);background:linear-gradient(180deg,rgba(60,38,10,.42),rgba(3,7,16,.99))}
.stlb427-ok{color:#86efac;font-weight:950}
.stlb427-muted{color:#93a8c2}
@media(max-width:980px){.stlb427-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stlb427-panel-head{display:grid}}
@media(max-width:560px){.stlb427-grid{grid-template-columns:1fr}.stlb427-hero h1{font-size:2.15rem}}
