/* ==========================================================================
   theme.css — Movie Couple · Chedders Bootstrap Core DNA
   Accent: rose-crimson (#c0395e) — pulled from the pink heart reactions
   and the neon city glow in the app screenshot
   ========================================================================== */

:root {
  /* Core DNA — unchanged */
  --primary:       #0b1f3a;
  --primary-light: #16345f;
  --background:    #ffffff;
  --surface:       #f8f9fa;
  --text:          #111111;
  --muted:         #6c757d;
  --border:        #e5e7eb;
  --shadow:        rgba(0, 0, 0, 0.05);

  /* Movie Couple accent — rose / cinematic pink */
  --accent:        #c0395e;
  --accent-light:  #d44070;
  --accent-subtle: rgba(192, 57, 94, 0.07);
  --accent-border: rgba(192, 57, 94, 0.18);

  /* Extended */
  --surface-2:     #f1f3f5;
  --nav-bg:        #ffffff;
  --footer-bg:     #f8f9fa;
  --badge-bg:      rgba(11, 31, 58, 0.07);
  --badge-text:    #0b1f3a;
  --status-dot:    #22c55e;
  --card-shadow:   0 2px 8px rgba(0, 0, 0, 0.07);
}

[data-theme="dark"] {
  --background:    #080e18;
  --surface:       #0e1826;
  --text:          #ffffff;
  --muted:         #a8b0be;
  --border:        rgba(255, 255, 255, 0.07);
  --shadow:        rgba(0, 0, 0, 0.4);

  /* Dark extended */
  --accent-subtle: rgba(192, 57, 94, 0.1);
  --accent-border: rgba(192, 57, 94, 0.22);
  --surface-2:     #121e2e;
  --nav-bg:        #080e18;
  --footer-bg:     #080e18;
  --badge-bg:      rgba(255, 255, 255, 0.06);
  --badge-text:    #a8b0be;
  --card-shadow:   0 2px 14px rgba(0, 0, 0, 0.45);
}
