/* themes/tech.css — 科技紫主题 */
:root {
  --primary: #7c3aed;
  --primary-dark: #6d28d9;
  --primary-light: rgba(124, 58, 237, 0.08);
  --primary-glow: rgba(124, 58, 237, 0.25);
  --accent: #06b6d4;

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

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

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