.header-v24 {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 0.7rem 1rem;
}

.header-v24 .logo {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  gap: 0.2rem;
  white-space: nowrap;
}

.header-v24 .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.header-v24 .menu a {
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
}

.header-v24 .balance,
.header-v24 .status {
  font-weight: 700;
}

.header-v24 .burger-menu {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  flex-direction: column;
  gap: 4px;
}

.header-v24 .burger-menu span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.header-v24 .outer { max-width: 1320px; margin: 0 auto; padding: 0.3rem; border: 1px solid color-mix(in srgb, var(--accent-color) 35%, transparent); border-radius: 20px; }
.header-v24 .inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 0.8rem; align-items: center; }
.header-v24 .left { display: flex; flex-direction: column; line-height: 1.1; }
.header-v24 .right { display: flex; gap: 0.55rem; align-items: center; }
@media (max-width: 1024px) {
  .header-v24 .menu, .header-v24 .right { display: none; }
  .header-v24 .inner { grid-template-columns: 1fr auto; }
  .header-v24 .burger-menu { display: flex; }
}
