@import url("../styles.css");


body.rebased-shell {
  background:
    radial-gradient(circle at top, var(--lime-glow), transparent 10%),
    linear-gradient(180deg, var(--bg), var(--surface));
}

.shell-page {
  min-height: 100vh;
}
