/* eGlitz theme — change any value here to recolor the whole site. */
/* ACTIVE SCHEME: Gold. */
:root{
  /* Brand gradient stops (edit these to restyle the "metallic" gradient) */
  --gold-1:#DAA520;
  --gold-2:#F2CA50;
  --gold-3:#B08C10;
  --gold-metallic-color: 218 165 32;   /* #DAA520 — catalog filter border */
  /* Palette (R G B channels — used as rgb(var(--x)/<alpha>)) */
  --surface-tint: 246 190 59;   /* #f6be3b */
  --surface-container-lowest: 14 14 14;   /* #0e0e0e */
  --on-surface: 229 226 225;   /* #e5e2e1 */
  --on-error: 105 0 5;   /* #690005 */
  --on-secondary-fixed-variant: 87 69 0;   /* #574500 */
  --tertiary-fixed: 255 224 132;   /* #ffe084 */
  --on-secondary-fixed: 36 26 0;   /* #241a00 */
  --tertiary-fixed-dim: 226 196 104;   /* #e2c468 */
  --primary-fixed-dim: 246 190 59;   /* #f6be3b */
  --on-tertiary-container: 80 63 0;   /* #503f00 */
  --on-secondary-container: 52 40 0;   /* #342800 */
  --on-primary: 64 45 0;   /* #402d00 */
  --background: 19 19 19;   /* #131313 */
  --outline-variant: 77 70 53;   /* #4D4635 */
  --primary-fixed: 255 222 160;   /* #ffdea0 */
  --surface-container-highest: 53 53 52;   /* #353534 */
  --inverse-on-surface: 49 48 48;   /* #313030 */
  --on-tertiary-fixed-variant: 87 69 0;   /* #574500 */
  --surface: 19 19 19;   /* #131313 */
  --inverse-primary: 121 89 0;   /* #795900 */
  --surface-container: 32 32 31;   /* #20201F */
  --primary-container: 218 165 32;   /* #daa520 */
  --secondary: 233 195 73;   /* #e9c349 */
  --surface-bright: 57 57 57;   /* #393939 */
  --on-tertiary: 60 47 0;   /* #3c2f00 */
  --error: 255 180 171;   /* #ffb4ab */
  --surface-container-low: 28 27 27;   /* #1c1b1b */
  --secondary-fixed: 255 224 136;   /* #ffe088 */
  --on-background: 229 226 225;   /* #e5e2e1 */
  --primary: 249 192 61;   /* #f9c03d */
  --on-primary-container: 85 61 0;   /* #553d00 */
  --on-error-container: 255 218 214;   /* #ffdad6 */
  --surface-variant: 53 53 52;   /* #353534 */
  --outline: 156 143 122;   /* #9c8f7a */
  --surface-dim: 19 19 19;   /* #131313 */
  --on-primary-fixed-variant: 92 67 0;   /* #5c4300 */
  --on-surface-variant: 211 197 174;   /* #d3c5ae */
  --on-secondary: 60 47 0;   /* #3c2f00 */
  --tertiary: 228 198 106;   /* #e4c66a */
  --tertiary-container: 199 171 82;   /* #c7ab52 */
  --secondary-container: 175 141 17;   /* #af8d11 */
  --secondary-fixed-dim: 233 195 73;   /* #e9c349 */
  --surface-container-high: 42 42 42;   /* #2a2a2a */
  --on-tertiary-fixed: 35 27 0;   /* #231b00 */
  --on-primary-fixed: 38 25 0;   /* #261900 */
  --error-container: 147 0 10;   /* #93000a */
  --inverse-surface: 229 226 225;   /* #e5e2e1 */
}

.bg-gold-metallic,.bg-gold-metallic-gradient,.gold-gradient-bg{background:linear-gradient(135deg,var(--gold-1) 0%,var(--gold-2) 50%,var(--gold-3) 100%);}
.text-gradient-gold,.text-gold-gradient,.gold-gradient-text{background:linear-gradient(135deg,var(--gold-1) 0%,var(--gold-2) 50%,var(--gold-3) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}

/* Form hCaptcha rendered at 60% (zoom shrinks the widget AND its box — no cropping). */
.h-captcha{zoom:.6;}
