:root {
  --bg-color: #f0f2f5;
  --card-bg: #f8f9fb;
  --text-primary: #212121;
  --text-first: #151719;
  --text-secondary: #65676b;
  --border-color: #dddfe2;
  --accent: #1E90FF;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  --radius: 14px;
}
