:root {
  --bg: #f8f9fb;
  --surface: #ffffff;
  --surface-hover: #f0f2f5;
  --border: #d4d7de;
  --border-dim: #e4e7ec;
  --text: #111827;
  --text-muted: #5f6878;
  --accent: #3b5ccc;
  --accent-fg: #ffffff;
  --success: #16803c;
  --error: #c93030;
  --copied-bg: #f3f4f6;
  --copied-text: #9ca3af;
  --loc-dublin-bg: #dbeafe;
  --loc-dublin-text: #1e40af;
  --loc-dublin-border: #93c5fd;
  --loc-pleasanton-bg: #ede9fe;
  --loc-pleasanton-text: #5b21b6;
  --loc-pleasanton-border: #c4b5fd;
  --loc-sanramon-bg: #dcfce7;
  --loc-sanramon-text: #166534;
  --loc-sanramon-border: #86efac;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-pill: 12px;
  --shadow-toast: 0 4px 16px rgba(0, 0, 0, 0.15);
}
