/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* ── Champagne Gold Theme ──────────────────────────────────────────────────
   Primary palette:
     --cg-gold:        #C9A84C  (champagne gold)
     --cg-gold-light:  #E8C97E  (warm highlight)
     --cg-gold-pale:   #F5E6C8  (blush pale gold)
     --cg-cream:       #FFFDF5  (ivory cream background)
     --cg-dark:        #1A1208  (deep warm dark — replaces black)
     --cg-dark-warm:   #2C1F0A  (mid warm dark)
     --cg-muted:       #A89060  (muted gold text)
     --cg-deep-gold:   #8B6914  (link / accent dark gold)
   ──────────────────────────────────────────────────────────────────────── */
:root {
  --cg-gold:       #C9A84C;
  --cg-gold-light: #E8C97E;
  --cg-gold-pale:  #F5E6C8;
  --cg-cream:      #FFFDF5;
  --cg-dark:       #1A1208;
  --cg-dark-warm:  #2C1F0A;
  --cg-muted:      #A89060;
  --cg-deep-gold:  #8B6914;
}

/* Selection highlight */
::selection {
  background: rgba(201, 168, 76, 0.22);
  color: inherit;
}

/* Glass cards get a subtle champagne gold border tint */
.glass-card {
  border-color: rgba(201, 168, 76, 0.28) !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.16), 0 1px 0 rgba(201, 168, 76, 0.12) inset !important;
}
