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

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

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

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

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

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

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

.header-v28 .row { max-width: 1280px; margin: 0 auto; display: grid; gap: 0.8rem; align-items: center; }
.header-v28 .row-top { grid-template-columns: auto 1fr auto; margin-bottom: 0.45rem; }
.header-v28 .row-top .logo { justify-self: center; }
.header-v28 .actions { display: flex; gap: 0.55rem; justify-self: end; align-items: center; }
.header-v28 .row-bottom { grid-template-columns: 1fr auto; border-top: 1px solid color-mix(in srgb, var(--accent-color) 20%, transparent); padding-top: 0.45rem; }
@media (max-width: 980px) {
  .header-v28 .actions, .header-v28 .menu { display: none; }
  .header-v28 .row-top { grid-template-columns: auto 1fr; }
  .header-v28 .row-top .logo { justify-self: end; }
  .header-v28 .row-bottom { grid-template-columns: 1fr; border-top: 0; padding-top: 0; }
  .header-v28 .burger-menu { display: flex; justify-self: start; }
}
