:root {
  --navy: #07162b;
  --navy-mid: #0b2750;
  --brand: #0038c8;
  --brand-bright: #1a4fff;
  --sky: #e7f0fb;
  --mist: #f4f7fb;
  --ink: #122033;
  --muted: #5d6d80;
}

html,
body {
  height: auto !important;
  min-height: 100%;
  background: #fff;
  color: #122033;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif !important;
}

.theme-container {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
}

.theme-container-page {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.theme-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.theme-header-bar {
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.theme-logo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.theme-logo-mark {
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  object-fit: contain;
}

.theme-logo-wordmark {
  height: 2.25rem;
  width: auto;
  object-fit: contain;
  object-position: left;
}

.theme-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.theme-nav a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(7, 22, 43, 0.75);
  text-decoration: none;
  transition: color 0.15s ease;
}

.theme-nav a:hover,
.theme-nav a.is-active {
  color: var(--brand);
}

.theme-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-icon-btn {
  display: grid;
  height: 2.25rem;
  width: 2.25rem;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(7, 22, 43, 0.7);
  cursor: pointer;
}

.theme-icon-btn:hover {
  color: var(--brand);
}

.theme-member-link {
  display: none;
  font-size: 13px;
  font-weight: 500;
  color: rgba(7, 22, 43, 0.75);
  text-decoration: none;
}

.theme-member-link:hover,
.theme-member-link.is-active {
  color: var(--brand);
}

.theme-cta {
  display: none;
  border-radius: 0.375rem;
  background: var(--brand);
  padding: 0.625rem 1rem;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease;
}

.theme-cta:hover {
  background: var(--brand-bright);
  color: #fff;
}

.theme-menu-btn {
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.theme-search,
.theme-mobile-nav {
  display: none;
  border-top: 1px solid #f1f5f9;
  background: #fff;
}

.theme-header.is-search-open .theme-search,
.theme-header.is-open .theme-mobile-nav {
  display: block;
}

.theme-search-form {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 0;
}

.theme-search-form input {
  height: 2.75rem;
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  color: var(--navy);
  outline: none;
}

.theme-search-form input:focus {
  border-color: var(--brand);
}

.theme-search-form button,
.theme-newsletter button {
  border: 0;
  background: var(--brand);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.theme-search-form button {
  border-radius: 0.375rem;
  padding: 0 1rem;
}

.theme-mobile-nav-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 0;
}

.theme-mobile-nav a {
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}

.theme-mobile-nav .theme-cta {
  display: block;
  margin-top: 0.5rem;
  padding: 0.75rem;
  text-align: center;
}

.theme-hero {
  background: var(--navy);
}

.theme-hero-inner {
  padding: 4rem 0;
}

.theme-hero-kicker {
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bfdbfe;
}

.theme-hero h1 {
  margin: 0.75rem 0 0;
  max-width: 48rem;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #fff;
}

.theme-hero p {
  margin: 1rem 0 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}

.theme-page-content {
  background: #fff;
  padding: 3rem 0 4rem;
}

.theme-page-content .card {
  border: 1px solid #e8eef5;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 26, 51, 0.06);
}

.theme-page-content .card-header {
  background: var(--navy);
  border: 0;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-weight: 700;
}

footer.theme-site-footer {
  position: relative !important;
  bottom: auto;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: inherit;
  color: #fff;
  background: var(--navy);
  mix-blend-mode: normal !important;
}

footer.theme-site-footer a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.theme-footer-top {
  display: grid;
  gap: 3rem;
  padding: 4rem 0;
}

.theme-footer-brand p {
  margin: 1.25rem 0 0;
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
}

.theme-logo-stack {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 0.375rem;
  background: #fff;
  padding: 0.5rem;
}

.theme-logo-stack img {
  height: 6rem;
  width: auto;
  object-fit: contain;
}

.theme-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}

.theme-social a:hover {
  color: #fff;
}

.theme-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.theme-footer-links h3,
.theme-footer-subscribe h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.theme-footer-links ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.theme-footer-links li + li {
  margin-top: 0.625rem;
}

.theme-footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s ease;
}

.theme-footer-links a:hover {
  color: #fff;
}

.theme-footer-subscribe p {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.theme-newsletter {
  display: flex;
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 0.375rem;
  background: #0a2a4d;
}

.theme-newsletter input {
  height: 2.75rem;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  outline: none;
}

.theme-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.theme-newsletter button {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  place-items: center;
}

.theme-footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-footer-copy p {
  margin: 0;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.theme-footer-copy a {
  color: rgba(255, 255, 255, 0.55);
}

.theme-footer-copy a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 576px) {
  .theme-logo-mark {
    height: 2.75rem;
    width: 2.75rem;
  }

  .theme-logo-wordmark {
    height: 2.5rem;
  }

  .theme-cta {
    display: inline-flex;
  }

  .theme-hero h1 {
    font-size: 3rem;
  }

  .theme-logo-stack img {
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .theme-member-link {
    display: inline;
  }

  .theme-footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .theme-footer-top {
    grid-template-columns: 1.05fr 2.1fr 0.95fr;
  }

  .theme-footer-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .theme-nav {
    display: flex;
  }

  .theme-menu-btn,
  .theme-header.is-open .theme-mobile-nav {
    display: none;
  }
}

.theme-app-nav {
  background: var(--mist);
  border-right: 1px solid #e8eef5;
  padding-bottom: 2rem;
}

.theme-app-brand {
  padding: 1.25rem 1.25rem 0.25rem;
}

.theme-app-kicker {
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
}

.theme-app-brand strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.theme-app-nav .menu-group-title {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-app-nav .menu-group-title .bi {
  display: none;
}

.theme-app-nav .list-group {
  border-radius: 0.5rem;
}

.theme-app-nav .list-group-item {
  border: 0;
  margin-bottom: 2px;
  border-radius: 0.5rem !important;
  background: transparent;
  color: var(--navy);
  font-size: 13px;
  font-weight: 500;
}

.theme-app-nav .list-group-item:hover {
  background: #fff;
  color: var(--brand);
}

.theme-app-nav .list-group-item.active {
  background: var(--brand);
  color: #fff;
}

.theme-app-nav .list-group-item-danger {
  color: #b42318;
}

.theme-app-nav .list-group-item-danger:hover,
.theme-app-nav .list-group-item-danger.active {
  background: #fff1f0;
  color: #b42318;
}

.theme-app-main {
  background: #fff;
  min-width: 0;
  padding-bottom: 2rem;
}

.v-full {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  min-height: calc(100vh - 78px);
  background-color: var(--navy) !important;
  background-image: none !important;
  animation: none !important;
}

.theme-login-card {
  width: min(90%, 600px);
  border-radius: 1rem;
  border: 1px solid #e8eef5;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 26, 51, 0.12);
  padding: 1.5rem;
}

.theme-login-card .theme-logo {
  justify-content: center;
  width: 100%;
}

.theme-login-label {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
}
