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

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

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

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

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

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

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

.header-v25 { padding-top: 0.4rem; }
.header-v25 .floating {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, #ffffff 14%, transparent);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 0.8rem;
  align-items: center;
}
.header-v25 .actions { display: flex; gap: 0.5rem; justify-self: end; align-items: center; }
@media (max-width: 980px) {
  .header-v25 .menu, .header-v25 .actions { display: none; }
  .header-v25 .floating { grid-template-columns: 1fr auto; border-radius: 18px; }
  .header-v25 .burger-menu { display: flex; justify-self: end; }
}
