.axus-button,
.axus-icon-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  border: 0;
  border-radius: var(--axus-radius-pill);
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.axus-button {
  padding: 0.72rem 1rem;
  box-shadow: 0 0.55rem 1rem rgba(35, 52, 70, 0.08), inset 0 0.06rem 0 rgba(255, 255, 255, 0.38);
}

.axus-button:hover {
  transform: translateY(-0.08rem);
}

.axus-button:focus-visible,
.axus-icon-button:focus-visible {
  outline: var(--axus-focus-ring);
  outline-offset: 0.14rem;
}

.axus-button--primary {
  color: var(--axus-white);
  background: linear-gradient(180deg, rgba(70, 197, 184, 0.98), rgba(33, 171, 158, 0.96));
}

.axus-button--secondary {
  color: rgba(9, 14, 16, 0.92);
  background: rgba(255, 255, 255, 0.94);
  border: 0.0625rem solid rgba(120, 150, 160, 0.14);
}

.axus-button--ghost {
  color: rgba(34, 34, 34, 0.84);
  background: rgba(255, 255, 255, 0.18);
  border: 0.0625rem solid rgba(255, 255, 255, 0.42);
}

.axus-icon-button {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  border-radius: 50%;
}
