body[data-theme="vip-light-theme"] {
  --theme-name: "vip-light-theme";
  --bg: #fffdf8;
  --bg-2: #f8f1e4;
  --surface: #fffaf2;
  --surface-2: #f5ebd8;
  --surface-3: #ead9bc;
  --surface-4: #dec79a;
  --line: rgba(146, 107, 41, 0.14);
  --line-strong: rgba(146, 107, 41, 0.30);
  --text: #2a2318;
  --muted: #7c6f5f;
  --primary: #c89a3a;
  --primary-2: #e3c276;
  --accent: #8e6b1d;
  --success: #3f9d64;
  --danger: #b94a4a;
  --shadow: 0 18px 44px rgba(110, 78, 25, 0.10);
  --shadow-soft: 0 8px 18px rgba(110, 78, 25, 0.08);
  --glow: 0 0 0 1px rgba(200,154,58,.10), 0 0 22px rgba(200,154,58,.08);
  --hero-grad: radial-gradient(circle at top right, rgba(200,154,58,.12), transparent 32%), linear-gradient(145deg, rgba(255,250,242,.99), rgba(248,241,228,.99));
  --cta-grad: linear-gradient(135deg, #fff3cf 0%, #e3c276 48%, #c89a3a 100%);
  --card-grad: linear-gradient(180deg, rgba(255,250,242,.99), rgba(246,239,226,.99));
  --footer-bg: rgba(255,250,242,.96);
  --search-bg: linear-gradient(180deg, rgba(255,250,242,.96), rgba(245,235,216,.92));
}
