/* Human Cell — tweaks layered on top of the shared style.css */
html, body {
  background: radial-gradient(ellipse at 50% 35%, #0a1822 0%, #060d14 60%, #03070a 100%);
}
#vignette {
  background: radial-gradient(ellipse 78% 78% at 50% 50%,
    rgba(0,0,0,0) 56%, rgba(0,0,0,0.26) 84%, rgba(0,0,0,0.6) 100%);
}
#brand h1 { background: linear-gradient(90deg, #fff, #8fe0d0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.card--cell .go { color: #4fd0b0; }
