:root {
  color-scheme: light;
  --ink: #071b36;
  --muted: #5b6a80;
  --soft: #eef5ff;
  --line: #d9e5f4;
  --panel: rgba(255,255,255,.92);
  --brand: #1263ff;
  --cyan: #18c7d4;
  --ok: #11a26b;
  --warn: #b7791f;
  --danger: #d72d54;
  --maintenance: #6d5dfc;
  --shadow: 0 24px 70px rgba(7,27,54,.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #f6faff;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(7,27,54,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7,27,54,.04) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #eff6ff 100%);
  background-size: 92px 92px, 92px 92px, auto;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.st-shell {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 0 auto;
  min-width: 0;
}

.st-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px 32px;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.st-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.st-brand img {
  display: block;
  width: 148px;
  height: auto;
}

.st-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
}

.st-nav a,
.st-login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #31415a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.st-nav a:hover,
.st-login:hover {
  background: var(--soft);
  color: var(--brand);
}

.st-login {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.st-hero {
  padding: 86px 0 42px;
}

.st-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: 54px;
  align-items: end;
}

.st-hero-grid > *,
.st-layout > *,
.st-panel,
.st-summary-card,
.st-side-card,
.st-metrics article {
  min-width: 0;
}

.st-kicker,
.st-mini-label,
.st-panel-head p {
  margin: 0;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.st-status-lockup,
.st-status-state {
  display: inline-flex;
  align-items: center;
}

.st-status-lockup {
  gap: 13px;
  margin-top: 22px;
  padding: 3px 0;
  color: var(--status);
}

.st-status-lockup b {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.1;
}

.st-status-lockup small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.st-status-orb {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--status) 30%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--status) 8%, #fff);
  box-shadow: inset 0 0 0 6px #fff;
}

.st-status-orb::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--status);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--status) 14%, transparent);
}

.st-status-state {
  gap: 10px;
  min-width: 136px;
  justify-content: flex-start;
  color: var(--ink);
  line-height: 1.2;
}

.st-status-state > span:first-child {
  flex: 0 0 auto;
  width: 7px;
  height: 34px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--status) 72%, #fff);
}

.st-status-state b {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.st-status-state small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.st-panel-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

.operational {
  --status: var(--ok);
}

.degraded {
  --status: var(--warn);
}

.outage {
  --status: var(--danger);
}

.maintenance {
  --status: var(--maintenance);
}

.st-hero h1 {
  max-width: 800px;
  margin: 24px 0 18px;
  color: #071226;
  font-size: 88px;
  line-height: .94;
  letter-spacing: 0;
}

.st-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.52;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.st-summary-card,
.st-panel,
.st-side-card,
.st-metrics article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.st-summary-card {
  padding: 28px;
}

.st-summary-card b,
.st-side-card b {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.st-summary-card time {
  display: block;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 24px;
  font-weight: 900;
}

.st-summary-card p,
.st-side-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  hyphens: auto;
}

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

.st-metrics article {
  min-height: 118px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none;
}

.st-metrics b {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.05;
}

.st-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  padding: 28px 0 64px;
}

.st-main,
.st-side {
  display: grid;
  gap: 24px;
  align-content: start;
}

.st-panel {
  overflow: hidden;
}

.st-panel-head {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
}

.st-panel-head h2 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: 0;
}

.st-components,
.st-incidents,
.st-history {
  display: grid;
}

.st-component,
.st-incident,
.st-history-row {
  display: grid;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--line);
}

.st-component,
.st-incident {
  grid-template-columns: minmax(0, 1fr) auto;
}

.st-component:last-child,
.st-incident:last-child,
.st-history-row:last-child {
  border-bottom: 0;
}

.st-component b,
.st-incident b,
.st-history-row b {
  color: var(--ink);
  font-size: 16px;
}

.st-component small,
.st-component-meta small,
.st-incident p,
.st-incident-meta time,
.st-history-row time {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.st-component small,
.st-incident p {
  display: block;
  margin-top: 5px;
}

.st-component-meta,
.st-incident-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  text-align: right;
}

.st-incident-meta {
  flex-direction: column;
  align-items: flex-end;
}

.st-history-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.st-empty {
  padding: 28px 26px;
  color: var(--muted);
  font-size: 15px;
}

.st-side-card {
  padding: 24px;
  box-shadow: none;
}

.st-side-card a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.st-side-card a::after {
  content: ">";
  color: var(--brand);
  font-size: 20px;
  line-height: 1;
}

.st-side-card a:hover {
  border-color: color-mix(in srgb, var(--brand) 38%, var(--line));
  background: var(--soft);
}

.st-footer {
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.82);
}

.st-footer .st-shell {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.st-footer span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.st-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.st-footer a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.st-footer a:hover {
  color: var(--brand);
}

@media (max-width: 920px) {
  .st-header {
    grid-template-columns: 1fr auto;
    padding: 12px 22px;
  }

  .st-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .st-hero {
    padding-top: 56px;
  }

  .st-hero h1 {
    font-size: 64px;
  }

  .st-lead {
    font-size: 21px;
  }

  .st-panel-head h2 {
    font-size: 28px;
  }

  .st-hero-grid,
  .st-layout {
    grid-template-columns: 1fr;
  }

  .st-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .st-shell {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .st-header {
    position: static;
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .st-brand img {
    width: 134px;
  }

  .st-nav a,
  .st-login {
    padding: 0 13px;
    font-size: 13px;
  }

  .st-nav {
    width: 100%;
  }

  .st-login {
    width: 100%;
    border-radius: 22px;
  }

  .st-hero h1 {
    font-size: 46px;
    line-height: 1;
  }

  .st-lead {
    font-size: 18px;
    max-width: 315px;
  }

  .st-panel-head h2 {
    font-size: 25px;
  }

  .st-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .st-summary-card,
  .st-panel-head,
  .st-component,
  .st-incident,
  .st-history-row,
  .st-side-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .st-component,
  .st-incident,
  .st-history-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .st-component-meta,
  .st-incident-meta {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .st-status-state {
    min-width: 0;
  }

  .st-summary-card p,
  .st-side-card p {
    max-width: 300px;
  }

  .st-footer .st-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }
}

@media (max-width: 420px) {
  .st-hero h1 {
    font-size: 39px;
  }

  .st-metrics b {
    font-size: 24px;
  }
}
