/**
 * Anna — portal skin.
 *
 * Loaded after portal.css and only restates colour. The layout, the player, the lightbox and the
 * admin are all jjrhymes.com's, unchanged — this decides what green they wear.
 */

/* ── admin ── */
.admin-body {
  --accent:   #0b6e4f;
  --accent-h: #0f8a63;
  --bg:       oklch(0.13 0 0);
  --surface:  oklch(0.17 0 0);
  --border:   oklch(0.28 0 0);
  --text:     oklch(0.95 0 0);
  --dim:      oklch(0.64 0 0);
}

/* ── client gallery ──
   Her default. A named theme picked in admin still wins, so she keeps the full set. */
.gallery-viewer:not([data-theme]),
.gallery-viewer[data-theme="dark"],
.gallery-viewer[data-theme="cinema"],
.gallery-viewer[data-theme="moody"] {
  --gv-bg:      #000000;
  --gv-surface: #0b0b0b;
  --gv-text:    #f2f2f2;
  --gv-dim:     #8a8a8a;
  --gv-accent:  #0f8a63;
  --gv-font: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

/* ── landing ── */
.portal-body { background: #000; }
.portal-brand {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 400; letter-spacing: .14em;
}
.portal-tagline, .gv-logo { letter-spacing: .16em; }
.portal-link-btn { background: #0b6e4f; color: #eaf5ef; }
.portal-link-btn:hover { filter: brightness(1.1); }
.portal-link-input:focus { border-color: #0b6e4f; }
.portal-home-link:hover { border-color: #0f8a63; color: #12946a !important; }

/* The loading mark holds her name rather than a signature, so it needs type of its own. */
.gv-load-word {
  font: 400 .82rem/1 'Cormorant Garamond', 'Georgia', serif;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--gv-text, #eef5f1);
}
