/* GUESTLIST — Chapter 9. Austin, outside the Mothership.
   Press line, velvet rope, the guest list.
*/

/* ===== CHAPTER BASE ===== */

body[data-chapter="GUESTLIST"] {
  --chapter-primary: #b89450;
  --chapter-secondary: #8a6030;
  --chapter-tertiary: #c8a860;
}

body[data-chapter="GUESTLIST"] .chapter-title {
  color: var(--chapter-primary);
  text-shadow: 0 0 14px rgba(184,148,80,0.5);
}

.glitch-arrow,
.chapter-nav a {
  color: var(--chapter-secondary);
}

.glitch-arrow:hover,
.chapter-nav a:hover {
  color: var(--chapter-primary);
}


/* ===== CHARACTERS ===== */

/* Ranger — warm brown authority, star badges catching sun */
.char-ranger {
  color: #b89868;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(184,152,104,0.25);
}

/* Press — faded newsprint, desperate and grayed */
.char-press {
  color: #b0a890;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(176,168,144,0.2);
}

/* Guest Relations — NLT lace, hovering politeness */
.char-guest {
  color: #b8c0d0;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(184,192,208,0.35);
}


/* ===== INVITATION EMBOSS ===== */

.invitation-emboss {
  color: #c8a840;
  font-weight: bold;
  letter-spacing: 2px;
}

/* Server — venue staff, polite and invisible */
.char-server {
  color: #908878;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(144,136,120,0.15);
}


/* Deliverance — corporate gold, orbital logistics */
.char-deliverance {
  color: #c8a840;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(200,168,64,0.25);
}


/* ===== SCENE BREAK ===== */

.scene-break {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  color: #8a6030;
  margin: 2.5rem 0 1.5rem;
  text-transform: uppercase;
}


/* ===== GLITCH MOMENT ===== */

.char-guest.glitch {
  color: #ff0040;
  text-shadow: 0 0 12px rgba(255,0,64,0.7);
}
