
.stc-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:18px 18px 12px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  max-width:980px;
  margin:0 auto;
}
.stc-head{
  display:flex; align-items:center; gap:10px;
  font-weight:800; color:#0b2a4a;
}
.stc-dot{ width:10px; height:10px; border-radius:50%; display:inline-block; }
.stc-dot-loading{ background:#f4b400; box-shadow:0 0 0 4px rgba(244,180,0,.15); }
.stc-dot-ok{ background:#0f9d58; box-shadow:0 0 0 4px rgba(15,157,88,.15); }
.stc-dot-bad{ background:#db4437; box-shadow:0 0 0 4px rgba(219,68,55,.15); }
.stc-meta{ margin-left:auto; font-weight:600; font-size:12px; color:rgba(11,42,74,.6); }

.stc-body{ margin-top:14px; }
.stc-loading{ color:rgba(11,42,74,.75); font-size:14px; padding:8px 0 14px; }

/* scroll area: kira-kira 5 item */
.stc-scroll{ max-height: 310px; overflow:auto; padding-right:6px; }

.stc-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }

.stc-item{
  display:flex; align-items:center; gap:12px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  padding:14px 14px;
}
.stc-name{ font-weight:800; color:#0b2a4a; font-size:18px; line-height:1.2; }
.stc-left{ display:flex; flex-direction:column; }

.stc-right{ margin-left:auto; display:flex; align-items:center; gap:10px; }
.stc-badge{
  font-size:12px; font-weight:800; padding:7px 12px; border-radius:999px;
  background:rgba(11,42,74,.06); color:#0b2a4a;
}
.stc-badge-ok{ background:rgba(15,157,88,.12); color:#0f9d58; }
.stc-badge-bad{ background:rgba(219,68,55,.12); color:#db4437; }
.stc-ms{ font-size:12px; color:rgba(11,42,74,.65); min-width:56px; text-align:right; }
.stc-uptime{ font-size:12px; color:rgba(11,42,74,.65); min-width:92px; text-align:right; }
