:root {
  --ink: #122b3e;
  --muted: #617a8b;
  --line: #dbe7ed;
  --bg: #f3f8fb;
  --blue: #007d90;
  --purple: #177c9a;
  --navy: #08192b;
  --shadow: 0 8px 30px #0c304106;
}
body {
  font-size: 15px;
}
.preview {
  background: #061322;
  color: #adc6d6;
  font-size: 12px;
}
.preview strong {
  color: #60dfeb;
}
.shell > aside {
  background: #081c30;
  border-color: #1f3c51;
  color: #d4e4ed;
}
.signal-demo-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
}
.signal-demo-brand img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 5px;
}
.signal-demo-brand > span {
  font-size: 16px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.orgswitch {
  background: #0d2a40;
  border-color: #29455b;
}
.orgswitch select {
  color: #e4f0f5;
}
.orgswitch select option {
  color: #172b3b;
  background: #fff;
}
.orgswitch label,
.navtitle {
  color: #89a8bc;
  font-size: 11px;
}
.nav button {
  color: #a9c0d1;
  font-size: 14px;
}
.nav button:hover {
  background: #14354a;
  color: white;
}
.nav button.active {
  background: #154155;
  color: #7ce5ee;
}
.nav button.active:before {
  background: #3ad0df;
}
.sidecard {
  background: #103448;
  border-color: #2b5367;
  color: #9bd5e1;
  font-size: 12px;
}
.sidecard strong {
  font-size: 13px;
}
.profile .muted {
  color: #93b1c5;
}
.profile strong {
  color: white;
}
.topbar {
  background: white;
}
.btn {
  border-radius: 6px;
  font-size: 13px;
  background: #077d91;
}
.btn.purple {
  background: #106984;
}
.btn.ghost {
  background: white;
}
.dark {
  background: radial-gradient(ellipse at 90% 0, #12485e, #081d32);
  border-color: #31546b;
}
.dark .eyebrow {
  color: #7ce1ec;
}
.dark textarea:focus {
  outline-color: #34d1df;
}
.dark .btn {
  background: #2ac9da;
  color: #08273a;
}
.card {
  border-radius: 10px;
  padding: 25px;
}
.content {
  padding: 32px;
}
.pagehead p {
  font-size: 14px;
}
.metric .row,
.rowitem p,
.helper,
.field {
  font-size: 13px;
}
.eyebrow {
  font-size: 11px;
}
.pill {
  font-size: 11px;
}
.footnote {
  font-size: 12px;
}
.signal-demo-links {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}
.signal-demo-links a {
  font-size: 12px;
  color: #a6c7d7;
  text-decoration: none;
}
.signal-demo-links .signal-demo-contact {
  background: #2acddd;
  color: #071d30;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 11px;
}
.topbar .search input {
  font-size: 13px;
}
.notice {
  font-size: 13px;
}
.signal-demo-brand:focus-visible,
.nav button:focus-visible,
.btn:focus-visible,
a:focus-visible {
  outline: 3px solid #32cadb;
  outline-offset: 4px;
}
button,
input,
textarea,
select {
  min-height: 40px;
}
.nav button .icon {
  min-width: 21px;
}
.dark .pill {
  color: #a7e6ed;
  background: #154658;
}
[dir="rtl"] .signal-demo-links {
  text-align: right;
}
@media (max-width: 700px) {
  .content {
    padding: 22px 16px;
  }
  .card {
    padding: 19px;
  }
  .pagehead {
    flex-wrap: wrap;
  }
  .pagehead h1 {
    font-size: 27px;
  }
  .topbar {
    padding-inline: 16px;
  }
  .preview {
    font-size: 11px;
    padding-inline: 14px;
  }
  .signal-demo-brand > span {
    font-size: 13px;
  }
  .signal-demo-brand img {
    width: 30px;
    height: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* Long translated titles and controls must shrink with the mobile workspace. */
.shell,
.shell > main,
.content,
.pagehead,
.pagehead > div,
.card,
.cards,
.topbar,
.crumb,
.tools {
  min-width: 0;
}
.pagehead h1,
.pagehead p,
.metric .row,
.cardhead,
.orgswitch {
  overflow-wrap: anywhere;
}
.topbar .crumb {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagehead .btn {
  white-space: normal;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 700px) {
  .pagehead {
    display: block;
  }
  .pagehead > div + div,
  .pagehead > .btn {
    margin-top: 15px;
  }
  .pagehead .actions {
    flex-wrap: wrap;
  }
  .kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid2,
  .studio {
    grid-template-columns: minmax(0, 1fr);
  }
  .topbar .crumb span {
    display: none;
  }
  .cardhead {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tablewrap {
    max-width: 100%;
    overflow: auto;
  }
}
