:root {
  --bg-primary: #0c1a2b;
  --bg-secondary: #14263d;
  --text-primary: #e5e7eb;
  --text-secondary: #9ca3af;

  --accent-primary: #0ea5e9; /* 하늘빛 블루 */
  --accent-secondary: #0284c7;
}

.button-primary {
  background: linear-gradient(90deg, #0284c7, #0ea5e9) !important;
  border-radius: 8px !important;
}

.status {
  border-left: 3px solid #0ea5e9;
}

