/* ----------------------------------------------------
   Dream Theme - Neutral / No Feature Version
   全局无特征、隐藏加载动画、保持白色背景
   ---------------------------------------------------- */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

/* 隐藏所有主题 Loading 动画元素 */
.hourglassx,
.hourglass,
.loading-user {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 移除暗黑模式的背景色 */
body.is-darkmode {
  background: #ffffff !important;
}

/* 避免光柱动画出现 */
.loading-user:before {
  display: none !important;
}

/* 隐藏可能的遮罩/加载骨架 */
#LoadingView,
.loading,
.page-loading,
.skeleton,
.skel,
.app-loading {
  display: none !important;
}

/* 清理所有可能的 hourglass 相关类名 */
[class*="hourglass"],
[id*="hourglass"] {
  display: none !important;
}
