:root {
  --si-nav-bg: rgba(15, 27, 45, 0.96);
  --si-nav-bg-strong: #0b1527;
  --si-accent: #818cf8;
  --si-accent-2: #a5b4fc;
  --si-accent-soft: rgba(129, 140, 248, 0.12);
  --si-text: #f8fafc;
  --si-muted: #94a3b8;
  --si-border: rgba(129, 140, 248, 0.18);
}

.score-util-bar,
.score-nav,
.score-mobile-overlay,
.score-nav * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.score-util-bar {
  min-height: 32px;
  background: #0b1527;
  color: #94a3b8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  position: relative;
  z-index: 9001;
  border-bottom: 1px solid rgba(129, 140, 248, 0.13);
}

.score-util-bar .wrap,
.score-nav .wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.score-util-bar .wrap {
  min-height: 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.score-util-bar strong { color: var(--si-text); }
.score-util-bar .util-center { text-align: center; color: var(--si-accent-2); font-weight: 800; }
.score-util-bar .util-right { text-align: right; }
.score-util-bar .util-email { color: #dbe3f1; font-weight: 750; }
.score-util-bar .sep { color: rgba(148, 163, 184, 0.5); margin: 0 7px; }

nav.score-nav.scoreinnov-nav { display: block !important; }

.score-nav {
  position: sticky;
  top: 0;
  z-index: 9000;
  min-height: 88px;
  background: var(--si-nav-bg);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--si-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.score-nav .wrap {
  min-height: 88px;
  display: flex !important;
  align-items: center;
  gap: 22px;
}

.score-nav .brand-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 0 0 auto;
}

.score-nav .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--si-text);
  text-decoration: none;
}

.score-nav .brand-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--si-accent-soft);
  border: 1px solid rgba(129, 140, 248, 0.32);
  font-size: 1.18rem;
}

.score-nav .brand-name {
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.score-nav .brand-tld { color: var(--si-accent-2); }

.score-nav .brand-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(129, 140, 248, 0.12);
  border: 1px solid rgba(129, 140, 248, 0.3);
  color: #a5b4fc;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.score-nav .links {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}

.score-nav .links > a,
.score-nav .dropdown > button {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e5eefb;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  padding: 0 13px;
  font-size: 0.91rem;
  line-height: 1;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  font-family: inherit;
}

.score-nav .links > a:hover,
.score-nav .dropdown:hover > button,
.score-nav .dropdown.open > button {
  transform: translateY(-1px);
  background: rgba(129, 140, 248, 0.12);
  border-color: rgba(129, 140, 248, 0.34);
  box-shadow: 0 14px 34px rgba(129, 140, 248, 0.13);
}

.score-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--si-accent-2);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.score-nav .caret {
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #94a3b8;
  border-bottom: 1.8px solid #94a3b8;
  transform: rotate(45deg) translateY(-2px);
}

.score-nav .dropdown { position: relative; }
.score-nav .dropdown::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 18px; }

.score-nav .dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(660px, calc(100vw - 32px));
  background: #111827;
  border: 1px solid rgba(129, 140, 248, 0.22);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}

.score-nav .dropdown-panel.right { left: auto; right: 0; }
.score-nav .dropdown-panel.small { width: min(520px, calc(100vw - 32px)); }
.score-nav .dropdown:hover .dropdown-panel,
.score-nav .dropdown.open .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }

.score-nav .dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.score-nav .dropdown-panel.small .dropdown-grid { grid-template-columns: 1fr; }

.score-nav .dropdown-grid a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px;
  border-radius: 13px;
  border: 1px solid transparent;
  color: #f8fafc;
  text-decoration: none;
}

.score-nav .dropdown-grid a:hover {
  background: rgba(129, 140, 248, 0.10);
  border-color: rgba(129, 140, 248, 0.20);
}

.score-nav .mini-icon,
.score-mobile-overlay .mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(129, 140, 248, 0.13);
  border: 1px solid rgba(129, 140, 248, 0.28);
  color: var(--si-accent-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 950;
  flex: 0 0 auto;
}

.score-nav strong { display: block; font-size: .92rem; line-height: 1.2; }
.score-nav small { display: block; margin-top: 4px; color: var(--si-muted); font-size: .78rem; line-height: 1.35; font-weight: 650; }

.score-nav .cta-gold,
.score-mobile-overlay .cta-gold {
  background: linear-gradient(135deg, #d4af37, #f4d03f) !important;
  color: #101827 !important;
  border-color: rgba(255,255,255,.2) !important;
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.18);
}

.score-nav .hamburger {
  display: none;
  width: 46px;
  height: 44px;
  border: 1px solid rgba(129, 140, 248, 0.28);
  background: rgba(255,255,255,.045);
  border-radius: 14px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.score-nav .hamburger span { width: 19px; height: 2px; border-radius: 99px; background: #f8fafc; }

.score-mobile-overlay {
  display: none;
  position: fixed;
  inset: 120px 16px auto 16px;
  z-index: 8999;
  max-height: calc(100vh - 136px);
  overflow: auto;
  padding: 18px;
  border-radius: 22px;
  background: rgba(17, 24, 39, .98);
  border: 1px solid rgba(129, 140, 248, 0.25);
  box-shadow: 0 24px 90px rgba(0,0,0,.50);
  font-family: Inter, system-ui, sans-serif;
}

.score-mobile-overlay.open { display: grid; gap: 10px; }
.score-mobile-overlay a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  color: #f8fafc;
  text-decoration: none;
  font-weight: 850;
}
.score-mobile-overlay .mobile-section-title {
  margin: 8px 4px 2px;
  color: var(--si-accent-2);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 950;
}

@media (max-width: 1120px) {
  .score-nav .links { display: none; }
  .score-nav .hamburger { display: inline-flex; }
}

@media (max-width: 760px) {
  .score-util-bar .wrap { grid-template-columns: 1fr; gap: 3px; padding: 7px 0; text-align: center; }
  .score-util-bar .util-right { text-align: center; }
  .score-nav, .score-nav .wrap { min-height: 82px; }
  .score-nav .brand-pill { display: none; }
  .score-mobile-overlay { inset-top: 124px; }
}
