.button___j73kb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px;
  padding: 8px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background: transparent;
}
.button___j73kb::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #00ffff, #ff00ff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button___j73kb:hover::before {
  opacity: 1;
}
.button___j73kb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(255, 0, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s;
}
.button___j73kb:hover::after {
  opacity: 1;
}
.button___j73kb.primary___ii8gL {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.2), rgba(255, 0, 255, 0.2));
  color: #e2e8f0;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}
.button___j73kb.primary___ii8gL:hover {
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4), 0 0 40px rgba(255, 0, 255, 0.2);
  transform: translateY(-2px);
}
.button___j73kb.secondary___GoDAx {
  color: #94a3b8;
}
.button___j73kb.secondary___GoDAx:hover {
  color: #e2e8f0;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
}
.button___j73kb.ghost___caP4L {
  color: #94a3b8;
}
.button___j73kb.ghost___caP4L::before {
  opacity: 0.3;
}
.button___j73kb.ghost___caP4L:hover {
  color: #e2e8f0;
}
.button___j73kb.ghost___caP4L:hover::before {
  opacity: 0.8;
}
.button___j73kb.danger___lv_1y {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.15), rgba(244, 63, 94, 0.05));
  color: #ff6b6b;
}
.button___j73kb.danger___lv_1y::before {
  background: linear-gradient(135deg, #f43f5e, #ff00ff);
  opacity: 0.9;
}
.button___j73kb.danger___lv_1y:hover {
  color: #ff8787;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.25), rgba(244, 63, 94, 0.15));
  box-shadow: 0 0 20px rgba(244, 63, 94, 0.4);
}
.button___j73kb.small___emNCR {
  padding: 4px 16px;
  font-size: 14px;
}
.button___j73kb.large___pxELy {
  padding: 16px 32px;
  font-size: 18px;
}
.button___j73kb:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button___j73kb:disabled::before,
.button___j73kb:disabled::after {
  display: none;
}
.button___j73kb:disabled:hover {
  transform: none;
  box-shadow: none;
}
.button___j73kb.loading____r_Q1 {
  pointer-events: none;
}
.button___j73kb.block___OLqKC {
  width: 100%;
}
.spinner___URZBJ {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin___kOZhA 1s linear infinite;
}
@keyframes spin___kOZhA {
  to {
    transform: rotate(360deg);
  }
}

