/* Shared design tokens — load before dashboard.css and buying.css */
:root {
    --color-primary: #007aff;
    --color-text-muted: #86868b;
    --color-success: #34c759;
    --color-danger: #ff3b30;
    --color-warning: #ff9500;
    --color-dark-bg: #1c1c1e;
    --color-card-bg: #2c2c2e;
    --color-border: #e5e5e7;
}
