/* VeriPass v3 Design Tokens */
:root {
  --accent: #06B6D4;
  --accent-hover: #22D3EE;
  --accent-dim: rgba(6, 182, 212, 0.08);
  --accent-border: rgba(6, 182, 212, 0.2);
  --bg: #0E1117;
  --bg-sidebar: #0A0D12;
  --card: #111827;
  --border: #1E293B;
  --border-light: #374151;
  --text: #F1F5F9;
  --text-secondary: #CBD5E1;
  --text-muted: #94A3B8;
  --text-dim: #6B7280;
  --green: #10B981;
  --amber: #D97706;
  --red: #DC2626;
  --red-soft: #EF4444;
  --certified: #06B6D4;
  --flagged: #D97706;
  --failed: #DC2626;
  --mono: 'IBM Plex Mono', 'JetBrains Mono', monospace;
  --sans: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --sidebar-width-collapsed: 64px;
  --sidebar-width-expanded: 220px;
  --topbar-height: 48px;
  --transition-fast: 150ms ease;
  --transition-normal: 200ms ease;
  --transition-slow: 300ms ease;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
