@charset "utf-8";

.kstl-cockpit__hero-grid,
.kstl-cockpit__split,
.kstl-cockpit__systems {
  display: grid;
  gap: 28px;
}

.kstl-cockpit__hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: start;
}

.kstl-cockpit__hero-grid > * {
  align-self: start;
}

.kstl-cockpit__hero-card {
  margin-block-start: clamp(195px, calc(178px + 1.68vw), 202px);
  padding: 24px;
  border: 1px solid var(--kstl-rule);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 31, 61, .07);
}

.kstl-cockpit__split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.kstl-cockpit__systems {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 30px;
}

.kstl-cockpit__system {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--kstl-rule);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 31, 61, .04);
}

.kstl-cockpit__system strong {
  display: block;
  color: var(--kstl-blue);
  font-size: 14px;
  line-height: 1.35;
}

.kstl-cockpit__system span {
  display: block;
  margin-top: 6px;
  color: var(--kstl-soft);
  font-size: 13px;
  line-height: 1.45;
}

.kstl-cockpit__board td:first-child,
.kstl-cockpit__board th:first-child {
  width: 54px;
  white-space: nowrap;
}

.kstl-cockpit__board td:nth-child(2),
.kstl-cockpit__board th:nth-child(2) {
  min-width: 220px;
}

.kstl-cockpit__board .status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
}

.kstl-cockpit__board .status--proven {
  background: #e8f6ee;
  color: #17633d;
}

.kstl-cockpit__board .status--programme {
  background: #fff5dc;
  color: #765b12;
}

.kstl-cockpit__rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  padding: 16px;
  border: 1px solid var(--kstl-rule);
  border-radius: 12px;
  background: var(--product-cloud, #f5f8fc);
}

.kstl-cockpit__rail span {
  position: relative;
  padding: 12px 10px;
  border-radius: 8px;
  background: #fff;
  color: var(--product-navy, #0a2540);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.kstl-cockpit__rail span::after {
  position: absolute;
  top: 50%;
  right: -10px;
  color: var(--kstl-blue);
  content: "→";
  transform: translateY(-50%);
}

.kstl-cockpit__rail span:nth-child(5n)::after {
  content: "";
}

.kstl-cockpit__fact {
  margin: 20px 0 0;
  color: var(--kstl-soft);
  font-size: 14px;
  line-height: 1.6;
}

.kstl-cockpit__fact strong {
  display: block;
  margin-top: 10px;
  color: var(--product-navy, #0a2540);
}

.kstl-cockpit__fact-label {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid #d8e0e9;
  border-radius: 999px;
  background: #f1f4fb;
  color: #233c98;
  font: 600 11px/1.2 var(--product-mono, "IBM Plex Mono", monospace);
  letter-spacing: .02em;
  white-space: nowrap;
}

.kstl-cockpit__subnav-shell {
  border-bottom: 1px solid var(--kstl-rule);
  background: var(--product-cloud, #f5f8fc);
}

.kstl-cockpit__subnav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.kstl-cockpit__subnav-label {
  margin-right: 8px;
  color: var(--product-navy, #0a2540);
  font-size: 13px;
  font-weight: 700;
}

.kstl-cockpit__subnav a {
  padding: 7px 10px;
  border-radius: 7px;
  color: var(--kstl-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.kstl-cockpit__subnav a:hover,
.kstl-cockpit__subnav a:focus-visible {
  background: #fff;
  color: var(--product-navy, #0a2540);
}

.kstl-cockpit__subnav a[aria-current="page"] {
  background: var(--kstl-blue);
  color: #fff;
}

.kstl-cockpit__disclaimer {
  max-width: 820px;
  margin-top: 26px;
  color: var(--kstl-soft);
  font-size: 13px;
}

.kstl-cockpit__whitepaper-number {
  color: var(--kstl-blue);
  font: 700 12px/1.3 var(--product-mono, "IBM Plex Mono", monospace);
  letter-spacing: .08em;
}

.pdi-product-page.kstl-page.kstl-release.kstl-cockpit .kstl-section--dark .kstl-list strong {
  color: #fff;
}

@media (max-width: 1100px) {
  .kstl-cockpit__systems { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kstl-cockpit__rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kstl-cockpit__rail span:nth-child(5n)::after { content: "→"; }
  .kstl-cockpit__rail span:nth-child(3n)::after { content: ""; }
}

@media (max-width: 820px) {
  .kstl-cockpit__hero-grid,
  .kstl-cockpit__split { grid-template-columns: 1fr; }
  .kstl-cockpit__systems { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kstl-cockpit__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kstl-cockpit__rail span::after,
  .kstl-cockpit__rail span:nth-child(5n)::after,
  .kstl-cockpit__rail span:nth-child(3n)::after { content: ""; }
  .kstl-cockpit__hero-card { margin-block-start: 0; }
}

@media (max-width: 520px) {
  .kstl-cockpit__systems,
  .kstl-cockpit__rail { grid-template-columns: 1fr; }
  .kstl-cockpit__system { min-height: 0; }
  .kstl-cockpit__hero-card { padding: 20px; }
  .kstl-cockpit__subnav-label { flex: 1 1 100%; }
}

.kstl-cockpit__rail span:last-child::after {
  content: "";
}