/* Particle Life — the laboratory's dark canvas and mint controls. */
:root {
  --bg: #080f13;
  --text: #f2f5f3;
  --muted: #b4c7c8;
  --accent: #59ddc7;
  --card-accent: #59ddc7;
}
body {
  background-color: var(--bg);
  background-image: radial-gradient(760px 520px at 90% 0%, #1e514333, transparent 75%);
  font-size: 1rem;
}
h1 { color: var(--text); }
h2 { color: var(--accent); }
.tagline { color: #ffaa87; }
a { overflow-wrap: anywhere; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
footer { border-top-color: #273c3b; }
