:root {
  --navy: #07080c;
  --navy-mid: #0f1a2e;
  --navy-card: #1a3058;
  --navy-elevated: #141a28;
  --blue: #2563eb;
  --blue-lt: #3b82f6;
  --amber: #f59e0b;
  --amber-lt: #fcd34d;
  --green: #10b981;
  --green-lt: #34d399;
  --purple: #8b5cf6;
  --red: #ef4444;
  --text: #e2e8f0;
  --text-dim: #94a3b8;
  --text-bright: #fefcf7;
  --border: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(184, 150, 58, 0.2);
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 28px;
  --gold: #b8963a;
  --gold-mid: #cda848;
  --gold-soft: rgba(184, 150, 58, 0.65);
  --gold-faint: rgba(184, 150, 58, 0.12);
  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 40px rgba(184, 150, 58, 0.08);
  --header-h: 64px;
  --sidebar-w: 240px;
  --role-accent: var(--gold-mid);
}

[data-role="buyer"] { --role-accent: var(--blue-lt); }
[data-role="seller"] { --role-accent: var(--green); }
[data-role="operator"] { --role-accent: var(--amber); }
