._2ZuB7dbBD6k- {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  min-height: 40px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  outline: none;
  border: 1px solid var(--button-primary-border);
  font-family: var(--font-family);
  line-height: 1.2;
  color: var(--button-primary-fg);
  background: var(--button-primary-bg);
  border-radius: var(--radius-md);
  box-shadow: none;
  padding: 0 18px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
  cursor: pointer;

  @media (max-width: 900px) {
    min-height: 36px;
    padding: 0 14px;
  }
}

._2ZuB7dbBD6k- > * {
  color: inherit;
}

._2ZuB7dbBD6k- svg {
  color: inherit;
}

._2ZuB7dbBD6k-[data-hover]:not([data-disabled]) {
  transform: translateY(-1px);
  background: var(--button-primary-bg-hover);
  border-color: color-mix(in srgb, var(--accent-blue) 84%, #0f172a);
}

._2ZuB7dbBD6k-[data-active]:not([data-disabled]) {
  transform: translateY(0);
  background: var(--button-primary-bg-active);
}

._2ZuB7dbBD6k-:focus-visible {
  box-shadow: 0 0 0 4px var(--focus-ring);
}

._2ZuB7dbBD6k-[data-disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}

.ZLNUp9k33aU- {
  color: var(--button-secondary-fg);
  background: var(--button-secondary-bg);
  border-color: var(--button-secondary-border);
  box-shadow: none;
}

.ZLNUp9k33aU-[data-hover]:not([data-disabled]) {
  background: var(--button-secondary-bg-hover);
  border-color: var(--border-strong);
}

.o8MpLHYaPKs- {
  background: linear-gradient(135deg, color-mix(in srgb, var(--red) 92%, #9f1239) 0%, var(--red) 100%);
  border-color: color-mix(in srgb, var(--red) 60%, transparent);
}

.o8MpLHYaPKs-[data-hover]:not([data-disabled]) {
  border-color: color-mix(in srgb, var(--red) 78%, #7f1d1d);
}

.AmlP4wVaP6I- {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.MR-CM5BsPOk- {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: var(--radius-md);
  color: var(--accent-blue);
  background: var(--button-secondary-bg);
  border-color: var(--button-secondary-border);
}

.AmlP4wVaP6I- svg,
.MR-CM5BsPOk- svg,
.G5uV7etcUSA- svg {
  width: 16px;
  height: 16px;
}

.AmlP4wVaP6I- svg,
.MR-CM5BsPOk- svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2.1;
}

.lNbES07WKHI- {
  width: auto;
  height: auto;
  padding: 0;
  min-height: auto;
  color: var(--accent-blue);
  text-align: start;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.lNbES07WKHI- svg {
  color: inherit;
}

.lNbES07WKHI-[data-hover]:not([data-disabled]) {
  transform: none;
  box-shadow: none;
  opacity: 0.8;
}

.G5uV7etcUSA- {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--red) 92%, #9f1239) 0%, var(--red) 100%);
  border-color: color-mix(in srgb, var(--red) 60%, transparent);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.G5uV7etcUSA- svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
