.antx-toggle-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483647;
  border: none !important;
  border-radius: 100px !important;
  min-height: 48px !important;
  padding: 0 22px 0 16px !important;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.5), 0 2px 8px rgba(0,0,0,0.12) !important;
  pointer-events: auto !important;
  text-decoration: none !important;
  transition: transform 0.18s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s ease, opacity 0.2s ease;
  letter-spacing: 0.01em;
}

.antx-toggle-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  flex-shrink: 0;
}

.antx-toggle-icon-svg {
  display: block;
  color: #fff;
  flex-shrink: 0;
}

.antx-toggle-label {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.antx-ui-root .antx-toggle-btn:hover,
.antx-ui-root .antx-toggle-btn:focus {
  opacity: 0.95;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 32px rgba(99, 102, 241, 0.6), 0 3px 10px rgba(0,0,0,0.15) !important;
}

.antx-ui-root .antx-toggle-btn:active {
  transform: translateY(-1px) scale(0.99);
  opacity: 1;
}

.antx-toggle-btn--active {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.45), 0 1px 4px rgba(0,0,0,0.2) !important;
}

.antx-ui-root .antx-toggle-btn--active:hover,
.antx-ui-root .antx-toggle-btn--active:focus {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.55), 0 2px 8px rgba(0,0,0,0.2) !important;
}

