.st-ci {
  grid-column: 1 / -1;
  padding: clamp(1.3rem, 4vw, 2.25rem);
  border-radius: 24px;
  background: #072f38;
  color: #e8f5f2;
}

.st-ci-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
}

.st-ci h2,
.st-ci h3 {
  color: #fff !important;
}

.st-ci h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.st-ci-head p {
  max-width: 760px;
  margin: 0;
  color: #c7ddda;
  line-height: 1.6;
}

.st-ci-private,
.st-ci-readiness {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

.st-ci-private { padding: 0.6rem 0.8rem; font-size: 0.75rem; font-weight: 850; }
.st-ci-readiness { min-width: 150px; padding: 1rem; text-align: center; }
.st-ci-readiness strong,.st-ci-readiness span,.st-ci-readiness small { display: block; }
.st-ci-readiness strong { color: #f3cf6b; font-size: 2rem; line-height: 1; }
.st-ci-readiness span { margin-top: 0.35rem; color: #fff; font-weight: 850; }
.st-ci-readiness small { margin-top: 0.25rem; color: #b9cfcc; }

.st-ci-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.st-ci-preview span {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #d8ebe8;
  font-size: 0.76rem;
  font-weight: 750;
}

.st-ci-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.st-ci-card {
  padding: 1.1rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.065);
}

.st-ci-card--wide { grid-column: 1 / -1; }
.st-ci-card h3 { margin: 0 0 0.85rem; font-size: 1.05rem; }
.st-ci-list,.st-ci-pills,.st-ci-paths { margin: 0; padding: 0; list-style: none; }
.st-ci-matches { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .6rem; }
.st-ci-matches li,.st-ci-paths li { display: flex; justify-content: space-between; gap: .8rem; padding: .75rem; border-radius: 12px; background: rgba(255,255,255,.075); }
.st-ci-matches a { min-width: 0; color: #fff !important; text-decoration: none !important; }
.st-ci-matches strong,.st-ci-matches span,.st-ci-paths strong,.st-ci-paths span { display: block; }
.st-ci-matches span,.st-ci-paths span { margin-top: .2rem; color: #b9d0cc; font-size: .72rem; }
.st-ci-matches b,.st-ci-paths b { color: #f3cf6b; white-space: nowrap; }
.st-ci-pills { display: flex; flex-wrap: wrap; gap: .55rem; }
.st-ci-pills li { padding: .6rem .7rem; border-radius: 11px; background: rgba(255,255,255,.08); }
.st-ci-pills strong,.st-ci-pills span { display: block; }
.st-ci-pills span { margin-top: .15rem; color: #bdd2cf; font-size: .7rem; }
.st-ci-paths { display: grid; gap: .55rem; }
.st-ci-empty,.st-ci-source { color: #b9cfcc; font-size: .78rem; line-height: 1.5; }
.st-ci-source { margin: .85rem 0 0; }

@media (max-width: 760px) {
  .st-ci-head { flex-direction: column; }
  .st-ci-readiness { width: 100%; }
  .st-ci-grid,.st-ci-matches { grid-template-columns: 1fr; }
  .st-ci-card--wide { grid-column: 1; }
}
