/* 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;
}


/* Fix Chinese font rendering garbled text */
body, p, span, div, a, button, input, textarea, label, h1, h2, h3, h4, h5, h6 {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'SimHei', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Fix Chinese font rendering garbled text - v5 */
body, p, span, div, a, button, input, textarea, label, h1, h2, h3, h4, h5, h6 {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'SimHei', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Fix Chinese font rendering garbled text - v5 */
body, p, span, div, a, button, input, textarea, label, h1, h2, h3, h4, h5, h6 {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'SimHei', 'Helvetica Neue', Arial, sans-serif !important;
}
