:root {
  --jinniu-app-bg-top: #f9f7f3;
  --jinniu-app-bg-bottom: #efede8;
  --jinniu-app-bg-base: #efede8;
}

html.jinniu-app-background.jinniu-app-background {
  min-height: 100%;
  background: var(--jinniu-app-bg-base) !important;
  color-scheme: light;
}

html.jinniu-app-background.jinniu-app-background body {
  min-height: 100vh;
  background-color: var(--jinniu-app-bg-base) !important;
  background-image:
    radial-gradient(circle at 7% 0%, rgba(228, 71, 61, 0.075), transparent 31rem),
    radial-gradient(circle at 94% 13%, rgba(199, 137, 47, 0.06), transparent 27rem),
    linear-gradient(180deg, var(--jinniu-app-bg-top) 0%, var(--jinniu-app-bg-bottom) 100%) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

html.jinniu-app-background.jinniu-app-background body::before {
  background-image: none !important;
}
