.wsite-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: var(--space-5);
  padding-right: var(--space-5);
  width: 100%;
}

.wsite-utilitybar { position: sticky; top: 0; z-index: 41; }
.wsite-header { position: sticky; top: 40px; z-index: 40; }

.wsite-utilitybar {
  background: var(--brand-dark-bg);
  color: #cfd6e6;
  font-size: 0.8125rem;
}
.wsite-utilitybar .wsite-container {
  display: flex; align-items: center; justify-content: flex-end;
  gap: var(--space-5); height: 40px;
}
.wsite-utilitybar a { color: #cfd6e6; text-decoration: none; }
.wsite-utilitybar a:hover { color: #fff; }

[x-cloak] { display: none !important; }
.wsite-langswitch { position: relative; display: inline-flex; margin: 0; }
.wsite-lang-trigger {
  display: inline-flex; align-items: center; gap: var(--space-2);
  background: none; border: 0; cursor: pointer; padding: 0;
  color: #cfd6e6; font: inherit; font-size: 0.8125rem; line-height: 1;
}
.wsite-lang-trigger:hover { color: #fff; }
.wsite-lang-globe { flex: 0 0 auto; opacity: 0.9; }
.wsite-lang-current { font-weight: 500; }
.wsite-lang-caret { flex: 0 0 auto; opacity: 0.75; }

.wsite-lang-menu {
  position: absolute; right: 0; top: calc(100% + var(--space-2)); z-index: 60;
  min-width: 168px; padding: var(--space-1);
  background: var(--color-bg); border: 1px solid var(--color-border);
  border-radius: var(--radius-md); box-shadow: var(--shadow-md);
}
.wsite-langswitch.is-up .wsite-lang-menu { top: auto; bottom: calc(100% + var(--space-2)); }
.wsite-lang-menu form { margin: 0; }
.wsite-lang-option {
  display: flex; align-items: center; gap: var(--space-2); width: 100%;
  background: none; border: 0; cursor: pointer; text-align: left;
  padding: var(--space-2) var(--space-3); border-radius: var(--radius-sm);
  color: var(--color-text); font: inherit; font-size: 0.875rem; line-height: 1.2;
}
.wsite-lang-option:hover { background: var(--color-surface-2); }
.wsite-lang-option.is-active { color: var(--color-primary); font-weight: 600; }
.wsite-lang-check { flex: 0 0 auto; visibility: hidden; color: var(--color-primary); }
.wsite-lang-option.is-active .wsite-lang-check { visibility: visible; }

.wsite-utilitybar form { margin: 0; }
.wsite-utilitybar .wsite-util-btn {
  background: none; border: 0; cursor: pointer; padding: 0;
  color: #cfd6e6; font: inherit; font-size: 0.8125rem; line-height: 1;
}
.wsite-utilitybar .wsite-util-btn:hover { color: #fff; }

.wsite-header {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}
.wsite-header .wsite-container {
  display: flex; align-items: center; gap: var(--space-6); height: 72px;
}

.wsite-logo, .wsite-nav { align-self: flex-end; padding-bottom: 22px; }
.wsite-logo {
  font-weight: 700; font-size: 1.375rem; letter-spacing: -0.01em;
  line-height: 1; color: var(--color-text); text-decoration: none;
}
.wsite-nav { display: flex; align-items: flex-end; gap: var(--space-5); line-height: 1; }
.wsite-nav a {
  color: var(--color-text-muted); text-decoration: none;
  font-size: 0.9375rem; font-weight: 500;
}
.wsite-nav a:hover { color: var(--color-primary); }
.wsite-header-cta { margin-left: auto; }

.wsite-header-actions { margin-left: auto; display: inline-flex; align-items: center; gap: var(--space-4); }

.wsite-footer {

  background:
    radial-gradient(90% 140% at 92% 100%,
      rgba(57, 87, 255, 0.18) 0%,
      rgba(57, 87, 255, 0.05) 32%,
      rgba(11, 13, 22, 0) 60%),
    linear-gradient(300deg,
      #10132a 0%,
      #0c0f1e 50%,
      var(--brand-dark-bg) 100%);
  color: #aab3c5;
  font-size: 0.9375rem;

  line-height: 1.5;
}
.wsite-footer .wsite-container {
  padding-top: var(--space-6); padding-bottom: var(--space-6);
}
.wsite-footer-cols {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6);
}

.wsite-footer .wsite-footer-heading {
  color: #fff; font-size: 0.875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 var(--space-3);
}
.wsite-footer ul { list-style: none; margin: 0; padding: 0; }
.wsite-footer li { margin-bottom: var(--space-2); }
.wsite-footer a { color: #aab3c5; text-decoration: none; }
.wsite-footer a:hover { color: #fff; }
.wsite-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: var(--space-6); padding-top: var(--space-5);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--space-3); font-size: 0.8125rem; color: #7e879b;
}

.wsite-footer-copy { display: flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; }

.wsite-footer-tagline { color: #c4cbd8; }
.wsite-footer-tagline::before {
  content: "|"; color: #4a5266; margin-right: var(--space-3);
}

.wsite-footer-staff {
  margin-top: var(--space-4); padding-top: var(--space-4);
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; gap: var(--space-3);
  font-size: 0.8125rem;
}
.wsite-footer-staff a { color: #aab3c5; text-decoration: none; }
.wsite-footer-staff a:hover { color: #fff; }

.wsite-footer-staff a + a::before {
  content: "|"; color: #4a5266; margin-right: var(--space-3);
}

.wsite-cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
.wsite-cookie-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4); padding-top: var(--space-3); padding-bottom: var(--space-3);
  flex-wrap: wrap;
}
.wsite-cookie-text {
  margin: 0; font-size: 0.875rem; color: var(--color-text-muted); flex: 1 1 320px;
}
.wsite-cookie-ok { flex: 0 0 auto; white-space: nowrap; }

.wsite-headergroup { display: contents; }

.wsite-navtoggle, .wsite-mobilepanel { display: none; }

@media (max-width: 820px) {
  .wsite-footer-cols { grid-template-columns: repeat(2, 1fr); }

  .wsite-header .wsite-container {
    flex-wrap: nowrap; height: 56px;
    padding-top: 0; padding-bottom: 0;
    justify-content: space-between; gap: var(--space-4);
  }
  .wsite-header .wsite-nav,
  .wsite-header .wsite-header-cta { display: none; }

  .wsite-logo { padding-bottom: 0; }

  .wsite-navtoggle {
    display: inline-flex; align-items: center; justify-content: center;

    width: 44px; height: 44px; flex: 0 0 auto;
    margin-right: calc(-1 * var(--space-2));
    padding: 0; border: 0; border-radius: 0;
    background: none; color: var(--color-text);
    cursor: pointer;
  }
  .wsite-navtoggle:hover { color: var(--color-primary); }

  .wsite-mobilepanel {
    display: block;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    padding: var(--space-3) var(--space-5) var(--space-5);
    position: sticky; top: 96px;
    z-index: 39;
  }
  .wsite-mobilenav { display: flex; flex-direction: column; }
  .wsite-mobilenav a {

    display: flex; align-items: center; min-height: 44px;
    color: var(--color-text); text-decoration: none;
    font-size: 1rem; font-weight: 500;
    border-bottom: 1px solid var(--color-border);
  }
  .wsite-mobilenav a:last-child { border-bottom: 0; }
  .wsite-mobilenav a:hover, .wsite-mobilenav a.is-active { color: var(--color-primary); }
  .wsite-mobilecta { display: flex; justify-content: center; margin-top: var(--space-4); }
}
@media (max-width: 520px) {
  .wsite-footer-cols { grid-template-columns: 1fr; }
}
