/* royal50freespins-org — generated by tools/make-theme.mjs
   hue: 290  ·  seed: royal50freespins.org  ·  type: grotesk only  ·  corners: medium
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0b090c;
  --bg-alt:        #110d11;
  --surface:       #19141a;
  --surface-2:     #211b22;
  --surface-3:     #2c252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ece9ed;
  --text-soft:     #c0b7c2;
  --text-mute:     #9e92a0;

  /* Accent */
  --gold:          #cb4ee4;
  --gold-deep:     #e425c4;
  --violet:        #76db8f;
  --accent-grad:   linear-gradient(115deg, #db75f0 0%, #cb4ee4 45%, #e425c4 100%);
  --accent-soft:   #c235de24;
  --violet-soft:   #60d27c29;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-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:     #140816;
  --ok:            #c1dd88;
  --danger:        #ed726e;
  --orb-a:         #ce3cec61;
  --orb-b:         #5ae27c57;
  --orb-c:         #f55cc72e;
  --art-1: linear-gradient(135deg, #cd3eea, #a52746);
  --art-2: linear-gradient(135deg, #49d46c, #2db4a8);
  --art-3: linear-gradient(135deg, #357c27, #b5b540);
  --art-4: linear-gradient(135deg, #5724bc, #d44def);
  --art-5: linear-gradient(135deg, #29ae76, #458fc4);
  --art-6: linear-gradient(135deg, #2f91b1, #de45e3);
  --work-art-1: linear-gradient(150deg, #d243ef, #ae293f 60%, #6f551f);
  --work-art-2: linear-gradient(150deg, #36d35d, #2dbea6 55%, #153351);
  --work-art-3: linear-gradient(150deg, #f55ce8, #7a25d0 55%, #202b65);

  /* Radii & shadows */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --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 #c235de47;

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

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