.gaam24-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(15, 20, 25, 0.92);
  border-bottom: 1px solid #2a3647;
  backdrop-filter: blur(8px);
}
.gaam24-brand {
  color: #e7ecf3;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.gaam24-links {
  display: flex;
  gap: 8px;
}
.gaam24-links a {
  color: #8b98a8;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
}
.gaam24-links a:hover {
  color: #7eb6ff;
  border-color: #2a3647;
  background: #1a2332;
}
.gaam24-links a.active {
  color: #7eb6ff;
  background: #1a2332;
  border-color: #3d5168;
}
