
/* STLBEAST Main V439 — Admin Activity Center */

.stlb439-activity-feed{
  display:grid;
  gap:10px;
  padding:18px;
}

.stlb439-feed-item{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(103,232,249,.12);
  background:
    radial-gradient(circle at 86% 16%,rgba(14,165,233,.10),transparent 36%),
    rgba(255,255,255,.035);
}

.stlb439-feed-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  color:#fff;
  font-weight:1000;
  background:linear-gradient(135deg,rgba(14,165,233,.32),rgba(124,58,237,.22));
  border:1px solid rgba(103,232,249,.18);
}

.stlb439-feed-item b{
  display:block;
  color:#fff;
  line-height:1.16;
}

.stlb439-feed-item span{
  display:block;
  margin-top:4px;
  color:#a8bdd7;
  font-size:.86rem;
  line-height:1.35;
}

.stlb439-feed-item em{
  color:#67e8f9;
  font-style:normal;
  font-weight:1000;
  font-size:.78rem;
  white-space:nowrap;
}

.stlb439-priority-board{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:18px;
}

.stlb439-priority-col{
  min-height:220px;
  border-radius:20px;
  border:1px solid rgba(103,232,249,.12);
  background:rgba(255,255,255,.032);
  overflow:hidden;
}

.stlb439-priority-head{
  padding:13px 14px;
  border-bottom:1px solid rgba(103,232,249,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.stlb439-priority-head b{
  color:#fff;
}

.stlb439-priority-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  color:#fff;
  background:rgba(14,165,233,.16);
  border:1px solid rgba(103,232,249,.20);
  font-weight:1000;
}

.stlb439-task-list{
  display:grid;
  gap:8px;
  padding:12px;
}

.stlb439-task{
  padding:11px;
  border-radius:14px;
  border:1px solid rgba(103,232,249,.10);
  background:rgba(3,7,16,.38);
}

.stlb439-task strong{
  display:block;
  color:#fff;
  line-height:1.18;
}

.stlb439-task small{
  display:block;
  margin-top:5px;
  color:#93a8c2;
  line-height:1.35;
}

.stlb439-task a{
  display:inline-flex;
  margin-top:8px;
  color:#67e8f9;
  font-weight:1000;
  text-decoration:none;
}

.stlb439-bad{border-color:rgba(248,113,113,.28);background:rgba(127,29,29,.14)}
.stlb439-warn{border-color:rgba(251,191,36,.26);background:rgba(113,63,18,.14)}
.stlb439-good{border-color:rgba(34,197,94,.24);background:rgba(22,101,52,.12)}

.stlb439-focus-card{
  margin:18px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(103,232,249,.18);
  background:
    radial-gradient(circle at 80% 20%,rgba(249,115,22,.11),transparent 34%),
    linear-gradient(180deg,rgba(9,18,34,.82),rgba(3,7,16,.95));
}

.stlb439-focus-card h3{
  margin:0;
  color:#fff;
  font-size:1.35rem;
  letter-spacing:-.035em;
}

.stlb439-focus-card p{
  margin:8px 0 0;
  color:#a8bdd7;
  line-height:1.48;
}

.stlb439-focus-card a{
  display:inline-flex;
  margin-top:12px;
  min-height:40px;
  align-items:center;
  padding:9px 12px;
  border-radius:13px;
  color:#fff;
  text-decoration:none;
  font-weight:1000;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
}

@media(max-width:980px){
  .stlb439-priority-board{
    grid-template-columns:1fr;
  }
  .stlb439-feed-item{
    grid-template-columns:38px minmax(0,1fr);
  }
  .stlb439-feed-item em{
    grid-column:2;
  }
}
