.card___jjjbx {
  position: relative;
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card___jjjbx::before,
.card___jjjbx::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  transition: all 0.4s;
}
.card___jjjbx::before {
  top: 0;
  left: 0;
  border-top-color: #00ffff;
  border-left-color: #00ffff;
  border-top-left-radius: 12px;
}
.card___jjjbx::after {
  bottom: 0;
  right: 0;
  border-bottom-color: #ff00ff;
  border-right-color: #ff00ff;
  border-bottom-right-radius: 12px;
}
.card___jjjbx:hover {
  border-color: rgba(0, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}
.card___jjjbx:hover::before,
.card___jjjbx:hover::after {
  width: 40px;
  height: 40px;
}
.card___jjjbx .glow___RXHPP {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 255, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.card___jjjbx:hover .glow___RXHPP {
  opacity: 1;
}
.header___vxlN6 {
  padding: 24px 32px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title___NbMuU {
  font-size: 18px;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
.extra___yuL0L {
  color: #94a3b8;
}
.body___NqIeM {
  padding: 32px;
  position: relative;
  z-index: 1;
}
.footer___LtSEx {
  padding: 16px 32px;
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.bordered___amXT2 {
  border-width: 2px;
}
.elevated___c_UUJ {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 255, 255, 0.1);
}
.glass___VbdQ2 {
  background: rgba(20, 20, 35, 0.4);
}
.clickable___LTHVN {
  cursor: pointer;
}
.clickable___LTHVN:active {
  transform: translateY(-2px) scale(0.98);
}
.loading___Z7amP {
  pointer-events: none;
}
.loading___Z7amP .body___NqIeM {
  opacity: 0.5;
}
.disabled___mRBG4 {
  opacity: 0.6;
  pointer-events: none;
}

