
/* STLBEAST Main V438 — Admin Live GUI Enhancements */

.stlb438-live-strip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:12px;
}

.stlb438-live-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(103,232,249,.16);
  background:rgba(255,255,255,.045);
  color:#d8e7f7;
  font-weight:950;
  font-size:.8rem;
}

.stlb438-live-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 5px rgba(34,197,94,.12),0 0 22px rgba(34,197,94,.45);
}

.stlb438-toolbar-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 11px;
  border-radius:13px;
  color:#eaf6ff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(103,232,249,.18);
  font-weight:950;
  cursor:pointer;
}

.stlb438-toolbar-btn:hover{
  border-color:rgba(103,232,249,.36);
  background:rgba(14,165,233,.12);
}

.stlb438-collapse-btn{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:12px;
  border:1px solid rgba(103,232,249,.15);
  background:rgba(255,255,255,.055);
  color:#dff9ff;
  cursor:pointer;
  font-weight:1000;
  transition:transform .18s ease, background .18s ease;
}

.stlb438-collapse-btn:hover{
  background:rgba(14,165,233,.13);
}

.stlb428-panel.stlb438-collapsed > :not(.stlb428-panel-head){
  display:none !important;
}

.stlb428-panel.stlb438-collapsed .stlb438-collapse-btn{
  transform:rotate(-90deg);
}

.stlb438-density-compact .stlb428-hero{
  padding-top:30px;
  padding-bottom:10px;
}

.stlb438-density-compact .stlb436-kpi-strip{
  gap:8px;
  margin-top:12px;
}

.stlb438-density-compact .stlb436-kpi{
  min-height:72px;
  padding:12px;
}

.stlb438-density-compact .stlb436-command-grid{
  gap:9px;
  padding:14px;
}

.stlb438-density-compact .stlb436-command-tile{
  min-height:108px;
  padding:13px;
}

.stlb438-density-compact .stlb428-panel-head{
  padding:14px;
}

.stlb438-density-compact .stlb428-list,
.stlb438-density-compact .stlb428-products,
.stlb438-density-compact .stlb436-mini-timeline{
  padding:14px;
}

.stlb436-kpi{
  position:relative;
  overflow:hidden;
}

.stlb438-kpi-glow{
  position:absolute;
  inset:auto -25% -55% -25%;
  height:65%;
  background:radial-gradient(circle,rgba(14,165,233,.20),transparent 58%);
  opacity:.78;
  pointer-events:none;
}

.stlb438-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:10000;
  transform:translateY(18px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
  padding:12px 14px;
  border-radius:16px;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,rgba(14,165,233,.94),rgba(124,58,237,.92));
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 22px 70px rgba(0,0,0,.42);
}

.stlb438-toast.is-visible{
  transform:translateY(0);
  opacity:1;
}

.stlb438-action-lane{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}

.stlb438-action-lane a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 12px;
  border-radius:14px;
  text-decoration:none;
  color:#fff;
  font-weight:950;
  border:1px solid rgba(103,232,249,.18);
  background:linear-gradient(135deg,rgba(14,165,233,.20),rgba(124,58,237,.14));
}

.stlb438-action-lane a.primary{
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
}

@media(max-width:1120px){
  .stlb438-toolbar-btn{
    display:none;
  }
}

@media(max-width:640px){
  .stlb438-live-strip,
  .stlb438-action-lane{
    display:grid;
    grid-template-columns:1fr;
  }
  .stlb438-toast{
    left:14px;
    right:14px;
    bottom:14px;
    text-align:center;
  }
}
