.tree-burst-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.56;
}

body.tree-burst-page {
  position: relative;
  overflow-x: hidden;
}

body.tree-burst-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 194, 99, 0.34), transparent 32%),
    linear-gradient(180deg, rgba(237, 247, 255, 0.94) 0%, rgba(244, 248, 255, 0.88) 46%, rgba(255, 255, 255, 0.94) 100%);
}

body.tree-burst-page .app-shell {
  position: relative;
  z-index: 1;
}

body.tree-burst-page .main {
  background: rgba(244, 246, 251, 0.70);
}

body.tree-burst-page .content {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .tree-burst-canvas {
    opacity: 0.32;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tree-burst-canvas {
    opacity: 0.34;
  }
}