:root {
  --bg-primary: #06101A;
  --bg-secondary: #121C26;
  --bg-sidebar: #06101A;
  --bg-card: #16222D;
  --bg-input: #1a2230;
  --bg-hover: #1a2030;
  --bg-table-row: #0a1420;
  --bg-table-row-alt: #06101A;
  --bg-table-header: #06101A;

  --border-primary: #2B3540;
  --border-subtle: #1a1f28;
  --border-focus: #1dd89f;

  --green-accent: #1dd89f;
  --green-bright: #00FFA7;
  --green-dark: #0f3d2c;
  --green-bg: #132e23;
  --green-banner: #0d6e4f;
  --green-glow: rgba(29, 216, 159, 0.15);

  --red: #ef4444;
  --red-soft: #ff6b6b;

  --text-primary: #F2F4F5;
  --text-secondary: #949FA8;
  --text-tertiary: #5a6270;
  --text-muted: #3d4450;

  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --sidebar-width: 248px;
  --sidebar-collapsed: 56px;
  --banner-height: 32px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  --transition-fast: 150ms ease;
  --transition-normal: 250ms ease;
}
