body[data-theme="green-yellow-theme"] {
  --theme-name: "green-yellow-theme";
  --bg: #07170b;
  --bg-2: #0e2210;
  --surface: #132914;
  --surface-2: #17361a;
  --surface-3: #1e4622;
  --surface-4: #27582d;
  --line: rgba(185, 220, 84, 0.18);
  --line-strong: rgba(185, 220, 84, 0.48);
  --text: #f2ffe4;
  --muted: #c5dcaa;
  --primary: #86d73a;
  --primary-2: #f1d64f;
  --accent: #fff7c2;
  --success: #43d86c;
  --danger: #ff7a7a;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.50);
  --shadow-soft: 0 10px 24px rgba(0,0,0,.24);
  --glow: 0 0 0 1px rgba(134,215,58,.18), 0 0 26px rgba(134,215,58,.12);
  --hero-grad: radial-gradient(circle at top right, rgba(134,215,58,.16), transparent 34%), linear-gradient(145deg, rgba(19,41,20,.98), rgba(7,23,11,.98));
  --cta-grad: linear-gradient(135deg, #f2e857 0%, #86d73a 48%, #477f12 100%);
  --card-grad: linear-gradient(180deg, rgba(19,41,20,.98), rgba(8,20,9,.98));
  --footer-bg: rgba(7,23,11,.94);
  --search-bg: linear-gradient(180deg, rgba(19,41,20,.96), rgba(7,23,11,.90));
}
