.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line, #d6dbe2);
  padding-bottom: 0.9rem;
  font-family: Inter, Pretendard, sans-serif !important;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem !important;
  text-decoration: none;
  color: var(--ink, var(--text, #111));
}

.brand-logo {
  height: 32px !important;
  width: auto;
  object-fit: contain;
  display: block;
}

.brand,
.brand-title {
  margin: 0;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.05;
}

.brand-sub {
  margin-top: 2px !important;
  color: var(--muted, #666);
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
}

.nav-links {
  display: flex;
  gap: 1rem !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink, var(--text, #111));
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  font-size: 0.9rem !important;
  line-height: 1.1;
}

.auth-nav-link {
  border: 1px solid var(--line, #d6dbe2);
  padding: 0.36rem 0.6rem;
  border-radius: 999px;
  background: #fff;
}

.auth-nav-login {
  background: #ffffff;
}

.auth-nav-signup {
  background: #111827;
  color: #ffffff !important;
  border-color: #111827;
}

.auth-nav-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--line, #d6dbe2);
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  color: #3f4b5f;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  background: #f8fbff;
}

.auth-nav-chip strong {
  color: #111827;
}

.auth-nav-chip-team strong {
  color: inherit;
}

.auth-nav-button {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  border-radius: 999px;
  padding: 0.36rem 0.64rem;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

/* Unified section header bar (NEWS / ANALYSIS / STATS / GLOSSARY / PEOPLE / CONTACT) */
.page-hero {
  margin-top: 1rem;
  border: 1px solid var(--line, #d6dbe2);
  background: linear-gradient(130deg, #17191d 0%, #252b33 55%, #414954 100%);
  color: #f3f3f3;
  padding: 1.05rem 1.25rem;
}

.page-hero h1 {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.page-hero p {
  margin: 0.42rem 0 0;
  color: #e5e5e5;
  max-width: 980px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .page-hero {
    padding: 0.95rem 1rem;
  }
  .page-hero h1 {
    font-size: 1.85rem;
  }
}
