:root {
    --bg-dark: #0a0a0f;
    --bg-card: #15151e;
    --bg-input: #1e1e2a;
    --text-primary: #f5f5f7;
    --text-secondary: #a0a0a8;
    --primary-color: #ff6b35;
    --primary-dark: #e85a2a;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
}
