/* Shared design tokens for the AI Review Card widget templates
   (review-demo.php, review-funnel.php). These two files are deliberately
   standalone HTML documents — no get_header()/get_footer(), no dependency
   on twisha-design.css — because review-funnel.php is a reusable white-label
   template rendered per-business via post meta (_biz_name, _biz_logo_url,
   etc.) for future AI Review Card clients, not just Twisha's own page.
   This file exists only to remove literal-value duplication between the
   two widget templates; it does not couple them to the main site theme. */

:root {
  --gold: #d4af37;
  --gold-light: #f5d76e;
  --gold-dim: rgba(212,175,55,0.12);
  --gold-glow: rgba(212,175,55,0.06);
  --glass-bg: rgba(255,255,255,0.03);
  --glass-border: rgba(212,175,55,0.2);
  --glass-blur: blur(16px);
  --glass-shadow: 0 8px 32px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
  --radius: 20px;
  --text: #fff;
  --text-meta: #b5b5b5;
}
