/* ============================================================
   GRAILA Visual Engine | effect_control_back2top Stylesheet
   ----------------------------------------------------------------
   返回顶部按钮 - 主要样式由 JS 内联(配置驱动 + !important 锁定)
   此文件仅做兜底
   ============================================================ */

#gveBackToTop {
  /* 兜底:JS 启动失败时,按钮至少不会被主题样式破坏 */
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999999;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  #gveBackToTop { transition: none !important; }
}
