/* 50freespinsroyspins-org — generated by tools/make-theme.mjs
   hue: 251  ·  seed: 50freespinsroyspins.org  ·  type: grotesk + serif  ·  corners: soft
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #09090c;
  --bg-alt:        #0e0d11;
  --surface:       #15141a;
  --surface-2:     #1c1b22;
  --surface-3:     #26252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #e9e9ed;
  --text-soft:     #b9b7c2;
  --text-mute:     #9492a0;

  /* Accent */
  --gold:          #836de9;
  --gold-deep:     #8825e4;
  --violet:        #9edb76;
  --accent-grad:   linear-gradient(115deg, #8c75f0 0%, #836de9 45%, #8825e4 100%);
  --accent-soft:   #5435de24;
  --violet-soft:   #8ed26029;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Playfair Display", "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;

  /* Decoration — the stage-light wash behind the hero and the tile art.
     Tokens, not fixed colours: hard-coding them here is what made every
     site glow the same orange whatever palette it was given. */
  --on-accent:     #0b0816;
  --ok:            #ddc288;
  --danger:        #ed726e;
  --orb-a:         #5c3cec61;
  --orb-b:         #91e25a57;
  --orb-c:         #bf5cf52e;
  --art-1: linear-gradient(135deg, #5e3eea, #a52799);
  --art-2: linear-gradient(135deg, #81d449, #2db451);
  --art-3: linear-gradient(135deg, #6c7c27, #b56940);
  --art-4: linear-gradient(135deg, #2454bc, #6b4def);
  --art-5: linear-gradient(135deg, #32ae29, #45c4a7);
  --art-6: linear-gradient(135deg, #2fb17d, #7745e3);
  --work-art-1: linear-gradient(150deg, #6343ef, #ae2995 60%, #6f211f);
  --work-art-2: linear-gradient(150deg, #75d336, #2dbe47 55%, #155148);
  --work-art-3: linear-gradient(150deg, #9e5cf5, #253ed0 55%, #205865);

  /* Radii & shadows */
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --r-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, .3);
  --shadow-md: 0 14px 40px rgba(0, 0, 0, .45);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, .55);
  --glow:      0 10px 34px #5435de47;

  /* Rhythm */
  --shell: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --section-y: clamp(4.5rem, 9vw, 8rem);

  --ease: cubic-bezier(.22, .68, .32, 1);
}
