/* Public templates only. Existing layout and semantic status colors remain. */
body.sentinel-public-theme {
  color-scheme: dark;
  --bg: #081525;
  --bg2: #0d1c30;
  --bg3: #12243a;
  --bg4: #1b3450;
  --surface: #0d1c30;
  --field: #081525;
  --panel: #0d1c30;
  --panel2: #12243a;
  --text: #f3f7fb;
  --muted: #b4c4d6;
  --muted2: #b4c4d6;
  --line: #304357;
  --border: #304357;
  --border2: #46617d;
  --cyan: #83bffa;
  --accent: #83bffa;
  --accent2: #83bffa;
  --sans: Arial, Helvetica, sans-serif;
  background: #081525;
  color: #f3f7fb;
  font-family: Arial, Helvetica, sans-serif;
}
body.sentinel-public-theme::before,
body.sentinel-public-theme::after {
  background: none;
  background-image: none;
}
.sentinel-public-theme h1,
.sentinel-public-theme h2,
.sentinel-public-theme h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}
.sentinel-public-theme a {
  text-underline-offset: 4px;
}
.sentinel-public-theme nav a:hover,
.sentinel-public-theme footer a:hover {
  text-decoration: underline;
}
.sentinel-public-theme header.nav,
.sentinel-public-theme nav {
  background: #081525;
}
.sentinel-public-theme .card,
.sentinel-public-theme .panel {
  background: #0d1c30;
}
.sentinel-public-theme .hero h1 em {
  background: none;
  -webkit-text-fill-color: #83bffa;
  color: #83bffa;
}
.sentinel-public-theme .btn,
.sentinel-public-theme .submit,
.sentinel-public-theme .cta-solid,
.sentinel-public-theme .trial-cta,
.sentinel-public-theme .btn-a,
.sentinel-public-theme button[type="submit"] {
  background: #2164ab;
  color: #fff;
  border-radius: 3px;
}
.sentinel-public-theme .btn:hover,
.sentinel-public-theme .submit:hover,
.sentinel-public-theme .cta-solid:hover,
.sentinel-public-theme .trial-cta:hover,
.sentinel-public-theme .btn-a:hover,
.sentinel-public-theme button[type="submit"]:hover {
  background: #194f89;
  color: #fff;
}
.sentinel-public-theme .btn.secondary {
  background: transparent;
  color: #dce9f8;
  border-color: #6383a4;
}
.sentinel-public-theme .btn.secondary:hover {
  background: #12243a;
}
.sentinel-public-theme :focus-visible {
  outline: 3px solid #83bffa;
  outline-offset: 3px;
}
.sentinel-public-theme footer,
.sentinel-public-theme footer p,
.sentinel-public-theme .foot-links a {
  color: #b4c4d6;
}
.sentinel-public-theme .sentinel-public-copyright {
  color: #b4c4d6;
  font: 12px/1.6 Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 24px 0;
  padding: 0 18px;
}
