:root[data-theme="dark"], :root {
  /* Exact Benhome Architecture Dark Palette */
  --brand-amber: #f27935;
  --brand-brass: #c5a880;
  --brand-charcoal: #161616;
  --brand-white: #ffffff;

  /* Surface Level Hierarchy (Benhome Matte Shades) */
  --theme-surface-0: #161616; /* Main Matte Canvas */
  --theme-surface-1: #1f1f1f; /* Premium Card Surface */
  --theme-surface-2: #262626; /* Hover / Selected Row Surface */
  --theme-surface-3: #2d2d2d; /* Modal Overlay Surface */
  --theme-surface-hover: rgba(255, 255, 255, 0.04);

  /* Typography & Text Colors */
  --theme-text-primary: #ffffff;
  --theme-text-muted: #999999;
  --theme-text-dim: #666666;

  /* Architectural Divider Borders */
  --theme-border-subtle: #2b2b2b;
  --theme-border-strong: #3d3d3d;
  --theme-border-focus: #f27935;

  /* Functional Status Tokens */
  --functional-success: #10b981;
  --functional-warning: #f59e0b;
  --functional-danger: #ef4444;
  --functional-info: #3b82f6;

  --theme-status-success: var(--functional-success);
  --theme-status-success-bg: rgba(16, 185, 129, 0.12);

  /* Spacing Scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;

  /* Radii */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
