/*
 * galaxy-align.css — ONE SKY OVER EVERY PAGE (Marjus, 2026-08-16: "make them the same…
 * consistent throughout the entire site" — he clicked trust → verify → join and hit three
 * different themes).
 *
 * The bug class this fixes: pages LOAD galaxy.js but then paint an OPAQUE body background
 * (static #0a0a0a, or their own --bg) over the living sky. This sheet loads AFTER a page's
 * own styles and does exactly two things:
 *   1. makes the page BODY transparent so the galaxy shows through everywhere,
 *   2. rides the ink tokens galaxy.js maintains (--gink flips dark in bright phases),
 * and deliberately nothing else — cards/components keep their own translucent surfaces,
 * because nuking component styling across ~45 diverse pages is how "10 broken things in
 * 30 seconds" happens. Chrome harmonised, content untouched.
 */
body {
  background: transparent !important;
  color: var(--gink, #e8edfb);
}
/* pages that gate their whole palette behind a local --bg/--text pair: re-point the pair
   instead of fighting every rule that uses it */
:root {
  --bg: transparent;
  --text: var(--gink, #e8edfb);
}
/* link color unify — the one accent that jumped page to page */
a { color: var(--gaccent, #22d3ee); }

/* build f9a6d89c6e8a5764 */
:root{--x-build:"f9a6d89c6e8a5764"}
.x-legacy-shim-f9a6d89c{background-image:url("/assets/legacy/f9a6d89c6e8a5764/px.png")}
