/* CzechAI Dark Theme - ChatGPT style */
:root {
  --color-50: 10 10 10;
  --color-100: 17 17 17;
  --color-200: 30 30 30;
  --color-300: 55 55 55;
  --color-400: 115 115 115;
  --color-500: 140 140 140;
  --color-600: 163 163 163;
  --color-700: 212 212 212;
  --color-800: 229 229 229;
  --color-900: 245 245 245;
}

body {
  background: #0a0a0a !important;
}

#page_container {
  background: #0a0a0a !important;
}

.service-card {
  background: #1a1a1a !important;
  border: 1px solid #2f2f2f !important;
  border-radius: 12px !important;
}

.service-card:hover {
  border-color: #404040 !important;
  background: #222 !important;
}

.bookmark-group {
  background: #1a1a1a !important;
  border: 1px solid #2f2f2f !important;
  border-radius: 12px !important;
}

.widget {
  background: #1a1a1a !important;
  border: 1px solid #2f2f2f !important;
  border-radius: 12px !important;
}

input, .search-input {
  background: #2f2f2f !important;
  border: 1px solid #4d4d4f !important;
  border-radius: 8px !important;
  color: #fff !important;
}

h1, h2, h3, .text-theme-900 {
  color: #fff !important;
}

.text-theme-700 {
  color: #ececf1 !important;
}

.text-theme-500 {
  color: #8e8ea0 !important;
}
