/* ===========================================================================
   jurisdictions.css — THE GREAT FILING
   Per-jurisdiction reskins. js/jurisdiction.js sets exactly ONE of these
   body classes (the `reskinClass` from content/balance.js JURISDICTIONS) as
   the player ascends; each block only re-declares the --jx-* accent tokens
   that terminal.css consumes (odometer, masthead glow, buttons, accents).
   The beige paper stock holds steady early, then the whole document warms /
   cools / electrifies as jurisdiction climbs toward REALITY.

   Class list (must match balance.js exactly):
     jx-sub-basement  jx-records   jx-city-hall  jx-county   jx-state
     jx-national      jx-continental  jx-planetary  jx-solar  jx-galactic
     jx-cosmic        jx-reality

   body transitions are defined in terminal.css (background/color 600ms) so a
   tier change cross-fades; honors prefers-reduced-motion via that file.
   =========================================================================== */

/* --- Tier 0: Sub-Basement Records Office — dim, fluorescent, drab green ---- */
body.jx-sub-basement {
  --paper:       #d4cdb6;
  --paper-2:     #cbc3a8;
  --paper-3:     #e2dcc8;
  --jx-accent:   #2f7d3f;
  --jx-accent-2: #1f5a2c;
  --jx-glow:     rgba(47, 125, 63, 0.30);
  --jx-screen:   #c9d4c0;
}

/* --- Tier 1: Records Office — slightly brighter, cleaner office green ------ */
body.jx-records {
  --paper:       #d9d2bc;
  --paper-2:     #d0c9ae;
  --paper-3:     #e8e2cf;
  --jx-accent:   #2f8a44;
  --jx-accent-2: #1f632f;
  --jx-glow:     rgba(47, 138, 68, 0.32);
  --jx-screen:   #ccd9c2;
}

/* --- Tier 2: City Hall — civic teal-green, first "loud" reskin (1e6) ------- */
body.jx-city-hall {
  --paper:       #d7d4bf;
  --paper-2:     #cdcab1;
  --paper-3:     #e7e6d2;
  --jx-accent:   #1f8f6b;     /* civic teal */
  --jx-accent-2: #14624a;
  --jx-glow:     rgba(31, 143, 107, 0.34);
  --jx-screen:   #c6d8cd;
  --amber:       #9a6b1f;
}

/* --- Tier 3: County Seat — institutional blue-green ----------------------- */
body.jx-county {
  --paper:       #d3d2c1;
  --paper-2:     #c8c8b2;
  --paper-3:     #e3e3d4;
  --jx-accent:   #1f7f93;     /* steel teal */
  --jx-accent-2: #145464;
  --jx-glow:     rgba(31, 127, 147, 0.34);
  --jx-screen:   #c4d6d8;
}

/* --- Tier 4: State Capitol — colder authoritative blue -------------------- */
body.jx-state {
  --paper:       #d2d2c6;
  --paper-2:     #c6c8b8;
  --paper-3:     #e2e3d8;
  --jx-accent:   #2a6fb0;     /* capitol blue */
  --jx-accent-2: #1b4877;
  --jx-glow:     rgba(42, 111, 176, 0.34);
  --jx-screen:   #c6d2de;
}

/* --- Tier 5: National Government — deep navy + faint ink-blue paper -------- */
body.jx-national {
  --paper:       #cfd0ca;
  --paper-2:     #c2c5bd;
  --paper-3:     #dfe1da;
  --jx-accent:   #2c5fc4;     /* national navy */
  --jx-accent-2: #173a86;
  --jx-glow:     rgba(44, 95, 196, 0.36);
  --jx-screen:   #c6cee0;
}

/* --- Tier 6: Continental Authority — indigo, paper cooling toward grey ----- */
body.jx-continental {
  --paper:       #cbccc9;
  --paper-2:     #bdbfbb;
  --paper-3:     #dcded9;
  --jx-accent:   #4b4fd0;     /* indigo */
  --jx-accent-2: #2c2e8c;
  --jx-glow:     rgba(75, 79, 208, 0.38);
  --jx-screen:   #c9c8e2;
}

/* --- Tier 7: Planetary Directorate — violet, the world-scale reskin (1e21) - */
body.jx-planetary {
  --paper:       #c8c6cb;
  --paper-2:     #babac0;
  --paper-3:     #d9d8de;
  --jx-accent:   #7a3fd0;     /* planetary violet */
  --jx-accent-2: #4d2390;
  --jx-glow:     rgba(122, 63, 208, 0.40);
  --jx-screen:   #cfc6e4;
  --amber:       #a8741f;
}

/* --- Tier 8: Solar Commission — magenta/heat, paper going warm-grey -------- */
body.jx-solar {
  --paper:       #cdc4c6;
  --paper-2:     #bfb7b9;
  --paper-3:     #ded5d7;
  --jx-accent:   #c23a9a;     /* solar magenta */
  --jx-accent-2: #832465;
  --jx-glow:     rgba(194, 58, 154, 0.42);
  --jx-screen:   #e0c8da;
  --amber:       #b06a16;
}

/* --- Tier 9: Galactic Register — electric cyan on near-graphite paper ------ */
body.jx-galactic {
  --paper:       #c2c4c8;
  --paper-2:     #b4b7bc;
  --paper-3:     #d6d8dc;
  --jx-accent:   #18b8c8;     /* galactic cyan */
  --jx-accent-2: #0d6f7d;
  --jx-glow:     rgba(24, 184, 200, 0.46);
  --jx-screen:   #c2dde2;
  --ink:         #23262b;
}

/* --- Tier 10: Cosmic Registry — gold-on-slate, near-otherworldly (1e50) ---- */
body.jx-cosmic {
  --paper:       #bdbec4;
  --paper-2:     #afb1b8;
  --paper-3:     #d1d3d9;
  --jx-accent:   #e0b021;     /* cosmic gold */
  --jx-accent-2: #9c7610;
  --jx-glow:     rgba(224, 176, 33, 0.50);
  --jx-screen:   #d8d0bf;
  --ink:         #20222a;
  --ink-dim:     #5f6270;
  --rule:        #8a8c98;
}

/* --- Tier 11: REALITY — the form has eaten everything; high-contrast white-
       on-void with a pure-phosphor accent. Maximum register, minimum decor. - */
body.jx-reality {
  --paper:       #0c0d10;
  --paper-2:     #14161b;
  --paper-3:     #1c1f26;
  --ink:         #e8efe6;
  --ink-dim:     #8a9486;
  --rule:        #3a3f48;
  --jx-accent:   #6cff9a;     /* pure phosphor — the terminal becomes the void */
  --jx-accent-2: #2fbf63;
  --jx-glow:     rgba(108, 255, 154, 0.55);
  --jx-screen:   #0f1713;
  --amber:       #d9a23a;
  --red-tape:    #ff5a45;
}

/* In REALITY the manila paper-fibre tint reads wrong on black — drop it. */
body.jx-reality {
  background-image: none;
}
body.jx-reality::after {
  /* keep scanlines but lighten the blend so they show on the dark field */
  mix-blend-mode: screen;
  opacity: 0.06;
}
