/* ============================================================
   PHOTOAURA — theme.css
   The rebrand layer. Dark-first: a photographer's tool, so the
   image reads against near-black chrome.
   Load order: tokens.css -> base.css -> theme.css -> app/app.css
   ============================================================ */

:root {
  --brand:       #17181b;
  --brand-dark:  #0c0d0f;

  --accent:      #f0a63a;   /* tungsten / golden-hour amber */
  --accent-dark: #cf8722;
  --accent-ink:  #ffd79a;

  --bg:          #0d0e10;
  --surface:     #16181b;
  --surface-2:   #1e2125;
  --line:        #2b2f34;
  --ink:         #f1f2f3;
  --ink-dim:     #9aa0a6;

  --ok:          #57b07c;
  --err:         #e0655d;

  --shadow-sm:   0 1px 3px rgba(0,0,0,0.4);
  --shadow-md:   0 14px 40px rgba(0,0,0,0.5);
}
