/* Lead page only: keep the public entrance cinematic and clean.
   Drawing-board / desk textures belong on active creation workbench pages. */
.hero{
  background-color:#0b080d;
  background-image:
    radial-gradient(circle at 76% 24%,rgba(155,77,255,.12),transparent 36%),
    linear-gradient(110deg,rgba(8,5,10,.98) 0%,rgba(13,8,16,.94) 42%,rgba(18,10,22,.88) 72%,rgba(8,5,10,.98) 100%);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:scroll;
}

/* Story Builder card: CSS is the single rendering source for GENSTAR_BEAT. */
.lead-frame--story-beat{
  background-color:#050306;
  background-image:url("https://drive.google.com/thumbnail?id=1sqFQ5J6P3LCplKZdtSztuylLj5doKT4N&sz=w1600");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
