/* bigdreamwin-club — generated by tools/make-theme.mjs
   hue: 357  ·  seed: bigdreamwin.club  ·  type: grotesk only  ·  corners: sharp
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0c0909;
  --bg-alt:        #110d0e;
  --surface:       #1a1414;
  --surface-2:     #221b1c;
  --surface-3:     #2d2525;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ede9e9;
  --text-soft:     #c2b7b8;
  --text-mute:     #a09293;

  /* Accent */
  --gold:          #e44e55;
  --gold-deep:     #e45b25;
  --violet:        #76b6db;
  --accent-grad:   linear-gradient(115deg, #f0757b 0%, #e44e55 45%, #e45b25 100%);
  --accent-soft:   #de353e24;
  --violet-soft:   #60a8d229;

  /* 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:     #160809;
  --ok:            #88ddae;
  --danger:        #ed726e;
  --orb-a:         #ec3c4561;
  --orb-b:         #5ab0e257;
  --orb-c:         #f59c5c2e;
  --art-1: linear-gradient(135deg, #ea3e47, #a59427);
  --art-2: linear-gradient(135deg, #49a1d4, #312db4);
  --art-3: linear-gradient(135deg, #277c78, #40b54d);
  --art-4: linear-gradient(135deg, #bc2478, #ef4d55);
  --art-5: linear-gradient(135deg, #2951ae, #8945c4);
  --art-6: linear-gradient(135deg, #5f2fb1, #e35245);
  --work-art-1: linear-gradient(150deg, #ef434c, #aea729 60%, #316f1f);
  --work-art-2: linear-gradient(150deg, #3699d3, #2d34be 55%, #3a1551);
  --work-art-3: linear-gradient(150deg, #f57b5c, #d02566 55%, #612065);

  /* Radii & shadows */
  --r-sm: 3px;
  --r-md: 5px;
  --r-lg: 8px;
  --r-xl: 10px;
  --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 #de353e47;

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

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