/* GXUAI Custom Styles - login page only */

/* Toggle link at bottom */
#gxuai-mode-toggle {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#gxuai-mode-toggle:hover {
  opacity: 1;
  color: #4a6cf7;
}

/* Hide elements marked by JS */
.gxuai-hidden {
  display: none !important;
}

