/* MadTown Survivor Pool -- brand tokens.
 *
 * Sampled from the pub's crest and the Survivor Pool flyer: carved-wood
 * browns, torch orange, tropical greens, and the ocean behind the cast photo.
 * Phase 5 imports this, so colour lives in one place.
 */
:root {
  /* Surfaces -- deep ocean at night, so the flyer's warm tones pop */
  --md-bg:        #0d1826;
  --md-bg-deep:   #081019;
  --md-panel:     #14283c;
  --md-panel-alt: #1b3450;
  --md-line:      #22405a;

  /* Type */
  --md-text:      #f7efe2;  /* the flyer's cream lettering */
  --md-muted:     #9db3c4;

  /* Brand */
  --md-flame:     #f5821f;  /* torch orange -- the primary accent */
  --md-ember:     #e2571e;
  --md-gold:      #f2b705;  /* the sign's highlight, and merged tribes */
  --md-teal:      #57a6be;  /* the water behind the cast */
  --md-palm:      #4e9b4e;
  --md-hibiscus:  #e8447a;

  /* Carved wood, for signposts and section headers */
  --md-wood-dark: #5c3a21;
  --md-wood:      #8b5e34;
  --md-wood-lite: #c89b6a;

  /* Status */
  --md-good:      #4e9b4e;
  --md-warn:      #f2b705;
  --md-bad:       #e04b4b;

  --md-radius:    14px;
  --md-shadow:    0 24px 60px rgba(0, 0, 0, .45);
  --md-font:      system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
