/* =====================================================================
   Streamer App — Theme (dark, default)
   Named after Material 3 color roles (--md-theme-<role>). This is the
   baseline; theme-light.css overrides these under [data-theme="light"].
   Amber / gold accent on warm-tinted dark neutrals.
   ===================================================================== */
:root{
  /* ---- Primary ---- */
  --md-theme-primary:              #FFC24B;
  --md-theme-onPrimary:            #3D2A00;
  --md-theme-onPrimaryContainer:   #4A3300;   /* switch knob when on */

  /* ---- Secondary ---- */
  --md-theme-secondaryContainer:   #4B4230;   /* active nav pill */
  --md-theme-onSecondaryContainer: #FFE4B0;   /* active nav icon */

  /* ---- Tertiary / semantic ---- */
  --md-theme-tertiary:             #7EE787;   /* online status */
  --md-theme-error:                #F2B8B5;

  /* ---- Background & surfaces ---- */
  --md-theme-background:           #0B0906;
  --md-theme-surface:              #16130E;   /* phone screen */
  --md-theme-surfaceDim:           #0F0D09;   /* inset tracks */
  --md-theme-surfaceContainerLow:  #1B1810;   /* bottom nav bar */
  --md-theme-surfaceContainer:     #1C1913;   /* bottom sheet */
  --md-theme-surfaceContainerHigh: #211E17;   /* cards, chips, rows */
  --md-theme-surfaceContainerHighest:#332D22; /* pressed / hover */

  /* ---- On-surface / outline ---- */
  --md-theme-onSurface:            #ECE4D6;   /* primary text */
  --md-theme-onSurfaceVariant:     #CDC5B4;   /* icons */
  --md-theme-outline:              #4A4436;   /* dots, handles, switch track */
  --md-theme-outlineVariant:       #2C2820;   /* hairline borders */

  /* ---- App extras (not M3 roles) ---- */
  --md-theme-primary-hover:        #FFD98A;   /* link hover */
  --md-theme-primary-variant:      #F0A93B;   /* gradient partner */
  --md-theme-onSurface-muted:      #9A9180;   /* secondary text */
  --md-theme-rating:               #FFD54F;   /* star glyphs */
  --md-theme-profile-a:            #3A2C10;   /* subscription card gradient */
  --md-theme-profile-b:            #241D0F;
  --md-theme-profile-border:       #4C3E1E;
  --md-theme-source-cinevault:     #FFC24B;
  --md-theme-source-primestream:   #7FD1FF;
  --md-theme-source-novaflix:      #FFB59E;
  --md-theme-source-openreels:     #A5E8A0;
}
