.ccst-portal{
  --ccst-bg:#07111f;
  --ccst-card:#0d1b31;
  --ccst-card-2:#12233d;
  --ccst-text:#eef4ff;
  --ccst-muted:#9baecc;
  --ccst-line:rgba(255,255,255,.10);
  --ccst-accent:#8dc8ff;
  --ccst-accent-2:#7ff0d7;
  --ccst-shadow:0 28px 70px rgba(2,8,20,.28);
  color:var(--ccst-text);
  font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;
}

.ccst-portal *,.ccst-portal *::before,.ccst-portal *::after{
  box-sizing:border-box;
}

.ccst-hero,
.ccst-card{
  border:1px solid var(--ccst-line);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(13,27,49,.96),rgba(8,16,29,.96));
  box-shadow:var(--ccst-shadow);
}

.ccst-hero{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:18px;
  padding:26px;
}

.ccst-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:#dcecff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.ccst-kicker::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--ccst-accent),var(--ccst-accent-2));
}

.ccst-hero h2,
.ccst-card h3,
.ccst-card h4{
  margin:0;
  color:#fff;
  letter-spacing:-.03em;
}

.ccst-hero p,
.ccst-card p,
.ccst-muted{
  color:var(--ccst-muted);
}

.ccst-hero__meta{
  display:grid;
  gap:12px;
}

.ccst-stat{
  padding:18px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.04);
}

.ccst-stat strong{
  display:block;
  color:#fff;
  font-size:1.35rem;
}

.ccst-stat span{
  display:block;
  margin-top:6px;
  color:var(--ccst-muted);
}

.ccst-card{
  padding:22px;
}

.ccst-card--connection{
  margin-top:18px;
}

.ccst-card__head{
  margin-bottom:18px;
}

.ccst-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0;
}

.ccst-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:44px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.04);
  color:#eef4ff;
  font-weight:800;
  cursor:pointer;
}

.ccst-tab.is-active{
  background:linear-gradient(135deg,var(--ccst-accent),var(--ccst-accent-2));
  color:#07111f;
  border-color:transparent;
}

.ccst-panel{
  display:none;
}

.ccst-panel.is-active{
  display:block;
}

.ccst-form{
  display:grid;
  gap:14px;
}

.ccst-form--inline + .ccst-form--inline{
  margin-top:12px;
}

.ccst-grid{
  display:grid;
  gap:14px;
}

.ccst-grid--1{
  grid-template-columns:1fr;
}

.ccst-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.ccst-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ccst-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ccst-form label{
  display:grid;
  gap:8px;
  color:#fff;
  font-weight:800;
}

.ccst-form input,
.ccst-form select{
  width:100%;
  min-height:52px;
  padding:0 14px;
  border-radius:16px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.05);
  color:#eef4ff;
  box-shadow:none;
}

.ccst-form select{
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23cfe0ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-size:14px;
  padding-right:42px;
}

.ccst-form select option{
  color:#07111f;
}

.ccst-form__hint{
  margin:-2px 0 0;
  color:var(--ccst-muted);
  font-size:.92rem;
}

.ccst-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ccst-button{
  width:fit-content;
  min-height:50px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--ccst-accent),var(--ccst-accent-2));
  color:#07111f;
  font-weight:900;
  cursor:pointer;
}

.ccst-button--ghost{
  background:rgba(255,255,255,.05);
  color:#eef4ff;
  border:1px solid var(--ccst-line);
}

.ccst-alert{
  margin:18px 0 0;
  padding:14px 16px;
  border-radius:18px;
}

.ccst-alert--error{
  background:rgba(255,120,120,.12);
  border:1px solid rgba(255,120,120,.22);
  color:#ffe7e7;
}

.ccst-alert--success{
  background:rgba(127,240,215,.12);
  border:1px solid rgba(127,240,215,.22);
  color:#eafff7;
}

.ccst-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.ccst-overview{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:18px;
  margin-top:18px;
}

.ccst-overview__copy h3{
  margin:0;
  color:#fff;
  font-size:clamp(1.45rem,2.6vw,2.2rem);
  letter-spacing:-.03em;
}

.ccst-overview__copy p{
  margin:10px 0 0;
  color:var(--ccst-muted);
}

.ccst-overview__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.ccst-overview__stat{
  padding:16px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.04);
}

.ccst-overview__stat span{
  display:block;
  color:var(--ccst-muted);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-overview__stat strong{
  display:block;
  margin-top:8px;
  color:#fff;
  font-size:1.8rem;
}

.ccst-overview__stat small{
  display:block;
  margin-top:6px;
  color:var(--ccst-muted);
}

.ccst-overview__meta{
  display:grid;
  gap:10px;
  margin-top:12px;
  color:var(--ccst-muted);
}

.ccst-lock{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.04);
}

.ccst-lock strong{
  display:block;
  color:#fff;
}

.ccst-lock p{
  margin:10px 0 0;
}

.ccst-connection{
  display:grid;
  gap:16px;
}

.ccst-connection__meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.ccst-connection__item{
  padding:16px;
  border:1px solid var(--ccst-line);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}

.ccst-connection__item span{
  display:block;
  color:var(--ccst-muted);
  font-size:.88rem;
}

.ccst-connection__item strong{
  display:block;
  margin-top:8px;
  color:#fff;
  line-height:1.5;
  word-break:break-word;
}

.ccst-result{
  margin-top:18px;
  display:grid;
  gap:18px;
}

.ccst-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ccst-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(141,200,255,.10);
  border:1px solid rgba(141,200,255,.18);
}

.ccst-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
}

.ccst-table th,
.ccst-table td{
  padding:12px 14px;
  border-bottom:1px solid var(--ccst-line);
  text-align:left;
  vertical-align:top;
}

.ccst-table th{
  color:#fff;
  background:rgba(255,255,255,.06);
}

.ccst-table td{
  color:var(--ccst-muted);
  background:rgba(255,255,255,.03);
}

.ccst-table a{
  color:#eef4ff;
}

.ccst-issue{
  display:grid;
  gap:12px;
  padding:16px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}

.ccst-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:6px;
}

.ccst-pagination__meta{
  color:var(--ccst-muted);
  font-size:.95rem;
}

.ccst-pagination__links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-pagination__link{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.04);
  color:#eef4ff;
  text-decoration:none;
  font-weight:800;
}

.ccst-pagination__link.is-current{
  border-color:transparent;
  background:linear-gradient(135deg,var(--ccst-accent),var(--ccst-accent-2));
  color:#07111f;
}

.ccst-public-feed{
  margin-top:18px;
}

.ccst-public-feed__hero{
  display:grid;
  gap:18px;
}

.ccst-public-feed__meta-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.ccst-public-feed__meta-item{
  padding:14px 16px;
  border-radius:18px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.03);
}

.ccst-public-feed__meta-item span{
  display:block;
  color:var(--ccst-muted);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ccst-public-feed__meta-item strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:1rem;
}

.ccst-offer-card{
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:22px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.03);
}

.ccst-offer-card__eyebrow{
  display:inline-flex;
  align-items:center;
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-offer-card h4{
  margin:8px 0 0;
  color:#fff;
  font-size:1.25rem;
}

.ccst-offer-card p{
  margin:8px 0 0;
  color:var(--ccst-muted);
}

.ccst-offer-card__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-offer-card--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-offer-card--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-offer-card--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-public-feed__signal-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.ccst-public-feed__signal{
  display:grid;
  gap:8px;
  padding:16px;
  border-radius:20px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.03);
}

.ccst-public-feed__signal span{
  color:var(--ccst-muted);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ccst-public-feed__signal strong{
  color:#fff;
  font-size:1.8rem;
  line-height:1;
}

.ccst-public-feed__signal small{
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-public-feed__signal--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-public-feed__signal--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-public-feed__signal--crawl{
  background:rgba(127,240,215,.07);
  border-color:rgba(127,240,215,.15);
}

.ccst-public-feed__signal--csv{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-tabs--feed{
  margin-top:18px;
  margin-bottom:0;
  padding-inline:2px;
}

.ccst-tabs--deck{
  margin-top:0;
  margin-bottom:0;
  padding-inline:2px;
}

.ccst-tabs--deck .ccst-tab,
.ccst-tabs--feed .ccst-tab{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.ccst-tab__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  min-height:28px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:inherit;
  font-size:.82rem;
  font-weight:900;
}

.ccst-tab.is-active .ccst-tab__count{
  background:rgba(7,17,31,.12);
}

.ccst-feed-panel{
  display:none;
  margin-top:18px;
}

.ccst-deck-panel{
  display:none;
  margin-top:18px;
}

.ccst-feed-panel.is-active{
  display:block;
}

.ccst-deck-panel.is-active{
  display:block;
}

.ccst-public-feed__cockpit,
.ccst-public-feed__panels-shell{
  margin-top:18px;
}

.ccst-public-feed__cockpit-note,
.ccst-public-feed__panels-note{
  margin-top:0;
}

.ccst-public-feed__panels-shell .ccst-card__head{
  margin-bottom:14px;
}

.ccst-feed-panel__intro{
  display:grid;
  gap:12px;
  margin-bottom:18px;
  padding:16px 18px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}

.ccst-feed-panel__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--ccst-muted);
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-feed-panel__intro h4{
  margin:0;
  color:#fff;
  font-size:1.2rem;
}

.ccst-feed-panel__intro p{
  margin:8px 0 0;
  color:var(--ccst-muted);
}

.ccst-feed-panel__pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-panel-tools{
  display:grid;
  gap:12px;
  margin-bottom:18px;
  padding:16px 18px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}

.ccst-panel-tools__chips,
.ccst-panel-tools__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}

.ccst-panel-tools__note{
  margin:0;
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-action-rail{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}

.ccst-action-rail__card{
  display:grid;
  gap:10px;
  padding:16px;
  border-radius:20px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.03);
}

.ccst-action-rail__eyebrow{
  display:inline-flex;
  align-items:center;
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-action-rail__card strong{
  color:#fff;
}

.ccst-action-rail__card p{
  margin:0;
  color:var(--ccst-muted);
}

.ccst-action-rail__card--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-action-rail__card--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-action-rail__card--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-detail-block{
  display:grid;
  gap:12px;
}

.ccst-detail-block__head p{
  margin:6px 0 0;
  color:var(--ccst-muted);
}

.ccst-detail-block__eyebrow{
  display:inline-flex;
  align-items:center;
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-feed-panel .ccst-monitoring__grid{
  margin-top:0;
}

.ccst-public-feed__next-step{
  margin-top:18px;
}

.ccst-public-feed__footnote{
  margin-top:18px;
}

.ccst-monitoring{
  display:grid;
  gap:18px;
  margin-top:18px;
}

.ccst-monitoring__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.ccst-overview__grid--compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.ccst-overview__grid--triple{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ccst-inline-note{
  padding:14px 16px;
  border-radius:18px;
  border:1px solid var(--ccst-line);
}

.ccst-inline-note--soft{
  background:rgba(255,255,255,.04);
  color:var(--ccst-muted);
}

.ccst-status-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin-bottom:14px;
}

.ccst-status-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:.86rem;
  font-weight:900;
}

.ccst-status-badge.is-ok,
.ccst-status-badge.is-crawl{
  background:rgba(127,240,215,.14);
  border-color:rgba(127,240,215,.22);
  color:#dbfff7;
}

.ccst-status-badge.is-alert{
  background:rgba(255,120,120,.14);
  border-color:rgba(255,120,120,.22);
  color:#ffe9e9;
}

.ccst-status-badge.is-warm,
.ccst-status-badge.is-csv{
  background:rgba(141,200,255,.14);
  border-color:rgba(141,200,255,.22);
  color:#e7f4ff;
}

.ccst-entity-list,
.ccst-bullet-list,
.ccst-watchlists{
  display:grid;
  gap:12px;
}

.ccst-entity-list__item,
.ccst-watchlist{
  display:grid;
  gap:12px;
  padding:16px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}

.ccst-disclosure{
  overflow:hidden;
}

.ccst-disclosure__summary{
  display:grid;
  gap:12px;
  cursor:pointer;
  list-style:none;
}

.ccst-disclosure__summary::-webkit-details-marker{
  display:none;
}

.ccst-disclosure__content{
  display:grid;
  gap:12px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid var(--ccst-line);
}

.ccst-disclosure__toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#eef4ff;
  font-size:.85rem;
  font-weight:900;
}

.ccst-disclosure__toggle::before{
  content:"+";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.04);
}

.ccst-disclosure[open] .ccst-disclosure__toggle::before{
  content:"-";
}

.ccst-disclosure__toggle-open{
  display:none;
}

.ccst-disclosure[open] .ccst-disclosure__toggle-open{
  display:inline;
}

.ccst-disclosure[open] .ccst-disclosure__toggle-closed{
  display:none;
}

.ccst-compact-preview{
  display:grid;
  gap:10px;
}

.ccst-compact-preview__stats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-compact-preview__note{
  margin:0;
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-watchlists--digest{
  gap:10px;
}

.ccst-digest-groups{
  margin-top:18px;
}

.ccst-disclosure--digest .ccst-disclosure__summary,
.ccst-disclosure--digest .ccst-disclosure__content{
  gap:10px;
}

.ccst-disclosure--digest .ccst-watchlist__head p{
  max-width:52ch;
}

.ccst-entity-list__item p,
.ccst-watchlist p,
.ccst-mini-stats__item span{
  margin:0;
}

.ccst-watchlist p,
.ccst-bullet-list__item{
  overflow-wrap:anywhere;
}

.ccst-entity-list__item strong,
.ccst-watchlist__head h4{
  color:#fff;
}

.ccst-alert-copy{
  display:block;
  margin-top:8px;
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-entity-list__meta{
  display:grid;
  gap:6px;
  justify-items:start;
}

.ccst-watchlist__head{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.ccst-watchlist__head h4{
  margin:0;
}

.ccst-watchlist__head p{
  margin-top:6px;
  color:var(--ccst-muted);
}

.ccst-watchlist__meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-watchlist__warming{
  display:grid;
  gap:12px;
}

.ccst-badge--muted{
  background:rgba(255,255,255,.03);
  border-color:var(--ccst-line);
  color:var(--ccst-muted);
}

.ccst-button--small{
  min-height:38px;
  padding:0 14px;
  font-size:.88rem;
}

.ccst-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.ccst-mini-stats__item{
  padding:14px;
  border:1px solid var(--ccst-line);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}

.ccst-mini-stats__item span{
  display:block;
  color:var(--ccst-muted);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ccst-mini-stats__item strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:1.35rem;
}

.ccst-bullet-list__item{
  padding:12px 14px;
  border:1px solid var(--ccst-line);
  border-radius:16px;
  background:rgba(255,255,255,.03);
  color:var(--ccst-muted);
}

.ccst-card--inner{
  padding:0;
  border:none;
  background:none;
}

.ccst-public-feed__compare{
  margin-top:18px;
}

.ccst-action-note{
  padding:14px 16px;
  border:1px solid var(--ccst-line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

.ccst-action-note strong{
  display:block;
  color:#fff;
}

.ccst-action-note p{
  margin:8px 0 0;
  color:var(--ccst-muted);
}

.ccst-action-note--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-action-note--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-action-note--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-action-note--next{
  background:rgba(255,255,255,.03);
}

.ccst-monitoring__grid--summary{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:18px;
}

.ccst-health-card{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid var(--ccst-line);
  border-radius:22px;
  background:rgba(255,255,255,.03);
}

.ccst-health-card--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-health-card--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-health-card--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-health-card--neutral{
  background:rgba(255,255,255,.03);
}

.ccst-health-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.ccst-health-card__eyebrow,
.ccst-proof-card__eyebrow{
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-health-card h4{
  margin:0;
  color:#fff;
  font-size:1.2rem;
}

.ccst-health-card p,
.ccst-proof-card p,
.ccst-timeline__copy p,
.ccst-health-strip__note,
.ccst-cadence__item small{
  margin:0;
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-health-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-score-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:.84rem;
  font-weight:900;
  white-space:nowrap;
}

.ccst-score-pill.is-ok{
  background:rgba(127,240,215,.14);
  border-color:rgba(127,240,215,.24);
  color:#dbfff7;
}

.ccst-score-pill.is-warm{
  background:rgba(141,200,255,.14);
  border-color:rgba(141,200,255,.24);
  color:#e7f4ff;
}

.ccst-score-pill.is-alert{
  background:rgba(255,120,120,.14);
  border-color:rgba(255,120,120,.24);
  color:#ffe9e9;
}

.ccst-score-pill.is-next{
  background:rgba(255,255,255,.08);
  border-color:var(--ccst-line);
  color:#eef4ff;
}

.ccst-public-feed__proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.ccst-proof-card{
  display:grid;
  gap:10px;
  padding:16px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}

.ccst-proof-card--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-proof-card--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-proof-card--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-proof-card strong,
.ccst-timeline__copy strong,
.ccst-cadence__item strong{
  color:#fff;
}

.ccst-proof-card__value{
  color:#fff;
  font-size:1.2rem;
  font-weight:900;
}

.ccst-public-feed__timeline-card{
  display:grid;
  gap:14px;
  margin-top:18px;
  padding:18px;
  border:1px solid var(--ccst-line);
  border-radius:22px;
  background:rgba(255,255,255,.03);
}

.ccst-timeline{
  display:grid;
  gap:12px;
}

.ccst-timeline__item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:12px;
  padding:14px 16px;
  border:1px solid var(--ccst-line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

.ccst-timeline__copy{
  display:grid;
  gap:6px;
}

.ccst-timeline__item small{
  color:var(--ccst-muted);
  white-space:nowrap;
}

.ccst-public-feed__conversion-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  margin-top:18px;
}

.ccst-deck-panel .ccst-public-feed__proof-grid,
.ccst-deck-panel .ccst-public-feed__timeline-card,
.ccst-deck-panel .ccst-public-feed__conversion-grid,
.ccst-deck-panel .ccst-priority-board,
.ccst-deck-panel .ccst-offer-ladder,
.ccst-deck-panel .ccst-service-paths{
  margin-top:0;
}

.ccst-priority-board,
.ccst-offer-ladder{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.ccst-priority-board__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.ccst-priority-card,
.ccst-ladder-card,
.ccst-service-path{
  display:grid;
  gap:12px;
  padding:16px;
  border:1px solid var(--ccst-line);
  border-radius:20px;
  background:rgba(255,255,255,.03);
}

.ccst-priority-card--ok,
.ccst-ladder-card--ok,
.ccst-service-path--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-priority-card--warm,
.ccst-ladder-card--warm,
.ccst-service-path--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-priority-card--alert,
.ccst-ladder-card--alert,
.ccst-service-path--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-priority-card__eyebrow,
.ccst-ladder-card__eyebrow,
.ccst-service-path__eyebrow{
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-priority-card strong,
.ccst-ladder-card strong,
.ccst-service-path strong{
  color:#fff;
}

.ccst-priority-card p,
.ccst-ladder-card p,
.ccst-service-path p,
.ccst-service-path small{
  margin:0;
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-priority-card__meta,
.ccst-playbook{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-offer-ladder__grid,
.ccst-service-paths{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.ccst-conversion-card,
.ccst-capability-card{
  display:grid;
  gap:12px;
  padding:18px;
  border:1px solid var(--ccst-line);
  border-radius:22px;
  background:rgba(255,255,255,.03);
}

.ccst-conversion-card--ok,
.ccst-capability-card--ok,
.ccst-loop__item--ok{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.16);
}

.ccst-conversion-card--warm,
.ccst-capability-card--warm,
.ccst-loop__item--warm{
  background:rgba(141,200,255,.08);
  border-color:rgba(141,200,255,.16);
}

.ccst-conversion-card--alert,
.ccst-capability-card--alert,
.ccst-loop__item--alert{
  background:rgba(255,120,120,.08);
  border-color:rgba(255,120,120,.16);
}

.ccst-conversion-card__eyebrow,
.ccst-capability-card__eyebrow,
.ccst-loop__step{
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ccst-conversion-card h4,
.ccst-capability-card strong{
  margin:0;
  color:#fff;
}

.ccst-conversion-card p{
  margin:0;
  color:var(--ccst-muted);
  line-height:1.5;
}

.ccst-conversion-card__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-capability-grid,
.ccst-loop{
  display:grid;
  gap:12px;
}

.ccst-focus-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-stage-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ccst-stage-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid var(--ccst-line);
  background:rgba(255,255,255,.03);
  color:var(--ccst-muted);
  font-size:.8rem;
  font-weight:800;
}

.ccst-stage-pill.is-active{
  background:rgba(127,240,215,.08);
  border-color:rgba(127,240,215,.18);
  color:#eefcf8;
}

.ccst-loop{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-bottom:18px;
}

.ccst-loop__item{
  display:grid;
  gap:8px;
  padding:14px;
  border:1px solid var(--ccst-line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

.ccst-loop__item p{
  margin:0;
  color:var(--ccst-muted);
  line-height:1.45;
}

.ccst-health-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}

.ccst-health-strip__note{
  margin-top:10px;
}

.ccst-cadence{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.ccst-cadence__item{
  display:grid;
  gap:8px;
  padding:14px;
  border:1px solid var(--ccst-line);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}

.ccst-cadence__item span{
  color:var(--ccst-muted);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media (max-width:980px){
  .ccst-hero,
  .ccst-monitoring__grid,
  .ccst-overview,
  .ccst-grid--2,
  .ccst-grid--3,
  .ccst-grid--4,
  .ccst-connection__meta{
    grid-template-columns:1fr;
  }

  .ccst-overview__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ccst-public-feed__meta-strip,
  .ccst-public-feed__signal-grid,
  .ccst-action-rail,
  .ccst-public-feed__proof-grid,
  .ccst-cadence,
  .ccst-loop,
  .ccst-offer-ladder__grid,
  .ccst-service-paths{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ccst-public-feed__conversion-grid{
    grid-template-columns:1fr;
  }

  .ccst-panel-tools{
    padding:14px 16px;
  }

  .ccst-priority-board__grid{
    grid-template-columns:1fr;
  }

  .ccst-mini-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .ccst-form .ccst-button{
    width:100%;
  }

  .ccst-inline-actions .ccst-button{
    width:auto;
  }

  .ccst-pagination{
    display:grid;
    justify-content:start;
  }
}

@media (max-width:720px){
  .ccst-hero,
  .ccst-card{
    border-radius:22px;
  }

  .ccst-hero{
    padding:18px;
  }

  .ccst-card{
    padding:16px;
  }

  .ccst-card__head{
    margin-bottom:14px;
  }

  .ccst-public-feed__meta-strip,
  .ccst-public-feed__signal-grid,
  .ccst-overview__grid,
  .ccst-action-rail,
  .ccst-public-feed__proof-grid,
  .ccst-cadence,
  .ccst-loop,
  .ccst-offer-ladder__grid,
  .ccst-service-paths{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .ccst-overview__stat,
  .ccst-stat,
  .ccst-connection__item,
  .ccst-mini-stats__item,
  .ccst-watchlist,
  .ccst-entity-list__item,
  .ccst-bullet-list__item,
  .ccst-inline-note{
    border-radius:16px;
  }

  .ccst-overview__stat,
  .ccst-stat,
  .ccst-connection__item,
  .ccst-mini-stats__item,
  .ccst-watchlist,
  .ccst-entity-list__item{
    padding:14px;
  }

  .ccst-public-feed__signal{
    padding:14px;
    border-radius:16px;
  }

  .ccst-public-feed__signal strong{
    font-size:1.45rem;
  }

  .ccst-mini-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .ccst-tabs--feed{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }

  .ccst-tabs--deck{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }

  .ccst-tabs--feed::-webkit-scrollbar{
    display:none;
  }

  .ccst-tabs--deck::-webkit-scrollbar{
    display:none;
  }

  .ccst-tab{
    min-height:44px;
    padding:0 12px;
    font-size:.95rem;
    white-space:nowrap;
  }

  .ccst-tab__count{
    min-width:24px;
    min-height:24px;
    padding:0 6px;
  }

  .ccst-badge,
  .ccst-status-badge{
    min-height:32px;
    padding:0 10px;
    font-size:.82rem;
  }

  .ccst-feed-panel__intro{
    padding:14px;
    border-radius:16px;
  }

  .ccst-panel-tools{
    padding:14px;
    border-radius:16px;
  }

  .ccst-panel-tools__actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ccst-offer-card,
  .ccst-action-rail__card,
  .ccst-health-card,
  .ccst-public-feed__timeline-card,
  .ccst-proof-card,
  .ccst-timeline__item,
  .ccst-conversion-card,
  .ccst-capability-card,
  .ccst-loop__item,
  .ccst-priority-card,
  .ccst-ladder-card,
  .ccst-service-path{
    padding:14px;
    border-radius:16px;
  }

  .ccst-timeline__item{
    grid-template-columns:1fr;
  }

  .ccst-watchlist__head{
    gap:10px;
  }

  .ccst-watchlist__head p,
  .ccst-card p,
  .ccst-bullet-list__item,
  .ccst-inline-note{
    font-size:.96rem;
    line-height:1.45;
  }

  .ccst-entity-list__meta{
    width:100%;
    justify-items:start;
  }

  .ccst-mini-stats__item strong{
    font-size:1.18rem;
  }
}

@media (max-width:520px){
  .ccst-hero h2,
  .ccst-overview__copy h3{
    font-size:clamp(1.4rem,7vw,1.95rem);
  }

  .ccst-kicker{
    margin-bottom:10px;
    font-size:11px;
    letter-spacing:.14em;
  }

  .ccst-button{
    min-height:46px;
    padding:0 16px;
  }

  .ccst-button--small{
    min-height:42px;
  }

  .ccst-inline-actions{
    gap:8px;
  }

  .ccst-inline-actions .ccst-button,
  .ccst-form .ccst-button{
    width:100%;
  }

  .ccst-public-feed__meta-strip,
  .ccst-public-feed__signal-grid,
  .ccst-overview__grid,
  .ccst-action-rail,
  .ccst-mini-stats,
  .ccst-public-feed__proof-grid,
  .ccst-cadence,
  .ccst-monitoring__grid--summary,
  .ccst-loop,
  .ccst-offer-ladder__grid,
  .ccst-service-paths{
    grid-template-columns:1fr;
  }

  .ccst-public-feed__conversion-grid{
    grid-template-columns:1fr;
  }

  .ccst-badge{
    justify-content:center;
    text-align:center;
  }

  .ccst-feed-panel__pills{
    display:grid;
    grid-template-columns:1fr;
  }

  .ccst-panel-tools__actions{
    grid-template-columns:1fr;
  }

  .ccst-panel-tools__actions .ccst-button{
    width:100%;
  }

  .ccst-offer-card__chips{
    display:grid;
    grid-template-columns:1fr;
  }

  .ccst-conversion-card__chips,
  .ccst-focus-tags{
    display:grid;
    grid-template-columns:1fr;
  }

  .ccst-watchlist__meta-row{
    display:grid;
    grid-template-columns:1fr;
  }

  .ccst-watchlist__head{
    display:grid;
  }

  .ccst-entity-list__meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    width:auto;
  }

  .ccst-watchlist__head h4{
    font-size:1.05rem;
  }

  .ccst-health-card__top{
    align-items:flex-start;
  }
}
