/* themes/green.css — 生态绿主题 */
:root {
  --primary: #059669;
  --primary-dark: #047857;
  --primary-light: rgba(5, 150, 105, 0.08);
  --primary-glow: rgba(5, 150, 105, 0.25);
  --accent: #d97706;

  --text-1: #0f172a;
  --text-2: #334155;
  --text-3: #64748b;
  --text-4: #94a3b8;

  --line: #e5e7eb;
  --line-soft: #f1f5f9;

  --bg-1: #ffffff;
  --bg-2: #f0fdf4;
  --bg-3: #dcfce7;
  --bg-glass: rgba(255, 255, 255, 0.72);
}
