/* GEM Treasure Hunt Malaysia — global design tokens */
:root {
  --gem-primary: #071b49;
  --gem-primary-rgb: 7, 27, 73;
  --gem-secondary: #0b2860;
  --gem-deep: #031330;
  --gem-royal: #1946d8;
  --gem-blue: #3157f6;
  --gem-purple: #6d32f5;
  --gem-violet: #8b34ff;
  --gem-pink: #ec2b99;
  --gem-orange: #ff8a00;
  --gem-yellow: #ffc400;
  --gem-red: #ed1c24;
  --gem-success: #20bf6b;
  --gem-white: #fff;
  --gem-black: #071126;
  --gem-light: #f7f9ff;
  --gem-light-blue: #eef4ff;
  --gem-body: #25314d;
  --gem-muted: #65708a;
  --gem-border: #e5e9f3;

  --gem-gradient-brand: linear-gradient(90deg, #6835f4 0%, #d92eac 55%, #ff8a00 100%);
  --gem-gradient-button: linear-gradient(90deg, #ffca00 0%, #ff9700 100%);
  --gem-gradient-blue: linear-gradient(135deg, #051638 0%, #0b2c68 100%);
  --gem-gradient-purple: linear-gradient(135deg, #3218a2 0%, #7827ee 52%, #f13a94 100%);

  --gem-font-heading: "Poppins", sans-serif;
  --gem-font-body: "Inter", sans-serif;
  --gem-font-accent: "Kalam", cursive;

  --gem-shadow-xs: 0 3px 12px rgba(4, 25, 65, 0.06);
  --gem-shadow-sm: 0 5px 18px rgba(4, 25, 65, 0.08);
  --gem-shadow-md: 0 15px 40px rgba(4, 25, 65, 0.14);
  --gem-shadow-lg: 0 25px 70px rgba(4, 25, 65, 0.18);
  --gem-shadow-focus: 0 0 0 4px rgba(109, 50, 245, 0.18);

  --gem-radius-xs: 6px;
  --gem-radius-sm: 8px;
  --gem-radius-md: 14px;
  --gem-radius-lg: 24px;
  --gem-radius-xl: 35px;
  --gem-radius-pill: 999px;

  --gem-container: 1320px;
  --gem-section-space: 90px;
  --gem-header-height: 82px;
  --gem-topbar-height: 36px;
  --gem-transition: 250ms ease;
  --gem-transition-slow: 450ms cubic-bezier(0.22, 1, 0.36, 1);
  --bs-primary: var(--gem-purple);
  --bs-primary-rgb: 109, 50, 245;
  --bs-body-font-family: var(--gem-font-body);
  --bs-body-color: var(--gem-body);
}

@media (max-width: 1199.98px) {
  :root {
    --gem-section-space: 76px;
    --gem-header-height: 74px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --gem-section-space: 58px;
    --gem-header-height: 68px;
  }
}
