.site-header-global {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dbe4f3;
  border-radius: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 76px;
  padding: 10px 20px;
}

body.has-global-header {
  padding-top: 98px !important;
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.lp-logo img {
  width: 240px;
  height: auto;
  display: block;
}

.lp-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  flex: 1;
}

.lp-nav-links a {
  color: #111827;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
}

.lp-nav-links a:hover {
  color: #1d4ed8;
}

.lp-facebook-link svg,
.lp-discord-link svg {
  width: 19px;
  height: 19px;
  display: block;
}

.top-actions {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.site-header-global .account-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #94a3b8 !important;
  border-radius: 999px;
  background: #ffffff !important;
  color: #111827;
  min-height: 40px;
  padding: 2px 2px 2px 2px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  max-width: min(75vw, 460px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: none !important;
  outline: none !important;
  line-height: 1;
}

.site-header-global .account-trigger:hover {
  border-color: #64748b !important;
  opacity: 1;
}

.site-header-global .account-trigger:focus,
.site-header-global .account-trigger:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.account-btn {
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  flex-shrink: 0;
}

.account-trigger-text {
  color: #111827;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  min-height: 34px;
}

.account-menu {
  margin-top: 8px;
  width: 240px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
  padding: 8px;
  display: grid;
  gap: 4px;
  text-align: left;
}

.account-menu-item {
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.account-menu-item:hover {
  background: #f3f4f6;
}

.account-profile-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #dbe4f3;
  background: #f9fafb;
  display: block;
}

.google-g-logo {
  width: 24px;
  height: 24px;
  display: block;
}

.account-profile-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111827;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.fish-icon {
  font-size: 1em;
  line-height: 1;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1120px) {
  .lp-logo img {
    width: 190px;
  }

  .lp-nav-links {
    gap: 14px;
  }

  .lp-nav-links a {
    font-size: 15px;
  }

  .account-trigger {
    min-height: 50px;
    font-size: 15px;
  }

  .account-trigger-text {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .site-header-global {
    min-height: 66px;
    padding: 8px 10px;
    width: 100%;
    margin-top: 0;
  }

  body.has-global-header {
    padding-top: 84px !important;
  }

  .lp-logo img {
    width: 152px;
  }

  .lp-nav-links {
    display: none;
  }

  .account-trigger {
    max-width: 58vw;
    min-height: 44px;
    padding: 4px 10px 4px 6px;
  }

  .account-btn {
    width: 36px;
    height: 36px;
  }

  .account-trigger-text,
  .account-profile-meta {
    font-size: 14px;
  }

  .account-profile-avatar {
    width: 34px;
    height: 34px;
  }
}
