/* Variables */
:root {
  --primary-color: #ffffff;
  --secondary-color: #1976d2;
  --text-color: #181818;
  --bg-color: linear-gradient(135deg, #f5f7fa 0%, #e3e8ee 100%);
  --card-bg: #fff;
  --shadow-light: 0 2px 12px rgba(24,24,24,0.08);
  --shadow-main: 0 8px 48px 0 rgba(24,24,24,0.10), 0 4px 24px rgba(24,24,24,0.08);
}
