html,
body {
  background-color: #050a1f;
  color: #f5f6ff;
  min-height: 100%;
}

.page-wrapper,
.page-wrapper #page,
.site-header,
.site-header__initial,
.site-header__fixable,
.site-header__inner,
.layout-main-wrapper,
.layout-main,
.main-content,
.main-content__container,
.region,
.block,
.site-footer,
.site-footer__inner,
.social-bar,
.overlay {
  background-color: #050a1f;
  color: inherit;
}

.site-branding__logo {
  display: none;
}

.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
  background-color: #050a1f !important;
  color: inherit !important;
}

.site-branding__text {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}

.site-branding__name {
  margin: 0;
  line-height: 1.1;
}

.site-branding__slogan {
  margin: 0;
  color: #d0dcff;
}

.site-header {
  min-height: 50px;
  padding: 0.25rem 0 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #050a1f;
  position: relative;
}

.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.site-header,
.site-header__initial,
.site-header__fixable,
.site-header__inner {
  background-color: #050a1f !important;
}

.site-header__inner {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.site-header__inner__container {
  align-items: center;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 2.5rem;
  padding-bottom: 0;
}

.site-header__inner__container .block {
  background: transparent !important;
  color: inherit;
  width: 100%;
}

#block-pleromtheme-site-branding {
  background: transparent !important;
  color: inherit;
  width: 100%;
}

#block-pleromtheme-primary-local-tasks,
#block-pleromtheme-secondary-local-tasks {
  position: fixed;
  inset-inline-start: 0;
  z-index: 500;
  background-color: rgba(5, 10, 31, 0.92);
  border-inline-end: 1px solid #1b2b5c;
  padding: 0.75rem;
  width: 160px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#block-pleromtheme-primary-local-tasks {
  inset-block-start: 120px;
}

#block-pleromtheme-secondary-local-tasks {
  inset-block-end: 120px;
}

#block-pleromtheme-primary-local-tasks .tabs,
#block-pleromtheme-secondary-local-tasks .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

#block-pleromtheme-primary-local-tasks .tabs > li,
#block-pleromtheme-secondary-local-tasks .tabs > li {
  margin: 0;
}

#block-pleromtheme-primary-local-tasks .tabs a,
#block-pleromtheme-secondary-local-tasks .tabs a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.45rem 0.6rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.08);
  color: #f5f6ff;
}

#block-pleromtheme-primary-local-tasks .tabs a.is-active,
#block-pleromtheme-secondary-local-tasks .tabs a.is-active {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 62rem) {
  #block-pleromtheme-primary-local-tasks,
  #block-pleromtheme-secondary-local-tasks {
    position: static;
    width: auto;
    border-inline-end: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1rem;
  }
}

.path-plerom .layout-main {
  justify-content: center;
  min-height: calc(100vh - 160px);
}

.path-plerom .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.path-plerom .main-content__container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.path-plerom .node--type-page {
  max-width: 960px;
  width: 100%;
  background: rgba(14, 25, 56, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 2.75rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.path-plerom .node--type-page .node__title,
.path-plerom .node--type-page .field,
.path-plerom .node--type-page .node__content,
.path-plerom .node--type-page p,
.path-plerom .node--type-page strong {
  color: #ffffff;
}

.path-plerom .node--type-page .node__title {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.path-plerom .node--type-page .node__content p {
  font-size: 1.25rem;
  line-height: 1.65;
}

.page-wrapper #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.layout-main-wrapper {
  flex: 1 0 auto;
  display: flex;
}

.layout-main {
  flex: 1 1 auto;
  display: flex;
}

.main-content {
  flex: 1 1 auto;
  display: flex;
}

.main-content__container {
  flex: 1 1 auto;
  display: flex;
}

.site-footer {
  margin-top: auto;
  background: #050a1f;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.4rem 0.5rem;
  min-height: auto;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plerom-footer-note {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #eaefff;
  text-align: center;
}

.plerom-footer-note a {
  color: #a9ceff;
  text-decoration: none;
}

.plerom-footer-note a:hover {
  text-decoration: underline;
}

@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .site-footer {
    border-inline-start: solid var(--content-left) #050a1f;
  }
}

.region,
.block,
main,
article,
.node,
.node__content {
  background-color: transparent;
  color: inherit;
}

.page-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.container,
.layout-container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

a {
  color: #9dc1ff;
}

a:hover,
a:focus {
  color: #c3d9ff;
}
