.command-nav,
.moresta-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.command-nav a,
.moresta-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #c8dced;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.command-nav .atena-link,
.moresta-nav .atena-link,
.top-actions .atena-link {
  color: #fff;
  border-color: #5fdcff;
  background: linear-gradient(135deg, #144d82, #593bd1);
  box-shadow: 0 7px 20px #3157b32b;
}

.top-actions .atena-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #5fdcff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.atena-return-banner {
  background: linear-gradient(115deg, #071428 0%, #124a81 58%, #5d3cd1 100%) !important;
  border: 1px solid #72dfff !important;
  box-shadow: 0 14px 38px #143b7a26 !important;
}

.atena-return-banner small {
  display: block;
  color: #78e5ff !important;
  font-size: 10px;
  letter-spacing: .16em;
}

@media (max-width: 700px) {
  .command-nav,
  .moresta-nav {
    gap: 6px;
  }

  .command-nav a,
  .moresta-nav a,
  .top-actions .atena-link {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 10px;
  }
}
