/* Sonic Army — dark Cassiopeia preview (user.css) */
:root {
  --sa-bg: #0a0a0c;
  --sa-text: #e8e8ea;
  --sa-accent: #87FFC5;
  --cassiopeia-color-primary: #111214;
  --cassiopeia-color-link: #87FFC5;
  --cassiopeia-color-hover: #5ee0b0;
  --link-color: #87FFC5;
  --link-color-rgb: 135, 255, 197;
  --link-hover-color: #5ee0b0;
  --link-hover-color-rgb: 94, 224, 176;
}

html,
body {
  background-color: #0a0a0c !important;
  color: #e8e8ea !important;
}

body .container-header,
body header.header,
body .container-footer,
body footer {
  background-color: #050507 !important;
  background-image: none !important;
  color: #e8e8ea;
}

.navbar-brand,
.brand-logo,
.brand-logo span {
  color: #ffffff !important;
}

.container-topbar,
.container-banner,
.container-component,
.site-grid,
main,
.blog-featured,
.blog-items,
.blog-item,
.item-content,
.com-content-article,
.article-info {
  background-color: transparent !important;
  color: #e8e8ea !important;
}

a {
  color: #87FFC5;
}

a:hover,
a:focus {
  color: #5ee0b0;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

.mod-menu a,
.container-topbar a {
  color: #e8e8ea;
}

.mod-menu a.active,
.mod-menu .current > a,
.mod-menu a:hover {
  color: #87FFC5;
}

.sa-hero {
  text-align: center;
  margin: 1.25rem auto 0.5rem;
}

.sa-hero img {
  max-width: 720px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.sa-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.1rem;
  justify-content: center;
}

.sa-socials a {
  color: #87FFC5;
  text-decoration: none;
}

.sa-socials a:hover {
  text-decoration: underline;
}
